- 2.60.0 (latest)
- 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 AnalysisResult.CallAnalysisMetadata.Builder extends GeneratedMessageV3.Builder<AnalysisResult.CallAnalysisMetadata.Builder> implements AnalysisResult.CallAnalysisMetadataOrBuilder
Call-specific metadata created during analysis.
Protobuf type
google.cloud.contactcenterinsights.v1.AnalysisResult.CallAnalysisMetadata
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AnalysisResult.CallAnalysisMetadata.BuilderImplements
AnalysisResult.CallAnalysisMetadataOrBuilderInherited Members
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllAnnotations(Iterable<? extends CallAnnotation> values)
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;
Name | Description |
values | Iterable<? extends com.google.cloud.contactcenterinsights.v1.CallAnnotation> |
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
addAllSentiments(Iterable<? extends ConversationLevelSentiment> values)
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;
Name | Description |
values | Iterable<? extends com.google.cloud.contactcenterinsights.v1.ConversationLevelSentiment> |
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
addAnnotations(CallAnnotation value)
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;
Name | Description |
value | CallAnnotation |
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
addAnnotations(CallAnnotation.Builder builderForValue)
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;
Name | Description |
builderForValue | CallAnnotation.Builder |
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
addAnnotations(int index, CallAnnotation value)
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;
Name | Description |
index | int |
value | CallAnnotation |
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
addAnnotations(int index, CallAnnotation.Builder builderForValue)
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;
Name | Description |
index | int |
builderForValue | CallAnnotation.Builder |
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
addAnnotationsBuilder()
public CallAnnotation.Builder addAnnotationsBuilder()
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
Type | Description |
CallAnnotation.Builder |
addAnnotationsBuilder(int index)
public CallAnnotation.Builder addAnnotationsBuilder(int index)
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
Name | Description |
index | int |
Type | Description |
CallAnnotation.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AnalysisResult.CallAnalysisMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
addSentiments(ConversationLevelSentiment value)
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;
Name | Description |
value | ConversationLevelSentiment |
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
addSentiments(ConversationLevelSentiment.Builder builderForValue)
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;
Name | Description |
builderForValue | ConversationLevelSentiment.Builder |
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
addSentiments(int index, ConversationLevelSentiment value)
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;
Name | Description |
index | int |
value | ConversationLevelSentiment |
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
addSentiments(int index, ConversationLevelSentiment.Builder builderForValue)
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;
Name | Description |
index | int |
builderForValue | ConversationLevelSentiment.Builder |
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
addSentimentsBuilder()
public ConversationLevelSentiment.Builder addSentimentsBuilder()
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
Type | Description |
ConversationLevelSentiment.Builder |
addSentimentsBuilder(int index)
public ConversationLevelSentiment.Builder addSentimentsBuilder(int index)
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
Name | Description |
index | int |
Type | Description |
ConversationLevelSentiment.Builder |
build()
public AnalysisResult.CallAnalysisMetadata build()
Type | Description |
AnalysisResult.CallAnalysisMetadata |
buildPartial()
public AnalysisResult.CallAnalysisMetadata buildPartial()
Type | Description |
AnalysisResult.CallAnalysisMetadata |
clear()
public AnalysisResult.CallAnalysisMetadata.Builder clear()
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
clearAnnotations()
public AnalysisResult.CallAnalysisMetadata.Builder clearAnnotations()
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
clearEntities()
public AnalysisResult.CallAnalysisMetadata.Builder clearEntities()
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
clearField(Descriptors.FieldDescriptor field)
public AnalysisResult.CallAnalysisMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
clearIntents()
public AnalysisResult.CallAnalysisMetadata.Builder clearIntents()
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
clearIssueModelResult()
public AnalysisResult.CallAnalysisMetadata.Builder clearIssueModelResult()
Overall conversation-level issue modeling result.
.google.cloud.contactcenterinsights.v1.IssueModelResult issue_model_result = 8;
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public AnalysisResult.CallAnalysisMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
clearPhraseMatchers()
public AnalysisResult.CallAnalysisMetadata.Builder clearPhraseMatchers()
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
clearSentiments()
public AnalysisResult.CallAnalysisMetadata.Builder clearSentiments()
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
clone()
public AnalysisResult.CallAnalysisMetadata.Builder clone()
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
containsEntities(String key)
public boolean containsEntities(String key)
All the entities in the call.
map<string, .google.cloud.contactcenterinsights.v1.Entity> entities = 3;
Name | Description |
key | String |
Type | Description |
boolean |
containsIntents(String key)
public boolean containsIntents(String key)
All the matched intents in the call.
map<string, .google.cloud.contactcenterinsights.v1.Intent> intents = 6;
Name | Description |
key | String |
Type | Description |
boolean |
containsPhraseMatchers(String key)
public boolean containsPhraseMatchers(String key)
All the matched phrase matchers in the call.
map<string, .google.cloud.contactcenterinsights.v1.PhraseMatchData> phrase_matchers = 7;
Name | Description |
key | String |
Type | Description |
boolean |
getAnnotations(int index)
public CallAnnotation getAnnotations(int index)
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
Name | Description |
index | int |
Type | Description |
CallAnnotation |
getAnnotationsBuilder(int index)
public CallAnnotation.Builder getAnnotationsBuilder(int index)
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
Name | Description |
index | int |
Type | Description |
CallAnnotation.Builder |
getAnnotationsBuilderList()
public List<CallAnnotation.Builder> getAnnotationsBuilderList()
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
getAnnotationsCount()
public int getAnnotationsCount()
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
Type | Description |
int |
getAnnotationsList()
public List<CallAnnotation> getAnnotationsList()
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
Type | Description |
List<CallAnnotation> |
getAnnotationsOrBuilder(int index)
public CallAnnotationOrBuilder getAnnotationsOrBuilder(int index)
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
Name | Description |
index | int |
Type | Description |
CallAnnotationOrBuilder |
getAnnotationsOrBuilderList()
public List<? extends CallAnnotationOrBuilder> getAnnotationsOrBuilderList()
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
Type | Description |
List<? extends com.google.cloud.contactcenterinsights.v1.CallAnnotationOrBuilder> |
getDefaultInstanceForType()
public AnalysisResult.CallAnalysisMetadata getDefaultInstanceForType()
Type | Description |
AnalysisResult.CallAnalysisMetadata |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getEntities()
public Map<String,Entity> getEntities()
Use #getEntitiesMap() instead.
getEntitiesCount()
public int getEntitiesCount()
All the entities in the call.
map<string, .google.cloud.contactcenterinsights.v1.Entity> entities = 3;
Type | Description |
int |
getEntitiesMap()
public Map<String,Entity> getEntitiesMap()
All the entities in the call.
map<string, .google.cloud.contactcenterinsights.v1.Entity> entities = 3;
getEntitiesOrDefault(String key, Entity defaultValue)
public Entity getEntitiesOrDefault(String key, Entity defaultValue)
All the entities in the call.
map<string, .google.cloud.contactcenterinsights.v1.Entity> entities = 3;
Type | Description |
Entity |
getEntitiesOrThrow(String key)
public Entity getEntitiesOrThrow(String key)
All the entities in the call.
map<string, .google.cloud.contactcenterinsights.v1.Entity> entities = 3;
Name | Description |
key | String |
Type | Description |
Entity |
getIntents()
public Map<String,Intent> getIntents()
Use #getIntentsMap() instead.
getIntentsCount()
public int getIntentsCount()
All the matched intents in the call.
map<string, .google.cloud.contactcenterinsights.v1.Intent> intents = 6;
Type | Description |
int |
getIntentsMap()
public Map<String,Intent> getIntentsMap()
All the matched intents in the call.
map<string, .google.cloud.contactcenterinsights.v1.Intent> intents = 6;
getIntentsOrDefault(String key, Intent defaultValue)
public Intent getIntentsOrDefault(String key, Intent defaultValue)
All the matched intents in the call.
map<string, .google.cloud.contactcenterinsights.v1.Intent> intents = 6;
Type | Description |
Intent |
getIntentsOrThrow(String key)
public Intent getIntentsOrThrow(String key)
All the matched intents in the call.
map<string, .google.cloud.contactcenterinsights.v1.Intent> intents = 6;
Name | Description |
key | String |
Type | Description |
Intent |
getIssueModelResult()
public IssueModelResult getIssueModelResult()
Overall conversation-level issue modeling result.
.google.cloud.contactcenterinsights.v1.IssueModelResult issue_model_result = 8;
Type | Description |
IssueModelResult | The issueModelResult. |
getIssueModelResultBuilder()
public IssueModelResult.Builder getIssueModelResultBuilder()
Overall conversation-level issue modeling result.
.google.cloud.contactcenterinsights.v1.IssueModelResult issue_model_result = 8;
Type | Description |
IssueModelResult.Builder |
getIssueModelResultOrBuilder()
public IssueModelResultOrBuilder getIssueModelResultOrBuilder()
Overall conversation-level issue modeling result.
.google.cloud.contactcenterinsights.v1.IssueModelResult issue_model_result = 8;
Type | Description |
IssueModelResultOrBuilder |
getMutableEntities()
public Map<String,Entity> getMutableEntities()
Use alternate mutation accessors instead.
getMutableIntents()
public Map<String,Intent> getMutableIntents()
Use alternate mutation accessors instead.
getMutablePhraseMatchers()
public Map<String,PhraseMatchData> getMutablePhraseMatchers()
Use alternate mutation accessors instead.
Type | Description |
Map<String,PhraseMatchData> |
getPhraseMatchers()
public Map<String,PhraseMatchData> getPhraseMatchers()
Use #getPhraseMatchersMap() instead.
Type | Description |
Map<String,PhraseMatchData> |
getPhraseMatchersCount()
public int getPhraseMatchersCount()
All the matched phrase matchers in the call.
map<string, .google.cloud.contactcenterinsights.v1.PhraseMatchData> phrase_matchers = 7;
Type | Description |
int |
getPhraseMatchersMap()
public Map<String,PhraseMatchData> getPhraseMatchersMap()
All the matched phrase matchers in the call.
map<string, .google.cloud.contactcenterinsights.v1.PhraseMatchData> phrase_matchers = 7;
Type | Description |
Map<String,PhraseMatchData> |
getPhraseMatchersOrDefault(String key, PhraseMatchData defaultValue)
public PhraseMatchData getPhraseMatchersOrDefault(String key, PhraseMatchData defaultValue)
All the matched phrase matchers in the call.
map<string, .google.cloud.contactcenterinsights.v1.PhraseMatchData> phrase_matchers = 7;
Name | Description |
key | String |
defaultValue | PhraseMatchData |
Type | Description |
PhraseMatchData |
getPhraseMatchersOrThrow(String key)
public PhraseMatchData getPhraseMatchersOrThrow(String key)
All the matched phrase matchers in the call.
map<string, .google.cloud.contactcenterinsights.v1.PhraseMatchData> phrase_matchers = 7;
Name | Description |
key | String |
Type | Description |
PhraseMatchData |
getSentiments(int index)
public ConversationLevelSentiment getSentiments(int index)
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
Name | Description |
index | int |
Type | Description |
ConversationLevelSentiment |
getSentimentsBuilder(int index)
public ConversationLevelSentiment.Builder getSentimentsBuilder(int index)
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
Name | Description |
index | int |
Type | Description |
ConversationLevelSentiment.Builder |
getSentimentsBuilderList()
public List<ConversationLevelSentiment.Builder> getSentimentsBuilderList()
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
getSentimentsCount()
public int getSentimentsCount()
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
Type | Description |
int |
getSentimentsList()
public List<ConversationLevelSentiment> getSentimentsList()
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
Type | Description |
List<ConversationLevelSentiment> |
getSentimentsOrBuilder(int index)
public ConversationLevelSentimentOrBuilder getSentimentsOrBuilder(int index)
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
Name | Description |
index | int |
Type | Description |
ConversationLevelSentimentOrBuilder |
getSentimentsOrBuilderList()
public List<? extends ConversationLevelSentimentOrBuilder> getSentimentsOrBuilderList()
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
Type | Description |
List<? extends com.google.cloud.contactcenterinsights.v1.ConversationLevelSentimentOrBuilder> |
hasIssueModelResult()
public boolean hasIssueModelResult()
Overall conversation-level issue modeling result.
.google.cloud.contactcenterinsights.v1.IssueModelResult issue_model_result = 8;
Type | Description |
boolean | Whether the issueModelResult field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Name | Description |
number | int |
Type | Description |
MapField |
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)
Name | Description |
number | int |
Type | Description |
MapField |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(AnalysisResult.CallAnalysisMetadata other)
public AnalysisResult.CallAnalysisMetadata.Builder mergeFrom(AnalysisResult.CallAnalysisMetadata other)
Name | Description |
other | AnalysisResult.CallAnalysisMetadata |
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AnalysisResult.CallAnalysisMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public AnalysisResult.CallAnalysisMetadata.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
mergeIssueModelResult(IssueModelResult value)
public AnalysisResult.CallAnalysisMetadata.Builder mergeIssueModelResult(IssueModelResult value)
Overall conversation-level issue modeling result.
.google.cloud.contactcenterinsights.v1.IssueModelResult issue_model_result = 8;
Name | Description |
value | IssueModelResult |
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AnalysisResult.CallAnalysisMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
putAllEntities(Map<String,Entity> values)
public AnalysisResult.CallAnalysisMetadata.Builder putAllEntities(Map<String,Entity> values)
All the entities in the call.
map<string, .google.cloud.contactcenterinsights.v1.Entity> entities = 3;
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
putAllIntents(Map<String,Intent> values)
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;
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
putAllPhraseMatchers(Map<String,PhraseMatchData> values)
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;
Name | Description |
values | Map<String,PhraseMatchData> |
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
putEntities(String key, Entity value)
public AnalysisResult.CallAnalysisMetadata.Builder putEntities(String key, Entity value)
All the entities in the call.
map<string, .google.cloud.contactcenterinsights.v1.Entity> entities = 3;
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
putIntents(String key, Intent value)
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;
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
putPhraseMatchers(String key, PhraseMatchData value)
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;
Name | Description |
key | String |
value | PhraseMatchData |
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
removeAnnotations(int index)
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;
Name | Description |
index | int |
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
removeEntities(String key)
public AnalysisResult.CallAnalysisMetadata.Builder removeEntities(String key)
All the entities in the call.
map<string, .google.cloud.contactcenterinsights.v1.Entity> entities = 3;
Name | Description |
key | String |
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
removeIntents(String key)
public AnalysisResult.CallAnalysisMetadata.Builder removeIntents(String key)
All the matched intents in the call.
map<string, .google.cloud.contactcenterinsights.v1.Intent> intents = 6;
Name | Description |
key | String |
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
removePhraseMatchers(String key)
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;
Name | Description |
key | String |
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
removeSentiments(int index)
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;
Name | Description |
index | int |
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
setAnnotations(int index, CallAnnotation value)
public 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;
Name | Description |
index | int |
value | CallAnnotation |
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
setAnnotations(int index, CallAnnotation.Builder builderForValue)
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;
Name | Description |
index | int |
builderForValue | CallAnnotation.Builder |
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public AnalysisResult.CallAnalysisMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
setIssueModelResult(IssueModelResult value)
public AnalysisResult.CallAnalysisMetadata.Builder setIssueModelResult(IssueModelResult value)
Overall conversation-level issue modeling result.
.google.cloud.contactcenterinsights.v1.IssueModelResult issue_model_result = 8;
Name | Description |
value | IssueModelResult |
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
setIssueModelResult(IssueModelResult.Builder builderForValue)
public AnalysisResult.CallAnalysisMetadata.Builder setIssueModelResult(IssueModelResult.Builder builderForValue)
Overall conversation-level issue modeling result.
.google.cloud.contactcenterinsights.v1.IssueModelResult issue_model_result = 8;
Name | Description |
builderForValue | IssueModelResult.Builder |
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AnalysisResult.CallAnalysisMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
setSentiments(int index, ConversationLevelSentiment value)
public 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;
Name | Description |
index | int |
value | ConversationLevelSentiment |
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
setSentiments(int index, ConversationLevelSentiment.Builder builderForValue)
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;
Name | Description |
index | int |
builderForValue | ConversationLevelSentiment.Builder |
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final AnalysisResult.CallAnalysisMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
AnalysisResult.CallAnalysisMetadata.Builder |