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, specifically within version 3.7.0 of the library, which is part of the Dialogflow API used for suggesting answers from FAQ documents."],["The `SuggestFaqAnswersResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities such as message handling, equality checking, deep cloning, and buffer management."],["Key properties of the `SuggestFaqAnswersResponse` class include `ContextSize` (indicating the number of messages considered for the suggestion), `FaqAnswers` (containing the actual suggested answers), and `LatestMessage` (identifying the latest message used to compile the suggestion)."],["The page lists all available versions of `SuggestFaqAnswersResponse`, from 3.2.0 up to the latest version 4.26.0, in addition to its properties, allowing access to documentation for each version."],["The class `SuggestFaqAnswersResponse` is an object that inherits from the base `object` class and has inherited the members `GetHashCode`, `GetType`, `MemberwiseClone` and `ToString`."]]],[]]