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."],[[["The provided content is documentation for the `SuggestFaqAnswersResponse` class within the Google.Cloud.Dialogflow.V2 namespace, specifically version 3.4.0, but also covers a history of previous versions all the way back to 3.2.0 and as recently as 4.26.0, the latest version."],["`SuggestFaqAnswersResponse` is a class used to suggest answers from FAQ documents based on the context of a conversation, as well as the request message for `Participants.SuggestFaqAnswers`, where it implements multiple interfaces for message handling and data management."],["This class includes properties such as `ContextSize`, `FaqAnswers`, and `LatestMessage`, which manage the number of messages used for suggestions, the list of suggested FAQ answers, and the most recent message used for suggestion compilation respectively."],["The `SuggestFaqAnswersResponse` class can be instantiated using two constructors: a default constructor and a constructor that takes another `SuggestFaqAnswersResponse` object as a parameter."],["The document includes a history of the class with links to the previous versions of the class, as well as a direct link to the most recently updated version."]]],[]]