public sealed class HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.Sections : IMessage<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.Sections>, IEquatable<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.Sections>, IDeepCloneable<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.Sections>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.Sections.
Custom sections to return when requesting a summary of a conversation.
This is only supported when baseline_model_version
== '2.0'.
Supported features: CONVERSATION_SUMMARIZATION, CONVERSATION_SUMMARIZATION_VOICE.
Implements
IMessageHumanAgentAssistantConfigTypesSuggestionQueryConfigTypesSections, IEquatableHumanAgentAssistantConfigTypesSuggestionQueryConfigTypesSections, IDeepCloneableHumanAgentAssistantConfigTypesSuggestionQueryConfigTypesSections, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
Sections()
public Sections()
Sections(Sections)
public Sections(HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.Sections other)
Parameter | |
---|---|
Name | Description |
other |
HumanAgentAssistantConfigTypesSuggestionQueryConfigTypesSections |
Properties
SectionTypes
public RepeatedField<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.Sections.Types.SectionType> SectionTypes { get; }
The selected sections chosen to return when requesting a summary of a conversation. A duplicate selected section will be treated as a single selected section. If section types are not provided, the default will be {SITUATION, ACTION, RESULT}.
Property Value | |
---|---|
Type | Description |
RepeatedFieldHumanAgentAssistantConfigTypesSuggestionQueryConfigTypesSectionsTypesSectionType |