Google Cloud Dialogflow v2 API - Class GeneratorSuggestion (4.21.0)

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

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

Suggestion generated using a Generator.

Inheritance

object > GeneratorSuggestion

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

GeneratorSuggestion()

public GeneratorSuggestion()

GeneratorSuggestion(GeneratorSuggestion)

public GeneratorSuggestion(GeneratorSuggestion other)
Parameter
Name Description
other GeneratorSuggestion

Properties

SuggestionCase

public GeneratorSuggestion.SuggestionOneofCase SuggestionCase { get; }
Property Value
Type Description
GeneratorSuggestionSuggestionOneofCase

SummarySuggestion

public SummarySuggestion SummarySuggestion { get; set; }

Optional. Suggested summary.

Property Value
Type Description
SummarySuggestion