Contact Center AI Insights v1 API - Class AnnotatorSelector.Types.SummarizationConfig (2.14.0)

public sealed class AnnotatorSelector.Types.SummarizationConfig : IMessage<AnnotatorSelector.Types.SummarizationConfig>, IEquatable<AnnotatorSelector.Types.SummarizationConfig>, IDeepCloneable<AnnotatorSelector.Types.SummarizationConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Contact Center AI Insights v1 API class AnnotatorSelector.Types.SummarizationConfig.

Configuration for summarization.

Inheritance

object > AnnotatorSelector.Types.SummarizationConfig

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

SummarizationConfig()

public SummarizationConfig()

SummarizationConfig(SummarizationConfig)

public SummarizationConfig(AnnotatorSelector.Types.SummarizationConfig other)
Parameter
NameDescription
otherAnnotatorSelectorTypesSummarizationConfig

Properties

ConversationProfile

public string ConversationProfile { get; set; }

Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}

Property Value
TypeDescription
string

HasConversationProfile

public bool HasConversationProfile { get; }

Gets whether the "conversation_profile" field is set

Property Value
TypeDescription
bool

HasSummarizationModel

public bool HasSummarizationModel { get; }

Gets whether the "summarization_model" field is set

Property Value
TypeDescription
bool

ModelSourceCase

public AnnotatorSelector.Types.SummarizationConfig.ModelSourceOneofCase ModelSourceCase { get; }
Property Value
TypeDescription
AnnotatorSelectorTypesSummarizationConfigModelSourceOneofCase

SummarizationModel

public AnnotatorSelector.Types.SummarizationConfig.Types.SummarizationModel SummarizationModel { get; set; }

Default summarization model to be used.

Property Value
TypeDescription
AnnotatorSelectorTypesSummarizationConfigTypesSummarizationModel