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].
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe provided content details the \u003ccode\u003eSuggestFaqAnswersResponse\u003c/code\u003e class within the Google Cloud Dialogflow v2 API, specifically in the .NET environment, and lists the different available versions.\u003c/p\u003e\n"],["\u003cp\u003eVersion 4.26.0 is the latest version of the \u003ccode\u003eSuggestFaqAnswersResponse\u003c/code\u003e class, with many previous versions available for use, down to version 3.2.0, and including 4.7.0, the primary focus of the content.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSuggestFaqAnswersResponse\u003c/code\u003e class implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, inheriting members from the base \u003ccode\u003eObject\u003c/code\u003e class, and it is located in the \u003ccode\u003eGoogle.Cloud.Dialogflow.V2\u003c/code\u003e namespace, within the \u003ccode\u003eGoogle.Cloud.Dialogflow.V2.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThis class has two constructors: one default constructor (\u003ccode\u003eSuggestFaqAnswersResponse()\u003c/code\u003e) and one that takes another \u003ccode\u003eSuggestFaqAnswersResponse\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains three properties: \u003ccode\u003eContextSize\u003c/code\u003e, which is an integer that stores the number of messages used to compile a suggestion, \u003ccode\u003eFaqAnswers\u003c/code\u003e, a repeated field that contains the answers from the FAQ documents, and \u003ccode\u003eLatestMessage\u003c/code\u003e, a string that contains the ID of the latest conversation message used for suggestion compilation.\u003c/p\u003e\n"]]],[],null,[]]