Class GoogleCloudContactcenterinsightsV1CallAnnotation
A piece of metadata that applies to a window of a call.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1CallAnnotation : IDirectResponseSchema
Properties
AnnotationEndBoundary
The boundary in the conversation where the annotation ends, inclusive.
Declaration
[JsonProperty("annotationEndBoundary")]
public virtual GoogleCloudContactcenterinsightsV1AnnotationBoundary AnnotationEndBoundary { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1AnnotationBoundary |
AnnotationStartBoundary
The boundary in the conversation where the annotation starts, inclusive.
Declaration
[JsonProperty("annotationStartBoundary")]
public virtual GoogleCloudContactcenterinsightsV1AnnotationBoundary AnnotationStartBoundary { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1AnnotationBoundary |
ChannelTag
The channel of the audio where the annotation occurs. For single-channel audio, this field is not populated.
Declaration
[JsonProperty("channelTag")]
public virtual int? ChannelTag { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EntityMentionData
Data specifying an entity mention.
Declaration
[JsonProperty("entityMentionData")]
public virtual GoogleCloudContactcenterinsightsV1EntityMentionData EntityMentionData { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1EntityMentionData |
HoldData
Data specifying a hold.
Declaration
[JsonProperty("holdData")]
public virtual GoogleCloudContactcenterinsightsV1HoldData HoldData { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1HoldData |
IntentMatchData
Data specifying an intent match.
Declaration
[JsonProperty("intentMatchData")]
public virtual GoogleCloudContactcenterinsightsV1IntentMatchData IntentMatchData { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1IntentMatchData |
InterruptionData
Data specifying an interruption.
Declaration
[JsonProperty("interruptionData")]
public virtual GoogleCloudContactcenterinsightsV1InterruptionData InterruptionData { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1InterruptionData |
IssueMatchData
Data specifying an issue match.
Declaration
[JsonProperty("issueMatchData")]
public virtual GoogleCloudContactcenterinsightsV1IssueMatchData IssueMatchData { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1IssueMatchData |
PhraseMatchData
Data specifying a phrase match.
Declaration
[JsonProperty("phraseMatchData")]
public virtual GoogleCloudContactcenterinsightsV1PhraseMatchData PhraseMatchData { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1PhraseMatchData |
SentimentData
Data specifying sentiment.
Declaration
[JsonProperty("sentimentData")]
public virtual GoogleCloudContactcenterinsightsV1SentimentData SentimentData { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1SentimentData |
SilenceData
Data specifying silence.
Declaration
[JsonProperty("silenceData")]
public virtual GoogleCloudContactcenterinsightsV1SilenceData SilenceData { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1SilenceData |