Class CallAnnotation.Builder (2.34.0)

public static final class CallAnnotation.Builder extends GeneratedMessageV3.Builder<CallAnnotation.Builder> implements CallAnnotationOrBuilder

A piece of metadata that applies to a window of a call.

Protobuf type google.cloud.contactcenterinsights.v1.CallAnnotation

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public CallAnnotation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
CallAnnotation.Builder
Overrides

build()

public CallAnnotation build()
Returns
TypeDescription
CallAnnotation

buildPartial()

public CallAnnotation buildPartial()
Returns
TypeDescription
CallAnnotation

clear()

public CallAnnotation.Builder clear()
Returns
TypeDescription
CallAnnotation.Builder
Overrides

clearAnnotationEndBoundary()

public CallAnnotation.Builder clearAnnotationEndBoundary()

The boundary in the conversation where the annotation ends, inclusive.

.google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_end_boundary = 5;

Returns
TypeDescription
CallAnnotation.Builder

clearAnnotationStartBoundary()

public CallAnnotation.Builder clearAnnotationStartBoundary()

The boundary in the conversation where the annotation starts, inclusive.

.google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_start_boundary = 4;

Returns
TypeDescription
CallAnnotation.Builder

clearChannelTag()

public CallAnnotation.Builder clearChannelTag()

The channel of the audio where the annotation occurs. For single-channel audio, this field is not populated.

int32 channel_tag = 1;

Returns
TypeDescription
CallAnnotation.Builder

This builder for chaining.

clearData()

public CallAnnotation.Builder clearData()
Returns
TypeDescription
CallAnnotation.Builder

clearEntityMentionData()

public CallAnnotation.Builder clearEntityMentionData()

Data specifying an entity mention.

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

Returns
TypeDescription
CallAnnotation.Builder

clearField(Descriptors.FieldDescriptor field)

public CallAnnotation.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
CallAnnotation.Builder
Overrides

clearHoldData()

public CallAnnotation.Builder clearHoldData()

Data specifying a hold.

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

Returns
TypeDescription
CallAnnotation.Builder

clearIntentMatchData()

public CallAnnotation.Builder clearIntentMatchData()

Data specifying an intent match.

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

Returns
TypeDescription
CallAnnotation.Builder

clearInterruptionData()

public CallAnnotation.Builder clearInterruptionData()

Data specifying an interruption.

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

Returns
TypeDescription
CallAnnotation.Builder

clearIssueMatchData()

public CallAnnotation.Builder clearIssueMatchData()

Data specifying an issue match.

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

Returns
TypeDescription
CallAnnotation.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public CallAnnotation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
CallAnnotation.Builder
Overrides

clearPhraseMatchData()

public CallAnnotation.Builder clearPhraseMatchData()

Data specifying a phrase match.

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

Returns
TypeDescription
CallAnnotation.Builder

clearSentimentData()

public CallAnnotation.Builder clearSentimentData()

Data specifying sentiment.

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

Returns
TypeDescription
CallAnnotation.Builder

clearSilenceData()

public CallAnnotation.Builder clearSilenceData()

Data specifying silence.

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

Returns
TypeDescription
CallAnnotation.Builder

clone()

public CallAnnotation.Builder clone()
Returns
TypeDescription
CallAnnotation.Builder
Overrides

getAnnotationEndBoundary()

public 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.

getAnnotationEndBoundaryBuilder()

public AnnotationBoundary.Builder getAnnotationEndBoundaryBuilder()

The boundary in the conversation where the annotation ends, inclusive.

.google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_end_boundary = 5;

Returns
TypeDescription
AnnotationBoundary.Builder

getAnnotationEndBoundaryOrBuilder()

public 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 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.

getAnnotationStartBoundaryBuilder()

public AnnotationBoundary.Builder getAnnotationStartBoundaryBuilder()

The boundary in the conversation where the annotation starts, inclusive.

.google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_start_boundary = 4;

Returns
TypeDescription
AnnotationBoundary.Builder

getAnnotationStartBoundaryOrBuilder()

public 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 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 CallAnnotation.DataCase getDataCase()
Returns
TypeDescription
CallAnnotation.DataCase

getDefaultInstanceForType()

public CallAnnotation getDefaultInstanceForType()
Returns
TypeDescription
CallAnnotation

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getEntityMentionData()

public EntityMentionData getEntityMentionData()

Data specifying an entity mention.

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

Returns
TypeDescription
EntityMentionData

The entityMentionData.

getEntityMentionDataBuilder()

public EntityMentionData.Builder getEntityMentionDataBuilder()

Data specifying an entity mention.

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

Returns
TypeDescription
EntityMentionData.Builder

getEntityMentionDataOrBuilder()

public EntityMentionDataOrBuilder getEntityMentionDataOrBuilder()

