- 2.78.0 (latest)
 - 2.76.0
 - 2.75.0
 - 2.74.0
 - 2.73.0
 - 2.72.0
 - 2.70.0
 - 2.68.0
 - 2.67.0
 - 2.64.0
 - 2.63.0
 - 2.62.0
 - 2.60.0
 - 2.59.0
 - 2.58.0
 - 2.57.0
 - 2.56.0
 - 2.55.0
 - 2.54.0
 - 2.53.0
 - 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 static final class CallAnnotation.Builder extends GeneratedMessageV3.Builder<CallAnnotation.Builder> implements CallAnnotationOrBuilderA piece of metadata that applies to a window of a call.
 Protobuf type google.cloud.contactcenterinsights.v1.CallAnnotation
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CallAnnotation.BuilderImplements
CallAnnotationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
| Descriptor | 
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CallAnnotation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| CallAnnotation.Builder | 
build()
public CallAnnotation build()| Type | Description | 
| CallAnnotation | 
buildPartial()
public CallAnnotation buildPartial()| Type | Description | 
| CallAnnotation | 
clear()
public CallAnnotation.Builder clear()| Type | Description | 
| CallAnnotation.Builder | 
clearAnnotationEndBoundary()
public CallAnnotation.Builder clearAnnotationEndBoundary()The boundary in the conversation where the annotation ends, inclusive.
 .google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_end_boundary = 5;
 
| Type | Description | 
| 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;
 
| Type | Description | 
| 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;
| Type | Description | 
| CallAnnotation.Builder | This builder for chaining.  | 
      
clearData()
public CallAnnotation.Builder clearData()| Type | Description | 
| CallAnnotation.Builder | 
clearEntityMentionData()
public CallAnnotation.Builder clearEntityMentionData()Data specifying an entity mention.
 .google.cloud.contactcenterinsights.v1.EntityMentionData entity_mention_data = 15;
 
| Type | Description | 
| CallAnnotation.Builder | 
clearField(Descriptors.FieldDescriptor field)
public CallAnnotation.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
| field | FieldDescriptor | 
      
| Type | Description | 
| CallAnnotation.Builder | 
clearHoldData()
public CallAnnotation.Builder clearHoldData()Data specifying a hold.
 .google.cloud.contactcenterinsights.v1.HoldData hold_data = 13;
| Type | Description | 
| CallAnnotation.Builder | 
clearIntentMatchData()
public CallAnnotation.Builder clearIntentMatchData()Data specifying an intent match.
 .google.cloud.contactcenterinsights.v1.IntentMatchData intent_match_data = 16;
| Type | Description | 
| CallAnnotation.Builder | 
clearInterruptionData()
public CallAnnotation.Builder clearInterruptionData()Data specifying an interruption.
 .google.cloud.contactcenterinsights.v1.InterruptionData interruption_data = 10;
| Type | Description | 
| CallAnnotation.Builder | 
clearOneof(Descriptors.OneofDescriptor oneof)
public CallAnnotation.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
| oneof | OneofDescriptor | 
      
| Type | Description | 
| CallAnnotation.Builder | 
clearPhraseMatchData()
public CallAnnotation.Builder clearPhraseMatchData()Data specifying a phrase match.
 .google.cloud.contactcenterinsights.v1.PhraseMatchData phrase_match_data = 17;
| Type | Description | 
| CallAnnotation.Builder | 
clearSentimentData()
public CallAnnotation.Builder clearSentimentData()Data specifying sentiment.
 .google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 11;
| Type | Description | 
| CallAnnotation.Builder | 
clearSilenceData()
public CallAnnotation.Builder clearSilenceData()Data specifying silence.
 .google.cloud.contactcenterinsights.v1.SilenceData silence_data = 12;
| Type | Description | 
| CallAnnotation.Builder | 
clone()
public CallAnnotation.Builder clone()| Type | Description | 
| CallAnnotation.Builder | 
getAnnotationEndBoundary()
public AnnotationBoundary getAnnotationEndBoundary()The boundary in the conversation where the annotation ends, inclusive.
 .google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_end_boundary = 5;
 
| Type | Description | 
| 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;
 
| Type | Description | 
| 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;
 
| Type | Description | 
| AnnotationBoundaryOrBuilder | 
getAnnotationStartBoundary()
public AnnotationBoundary getAnnotationStartBoundary()The boundary in the conversation where the annotation starts, inclusive.
 
 .google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_start_boundary = 4;
 
| Type | Description | 
| 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;
 
| Type | Description | 
| 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;
 
| Type | Description | 
| 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;
| Type | Description | 
| int | The channelTag.  | 
      
