Google Cloud Dialogflow v2beta1 API - Class SuggestDialogflowAssistsResponse (1.0.0-beta17)

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

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

The response message for [Participants.SuggestDialogflowAssists][google.cloud.dialogflow.v2beta1.Participants.SuggestDialogflowAssists].

Inheritance

object > SuggestDialogflowAssistsResponse

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

SuggestDialogflowAssistsResponse()

public SuggestDialogflowAssistsResponse()

SuggestDialogflowAssistsResponse(SuggestDialogflowAssistsResponse)

public SuggestDialogflowAssistsResponse(SuggestDialogflowAssistsResponse other)
Parameter
Name Description
other SuggestDialogflowAssistsResponse

Properties

ContextSize

public int ContextSize { get; set; }

Number of messages prior to and including [latest_message][google.cloud.dialogflow.v2beta1.SuggestDialogflowAssistsResponse.latest_message] to compile the suggestion. It may be smaller than the [SuggestDialogflowAssistsRequest.context_size][google.cloud.dialogflow.v2beta1.SuggestDialogflowAssistsRequest.context_size] field in the request if there aren't that many messages in the conversation.

Property Value
Type Description
int

DialogflowAssistAnswers

public RepeatedField<DialogflowAssistAnswer> DialogflowAssistAnswers { get; }

Output only. Multiple reply options provided by Dialogflow assist service. The order is based on the rank of the model prediction.

Property Value
Type Description
RepeatedFieldDialogflowAssistAnswer

LatestMessage

public string LatestMessage { get; set; }

The name of the latest conversation message used to suggest answer.

Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/messages/<Message ID>.

Property Value
Type Description
string