Data specifying an entity mention.

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

Returns
TypeDescription
EntityMentionDataOrBuilder

getHoldData()

public HoldData getHoldData()

Data specifying a hold.

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

Returns
TypeDescription
HoldData

The holdData.

getHoldDataBuilder()

public HoldData.Builder getHoldDataBuilder()

Data specifying a hold.

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

Returns
TypeDescription
HoldData.Builder

getHoldDataOrBuilder()

public HoldDataOrBuilder getHoldDataOrBuilder()

Data specifying a hold.

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

Returns
TypeDescription
HoldDataOrBuilder

getIntentMatchData()

public IntentMatchData getIntentMatchData()

Data specifying an intent match.

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

Returns
TypeDescription
IntentMatchData

The intentMatchData.

getIntentMatchDataBuilder()

public IntentMatchData.Builder getIntentMatchDataBuilder()

Data specifying an intent match.

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

Returns
TypeDescription
IntentMatchData.Builder

getIntentMatchDataOrBuilder()

public IntentMatchDataOrBuilder getIntentMatchDataOrBuilder()

Data specifying an intent match.

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

Returns
TypeDescription
IntentMatchDataOrBuilder

getInterruptionData()

public InterruptionData getInterruptionData()

Data specifying an interruption.

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

Returns
TypeDescription
InterruptionData

The interruptionData.

getInterruptionDataBuilder()

public InterruptionData.Builder getInterruptionDataBuilder()

Data specifying an interruption.

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

Returns
TypeDescription
InterruptionData.Builder

getInterruptionDataOrBuilder()

public InterruptionDataOrBuilder getInterruptionDataOrBuilder()

Data specifying an interruption.

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

Returns
TypeDescription
InterruptionDataOrBuilder

getIssueMatchData()

public IssueMatchData getIssueMatchData()

Data specifying an issue match.

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

Returns
TypeDescription
IssueMatchData

The issueMatchData.

getIssueMatchDataBuilder()

public IssueMatchData.Builder getIssueMatchDataBuilder()

Data specifying an issue match.

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

Returns
TypeDescription
IssueMatchData.Builder

getIssueMatchDataOrBuilder()

public IssueMatchDataOrBuilder getIssueMatchDataOrBuilder()

Data specifying an issue match.

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

Returns
TypeDescription
IssueMatchDataOrBuilder

getPhraseMatchData()

public PhraseMatchData getPhraseMatchData()

Data specifying a phrase match.

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

Returns
TypeDescription
PhraseMatchData

The phraseMatchData.

getPhraseMatchDataBuilder()

public PhraseMatchData.Builder getPhraseMatchDataBuilder()

Data specifying a phrase match.

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

Returns
TypeDescription
PhraseMatchData.Builder

getPhraseMatchDataOrBuilder()

public PhraseMatchDataOrBuilder getPhraseMatchDataOrBuilder()

Data specifying a phrase match.

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

Returns
TypeDescription
PhraseMatchDataOrBuilder

getSentimentData()

public SentimentData getSentimentData()

Data specifying sentiment.

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

Returns
TypeDescription
SentimentData

The sentimentData.

getSentimentDataBuilder()

public SentimentData.Builder getSentimentDataBuilder()

Data specifying sentiment.

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

Returns
TypeDescription
SentimentData.Builder

getSentimentDataOrBuilder()

public SentimentDataOrBuilder getSentimentDataOrBuilder()

Data specifying sentiment.

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

Returns
TypeDescription
SentimentDataOrBuilder

getSilenceData()

public SilenceData getSilenceData()

Data specifying silence.

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

Returns
TypeDescription
SilenceData

The silenceData.

getSilenceDataBuilder()

public SilenceData.Builder getSilenceDataBuilder()

Data specifying silence.

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

Returns
TypeDescription
SilenceData.Builder

getSilenceDataOrBuilder()

public SilenceDataOrBuilder getSilenceDataOrBuilder()

Data specifying silence.

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

Returns
TypeDescription
SilenceDataOrBuilder

hasAnnotationEndBoundary()

public 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 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 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 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 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 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 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 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 boolean hasSentimentData()

Data specifying sentiment.

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

Returns
TypeDescription
boolean

Whether the sentimentData field is set.

hasSilenceData()

public boolean hasSilenceData()

Data specifying silence.

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

Returns
TypeDescription
boolean

Whether the silenceData field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeAnnotationEndBoundary(AnnotationBoundary value)

public CallAnnotation.Builder mergeAnnotationEndBoundary(AnnotationBoundary value)

The boundary in the conversation where the annotation ends, inclusive.

.google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_end_boundary = 5;

Parameter
NameDescription
valueAnnotationBoundary
Returns
TypeDescription
CallAnnotation.Builder

mergeAnnotationStartBoundary(AnnotationBoundary value)