getDataCase()
public CallAnnotation.DataCase getDataCase()| Type | Description | 
| CallAnnotation.DataCase | 
getDefaultInstanceForType()
public CallAnnotation getDefaultInstanceForType()| Type | Description | 
| CallAnnotation | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
| Descriptor | 
getEntityMentionData()
public EntityMentionData getEntityMentionData()Data specifying an entity mention.
 .google.cloud.contactcenterinsights.v1.EntityMentionData entity_mention_data = 15;
 
| Type | Description | 
| EntityMentionData | The entityMentionData.  | 
      
getEntityMentionDataBuilder()
public EntityMentionData.Builder getEntityMentionDataBuilder()Data specifying an entity mention.
 .google.cloud.contactcenterinsights.v1.EntityMentionData entity_mention_data = 15;
 
| Type | Description | 
| EntityMentionData.Builder | 
getEntityMentionDataOrBuilder()
public EntityMentionDataOrBuilder getEntityMentionDataOrBuilder()Data specifying an entity mention.
 .google.cloud.contactcenterinsights.v1.EntityMentionData entity_mention_data = 15;
 
| Type | Description | 
| EntityMentionDataOrBuilder | 
getHoldData()
public HoldData getHoldData()Data specifying a hold.
 .google.cloud.contactcenterinsights.v1.HoldData hold_data = 13;
| Type | Description | 
| HoldData | The holdData.  | 
      
getHoldDataBuilder()
public HoldData.Builder getHoldDataBuilder()Data specifying a hold.
 .google.cloud.contactcenterinsights.v1.HoldData hold_data = 13;
| Type | Description | 
| HoldData.Builder | 
getHoldDataOrBuilder()
public HoldDataOrBuilder getHoldDataOrBuilder()Data specifying a hold.
 .google.cloud.contactcenterinsights.v1.HoldData hold_data = 13;
| Type | Description | 
| HoldDataOrBuilder | 
getIntentMatchData()
public IntentMatchData getIntentMatchData()Data specifying an intent match.
 .google.cloud.contactcenterinsights.v1.IntentMatchData intent_match_data = 16;
| Type | Description | 
| IntentMatchData | The intentMatchData.  | 
      
getIntentMatchDataBuilder()
public IntentMatchData.Builder getIntentMatchDataBuilder()Data specifying an intent match.
 .google.cloud.contactcenterinsights.v1.IntentMatchData intent_match_data = 16;
| Type | Description | 
| IntentMatchData.Builder | 
getIntentMatchDataOrBuilder()
public IntentMatchDataOrBuilder getIntentMatchDataOrBuilder()Data specifying an intent match.
 .google.cloud.contactcenterinsights.v1.IntentMatchData intent_match_data = 16;
| Type | Description | 
| IntentMatchDataOrBuilder | 
getInterruptionData()
public InterruptionData getInterruptionData()Data specifying an interruption.
 .google.cloud.contactcenterinsights.v1.InterruptionData interruption_data = 10;
| Type | Description | 
| InterruptionData | The interruptionData.  | 
      
getInterruptionDataBuilder()
public InterruptionData.Builder getInterruptionDataBuilder()Data specifying an interruption.
 .google.cloud.contactcenterinsights.v1.InterruptionData interruption_data = 10;
| Type | Description | 
| InterruptionData.Builder | 
getInterruptionDataOrBuilder()
public InterruptionDataOrBuilder getInterruptionDataOrBuilder()Data specifying an interruption.
 .google.cloud.contactcenterinsights.v1.InterruptionData interruption_data = 10;
| Type | Description | 
| InterruptionDataOrBuilder | 
getPhraseMatchData()
public PhraseMatchData getPhraseMatchData()Data specifying a phrase match.
 .google.cloud.contactcenterinsights.v1.PhraseMatchData phrase_match_data = 17;
| Type | Description | 
| PhraseMatchData | The phraseMatchData.  | 
      
getPhraseMatchDataBuilder()
public PhraseMatchData.Builder getPhraseMatchDataBuilder()Data specifying a phrase match.
 .google.cloud.contactcenterinsights.v1.PhraseMatchData phrase_match_data = 17;
| Type | Description | 
| PhraseMatchData.Builder | 
getPhraseMatchDataOrBuilder()
public PhraseMatchDataOrBuilder getPhraseMatchDataOrBuilder()Data specifying a phrase match.
 .google.cloud.contactcenterinsights.v1.PhraseMatchData phrase_match_data = 17;
| Type | Description | 
| PhraseMatchDataOrBuilder | 
getSentimentData()
public SentimentData getSentimentData()Data specifying sentiment.
 .google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 11;
