Class GoogleCloudContactcenterinsightsV1mainCallAnnotation
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 GoogleCloudContactcenterinsightsV1mainCallAnnotation : IDirectResponseSchema
Properties
AnnotationEndBoundary
The boundary in the conversation where the annotation ends, inclusive.
Declaration
[JsonProperty("annotationEndBoundary")]
public virtual GoogleCloudContactcenterinsightsV1mainAnnotationBoundary AnnotationEndBoundary { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1mainAnnotationBoundary |
AnnotationStartBoundary
The boundary in the conversation where the annotation starts, inclusive.
Declaration
[JsonProperty("annotationStartBoundary")]
public virtual GoogleCloudContactcenterinsightsV1mainAnnotationBoundary AnnotationStartBoundary { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1mainAnnotationBoundary |
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 GoogleCloudContactcenterinsightsV1mainEntityMentionData EntityMentionData { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1mainEntityMentionData |
HoldData
Data specifying a hold.
Declaration
[JsonProperty("holdData")]
public virtual GoogleCloudContactcenterinsightsV1mainHoldData HoldData { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1mainHoldData |
IntentMatchData
Data specifying an intent match.
Declaration
[JsonProperty("intentMatchData")]
public virtual GoogleCloudContactcenterinsightsV1mainIntentMatchData IntentMatchData { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1mainIntentMatchData |
InterruptionData
Data specifying an interruption.
Declaration
[JsonProperty("interruptionData")]
public virtual GoogleCloudContactcenterinsightsV1mainInterruptionData InterruptionData { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1mainInterruptionData |
IssueMatchData
Data specifying an issue match.
Declaration
[JsonProperty("issueMatchData")]
public virtual GoogleCloudContactcenterinsightsV1mainIssueMatchData IssueMatchData { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1mainIssueMatchData |
PhraseMatchData
Data specifying a phrase match.
Declaration
[JsonProperty("phraseMatchData")]
public virtual GoogleCloudContactcenterinsightsV1mainPhraseMatchData PhraseMatchData { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1mainPhraseMatchData |
SentimentData
Data specifying sentiment.
Declaration
[JsonProperty("sentimentData")]
public virtual GoogleCloudContactcenterinsightsV1mainSentimentData SentimentData { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1mainSentimentData |
SilenceData
Data specifying silence.
Declaration
[JsonProperty("silenceData")]
public virtual GoogleCloudContactcenterinsightsV1mainSilenceData SilenceData { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1mainSilenceData |