public static interface AnnotatorSelector.SummarizationConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getConversationProfile()
Resource name of the Dialogflow conversation profile.
|
com.google.protobuf.ByteString |
getConversationProfileBytes()
Resource name of the Dialogflow conversation profile.
|
AnnotatorSelector.SummarizationConfig.ModelSourceCase |
getModelSourceCase() |
AnnotatorSelector.SummarizationConfig.SummarizationModel |
getSummarizationModel()
Default summarization model to be used.
|
int |
getSummarizationModelValue()
Default summarization model to be used.
|
boolean |
hasConversationProfile()
Resource name of the Dialogflow conversation profile.
|
boolean |
hasSummarizationModel()
Default summarization model to be used.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasConversationProfile()
Resource name of the Dialogflow conversation profile.
Format:
projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
string conversation_profile = 1 [(.google.api.resource_reference) = { ... }String getConversationProfile()
Resource name of the Dialogflow conversation profile.
Format:
projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
string conversation_profile = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getConversationProfileBytes()
Resource name of the Dialogflow conversation profile.
Format:
projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
string conversation_profile = 1 [(.google.api.resource_reference) = { ... }boolean hasSummarizationModel()
Default summarization model to be used.
.google.cloud.contactcenterinsights.v1.AnnotatorSelector.SummarizationConfig.SummarizationModel summarization_model = 2;
int getSummarizationModelValue()
Default summarization model to be used.
.google.cloud.contactcenterinsights.v1.AnnotatorSelector.SummarizationConfig.SummarizationModel summarization_model = 2;
AnnotatorSelector.SummarizationConfig.SummarizationModel getSummarizationModel()
Default summarization model to be used.
.google.cloud.contactcenterinsights.v1.AnnotatorSelector.SummarizationConfig.SummarizationModel summarization_model = 2;
AnnotatorSelector.SummarizationConfig.ModelSourceCase getModelSourceCase()
Copyright © 2025 Google LLC. All rights reserved.