Interface CallAnnotationOrBuilder (2.33.0)

public interface CallAnnotationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
int

The channelTag.

getDataCase()

public abstract CallAnnotation.DataCase getDataCase()
Returns
TypeDescription
CallAnnotation.DataCase

getEntityMentionData()

public abstract EntityMentionData getEntityMentionData()

Data specifying an entity mention.

.google.cloud.contactcenterinsights.v1.EntityMentionData entity_mention_data = 15;

Returns
TypeDescription
EntityMentionData

The entityMentionData.

getEntityMentionDataOrBuilder()

public abstract EntityMentionDataOrBuilder getEntityMentionDataOrBuilder()

Data specifying an entity mention.

.google.cloud.contactcenterinsights.v1.EntityMentionData entity_mention_data = 15;

Returns
TypeDescription
EntityMentionDataOrBuilder

getHoldData()

public abstract HoldData getHoldData()

Data specifying a hold.

.google.cloud.contactcenterinsights.v1.HoldData hold_data = 13;

Returns
TypeDescription
HoldData

The holdData.

getHoldDataOrBuilder()

public abstract HoldDataOrBuilder getHoldDataOrBuilder()

Data specifying a hold.

.google.cloud.contactcenterinsights.v1.HoldData hold_data = 13;

Returns
TypeDescription
HoldDataOrBuilder

getIntentMatchData()

public abstract IntentMatchData getIntentMatchData()

Data specifying an intent match.

.google.cloud.contactcenterinsights.v1.IntentMatchData intent_match_data = 16;

Returns
TypeDescription
IntentMatchData

The intentMatchData.

getIntentMatchDataOrBuilder()

public abstract IntentMatchDataOrBuilder getIntentMatchDataOrBuilder()

Data specifying an intent match.

.google.cloud.contactcenterinsights.v1.IntentMatchData intent_match_data = 16;

Returns
TypeDescription
IntentMatchDataOrBuilder

getInterruptionData()

public abstract InterruptionData getInterruptionData()

Data specifying an interruption.

.google.cloud.contactcenterinsights.v1.InterruptionData interruption_data = 10;

Returns
TypeDescription
InterruptionData

The interruptionData.

getInterruptionDataOrBuilder()

public abstract InterruptionDataOrBuilder getInterruptionDataOrBuilder()

Data specifying an interruption.

.google.cloud.contactcenterinsights.v1.InterruptionData interruption_data = 10;

Returns
TypeDescription
InterruptionDataOrBuilder

getIssueMatchData()

public abstract IssueMatchData getIssueMatchData()

Data specifying an issue match.

.google.cloud.contactcenterinsights.v1.IssueMatchData issue_match_data = 18;

Returns
TypeDescription
IssueMatchData

The issueMatchData.

getIssueMatchDataOrBuilder()

public abstract IssueMatchDataOrBuilder getIssueMatchDataOrBuilder()

Data specifying an issue match.

.google.cloud.contactcenterinsights.v1.IssueMatchData issue_match_data = 18;

Returns
TypeDescription
IssueMatchDataOrBuilder

getPhraseMatchData()

public abstract PhraseMatchData getPhraseMatchData()

Data specifying a phrase match.

.google.cloud.contactcenterinsights.v1.PhraseMatchData phrase_match_data = 17;

Returns
TypeDescription
PhraseMatchData

The phraseMatchData.

getPhraseMatchDataOrBuilder()

public abstract PhraseMatchDataOrBuilder getPhraseMatchDataOrBuilder()

Data specifying a phrase match.

.google.cloud.contactcenterinsights.v1.PhraseMatchData phrase_match_data = 17;

Returns
TypeDescription
PhraseMatchDataOrBuilder

getSentimentData()

public abstract SentimentData getSentimentData()

Data specifying sentiment.

.google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 11;

Returns
TypeDescription
SentimentData

The sentimentData.

getSentimentDataOrBuilder()

public abstract SentimentDataOrBuilder getSentimentDataOrBuilder()

Data specifying sentiment.

.google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 11;

Returns
TypeDescription
SentimentDataOrBuilder

getSilenceData()

public abstract SilenceData getSilenceData()

Data specifying silence.

.google.cloud.contactcenterinsights.v1.SilenceData silence_data = 12;

Returns
TypeDescription
SilenceData

The silenceData.

getSilenceDataOrBuilder()

public abstract SilenceDataOrBuilder getSilenceDataOrBuilder()

Data specifying silence.

.google.cloud.contactcenterinsights.v1.SilenceData silence_data = 12;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the phraseMatchData field is set.

hasSentimentData()

public abstract boolean hasSentimentData()

Data specifying sentiment.

.google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 11;

Returns
TypeDescription
boolean

Whether the sentimentData field is set.

hasSilenceData()

public abstract boolean hasSilenceData()

Data specifying silence.

.google.cloud.contactcenterinsights.v1.SilenceData silence_data = 12;

Returns
TypeDescription
boolean

Whether the silenceData field is set.