Class SuggestFaqAnswersResponse (3.5.0)

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

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
Int32

FaqAnswers

public RepeatedField<FaqAnswer> FaqAnswers { get; }

Answers extracted from FAQ documents.

Property Value
TypeDescription
RepeatedField<FaqAnswer>

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/&lt;Conversation ID>/messages/&lt;Message ID>.

Property Value
TypeDescription
String