Google Cloud Dialogflow v2 API - Class SummarySuggestion.Types.SummarySection (4.21.0)

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 v2 API class SummarySuggestion.Types.SummarySection.

A component of the generated summary.

Inheritance

object > SummarySuggestion.Types.SummarySection

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.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