Google Cloud Dialogflow v2 API - Class SummarizationSectionList (4.21.0)

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

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

List of summarization sections.

Inheritance

object > SummarizationSectionList

Namespace

Google.Cloud.Dialogflow.V2

Assembly

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