public sealed class SuggestConversationSummaryResponse.Types.Summary.Types.SummarySection : IMessage<SuggestConversationSummaryResponse.Types.Summary.Types.SummarySection>, IEquatable<SuggestConversationSummaryResponse.Types.Summary.Types.SummarySection>, IDeepCloneable<SuggestConversationSummaryResponse.Types.Summary.Types.SummarySection>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class SuggestConversationSummaryResponse.Types.Summary.Types.SummarySection.
A component of the generated summary.
Implements
IMessageSuggestConversationSummaryResponseTypesSummaryTypesSummarySection, IEquatableSuggestConversationSummaryResponseTypesSummaryTypesSummarySection, IDeepCloneableSuggestConversationSummaryResponseTypesSummaryTypesSummarySection, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
SummarySection()
public SummarySection()SummarySection(SummarySection)
public SummarySection(SuggestConversationSummaryResponse.Types.Summary.Types.SummarySection other)| Parameter | |
|---|---|
| Name | Description |
other |
SuggestConversationSummaryResponseTypesSummaryTypesSummarySection |
Properties
Section
public string Section { get; set; }Output only. Name of the section.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Summary
public string Summary { get; set; }Output only. Summary text for the section.
| Property Value | |
|---|---|
| Type | Description |
string |
|