Class SuggestFaqAnswersRequest (3.2.0)

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

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

Inheritance

Object > SuggestFaqAnswersRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

SuggestFaqAnswersRequest()

public SuggestFaqAnswersRequest()

SuggestFaqAnswersRequest(SuggestFaqAnswersRequest)

public SuggestFaqAnswersRequest(SuggestFaqAnswersRequest other)
Parameter
NameDescription
otherSuggestFaqAnswersRequest

Properties

ContextSize

public int ContextSize { get; set; }

Max number of messages prior to and including [latest_message] to use as context when compiling the suggestion. By default 20 and at most 50.

Property Value
TypeDescription
Int32

LatestMessage

public string LatestMessage { get; set; }

The name of the latest conversation message to compile suggestion for. If empty, it will be the latest message of the conversation.

Format: projects/{Project ID}/locations/{Location ID>/conversations/&lt;Conversation ID>/messages/&lt;Message ID>.

Property Value
TypeDescription
String

LatestMessageAsMessageName

public MessageName LatestMessageAsMessageName { get; set; }

MessageName-typed view over the LatestMessage resource name property.

Property Value
TypeDescription
MessageName

Parent

public string Parent { get; set; }

Required. The name of the participant to fetch suggestion for. Format: projects/{Project ID}/locations/{Location ID>/conversations/&lt;Conversation ID>/participants/&lt;Participant ID>.

Property Value
TypeDescription
String

ParentAsParticipantName

public ParticipantName ParentAsParticipantName { get; set; }

ParticipantName-typed view over the Parent resource name property.

Property Value
TypeDescription
ParticipantName