| Type | Description | 
| SentimentData | The sentimentData.  | 
      
getSentimentDataBuilder()
public SentimentData.Builder getSentimentDataBuilder()Data specifying sentiment.
 .google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 11;
| Type | Description | 
| SentimentData.Builder | 
getSentimentDataOrBuilder()
public SentimentDataOrBuilder getSentimentDataOrBuilder()Data specifying sentiment.
 .google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 11;
| Type | Description | 
| SentimentDataOrBuilder | 
getSilenceData()
public SilenceData getSilenceData()Data specifying silence.
 .google.cloud.contactcenterinsights.v1.SilenceData silence_data = 12;
| Type | Description | 
| SilenceData | The silenceData.  | 
      
getSilenceDataBuilder()
public SilenceData.Builder getSilenceDataBuilder()Data specifying silence.
 .google.cloud.contactcenterinsights.v1.SilenceData silence_data = 12;
| Type | Description | 
| SilenceData.Builder | 
getSilenceDataOrBuilder()
public SilenceDataOrBuilder getSilenceDataOrBuilder()Data specifying silence.
 .google.cloud.contactcenterinsights.v1.SilenceData silence_data = 12;
| Type | Description | 
| SilenceDataOrBuilder | 
hasAnnotationEndBoundary()
public boolean hasAnnotationEndBoundary()The boundary in the conversation where the annotation ends, inclusive.
 .google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_end_boundary = 5;
 
| Type | Description | 
| 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;
 
| Type | Description | 
| 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;
 
| Type | Description | 
| boolean | Whether the entityMentionData field is set.  | 
      
hasHoldData()
public boolean hasHoldData()Data specifying a hold.
 .google.cloud.contactcenterinsights.v1.HoldData hold_data = 13;
| Type | Description | 
| 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;
| Type | Description | 
| boolean | Whether the intentMatchData field is set.  | 
      
hasInterruptionData()
public boolean hasInterruptionData()Data specifying an interruption.
 .google.cloud.contactcenterinsights.v1.InterruptionData interruption_data = 10;
| Type | Description | 
| boolean | Whether the interruptionData field is set.  | 
      
hasPhraseMatchData()
public boolean hasPhraseMatchData()Data specifying a phrase match.
 .google.cloud.contactcenterinsights.v1.PhraseMatchData phrase_match_data = 17;
| Type | Description | 
| boolean | Whether the phraseMatchData field is set.  | 
      
hasSentimentData()
public boolean hasSentimentData()Data specifying sentiment.
 .google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 11;
| Type | Description | 
| boolean | Whether the sentimentData field is set.  | 
      
hasSilenceData()
public boolean hasSilenceData()Data specifying silence.
 .google.cloud.contactcenterinsights.v1.SilenceData silence_data = 12;
| Type | Description | 
| boolean | Whether the silenceData field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
| FieldAccessorTable | 
isInitialized()
public final boolean isInitialized()| Type | Description | 
| boolean | 
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;
 
| Name | Description | 
| value | AnnotationBoundary | 
      
| Type | Description | 
| 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;
 
| Name | Description | 
| value | AnnotationBoundary | 
      
| Type | Description | 
| 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;
 
| Name | Description | 
| value | EntityMentionData | 
      
| Type | Description | 
| CallAnnotation.Builder | 
mergeFrom(CallAnnotation other)
public CallAnnotation.Builder mergeFrom(CallAnnotation other)| Name | Description | 
| other | CallAnnotation | 
      
| Type | Description | 
| CallAnnotation.Builder | 
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CallAnnotation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
| input | CodedInputStream | 
      
| extensionRegistry | ExtensionRegistryLite | 
      
| Type | Description | 
| CallAnnotation.Builder | 
| Type | Description | 
| IOException | 
mergeFrom(Message other)
public CallAnnotation.Builder mergeFrom(Message other)| Name | Description | 
| other | Message | 
      
| Type | Description | 
| CallAnnotation.Builder | 
mergeHoldData(HoldData value)
public CallAnnotation.Builder mergeHoldData(HoldData value)Data specifying a hold.
 .google.cloud.contactcenterinsights.v1.HoldData hold_data = 13;
| Name | Description | 
| value | HoldData | 
      
| Type | Description | 
| 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;
| Name | Description | 
| value | IntentMatchData | 
      
| Type | Description | 
| CallAnnotation.Builder | 
mergeInterruptionData(InterruptionData value)
public CallAnnotation.Builder mergeInterruptionData(InterruptionData value)Data specifying an interruption.
 .google.cloud.contactcenterinsights.v1.InterruptionData interruption_data = 10;
| Name | Description | 
| value | InterruptionData | 
      
