- 2.53.0 (latest)
- 2.52.0
- 2.51.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.10
- 2.2.7
public interface CallAnnotationOrBuilder extends MessageOrBuilder
Implements
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. |