Interface AnnotatorSelector.SummarizationConfigOrBuilder (2.41.0)

public static interface AnnotatorSelector.SummarizationConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
ByteString

The bytes for conversationProfile.

getModelSourceCase()

public abstract AnnotatorSelector.SummarizationConfig.ModelSourceCase getModelSourceCase()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the summarizationModel field is set.