public sealed class AnnotatorSelector.Types.SummarizationConfig : IMessage<AnnotatorSelector.Types.SummarizationConfig>, IEquatable<AnnotatorSelector.Types.SummarizationConfig>, IDeepCloneable<AnnotatorSelector.Types.SummarizationConfig>, IBufferMessage, IMessageReference documentation and code samples for the Contact Center AI Insights v1 API class AnnotatorSelector.Types.SummarizationConfig.
Configuration for summarization.
Implements
IMessageAnnotatorSelectorTypesSummarizationConfig, IEquatableAnnotatorSelectorTypesSummarizationConfig, IDeepCloneableAnnotatorSelectorTypesSummarizationConfig, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
SummarizationConfig()
public SummarizationConfig()SummarizationConfig(SummarizationConfig)
public SummarizationConfig(AnnotatorSelector.Types.SummarizationConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
AnnotatorSelectorTypesSummarizationConfig |
Properties
ConversationProfile
public string ConversationProfile { get; set; }Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ConversationProfileAsConversationProfileName
public ConversationProfileName ConversationProfileAsConversationProfileName { get; set; }ConversationProfileName-typed view over the ConversationProfile resource name property.
| Property Value | |
|---|---|
| Type | Description |
ConversationProfileName |
|
HasConversationProfile
public bool HasConversationProfile { get; }Gets whether the "conversation_profile" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasSummarizationModel
public bool HasSummarizationModel { get; }Gets whether the "summarization_model" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
ModelSourceCase
public AnnotatorSelector.Types.SummarizationConfig.ModelSourceOneofCase ModelSourceCase { get; }| Property Value | |
|---|---|
| Type | Description |
AnnotatorSelectorTypesSummarizationConfigModelSourceOneofCase |
|
SummarizationModel
public AnnotatorSelector.Types.SummarizationConfig.Types.SummarizationModel SummarizationModel { get; set; }Default summarization model to be used.
| Property Value | |
|---|---|
| Type | Description |
AnnotatorSelectorTypesSummarizationConfigTypesSummarizationModel |
|