public sealed class SummarySuggestion.Types.SummarySection : IMessage<SummarySuggestion.Types.SummarySection>, IEquatable<SummarySuggestion.Types.SummarySection>, IDeepCloneable<SummarySuggestion.Types.SummarySection>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class SummarySuggestion.Types.SummarySection.
A component of the generated summary.
Implements
IMessageSummarySuggestionTypesSummarySection, IEquatableSummarySuggestionTypesSummarySection, IDeepCloneableSummarySuggestionTypesSummarySection, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
SummarySection()
public SummarySection()
SummarySection(SummarySection)
public SummarySection(SummarySuggestion.Types.SummarySection other)
Parameter | |
---|---|
Name | Description |
other |
SummarySuggestionTypesSummarySection |
Properties
Section
public string Section { get; set; }
Required. Name of the section.
Property Value | |
---|---|
Type | Description |
string |
Summary
public string Summary { get; set; }
Required. Summary text for the section.
Property Value | |
---|---|
Type | Description |
string |