Google Cloud Dialogflow v2beta1 API - Class SuggestConversationSummaryResponse.Types.Summary.Types.SummarySection (1.0.0-beta29)

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, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class SuggestConversationSummaryResponse.Types.Summary.Types.SummarySection.

A component of the generated summary.

Inheritance

object > SuggestConversationSummaryResponse.Types.Summary.Types.SummarySection

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

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