public interface CallAnnotationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AnnotationBoundary |
getAnnotationEndBoundary()
The boundary in the conversation where the annotation ends, inclusive.
|
AnnotationBoundaryOrBuilder |
getAnnotationEndBoundaryOrBuilder()
The boundary in the conversation where the annotation ends, inclusive.
|
AnnotationBoundary |
getAnnotationStartBoundary()
The boundary in the conversation where the annotation starts, inclusive.
|
AnnotationBoundaryOrBuilder |
getAnnotationStartBoundaryOrBuilder()
The boundary in the conversation where the annotation starts, inclusive.
|
int |
getChannelTag()
The channel of the audio where the annotation occurs.
|
CallAnnotation.DataCase |
getDataCase() |
EntityMentionData |
getEntityMentionData()
Data specifying an entity mention.
|
EntityMentionDataOrBuilder |
getEntityMentionDataOrBuilder()
Data specifying an entity mention.
|
HoldData |
getHoldData()
Data specifying a hold.
|
HoldDataOrBuilder |
getHoldDataOrBuilder()
Data specifying a hold.
|
IntentMatchData |
getIntentMatchData()
Data specifying an intent match.
|
IntentMatchDataOrBuilder |
getIntentMatchDataOrBuilder()
Data specifying an intent match.
|
InterruptionData |
getInterruptionData()
Data specifying an interruption.
|
InterruptionDataOrBuilder |
getInterruptionDataOrBuilder()
Data specifying an interruption.
|
IssueMatchData |
getIssueMatchData()
Data specifying an issue match.
|
IssueMatchDataOrBuilder |
getIssueMatchDataOrBuilder()
Data specifying an issue match.
|
PhraseMatchData |
getPhraseMatchData()
Data specifying a phrase match.
|
PhraseMatchDataOrBuilder |
getPhraseMatchDataOrBuilder()
Data specifying a phrase match.
|
SentimentData |
getSentimentData()
Data specifying sentiment.
|
SentimentDataOrBuilder |
getSentimentDataOrBuilder()
Data specifying sentiment.
|
SilenceData |
getSilenceData()
Data specifying silence.
|
SilenceDataOrBuilder |
getSilenceDataOrBuilder()
Data specifying silence.
|
boolean |
hasAnnotationEndBoundary()
The boundary in the conversation where the annotation ends, inclusive.
|
boolean |
hasAnnotationStartBoundary()
The boundary in the conversation where the annotation starts, inclusive.
|
boolean |
hasEntityMentionData()
Data specifying an entity mention.
|
boolean |
hasHoldData()
Data specifying a hold.
|
boolean |
hasIntentMatchData()
Data specifying an intent match.
|
boolean |
hasInterruptionData()
Data specifying an interruption.
|
boolean |
hasIssueMatchData()
Data specifying an issue match.
|
boolean |
hasPhraseMatchData()
Data specifying a phrase match.
|
boolean |
hasSentimentData()
Data specifying sentiment.
|
boolean |
hasSilenceData()
Data specifying silence.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInterruptionData()
Data specifying an interruption.
.google.cloud.contactcenterinsights.v1.InterruptionData interruption_data = 10;InterruptionData getInterruptionData()
Data specifying an interruption.
.google.cloud.contactcenterinsights.v1.InterruptionData interruption_data = 10;InterruptionDataOrBuilder getInterruptionDataOrBuilder()
Data specifying an interruption.
.google.cloud.contactcenterinsights.v1.InterruptionData interruption_data = 10;boolean hasSentimentData()
Data specifying sentiment.
.google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 11;SentimentData getSentimentData()
Data specifying sentiment.
.google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 11;SentimentDataOrBuilder getSentimentDataOrBuilder()
Data specifying sentiment.
.google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 11;boolean hasSilenceData()
Data specifying silence.
.google.cloud.contactcenterinsights.v1.SilenceData silence_data = 12;SilenceData getSilenceData()
Data specifying silence.
.google.cloud.contactcenterinsights.v1.SilenceData silence_data = 12;SilenceDataOrBuilder getSilenceDataOrBuilder()
Data specifying silence.
.google.cloud.contactcenterinsights.v1.SilenceData silence_data = 12;boolean hasHoldData()
Data specifying a hold.
.google.cloud.contactcenterinsights.v1.HoldData hold_data = 13;HoldData getHoldData()
Data specifying a hold.
.google.cloud.contactcenterinsights.v1.HoldData hold_data = 13;HoldDataOrBuilder getHoldDataOrBuilder()
Data specifying a hold.
.google.cloud.contactcenterinsights.v1.HoldData hold_data = 13;boolean hasEntityMentionData()
Data specifying an entity mention.
.google.cloud.contactcenterinsights.v1.EntityMentionData entity_mention_data = 15;EntityMentionData getEntityMentionData()
Data specifying an entity mention.
.google.cloud.contactcenterinsights.v1.EntityMentionData entity_mention_data = 15;EntityMentionDataOrBuilder getEntityMentionDataOrBuilder()
Data specifying an entity mention.
.google.cloud.contactcenterinsights.v1.EntityMentionData entity_mention_data = 15;boolean hasIntentMatchData()
Data specifying an intent match.
.google.cloud.contactcenterinsights.v1.IntentMatchData intent_match_data = 16;IntentMatchData getIntentMatchData()
Data specifying an intent match.
.google.cloud.contactcenterinsights.v1.IntentMatchData intent_match_data = 16;IntentMatchDataOrBuilder getIntentMatchDataOrBuilder()
Data specifying an intent match.
.google.cloud.contactcenterinsights.v1.IntentMatchData intent_match_data = 16;boolean hasPhraseMatchData()
Data specifying a phrase match.
.google.cloud.contactcenterinsights.v1.PhraseMatchData phrase_match_data = 17;PhraseMatchData getPhraseMatchData()
Data specifying a phrase match.
.google.cloud.contactcenterinsights.v1.PhraseMatchData phrase_match_data = 17;PhraseMatchDataOrBuilder getPhraseMatchDataOrBuilder()
Data specifying a phrase match.
.google.cloud.contactcenterinsights.v1.PhraseMatchData phrase_match_data = 17;boolean hasIssueMatchData()
Data specifying an issue match.
.google.cloud.contactcenterinsights.v1.IssueMatchData issue_match_data = 18;IssueMatchData getIssueMatchData()
Data specifying an issue match.
.google.cloud.contactcenterinsights.v1.IssueMatchData issue_match_data = 18;IssueMatchDataOrBuilder getIssueMatchDataOrBuilder()
Data specifying an issue match.
.google.cloud.contactcenterinsights.v1.IssueMatchData issue_match_data = 18;int getChannelTag()
The channel of the audio where the annotation occurs. For single-channel audio, this field is not populated.
int32 channel_tag = 1;boolean hasAnnotationStartBoundary()
The boundary in the conversation where the annotation starts, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_start_boundary = 4;
AnnotationBoundary getAnnotationStartBoundary()
The boundary in the conversation where the annotation starts, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_start_boundary = 4;
AnnotationBoundaryOrBuilder getAnnotationStartBoundaryOrBuilder()
The boundary in the conversation where the annotation starts, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_start_boundary = 4;
boolean hasAnnotationEndBoundary()
The boundary in the conversation where the annotation ends, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_end_boundary = 5;
AnnotationBoundary getAnnotationEndBoundary()
The boundary in the conversation where the annotation ends, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_end_boundary = 5;
AnnotationBoundaryOrBuilder getAnnotationEndBoundaryOrBuilder()
The boundary in the conversation where the annotation ends, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_end_boundary = 5;
CallAnnotation.DataCase getDataCase()
Copyright © 2025 Google LLC. All rights reserved.