Google Cloud Dialogflow v2beta1 API - Class SummarySuggestion.Types.SummarySection (1.0.0-beta18)

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

A component of the generated summary.

Inheritance

object > SummarySuggestion.Types.SummarySection

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

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