Google Cloud Dialogflow v2beta1 API - Class SummarizationSectionList (1.0.0-beta18)

public sealed class SummarizationSectionList : IMessage<SummarizationSectionList>, IEquatable<SummarizationSectionList>, IDeepCloneable<SummarizationSectionList>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class SummarizationSectionList.

List of summarization sections.

Inheritance

object > SummarizationSectionList

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

SummarizationSectionList()

public SummarizationSectionList()

SummarizationSectionList(SummarizationSectionList)

public SummarizationSectionList(SummarizationSectionList other)
Parameter
Name Description
other SummarizationSectionList

Properties

SummarizationSections

public RepeatedField<SummarizationSection> SummarizationSections { get; }

Optional. Summarization sections.

Property Value
Type Description
RepeatedFieldSummarizationSection