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 Dialogflow."],["The content lists various versions of the `SuggestFaqAnswersResponse` class, ranging from version 4.26.0 (latest) down to 3.2.0."],["The `SuggestFaqAnswersResponse` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the `Object` class."],["The class includes properties such as `ContextSize`, `FaqAnswers`, and `LatestMessage`, which provide information about the number of messages in the context, the answers extracted from FAQs, and the latest message used for the suggestion."],["The webpage also provides information on the constructors available for creating `SuggestFaqAnswersResponse` objects, including a default constructor and one that accepts another `SuggestFaqAnswersResponse` object as a parameter."]]],[]]