public sealed class SuggestFaqAnswersResponse : IMessage<SuggestFaqAnswersResponse>, IEquatable<SuggestFaqAnswersResponse>, IDeepCloneable<SuggestFaqAnswersResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class SuggestFaqAnswersResponse.
The request message for [Participants.SuggestFaqAnswers][google.cloud.dialogflow.v2beta1.Participants.SuggestFaqAnswers].
Implements
IMessageSuggestFaqAnswersResponse, IEquatableSuggestFaqAnswersResponse, IDeepCloneableSuggestFaqAnswersResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.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.v2beta1.SuggestFaqAnswersResponse.latest_message] to compile the suggestion. It may be smaller than the [SuggestFaqAnswersRequest.context_size][google.cloud.dialogflow.v2beta1.SuggestFaqAnswersRequest.context_size] field in the request if there aren't that many messages in the conversation.
Property Value | |
---|---|
Type | Description |
int |
FaqAnswers
public RepeatedField<FaqAnswer> FaqAnswers { get; }
Output only. Answers extracted from FAQ documents.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |