Google Cloud Dialogflow v2 API - Class SuggestFaqAnswersResponse (4.11.0)

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

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

The request message for [Participants.SuggestFaqAnswers][google.cloud.dialogflow.v2.Participants.SuggestFaqAnswers].

Inheritance

object > SuggestFaqAnswersResponse

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

SuggestFaqAnswersResponse()

public SuggestFaqAnswersResponse()

SuggestFaqAnswersResponse(SuggestFaqAnswersResponse)

public SuggestFaqAnswersResponse(SuggestFaqAnswersResponse other)
Parameter
NameDescription
otherSuggestFaqAnswersResponse

Properties

ContextSize

public int ContextSize { get; set; }

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

Property Value
TypeDescription
int

FaqAnswers

public RepeatedField<FaqAnswer> FaqAnswers { get; }

Answers extracted from FAQ documents.

Property Value
TypeDescription
RepeatedFieldFaqAnswer

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