public sealed class SuggestFaqAnswersResponse : IMessage<SuggestFaqAnswersResponse>, IEquatable<SuggestFaqAnswersResponse>, IDeepCloneable<SuggestFaqAnswersResponse>, IBufferMessage, IMessage
The request message for [Participants.SuggestFaqAnswers][google.cloud.dialogflow.v2.Participants.SuggestFaqAnswers].
Implements
IMessage<SuggestFaqAnswersResponse>, IEquatable<SuggestFaqAnswersResponse>, IDeepCloneable<SuggestFaqAnswersResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
SuggestFaqAnswersResponse()
public SuggestFaqAnswersResponse()
SuggestFaqAnswersResponse(SuggestFaqAnswersResponse)
public SuggestFaqAnswersResponse(SuggestFaqAnswersResponse other)
Parameter | |
---|---|
Name | Description |
other | SuggestFaqAnswersResponse |
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 | |
---|---|
Type | Description |
Int32 |
FaqAnswers
public RepeatedField<FaqAnswer> FaqAnswers { get; }
Answers extracted from FAQ documents.
Property Value | |
---|---|
Type | Description |
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/<Conversation ID>/messages/<Message ID>
.
Property Value | |
---|---|
Type | Description |
String |