public static final class AnalysisResult.CallAnalysisMetadata.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AnalysisResult.CallAnalysisMetadata.Builder> implements AnalysisResult.CallAnalysisMetadataOrBuilder
Call-specific metadata created during analysis.Protobuf type
google.cloud.contactcenterinsights.v1.AnalysisResult.CallAnalysisMetadatagetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3.Builder<AnalysisResult.CallAnalysisMetadata.Builder>protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
internalGetMutableMapFieldReflection in class com.google.protobuf.GeneratedMessageV3.Builder<AnalysisResult.CallAnalysisMetadata.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<AnalysisResult.CallAnalysisMetadata.Builder>public AnalysisResult.CallAnalysisMetadata.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<AnalysisResult.CallAnalysisMetadata.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<AnalysisResult.CallAnalysisMetadata.Builder>public AnalysisResult.CallAnalysisMetadata getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic AnalysisResult.CallAnalysisMetadata build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic AnalysisResult.CallAnalysisMetadata buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic AnalysisResult.CallAnalysisMetadata.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<AnalysisResult.CallAnalysisMetadata.Builder>public AnalysisResult.CallAnalysisMetadata.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<AnalysisResult.CallAnalysisMetadata.Builder>public AnalysisResult.CallAnalysisMetadata.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<AnalysisResult.CallAnalysisMetadata.Builder>public AnalysisResult.CallAnalysisMetadata.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<AnalysisResult.CallAnalysisMetadata.Builder>public AnalysisResult.CallAnalysisMetadata.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AnalysisResult.CallAnalysisMetadata.Builder>public AnalysisResult.CallAnalysisMetadata.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AnalysisResult.CallAnalysisMetadata.Builder>public AnalysisResult.CallAnalysisMetadata.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AnalysisResult.CallAnalysisMetadata.Builder>public AnalysisResult.CallAnalysisMetadata.Builder mergeFrom(AnalysisResult.CallAnalysisMetadata other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<AnalysisResult.CallAnalysisMetadata.Builder>public AnalysisResult.CallAnalysisMetadata.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AnalysisResult.CallAnalysisMetadata.Builder>IOExceptionpublic List<CallAnnotation> getAnnotationsList()
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
getAnnotationsList in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic int getAnnotationsCount()
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
getAnnotationsCount in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic CallAnnotation getAnnotations(int index)
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
getAnnotations in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic AnalysisResult.CallAnalysisMetadata.Builder setAnnotations(int index, CallAnnotation value)
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
public AnalysisResult.CallAnalysisMetadata.Builder setAnnotations(int index, CallAnnotation.Builder builderForValue)
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
public AnalysisResult.CallAnalysisMetadata.Builder addAnnotations(CallAnnotation value)
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
public AnalysisResult.CallAnalysisMetadata.Builder addAnnotations(int index, CallAnnotation value)
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
public AnalysisResult.CallAnalysisMetadata.Builder addAnnotations(CallAnnotation.Builder builderForValue)
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
public AnalysisResult.CallAnalysisMetadata.Builder addAnnotations(int index, CallAnnotation.Builder builderForValue)
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
public AnalysisResult.CallAnalysisMetadata.Builder addAllAnnotations(Iterable<? extends CallAnnotation> values)
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
public AnalysisResult.CallAnalysisMetadata.Builder clearAnnotations()
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
public AnalysisResult.CallAnalysisMetadata.Builder removeAnnotations(int index)
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
public CallAnnotation.Builder getAnnotationsBuilder(int index)
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
public CallAnnotationOrBuilder getAnnotationsOrBuilder(int index)
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
getAnnotationsOrBuilder in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic List<? extends CallAnnotationOrBuilder> getAnnotationsOrBuilderList()
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
getAnnotationsOrBuilderList in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic CallAnnotation.Builder addAnnotationsBuilder()
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
public CallAnnotation.Builder addAnnotationsBuilder(int index)
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
public List<CallAnnotation.Builder> getAnnotationsBuilderList()
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
public int getEntitiesCount()
AnalysisResult.CallAnalysisMetadataOrBuilderAll the entities in the call.
map<string, .google.cloud.contactcenterinsights.v1.Entity> entities = 3;getEntitiesCount in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic boolean containsEntities(String key)
All the entities in the call.
map<string, .google.cloud.contactcenterinsights.v1.Entity> entities = 3;containsEntities in interface AnalysisResult.CallAnalysisMetadataOrBuilder@Deprecated public Map<String,Entity> getEntities()
getEntitiesMap() instead.getEntities in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic Map<String,Entity> getEntitiesMap()
All the entities in the call.
map<string, .google.cloud.contactcenterinsights.v1.Entity> entities = 3;getEntitiesMap in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic Entity getEntitiesOrDefault(String key, Entity defaultValue)
All the entities in the call.
map<string, .google.cloud.contactcenterinsights.v1.Entity> entities = 3;getEntitiesOrDefault in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic Entity getEntitiesOrThrow(String key)
All the entities in the call.
map<string, .google.cloud.contactcenterinsights.v1.Entity> entities = 3;getEntitiesOrThrow in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic AnalysisResult.CallAnalysisMetadata.Builder clearEntities()
public AnalysisResult.CallAnalysisMetadata.Builder removeEntities(String key)
All the entities in the call.
map<string, .google.cloud.contactcenterinsights.v1.Entity> entities = 3;@Deprecated public Map<String,Entity> getMutableEntities()
public AnalysisResult.CallAnalysisMetadata.Builder putEntities(String key, Entity value)
All the entities in the call.
map<string, .google.cloud.contactcenterinsights.v1.Entity> entities = 3;public AnalysisResult.CallAnalysisMetadata.Builder putAllEntities(Map<String,Entity> values)
All the entities in the call.
map<string, .google.cloud.contactcenterinsights.v1.Entity> entities = 3;public Entity.Builder putEntitiesBuilderIfAbsent(String key)
All the entities in the call.
map<string, .google.cloud.contactcenterinsights.v1.Entity> entities = 3;public List<ConversationLevelSentiment> getSentimentsList()
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
getSentimentsList in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic int getSentimentsCount()
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
getSentimentsCount in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic ConversationLevelSentiment getSentiments(int index)
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
getSentiments in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic AnalysisResult.CallAnalysisMetadata.Builder setSentiments(int index, ConversationLevelSentiment value)
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
public AnalysisResult.CallAnalysisMetadata.Builder setSentiments(int index, ConversationLevelSentiment.Builder builderForValue)
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
public AnalysisResult.CallAnalysisMetadata.Builder addSentiments(ConversationLevelSentiment value)
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
public AnalysisResult.CallAnalysisMetadata.Builder addSentiments(int index, ConversationLevelSentiment value)
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
public AnalysisResult.CallAnalysisMetadata.Builder addSentiments(ConversationLevelSentiment.Builder builderForValue)
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
public AnalysisResult.CallAnalysisMetadata.Builder addSentiments(int index, ConversationLevelSentiment.Builder builderForValue)
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
public AnalysisResult.CallAnalysisMetadata.Builder addAllSentiments(Iterable<? extends ConversationLevelSentiment> values)
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
public AnalysisResult.CallAnalysisMetadata.Builder clearSentiments()
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
public AnalysisResult.CallAnalysisMetadata.Builder removeSentiments(int index)
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
public ConversationLevelSentiment.Builder getSentimentsBuilder(int index)
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
public ConversationLevelSentimentOrBuilder getSentimentsOrBuilder(int index)
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
getSentimentsOrBuilder in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic List<? extends ConversationLevelSentimentOrBuilder> getSentimentsOrBuilderList()
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
getSentimentsOrBuilderList in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic ConversationLevelSentiment.Builder addSentimentsBuilder()
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
public ConversationLevelSentiment.Builder addSentimentsBuilder(int index)
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
public List<ConversationLevelSentiment.Builder> getSentimentsBuilderList()
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
public boolean hasSilence()
Overall conversation-level silence during the call.
.google.cloud.contactcenterinsights.v1.ConversationLevelSilence silence = 11;hasSilence in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic ConversationLevelSilence getSilence()
Overall conversation-level silence during the call.
.google.cloud.contactcenterinsights.v1.ConversationLevelSilence silence = 11;getSilence in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic AnalysisResult.CallAnalysisMetadata.Builder setSilence(ConversationLevelSilence value)
Overall conversation-level silence during the call.
.google.cloud.contactcenterinsights.v1.ConversationLevelSilence silence = 11;public AnalysisResult.CallAnalysisMetadata.Builder setSilence(ConversationLevelSilence.Builder builderForValue)
Overall conversation-level silence during the call.
.google.cloud.contactcenterinsights.v1.ConversationLevelSilence silence = 11;public AnalysisResult.CallAnalysisMetadata.Builder mergeSilence(ConversationLevelSilence value)
Overall conversation-level silence during the call.
.google.cloud.contactcenterinsights.v1.ConversationLevelSilence silence = 11;public AnalysisResult.CallAnalysisMetadata.Builder clearSilence()
Overall conversation-level silence during the call.
.google.cloud.contactcenterinsights.v1.ConversationLevelSilence silence = 11;public ConversationLevelSilence.Builder getSilenceBuilder()
Overall conversation-level silence during the call.
.google.cloud.contactcenterinsights.v1.ConversationLevelSilence silence = 11;public ConversationLevelSilenceOrBuilder getSilenceOrBuilder()
Overall conversation-level silence during the call.
.google.cloud.contactcenterinsights.v1.ConversationLevelSilence silence = 11;getSilenceOrBuilder in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic int getIntentsCount()
AnalysisResult.CallAnalysisMetadataOrBuilderAll the matched intents in the call.
map<string, .google.cloud.contactcenterinsights.v1.Intent> intents = 6;getIntentsCount in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic boolean containsIntents(String key)
All the matched intents in the call.
map<string, .google.cloud.contactcenterinsights.v1.Intent> intents = 6;containsIntents in interface AnalysisResult.CallAnalysisMetadataOrBuilder@Deprecated public Map<String,Intent> getIntents()
getIntentsMap() instead.getIntents in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic Map<String,Intent> getIntentsMap()
All the matched intents in the call.
map<string, .google.cloud.contactcenterinsights.v1.Intent> intents = 6;getIntentsMap in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic Intent getIntentsOrDefault(String key, Intent defaultValue)
All the matched intents in the call.
map<string, .google.cloud.contactcenterinsights.v1.Intent> intents = 6;getIntentsOrDefault in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic Intent getIntentsOrThrow(String key)
All the matched intents in the call.
map<string, .google.cloud.contactcenterinsights.v1.Intent> intents = 6;getIntentsOrThrow in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic AnalysisResult.CallAnalysisMetadata.Builder clearIntents()
public AnalysisResult.CallAnalysisMetadata.Builder removeIntents(String key)
All the matched intents in the call.
map<string, .google.cloud.contactcenterinsights.v1.Intent> intents = 6;@Deprecated public Map<String,Intent> getMutableIntents()
public AnalysisResult.CallAnalysisMetadata.Builder putIntents(String key, Intent value)
All the matched intents in the call.
map<string, .google.cloud.contactcenterinsights.v1.Intent> intents = 6;public AnalysisResult.CallAnalysisMetadata.Builder putAllIntents(Map<String,Intent> values)
All the matched intents in the call.
map<string, .google.cloud.contactcenterinsights.v1.Intent> intents = 6;public Intent.Builder putIntentsBuilderIfAbsent(String key)
All the matched intents in the call.
map<string, .google.cloud.contactcenterinsights.v1.Intent> intents = 6;public int getPhraseMatchersCount()
AnalysisResult.CallAnalysisMetadataOrBuilderAll the matched phrase matchers in the call.
map<string, .google.cloud.contactcenterinsights.v1.PhraseMatchData> phrase_matchers = 7;
getPhraseMatchersCount in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic boolean containsPhraseMatchers(String key)
All the matched phrase matchers in the call.
map<string, .google.cloud.contactcenterinsights.v1.PhraseMatchData> phrase_matchers = 7;
containsPhraseMatchers in interface AnalysisResult.CallAnalysisMetadataOrBuilder@Deprecated public Map<String,PhraseMatchData> getPhraseMatchers()
getPhraseMatchersMap() instead.getPhraseMatchers in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic Map<String,PhraseMatchData> getPhraseMatchersMap()
All the matched phrase matchers in the call.
map<string, .google.cloud.contactcenterinsights.v1.PhraseMatchData> phrase_matchers = 7;
getPhraseMatchersMap in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic PhraseMatchData getPhraseMatchersOrDefault(String key, PhraseMatchData defaultValue)
All the matched phrase matchers in the call.
map<string, .google.cloud.contactcenterinsights.v1.PhraseMatchData> phrase_matchers = 7;
getPhraseMatchersOrDefault in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic PhraseMatchData getPhraseMatchersOrThrow(String key)
All the matched phrase matchers in the call.
map<string, .google.cloud.contactcenterinsights.v1.PhraseMatchData> phrase_matchers = 7;
getPhraseMatchersOrThrow in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic AnalysisResult.CallAnalysisMetadata.Builder clearPhraseMatchers()
public AnalysisResult.CallAnalysisMetadata.Builder removePhraseMatchers(String key)
All the matched phrase matchers in the call.
map<string, .google.cloud.contactcenterinsights.v1.PhraseMatchData> phrase_matchers = 7;
@Deprecated public Map<String,PhraseMatchData> getMutablePhraseMatchers()
public AnalysisResult.CallAnalysisMetadata.Builder putPhraseMatchers(String key, PhraseMatchData value)
All the matched phrase matchers in the call.
map<string, .google.cloud.contactcenterinsights.v1.PhraseMatchData> phrase_matchers = 7;
public AnalysisResult.CallAnalysisMetadata.Builder putAllPhraseMatchers(Map<String,PhraseMatchData> values)
All the matched phrase matchers in the call.
map<string, .google.cloud.contactcenterinsights.v1.PhraseMatchData> phrase_matchers = 7;
public PhraseMatchData.Builder putPhraseMatchersBuilderIfAbsent(String key)
All the matched phrase matchers in the call.
map<string, .google.cloud.contactcenterinsights.v1.PhraseMatchData> phrase_matchers = 7;
public boolean hasIssueModelResult()
Overall conversation-level issue modeling result.
.google.cloud.contactcenterinsights.v1.IssueModelResult issue_model_result = 8;
hasIssueModelResult in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic IssueModelResult getIssueModelResult()
Overall conversation-level issue modeling result.
.google.cloud.contactcenterinsights.v1.IssueModelResult issue_model_result = 8;
getIssueModelResult in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic AnalysisResult.CallAnalysisMetadata.Builder setIssueModelResult(IssueModelResult value)
Overall conversation-level issue modeling result.
.google.cloud.contactcenterinsights.v1.IssueModelResult issue_model_result = 8;
public AnalysisResult.CallAnalysisMetadata.Builder setIssueModelResult(IssueModelResult.Builder builderForValue)
Overall conversation-level issue modeling result.
.google.cloud.contactcenterinsights.v1.IssueModelResult issue_model_result = 8;
public AnalysisResult.CallAnalysisMetadata.Builder mergeIssueModelResult(IssueModelResult value)
Overall conversation-level issue modeling result.
.google.cloud.contactcenterinsights.v1.IssueModelResult issue_model_result = 8;
public AnalysisResult.CallAnalysisMetadata.Builder clearIssueModelResult()
Overall conversation-level issue modeling result.
.google.cloud.contactcenterinsights.v1.IssueModelResult issue_model_result = 8;
public IssueModelResult.Builder getIssueModelResultBuilder()
Overall conversation-level issue modeling result.
.google.cloud.contactcenterinsights.v1.IssueModelResult issue_model_result = 8;
public IssueModelResultOrBuilder getIssueModelResultOrBuilder()
Overall conversation-level issue modeling result.
.google.cloud.contactcenterinsights.v1.IssueModelResult issue_model_result = 8;
getIssueModelResultOrBuilder in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic List<QaScorecardResult> getQaScorecardResultsList()
Results of scoring QaScorecards.
repeated .google.cloud.contactcenterinsights.v1.QaScorecardResult qa_scorecard_results = 10;
getQaScorecardResultsList in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic int getQaScorecardResultsCount()
Results of scoring QaScorecards.
repeated .google.cloud.contactcenterinsights.v1.QaScorecardResult qa_scorecard_results = 10;
getQaScorecardResultsCount in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic QaScorecardResult getQaScorecardResults(int index)
Results of scoring QaScorecards.
repeated .google.cloud.contactcenterinsights.v1.QaScorecardResult qa_scorecard_results = 10;
getQaScorecardResults in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic AnalysisResult.CallAnalysisMetadata.Builder setQaScorecardResults(int index, QaScorecardResult value)
Results of scoring QaScorecards.
repeated .google.cloud.contactcenterinsights.v1.QaScorecardResult qa_scorecard_results = 10;
public AnalysisResult.CallAnalysisMetadata.Builder setQaScorecardResults(int index, QaScorecardResult.Builder builderForValue)
Results of scoring QaScorecards.
repeated .google.cloud.contactcenterinsights.v1.QaScorecardResult qa_scorecard_results = 10;
public AnalysisResult.CallAnalysisMetadata.Builder addQaScorecardResults(QaScorecardResult value)
Results of scoring QaScorecards.
repeated .google.cloud.contactcenterinsights.v1.QaScorecardResult qa_scorecard_results = 10;
public AnalysisResult.CallAnalysisMetadata.Builder addQaScorecardResults(int index, QaScorecardResult value)
Results of scoring QaScorecards.
repeated .google.cloud.contactcenterinsights.v1.QaScorecardResult qa_scorecard_results = 10;
public AnalysisResult.CallAnalysisMetadata.Builder addQaScorecardResults(QaScorecardResult.Builder builderForValue)
Results of scoring QaScorecards.
repeated .google.cloud.contactcenterinsights.v1.QaScorecardResult qa_scorecard_results = 10;
public AnalysisResult.CallAnalysisMetadata.Builder addQaScorecardResults(int index, QaScorecardResult.Builder builderForValue)
Results of scoring QaScorecards.
repeated .google.cloud.contactcenterinsights.v1.QaScorecardResult qa_scorecard_results = 10;
public AnalysisResult.CallAnalysisMetadata.Builder addAllQaScorecardResults(Iterable<? extends QaScorecardResult> values)
Results of scoring QaScorecards.
repeated .google.cloud.contactcenterinsights.v1.QaScorecardResult qa_scorecard_results = 10;
public AnalysisResult.CallAnalysisMetadata.Builder clearQaScorecardResults()
Results of scoring QaScorecards.
repeated .google.cloud.contactcenterinsights.v1.QaScorecardResult qa_scorecard_results = 10;
public AnalysisResult.CallAnalysisMetadata.Builder removeQaScorecardResults(int index)
Results of scoring QaScorecards.
repeated .google.cloud.contactcenterinsights.v1.QaScorecardResult qa_scorecard_results = 10;
public QaScorecardResult.Builder getQaScorecardResultsBuilder(int index)
Results of scoring QaScorecards.
repeated .google.cloud.contactcenterinsights.v1.QaScorecardResult qa_scorecard_results = 10;
public QaScorecardResultOrBuilder getQaScorecardResultsOrBuilder(int index)
Results of scoring QaScorecards.
repeated .google.cloud.contactcenterinsights.v1.QaScorecardResult qa_scorecard_results = 10;
getQaScorecardResultsOrBuilder in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic List<? extends QaScorecardResultOrBuilder> getQaScorecardResultsOrBuilderList()
Results of scoring QaScorecards.
repeated .google.cloud.contactcenterinsights.v1.QaScorecardResult qa_scorecard_results = 10;
getQaScorecardResultsOrBuilderList in interface AnalysisResult.CallAnalysisMetadataOrBuilderpublic QaScorecardResult.Builder addQaScorecardResultsBuilder()
Results of scoring QaScorecards.
repeated .google.cloud.contactcenterinsights.v1.QaScorecardResult qa_scorecard_results = 10;
public QaScorecardResult.Builder addQaScorecardResultsBuilder(int index)
Results of scoring QaScorecards.
repeated .google.cloud.contactcenterinsights.v1.QaScorecardResult qa_scorecard_results = 10;
public List<QaScorecardResult.Builder> getQaScorecardResultsBuilderList()
Results of scoring QaScorecards.
repeated .google.cloud.contactcenterinsights.v1.QaScorecardResult qa_scorecard_results = 10;
public final AnalysisResult.CallAnalysisMetadata.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AnalysisResult.CallAnalysisMetadata.Builder>public final AnalysisResult.CallAnalysisMetadata.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AnalysisResult.CallAnalysisMetadata.Builder>Copyright © 2025 Google LLC. All rights reserved.