- 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()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CallAnnotation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
CallAnnotation.Builder |
|
build()
public CallAnnotation build()| Returns | |
|---|---|
| Type | Description |
CallAnnotation |
|
buildPartial()
public CallAnnotation buildPartial()| Returns | |
|---|---|
| Type | Description |
CallAnnotation |
|
clear()
public CallAnnotation.Builder clear()| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
CallAnnotation.Builder |
This builder for chaining. |
clearData()
public CallAnnotation.Builder clearData()| Returns | |
|---|---|
| Type | Description |
CallAnnotation.Builder |
|
clearEntityMentionData()
public CallAnnotation.Builder clearEntityMentionData()Data specifying an entity mention.
.google.cloud.contactcenterinsights.v1.EntityMentionData entity_mention_data = 15;
| Returns | |
|---|---|
| Type | Description |
CallAnnotation.Builder |
|
clearField(Descriptors.FieldDescriptor field)
public CallAnnotation.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
CallAnnotation.Builder |
|
clearHoldData()
public CallAnnotation.Builder clearHoldData()Data specifying a hold.
.google.cloud.contactcenterinsights.v1.HoldData hold_data = 13;
| Returns | |
|---|---|
| Type | Description |
CallAnnotation.Builder |
|
clearIntentMatchData()
public CallAnnotation.Builder clearIntentMatchData()Data specifying an intent match.
.google.cloud.contactcenterinsights.v1.IntentMatchData intent_match_data = 16;
| Returns | |
|---|---|
| Type | Description |
CallAnnotation.Builder |
|
clearInterruptionData()
public CallAnnotation.Builder clearInterruptionData()Data specifying an interruption.
.google.cloud.contactcenterinsights.v1.InterruptionData interruption_data = 10;
| Returns | |
|---|---|
| Type | Description |
CallAnnotation.Builder |
|
clearIssueMatchData()
public CallAnnotation.Builder clearIssueMatchData()Data specifying an issue match.
.google.cloud.contactcenterinsights.v1.IssueMatchData issue_match_data = 18;
| Returns | |
|---|---|
| Type | Description |
CallAnnotation.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
public CallAnnotation.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
CallAnnotation.Builder |
|
clearPhraseMatchData()
public CallAnnotation.Builder clearPhraseMatchData()Data specifying a phrase match.
.google.cloud.contactcenterinsights.v1.PhraseMatchData phrase_match_data = 17;
| Returns | |
|---|---|
| Type | Description |
CallAnnotation.Builder |
|
clearSentimentData()
public CallAnnotation.Builder clearSentimentData()Data specifying sentiment.
.google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 11;
| Returns | |
|---|---|
| Type | Description |
CallAnnotation.Builder |
|
clearSilenceData()
public CallAnnotation.Builder clearSilenceData()Data specifying silence.
.google.cloud.contactcenterinsights.v1.SilenceData silence_data = 12;
| Returns | |
|---|---|
| Type | Description |
CallAnnotation.Builder |
|
clone()
public CallAnnotation.Builder clone()| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
int |
The channelTag. |
getDataCase()
public CallAnnotation.DataCase getDataCase()| Returns | |
|---|---|
| Type | Description |
CallAnnotation.DataCase |
|
getDefaultInstanceForType()
public CallAnnotation getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CallAnnotation |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEntityMentionData()
public EntityMentionData getEntityMentionData()Data specifying an entity mention.
.google.cloud.contactcenterinsights.v1.EntityMentionData entity_mention_data = 15;
| Returns | |
|---|---|
| Type | Description |
EntityMentionData |
The entityMentionData. |
getEntityMentionDataBuilder()
public EntityMentionData.Builder getEntityMentionDataBuilder()Data specifying an entity mention.
.google.cloud.contactcenterinsights.v1.EntityMentionData entity_mention_data = 15;
| Returns | |
|---|---|
| Type | Description |
EntityMentionData.Builder |
|
getEntityMentionDataOrBuilder()
public EntityMentionDataOrBuilder getEntityMentionDataOrBuilder()Data specifying an entity mention.
.google.cloud.contactcenterinsights.v1.EntityMentionData entity_mention_data = 15;
| Returns | |
|---|---|
| Type | Description |
EntityMentionDataOrBuilder |
|
getHoldData()
public HoldData getHoldData()Data specifying a hold.
.google.cloud.contactcenterinsights.v1.HoldData hold_data = 13;
| Returns | |
|---|---|
| Type | Description |
HoldData |
The holdData. |
getHoldDataBuilder()
public HoldData.Builder getHoldDataBuilder()Data specifying a hold.
.google.cloud.contactcenterinsights.v1.HoldData hold_data = 13;
| Returns | |
|---|---|
| Type | Description |
HoldData.Builder |
|
getHoldDataOrBuilder()
public HoldDataOrBuilder getHoldDataOrBuilder()Data specifying a hold.
.google.cloud.contactcenterinsights.v1.HoldData hold_data = 13;
| Returns | |
|---|---|
| Type | Description |
HoldDataOrBuilder |
|
getIntentMatchData()
public IntentMatchData getIntentMatchData()Data specifying an intent match.
.google.cloud.contactcenterinsights.v1.IntentMatchData intent_match_data = 16;
| Returns | |
|---|---|
| Type | Description |
IntentMatchData |
The intentMatchData. |
getIntentMatchDataBuilder()
public IntentMatchData.Builder getIntentMatchDataBuilder()Data specifying an intent match.
.google.cloud.contactcenterinsights.v1.IntentMatchData intent_match_data = 16;
| Returns | |
|---|---|
| Type | Description |
IntentMatchData.Builder |
|
getIntentMatchDataOrBuilder()
public IntentMatchDataOrBuilder getIntentMatchDataOrBuilder()Data specifying an intent match.
.google.cloud.contactcenterinsights.v1.IntentMatchData intent_match_data = 16;
| Returns | |
|---|---|
| Type | Description |
IntentMatchDataOrBuilder |
|
getInterruptionData()
public InterruptionData getInterruptionData()Data specifying an interruption.
.google.cloud.contactcenterinsights.v1.InterruptionData interruption_data = 10;
| Returns | |
|---|---|
| Type | Description |
InterruptionData |
The interruptionData. |
getInterruptionDataBuilder()
public InterruptionData.Builder getInterruptionDataBuilder()Data specifying an interruption.
.google.cloud.contactcenterinsights.v1.InterruptionData interruption_data = 10;
| Returns | |
|---|---|
| Type | Description |
InterruptionData.Builder |
|
getInterruptionDataOrBuilder()
public InterruptionDataOrBuilder getInterruptionDataOrBuilder()Data specifying an interruption.
.google.cloud.contactcenterinsights.v1.InterruptionData interruption_data = 10;
| Returns | |
|---|---|
| Type | Description |
InterruptionDataOrBuilder |
|
getIssueMatchData()
public IssueMatchData getIssueMatchData()Data specifying an issue match.
.google.cloud.contactcenterinsights.v1.IssueMatchData issue_match_data = 18;
| Returns | |
|---|---|
| Type | Description |
IssueMatchData |
The issueMatchData. |
getIssueMatchDataBuilder()
public IssueMatchData.Builder getIssueMatchDataBuilder()Data specifying an issue match.
.google.cloud.contactcenterinsights.v1.IssueMatchData issue_match_data = 18;
| Returns | |
|---|---|
| Type | Description |
IssueMatchData.Builder |
|
getIssueMatchDataOrBuilder()
public IssueMatchDataOrBuilder getIssueMatchDataOrBuilder()Data specifying an issue match.
.google.cloud.contactcenterinsights.v1.IssueMatchData issue_match_data = 18;
| Returns | |
|---|---|
| Type | Description |
IssueMatchDataOrBuilder |
|
getPhraseMatchData()
public PhraseMatchData getPhraseMatchData()Data specifying a phrase match.
.google.cloud.contactcenterinsights.v1.PhraseMatchData phrase_match_data = 17;
| Returns | |
|---|---|
| Type | Description |
PhraseMatchData |
The phraseMatchData. |
getPhraseMatchDataBuilder()
public PhraseMatchData.Builder getPhraseMatchDataBuilder()Data specifying a phrase match.
.google.cloud.contactcenterinsights.v1.PhraseMatchData phrase_match_data = 17;
| Returns | |
|---|---|
| Type | Description |
PhraseMatchData.Builder |
|
getPhraseMatchDataOrBuilder()
public PhraseMatchDataOrBuilder getPhraseMatchDataOrBuilder()Data specifying a phrase match.
.google.cloud.contactcenterinsights.v1.PhraseMatchData phrase_match_data = 17;
| Returns | |
|---|---|
| Type | Description |
PhraseMatchDataOrBuilder |
|
getSentimentData()
public SentimentData getSentimentData()Data specifying sentiment.
.google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 11;
| Returns | |
|---|---|
| Type | Description |
SentimentData |
The sentimentData. |
getSentimentDataBuilder()
public SentimentData.Builder getSentimentDataBuilder()Data specifying sentiment.
.google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 11;
| Returns | |
|---|---|
| Type | Description |
SentimentData.Builder |
|
getSentimentDataOrBuilder()
public SentimentDataOrBuilder getSentimentDataOrBuilder()Data specifying sentiment.
.google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 11;
| Returns | |
|---|---|
| Type | Description |
SentimentDataOrBuilder |
|
getSilenceData()
public SilenceData getSilenceData()Data specifying silence.
.google.cloud.contactcenterinsights.v1.SilenceData silence_data = 12;
| Returns | |
|---|---|
| Type | Description |
SilenceData |
The silenceData. |
getSilenceDataBuilder()
public SilenceData.Builder getSilenceDataBuilder()Data specifying silence.
.google.cloud.contactcenterinsights.v1.SilenceData silence_data = 12;
| Returns | |
|---|---|
| Type | Description |
SilenceData.Builder |
|
getSilenceDataOrBuilder()
public SilenceDataOrBuilder getSilenceDataOrBuilder()Data specifying silence.
.google.cloud.contactcenterinsights.v1.SilenceData silence_data = 12;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the phraseMatchData field is set. |
hasSentimentData()
public 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 boolean hasSilenceData()Data specifying silence.
.google.cloud.contactcenterinsights.v1.SilenceData silence_data = 12;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the silenceData field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
value |
AnnotationBoundary |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
value |
AnnotationBoundary |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
value |
EntityMentionData |
| Returns | |
|---|---|
| Type | Description |
CallAnnotation.Builder |
|
mergeFrom(CallAnnotation other)
public CallAnnotation.Builder mergeFrom(CallAnnotation other)| Parameter | |
|---|---|
| Name | Description |
other |
CallAnnotation |
| Returns | |
|---|---|
| Type | Description |
CallAnnotation.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CallAnnotation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CallAnnotation.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CallAnnotation.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
value |
HoldData |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
value |
IntentMatchData |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
value |
InterruptionData |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
value |
IssueMatchData |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
value |
PhraseMatchData |
| Returns | |
|---|---|
| Type | Description |
CallAnnotation.Builder |
|
mergeSentimentData(SentimentData value)
public CallAnnotation.Builder mergeSentimentData(SentimentData value)Data specifying sentiment.
.google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 11;
| Parameter | |
|---|---|
| Name | Description |
value |
SentimentData |
| Returns | |
|---|---|
| Type | Description |
CallAnnotation.Builder |
|
mergeSilenceData(SilenceData value)
public CallAnnotation.Builder mergeSilenceData(SilenceData value)Data specifying silence.
.google.cloud.contactcenterinsights.v1.SilenceData silence_data = 12;
| Parameter | |
|---|---|
| Name | Description |
value |
SilenceData |
| Returns | |
|---|---|
| Type | Description |
CallAnnotation.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CallAnnotation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
value |
AnnotationBoundary |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
AnnotationBoundary.Builder |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
value |
AnnotationBoundary |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
AnnotationBoundary.Builder |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe channelTag to set. |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
value |
EntityMentionData |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
EntityMentionData.Builder |
| Returns | |
|---|---|
| Type | Description |
CallAnnotation.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
public CallAnnotation.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
value |
HoldData |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
HoldData.Builder |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
value |
IntentMatchData |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
IntentMatchData.Builder |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
value |
InterruptionData |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
InterruptionData.Builder |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
value |
IssueMatchData |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
builderForValue |
IssueMatchData.Builder |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
value |
PhraseMatchData |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
PhraseMatchData.Builder |
| Returns | |
|---|---|
| Type | Description |
CallAnnotation.Builder |
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CallAnnotation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
CallAnnotation.Builder |
|
setSentimentData(SentimentData value)
public CallAnnotation.Builder setSentimentData(SentimentData value)Data specifying sentiment.
.google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 11;
| Parameter | |
|---|---|
| Name | Description |
value |
SentimentData |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
SentimentData.Builder |
| Returns | |
|---|---|
| Type | Description |
CallAnnotation.Builder |
|
setSilenceData(SilenceData value)
public CallAnnotation.Builder setSilenceData(SilenceData value)Data specifying silence.
.google.cloud.contactcenterinsights.v1.SilenceData silence_data = 12;
| Parameter | |
|---|---|
| Name | Description |
value |
SilenceData |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
SilenceData.Builder |
| Returns | |
|---|---|
| Type | Description |
CallAnnotation.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final CallAnnotation.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
CallAnnotation.Builder |
|