public sealed class SuggestFaqAnswersResponse : IMessage<SuggestFaqAnswersResponse>, IEquatable<SuggestFaqAnswersResponse>, IDeepCloneable<SuggestFaqAnswersResponse>, IBufferMessage, IMessage
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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `SuggestFaqAnswersResponse` class within the `Google.Cloud.Dialogflow.V2` namespace, which is used for retrieving answers from FAQ documents in response to a request."],["The `SuggestFaqAnswersResponse` class is implemented by multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, and has methods like `ContextSize`, `FaqAnswers`, and `LatestMessage` which it inherits."],["The page provides links to various versions of the `SuggestFaqAnswersResponse`, ranging from the latest version 4.26.0 to version 3.2.0, in addition to providing the version 3.3.0 that the documentation is currently on."],["The documented class, `SuggestFaqAnswersResponse`, includes constructors and properties such as `ContextSize`, `FaqAnswers`, and `LatestMessage` that provide data to the response for the FAQ answers."],["The response class, `SuggestFaqAnswersResponse`, is utilized to respond to a request message for participants who are suggesting FAQ answers, and it extends the base `Object` class."]]],[]]