public CallAnnotation.Builder mergeAnnotationStartBoundary(AnnotationBoundary value)

The boundary in the conversation where the annotation starts, inclusive.

.google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_start_boundary = 4;

Parameter
NameDescription
valueAnnotationBoundary
Returns
TypeDescription
CallAnnotation.Builder

mergeEntityMentionData(EntityMentionData value)

public CallAnnotation.Builder mergeEntityMentionData(EntityMentionData value)

Data specifying an entity mention.

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

Parameter
NameDescription
valueEntityMentionData
Returns
TypeDescription
CallAnnotation.Builder

mergeFrom(CallAnnotation other)

public CallAnnotation.Builder mergeFrom(CallAnnotation other)
Parameter
NameDescription
otherCallAnnotation
Returns
TypeDescription
CallAnnotation.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CallAnnotation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CallAnnotation.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public CallAnnotation.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
CallAnnotation.Builder
Overrides

mergeHoldData(HoldData value)

public CallAnnotation.Builder mergeHoldData(HoldData value)

Data specifying a hold.

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

Parameter
NameDescription
valueHoldData
Returns
TypeDescription
CallAnnotation.Builder

mergeIntentMatchData(IntentMatchData value)

public CallAnnotation.Builder mergeIntentMatchData(IntentMatchData value)

Data specifying an intent match.

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

Parameter
NameDescription
valueIntentMatchData
Returns
TypeDescription
CallAnnotation.Builder

mergeInterruptionData(InterruptionData value)

public CallAnnotation.Builder mergeInterruptionData(InterruptionData value)

Data specifying an interruption.

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

Parameter
NameDescription
valueInterruptionData
Returns
TypeDescription
CallAnnotation.Builder

mergeIssueMatchData(IssueMatchData value)

public CallAnnotation.Builder mergeIssueMatchData(IssueMatchData value)

Data specifying an issue match.

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

Parameter
NameDescription
valueIssueMatchData
Returns
TypeDescription
CallAnnotation.Builder

mergePhraseMatchData(PhraseMatchData value)

public CallAnnotation.Builder mergePhraseMatchData(PhraseMatchData value)

Data specifying a phrase match.

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

Parameter
NameDescription
valuePhraseMatchData
Returns
TypeDescription
CallAnnotation.Builder

mergeSentimentData(SentimentData value)

public CallAnnotation.Builder mergeSentimentData(SentimentData value)

Data specifying sentiment.

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

Parameter
NameDescription
valueSentimentData
Returns
TypeDescription
CallAnnotation.Builder

mergeSilenceData(SilenceData value)

public CallAnnotation.Builder mergeSilenceData(SilenceData value)

Data specifying silence.

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

Parameter
NameDescription
valueSilenceData
Returns
TypeDescription
CallAnnotation.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final CallAnnotation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
CallAnnotation.Builder
Overrides

setAnnotationEndBoundary(AnnotationBoundary value)

public CallAnnotation.Builder setAnnotationEndBoundary(AnnotationBoundary value)

The boundary in the conversation where the annotation ends, inclusive.

.google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_end_boundary = 5;

Parameter
NameDescription
valueAnnotationBoundary
Returns
TypeDescription
CallAnnotation.Builder

setAnnotationEndBoundary(AnnotationBoundary.Builder builderForValue)

public CallAnnotation.Builder setAnnotationEndBoundary(AnnotationBoundary.Builder builderForValue)

The boundary in the conversation where the annotation ends, inclusive.

.google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_end_boundary = 5;

Parameter
NameDescription
builderForValueAnnotationBoundary.Builder
Returns
TypeDescription
CallAnnotation.Builder

setAnnotationStartBoundary(AnnotationBoundary value)

public CallAnnotation.Builder setAnnotationStartBoundary(AnnotationBoundary value)

The boundary in the conversation where the annotation starts, inclusive.

.google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_start_boundary = 4;

Parameter
NameDescription
valueAnnotationBoundary
Returns
TypeDescription
CallAnnotation.Builder

setAnnotationStartBoundary(AnnotationBoundary.Builder builderForValue)

public CallAnnotation.Builder setAnnotationStartBoundary(AnnotationBoundary.Builder builderForValue)

The boundary in the conversation where the annotation starts, inclusive.

.google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_start_boundary = 4;

Parameter
NameDescription
builderForValueAnnotationBoundary.Builder
Returns
TypeDescription
CallAnnotation.Builder

setChannelTag(int value)

public CallAnnotation.Builder setChannelTag(int value)

The channel of the audio where the annotation occurs. For single-channel audio, this field is not populated.

int32 channel_tag = 1;

Parameter
NameDescription
valueint

The channelTag to set.

Returns
TypeDescription
CallAnnotation.Builder

This builder for chaining.

