Class GoogleCloudContactcenterinsightsV1alpha1CallAnnotation
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 GoogleCloudContactcenterinsightsV1alpha1CallAnnotation : IDirectResponseSchema
Properties
AnnotationEndBoundary
The boundary in the conversation where the annotation ends, inclusive.
Declaration
[JsonProperty("annotationEndBoundary")]
public virtual GoogleCloudContactcenterinsightsV1alpha1AnnotationBoundary AnnotationEndBoundary { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1alpha1AnnotationBoundary |
AnnotationStartBoundary
The boundary in the conversation where the annotation starts, inclusive.
Declaration
[JsonProperty("annotationStartBoundary")]
public virtual GoogleCloudContactcenterinsightsV1alpha1AnnotationBoundary AnnotationStartBoundary { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1alpha1AnnotationBoundary |
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 GoogleCloudContactcenterinsightsV1alpha1EntityMentionData EntityMentionData { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1alpha1EntityMentionData |
HoldData
Data specifying a hold.
Declaration
[JsonProperty("holdData")]
public virtual GoogleCloudContactcenterinsightsV1alpha1HoldData HoldData { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1alpha1HoldData |
IntentMatchData
Data specifying an intent match.
Declaration
[JsonProperty("intentMatchData")]
public virtual GoogleCloudContactcenterinsightsV1alpha1IntentMatchData IntentMatchData { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1alpha1IntentMatchData |
InterruptionData
Data specifying an interruption.
Declaration
[JsonProperty("interruptionData")]
public virtual GoogleCloudContactcenterinsightsV1alpha1InterruptionData InterruptionData { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1alpha1InterruptionData |
IssueMatchData
Data specifying an issue match.
Declaration
[JsonProperty("issueMatchData")]
public virtual GoogleCloudContactcenterinsightsV1alpha1IssueMatchData IssueMatchData { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1alpha1IssueMatchData |
PhraseMatchData
Data specifying a phrase match.
Declaration
[JsonProperty("phraseMatchData")]
public virtual GoogleCloudContactcenterinsightsV1alpha1PhraseMatchData PhraseMatchData { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1alpha1PhraseMatchData |
SentimentData
Data specifying sentiment.
Declaration
[JsonProperty("sentimentData")]
public virtual GoogleCloudContactcenterinsightsV1alpha1SentimentData SentimentData { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1alpha1SentimentData |
SilenceData
Data specifying silence.
Declaration
[JsonProperty("silenceData")]
public virtual GoogleCloudContactcenterinsightsV1alpha1SilenceData SilenceData { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1alpha1SilenceData |