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

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

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

The response message for [Conversations.GenerateStatelessSuggestion][google.cloud.dialogflow.v2beta1.Conversations.GenerateStatelessSuggestion].

Inheritance

object > GenerateStatelessSuggestionResponse

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

GenerateStatelessSuggestionResponse()

public GenerateStatelessSuggestionResponse()

GenerateStatelessSuggestionResponse(GenerateStatelessSuggestionResponse)

public GenerateStatelessSuggestionResponse(GenerateStatelessSuggestionResponse other)
Parameter
Name Description
other GenerateStatelessSuggestionResponse

Properties

GeneratorSuggestion

public GeneratorSuggestion GeneratorSuggestion { get; set; }

Required. Generated suggestion for a conversation.

Property Value
Type Description
GeneratorSuggestion