public static interface AnnotatorSelector.SummarizationConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConversationProfile()
public abstract 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 | |
|---|---|
| Type | Description |
String |
The conversationProfile. |
getConversationProfileBytes()
public abstract 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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for conversationProfile. |
getModelSourceCase()
public abstract AnnotatorSelector.SummarizationConfig.ModelSourceCase getModelSourceCase()| Returns | |
|---|---|
| Type | Description |
AnnotatorSelector.SummarizationConfig.ModelSourceCase |
|
getSummarizationModel()
public abstract AnnotatorSelector.SummarizationConfig.SummarizationModel getSummarizationModel()Default summarization model to be used.
.google.cloud.contactcenterinsights.v1.AnnotatorSelector.SummarizationConfig.SummarizationModel summarization_model = 2;
| Returns | |
|---|---|
| Type | Description |
AnnotatorSelector.SummarizationConfig.SummarizationModel |
The summarizationModel. |
getSummarizationModelValue()
public abstract int getSummarizationModelValue()Default summarization model to be used.
.google.cloud.contactcenterinsights.v1.AnnotatorSelector.SummarizationConfig.SummarizationModel summarization_model = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for summarizationModel. |
hasConversationProfile()
public abstract 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 | |
|---|---|
| Type | Description |
boolean |
Whether the conversationProfile field is set. |
hasSummarizationModel()
public abstract boolean hasSummarizationModel()Default summarization model to be used.
.google.cloud.contactcenterinsights.v1.AnnotatorSelector.SummarizationConfig.SummarizationModel summarization_model = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the summarizationModel field is set. |