Interface AnnotatorSelector.SummarizationConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AnnotatorSelector.SummarizationConfig,AnnotatorSelector.SummarizationConfig.Builder
- Enclosing class:
- AnnotatorSelector
public static interface AnnotatorSelector.SummarizationConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetConversationProfile()Resource name of the Dialogflow conversation profile.com.google.protobuf.ByteStringgetConversationProfileBytes()Resource name of the Dialogflow conversation profile.AnnotatorSelector.SummarizationConfig.ModelSourceCasegetModelSourceCase()AnnotatorSelector.SummarizationConfig.SummarizationModelgetSummarizationModel()Default summarization model to be used.intgetSummarizationModelValue()Default summarization model to be used.booleanhasConversationProfile()Resource name of the Dialogflow conversation profile.booleanhasSummarizationModel()Default summarization model to be used.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasConversationProfile
boolean hasConversationProfile()
Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}string conversation_profile = 1 [(.google.api.resource_reference) = { ... }- Returns:
- Whether the conversationProfile field is set.
-
getConversationProfile
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) = { ... }- Returns:
- The conversationProfile.
-
getConversationProfileBytes
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) = { ... }- Returns:
- The bytes for conversationProfile.
-
hasSummarizationModel
boolean hasSummarizationModel()
Default summarization model to be used.
.google.cloud.contactcenterinsights.v1.AnnotatorSelector.SummarizationConfig.SummarizationModel summarization_model = 2;- Returns:
- Whether the summarizationModel field is set.
-
getSummarizationModelValue
int getSummarizationModelValue()
Default summarization model to be used.
.google.cloud.contactcenterinsights.v1.AnnotatorSelector.SummarizationConfig.SummarizationModel summarization_model = 2;- Returns:
- The enum numeric value on the wire for summarizationModel.
-
getSummarizationModel
AnnotatorSelector.SummarizationConfig.SummarizationModel getSummarizationModel()
Default summarization model to be used.
.google.cloud.contactcenterinsights.v1.AnnotatorSelector.SummarizationConfig.SummarizationModel summarization_model = 2;- Returns:
- The summarizationModel.
-
getModelSourceCase
AnnotatorSelector.SummarizationConfig.ModelSourceCase getModelSourceCase()
-
-