setEntityMentionData(EntityMentionData value)

public CallAnnotation.Builder setEntityMentionData(EntityMentionData value)

Data specifying an entity mention.

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

Parameter
NameDescription
valueEntityMentionData
Returns
TypeDescription
CallAnnotation.Builder

setEntityMentionData(EntityMentionData.Builder builderForValue)

public CallAnnotation.Builder setEntityMentionData(EntityMentionData.Builder builderForValue)

Data specifying an entity mention.

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

Parameter
NameDescription
builderForValueEntityMentionData.Builder
Returns
TypeDescription
CallAnnotation.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public CallAnnotation.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
CallAnnotation.Builder
Overrides

setHoldData(HoldData value)

public CallAnnotation.Builder setHoldData(HoldData value)

Data specifying a hold.

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

Parameter
NameDescription
valueHoldData
Returns
TypeDescription
CallAnnotation.Builder

setHoldData(HoldData.Builder builderForValue)

public CallAnnotation.Builder setHoldData(HoldData.Builder builderForValue)

Data specifying a hold.

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

Parameter
NameDescription
builderForValueHoldData.Builder
Returns
TypeDescription
CallAnnotation.Builder

setIntentMatchData(IntentMatchData value)

public CallAnnotation.Builder setIntentMatchData(IntentMatchData value)

Data specifying an intent match.

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

Parameter
NameDescription
valueIntentMatchData
Returns
TypeDescription
CallAnnotation.Builder

setIntentMatchData(IntentMatchData.Builder builderForValue)

public CallAnnotation.Builder setIntentMatchData(IntentMatchData.Builder builderForValue)

Data specifying an intent match.

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

Parameter
NameDescription
builderForValueIntentMatchData.Builder
Returns
TypeDescription
CallAnnotation.Builder

setInterruptionData(InterruptionData value)

public CallAnnotation.Builder setInterruptionData(InterruptionData value)

Data specifying an interruption.

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

Parameter
NameDescription
valueInterruptionData
Returns
TypeDescription
CallAnnotation.Builder

setInterruptionData(InterruptionData.Builder builderForValue)

public CallAnnotation.Builder setInterruptionData(InterruptionData.Builder builderForValue)

Data specifying an interruption.

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

Parameter
NameDescription
builderForValueInterruptionData.Builder
Returns
TypeDescription
CallAnnotation.Builder

setIssueMatchData(IssueMatchData value)

public CallAnnotation.Builder setIssueMatchData(IssueMatchData value)

Data specifying an issue match.

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

Parameter
NameDescription
valueIssueMatchData
Returns
TypeDescription
CallAnnotation.Builder

setIssueMatchData(IssueMatchData.Builder builderForValue)

public CallAnnotation.Builder setIssueMatchData(IssueMatchData.Builder builderForValue)

Data specifying an issue match.

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

Parameter
NameDescription
builderForValueIssueMatchData.Builder
Returns
TypeDescription
CallAnnotation.Builder

setPhraseMatchData(PhraseMatchData value)

public CallAnnotation.Builder setPhraseMatchData(PhraseMatchData value)

Data specifying a phrase match.

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

Parameter
NameDescription
valuePhraseMatchData
Returns
TypeDescription
CallAnnotation.Builder

setPhraseMatchData(PhraseMatchData.Builder builderForValue)

public CallAnnotation.Builder setPhraseMatchData(PhraseMatchData.Builder builderForValue)

Data specifying a phrase match.

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

Parameter
NameDescription
builderForValuePhraseMatchData.Builder
Returns
TypeDescription
CallAnnotation.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public CallAnnotation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
CallAnnotation.Builder
Overrides

setSentimentData(SentimentData value)

public CallAnnotation.Builder setSentimentData(SentimentData value)

Data specifying sentiment.

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

Parameter
NameDescription
valueSentimentData
Returns
TypeDescription
CallAnnotation.Builder

setSentimentData(SentimentData.Builder builderForValue)

public CallAnnotation.Builder setSentimentData(SentimentData.Builder builderForValue)

Data specifying sentiment.

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

Parameter
NameDescription
builderForValueSentimentData.Builder
Returns
TypeDescription
CallAnnotation.Builder

setSilenceData(SilenceData value)

public CallAnnotation.Builder setSilenceData(SilenceData value)

Data specifying silence.

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

Parameter
NameDescription
valueSilenceData
Returns
TypeDescription
CallAnnotation.Builder

setSilenceData(SilenceData.Builder builderForValue)

public CallAnnotation.Builder setSilenceData(SilenceData.Builder builderForValue)

Data specifying silence.

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

Parameter
NameDescription
builderForValueSilenceData.Builder
Returns
TypeDescription
CallAnnotation.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final CallAnnotation.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
CallAnnotation.Builder
Overrides