public interface CallAnnotationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAnnotationEndBoundary()
public abstract AnnotationBoundary getAnnotationEndBoundary()The boundary in the conversation where the annotation ends, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_end_boundary = 5;
| Returns | |
|---|---|
| Type | Description |
AnnotationBoundary |
The annotationEndBoundary. |
getAnnotationEndBoundaryOrBuilder()
public abstract AnnotationBoundaryOrBuilder getAnnotationEndBoundaryOrBuilder()The boundary in the conversation where the annotation ends, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_end_boundary = 5;
| Returns | |
|---|---|
| Type | Description |
AnnotationBoundaryOrBuilder |
|
getAnnotationStartBoundary()
public abstract AnnotationBoundary getAnnotationStartBoundary()The boundary in the conversation where the annotation starts, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_start_boundary = 4;
| Returns | |
|---|---|
| Type | Description |
AnnotationBoundary |
The annotationStartBoundary. |
getAnnotationStartBoundaryOrBuilder()
public abstract AnnotationBoundaryOrBuilder getAnnotationStartBoundaryOrBuilder()The boundary in the conversation where the annotation starts, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_start_boundary = 4;
| Returns | |
|---|---|
| Type | Description |
AnnotationBoundaryOrBuilder |
|
getChannelTag()
public abstract int getChannelTag()The channel of the audio where the annotation occurs. For single-channel audio, this field is not populated.
int32 channel_tag = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The channelTag. |
getDataCase()
public abstract CallAnnotation.DataCase getDataCase()| Returns | |
|---|---|
| Type | Description |
CallAnnotation.DataCase |
|
getEntityMentionData()
public abstract EntityMentionData getEntityMentionData()Data specifying an entity mention.
.google.cloud.contactcenterinsights.v1.EntityMentionData entity_mention_data = 15;
| Returns | |
|---|---|
| Type | Description |
EntityMentionData |
The entityMentionData. |
getEntityMentionDataOrBuilder()
public abstract EntityMentionDataOrBuilder getEntityMentionDataOrBuilder()Data specifying an entity mention.
.google.cloud.contactcenterinsights.v1.EntityMentionData entity_mention_data = 15;
| Returns | |
|---|---|
| Type | Description |
EntityMentionDataOrBuilder |
|
getHoldData()
public abstract HoldData getHoldData()Data specifying a hold.
.google.cloud.contactcenterinsights.v1.HoldData hold_data = 13;
| Returns | |
|---|---|
| Type | Description |
HoldData |
The holdData. |
getHoldDataOrBuilder()
public abstract HoldDataOrBuilder getHoldDataOrBuilder()Data specifying a hold.
.google.cloud.contactcenterinsights.v1.HoldData hold_data = 13;
| Returns | |
|---|---|
| Type | Description |
HoldDataOrBuilder |
|
getIntentMatchData()
public abstract IntentMatchData getIntentMatchData()Data specifying an intent match.
.google.cloud.contactcenterinsights.v1.IntentMatchData intent_match_data = 16;
| Returns | |
|---|---|
| Type | Description |
IntentMatchData |
The intentMatchData. |
getIntentMatchDataOrBuilder()
public abstract IntentMatchDataOrBuilder getIntentMatchDataOrBuilder()Data specifying an intent match.
.google.cloud.contactcenterinsights.v1.IntentMatchData intent_match_data = 16;
| Returns | |
|---|---|
| Type | Description |
IntentMatchDataOrBuilder |
|
getInterruptionData()
public abstract InterruptionData getInterruptionData()Data specifying an interruption.
.google.cloud.contactcenterinsights.v1.InterruptionData interruption_data = 10;
| Returns | |
|---|---|
| Type | Description |
InterruptionData |
The interruptionData. |
getInterruptionDataOrBuilder()
public abstract InterruptionDataOrBuilder getInterruptionDataOrBuilder()Data specifying an interruption.
.google.cloud.contactcenterinsights.v1.InterruptionData interruption_data = 10;
| Returns | |
|---|---|
| Type | Description |
InterruptionDataOrBuilder |
|
getIssueMatchData()
public abstract IssueMatchData getIssueMatchData()Data specifying an issue match.
.google.cloud.contactcenterinsights.v1.IssueMatchData issue_match_data = 18;
| Returns | |
|---|---|
| Type | Description |
IssueMatchData |
The issueMatchData. |
getIssueMatchDataOrBuilder()
public abstract IssueMatchDataOrBuilder getIssueMatchDataOrBuilder()Data specifying an issue match.
.google.cloud.contactcenterinsights.v1.IssueMatchData issue_match_data = 18;
| Returns | |
|---|---|
| Type | Description |
IssueMatchDataOrBuilder |
|
getPhraseMatchData()
public abstract PhraseMatchData getPhraseMatchData()Data specifying a phrase match.
.google.cloud.contactcenterinsights.v1.PhraseMatchData phrase_match_data = 17;
| Returns | |
|---|---|
| Type | Description |
PhraseMatchData |
The phraseMatchData. |
getPhraseMatchDataOrBuilder()
public abstract PhraseMatchDataOrBuilder getPhraseMatchDataOrBuilder()Data specifying a phrase match.
.google.cloud.contactcenterinsights.v1.PhraseMatchData phrase_match_data = 17;
| Returns | |
|---|---|
| Type | Description |
PhraseMatchDataOrBuilder |
|
getSentimentData()
public abstract SentimentData getSentimentData()Data specifying sentiment.
.google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 11;
| Returns | |
|---|---|
| Type | Description |
SentimentData |
The sentimentData. |
getSentimentDataOrBuilder()
public abstract SentimentDataOrBuilder getSentimentDataOrBuilder()Data specifying sentiment.
.google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 11;
| Returns | |
|---|---|
| Type | Description |
SentimentDataOrBuilder |
|
getSilenceData()
public abstract SilenceData getSilenceData()Data specifying silence.
.google.cloud.contactcenterinsights.v1.SilenceData silence_data = 12;
| Returns | |
|---|---|
| Type | Description |
SilenceData |
The silenceData. |
getSilenceDataOrBuilder()
public abstract SilenceDataOrBuilder getSilenceDataOrBuilder()Data specifying silence.
.google.cloud.contactcenterinsights.v1.SilenceData silence_data = 12;
| Returns | |
|---|---|
| Type | Description |
SilenceDataOrBuilder |
|
hasAnnotationEndBoundary()
public abstract boolean hasAnnotationEndBoundary()The boundary in the conversation where the annotation ends, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_end_boundary = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the annotationEndBoundary field is set. |
hasAnnotationStartBoundary()
public abstract boolean hasAnnotationStartBoundary()The boundary in the conversation where the annotation starts, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_start_boundary = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the annotationStartBoundary field is set. |
hasEntityMentionData()
public abstract boolean hasEntityMentionData()Data specifying an entity mention.
.google.cloud.contactcenterinsights.v1.EntityMentionData entity_mention_data = 15;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the entityMentionData field is set. |
hasHoldData()
public abstract boolean hasHoldData()Data specifying a hold.
.google.cloud.contactcenterinsights.v1.HoldData hold_data = 13;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the holdData field is set. |
hasIntentMatchData()
public abstract boolean hasIntentMatchData()Data specifying an intent match.
.google.cloud.contactcenterinsights.v1.IntentMatchData intent_match_data = 16;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the intentMatchData field is set. |
hasInterruptionData()
public abstract boolean hasInterruptionData()Data specifying an interruption.
.google.cloud.contactcenterinsights.v1.InterruptionData interruption_data = 10;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the interruptionData field is set. |
hasIssueMatchData()
public abstract boolean hasIssueMatchData()Data specifying an issue match.
.google.cloud.contactcenterinsights.v1.IssueMatchData issue_match_data = 18;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the issueMatchData field is set. |
hasPhraseMatchData()
public abstract boolean hasPhraseMatchData()Data specifying a phrase match.
.google.cloud.contactcenterinsights.v1.PhraseMatchData phrase_match_data = 17;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the phraseMatchData field is set. |
hasSentimentData()
public abstract boolean hasSentimentData()Data specifying sentiment.
.google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 11;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the sentimentData field is set. |
hasSilenceData()
public abstract boolean hasSilenceData()Data specifying silence.
.google.cloud.contactcenterinsights.v1.SilenceData silence_data = 12;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the silenceData field is set. |