| Type | Description | 
| 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;
| Name | Description | 
| value | PhraseMatchData | 
      
| Type | Description | 
| CallAnnotation.Builder | 
mergeSentimentData(SentimentData value)
public CallAnnotation.Builder mergeSentimentData(SentimentData value)Data specifying sentiment.
 .google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 11;
| Name | Description | 
| value | SentimentData | 
      
| Type | Description | 
| CallAnnotation.Builder | 
mergeSilenceData(SilenceData value)
public CallAnnotation.Builder mergeSilenceData(SilenceData value)Data specifying silence.
 .google.cloud.contactcenterinsights.v1.SilenceData silence_data = 12;
| Name | Description | 
| value | SilenceData | 
      
| Type | Description | 
| CallAnnotation.Builder | 
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CallAnnotation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| CallAnnotation.Builder | 
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;
 
| Name | Description | 
| value | AnnotationBoundary | 
      
| Type | Description | 
| 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;
 
| Name | Description | 
| builderForValue | AnnotationBoundary.Builder | 
      
| Type | Description | 
| 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;
 
| Name | Description | 
| value | AnnotationBoundary | 
      
| Type | Description | 
| 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;
 
| Name | Description | 
| builderForValue | AnnotationBoundary.Builder | 
      
| Type | Description | 
| 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;
| Name | Description | 
| value | intThe channelTag to set.  | 
      
| Type | Description | 
| 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;
 
| Name | Description | 
| value | EntityMentionData | 
      
| Type | Description | 
| 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;
 
| Name | Description | 
| builderForValue | EntityMentionData.Builder | 
      
| Type | Description | 
| CallAnnotation.Builder | 
setField(Descriptors.FieldDescriptor field, Object value)
public CallAnnotation.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| CallAnnotation.Builder | 
setHoldData(HoldData value)
public CallAnnotation.Builder setHoldData(HoldData value)Data specifying a hold.
 .google.cloud.contactcenterinsights.v1.HoldData hold_data = 13;
| Name | Description | 
| value | HoldData | 
      
| Type | Description | 
| 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;
| Name | Description | 
| builderForValue | HoldData.Builder | 
      
| Type | Description | 
| 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;
| Name | Description | 
| value | IntentMatchData | 
      
| Type | Description | 
| 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;
| Name | Description | 
| builderForValue | IntentMatchData.Builder | 
      
| Type | Description | 
| CallAnnotation.Builder | 
setInterruptionData(InterruptionData value)
public CallAnnotation.Builder setInterruptionData(InterruptionData value)Data specifying an interruption.
 .google.cloud.contactcenterinsights.v1.InterruptionData interruption_data = 10;
| Name | Description | 
| value | InterruptionData | 
      
| Type | Description | 
| 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;
| Name | Description | 
| builderForValue | InterruptionData.Builder | 
      
| Type | Description | 
| 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;
| Name | Description | 
| value | PhraseMatchData | 
      
| Type | Description | 
| 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;
| Name | Description | 
| builderForValue | PhraseMatchData.Builder | 
      
| Type | Description | 
| CallAnnotation.Builder | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CallAnnotation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| index | int | 
      
| value | Object | 
      
| Type | Description | 
| CallAnnotation.Builder | 
setSentimentData(SentimentData value)
public CallAnnotation.Builder setSentimentData(SentimentData value)Data specifying sentiment.
 .google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 11;
| Name | Description | 
| value | SentimentData | 
      
| Type | Description | 
| CallAnnotation.Builder | 
setSentimentData(SentimentData.Builder builderForValue)
public CallAnnotation.Builder setSentimentData(SentimentData.Builder builderForValue)Data specifying sentiment.
 .google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 11;
| Name | Description | 
| builderForValue | SentimentData.Builder | 
      
| Type | Description | 
| CallAnnotation.Builder | 
setSilenceData(SilenceData value)
public CallAnnotation.Builder setSilenceData(SilenceData value)Data specifying silence.
 .google.cloud.contactcenterinsights.v1.SilenceData silence_data = 12;
| Name | Description | 
| value | SilenceData | 
      
| Type | Description | 
| CallAnnotation.Builder | 
setSilenceData(SilenceData.Builder builderForValue)
public CallAnnotation.Builder setSilenceData(SilenceData.Builder builderForValue)Data specifying silence.
 .google.cloud.contactcenterinsights.v1.SilenceData silence_data = 12;
| Name | Description | 
| builderForValue | SilenceData.Builder | 
      
| Type | Description | 
| CallAnnotation.Builder | 
setUnknownFields(UnknownFieldSet unknownFields)
public final CallAnnotation.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| CallAnnotation.Builder |