Class GoogleCloudContactcenterinsightsV1LossPatternLink
A link to a conversation or bot instruction.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1LossPatternLink : IDirectResponseSchema
Properties
BotInstructionLink
A link to a bot instruction.
Declaration
[JsonProperty("botInstructionLink")]
public virtual GoogleCloudContactcenterinsightsV1LossPatternLinkBotInstructionLink BotInstructionLink { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1LossPatternLinkBotInstructionLink |
ConversationLink
A link to a conversation.
Declaration
[JsonProperty("conversationLink")]
public virtual GoogleCloudContactcenterinsightsV1LossPatternLinkConversationLink ConversationLink { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1LossPatternLinkConversationLink |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndByteIndex
The end byte index of the highlighted text (exclusive).
Declaration
[JsonProperty("endByteIndex")]
public virtual int? EndByteIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
HighlightedText
The text that is highlighted. (populated for debugging purposes)
Declaration
[JsonProperty("highlightedText")]
public virtual string HighlightedText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LocationType
The location type.
Declaration
[JsonProperty("locationType")]
public virtual string LocationType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StartByteIndex
The start byte index of the highlighted text (inclusive).
Declaration
[JsonProperty("startByteIndex")]
public virtual int? StartByteIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |