Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1LossPatternLink

A link to a conversation or bot instruction.

Inheritance
object
GoogleCloudContactcenterinsightsV1LossPatternLink
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX