Google Cloud Dialogflow v2beta1 API - Class CompileSuggestionResponse (1.0.0-beta15)

[Obsolete]
public sealed class CompileSuggestionResponse : IMessage<CompileSuggestionResponse>, IEquatable<CompileSuggestionResponse>, IDeepCloneable<CompileSuggestionResponse>, IBufferMessage, IMessage

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

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

Inheritance

object > CompileSuggestionResponse

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

CompileSuggestionResponse()

public CompileSuggestionResponse()

CompileSuggestionResponse(CompileSuggestionResponse)

public CompileSuggestionResponse(CompileSuggestionResponse other)
Parameter
NameDescription
otherCompileSuggestionResponse

Properties

ContextSize

public int ContextSize { get; set; }

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

Property Value
TypeDescription
int

LatestMessage

public string LatestMessage { get; set; }

The name of the latest conversation message used to compile suggestion for.

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

Property Value
TypeDescription
string

Suggestion

[Obsolete]
public Suggestion Suggestion { get; set; }

The compiled suggestion.

Property Value
TypeDescription
Suggestion