public sealed class SummarizationSection : IMessage<SummarizationSection>, IEquatable<SummarizationSection>, IDeepCloneable<SummarizationSection>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class SummarizationSection.
Represents the section of summarization.
Implements
IMessageSummarizationSection, IEquatableSummarizationSection, IDeepCloneableSummarizationSection, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
SummarizationSection()
public SummarizationSection()
SummarizationSection(SummarizationSection)
public SummarizationSection(SummarizationSection other)
Parameter | |
---|---|
Name | Description |
other |
SummarizationSection |
Properties
Definition
public string Definition { get; set; }
Optional. Definition of the section, for example, "what the customer needs help with or has question about."
Property Value | |
---|---|
Type | Description |
string |
Key
public string Key { get; set; }
Optional. Name of the section, for example, "situation".
Property Value | |
---|---|
Type | Description |
string |
Type
public SummarizationSection.Types.Type Type { get; set; }
Optional. Type of the summarization section.
Property Value | |
---|---|
Type | Description |
SummarizationSectionTypesType |