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"]],[["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 provides reference documentation for the `SuggestFaqAnswersResponse` class within the Google Cloud Dialogflow V2 API, specifically for the .NET environment, with the most recent version at 4.26.0, and the version being presented at 4.12.0."],["The `SuggestFaqAnswersResponse` class is used as the message returned from the Participants.SuggestFaqAnswers method, and is an `object` type, that implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The documentation covers the class constructors, which include a default constructor and one that takes another `SuggestFaqAnswersResponse` as a parameter."],["Key properties of the `SuggestFaqAnswersResponse` class are detailed, including `ContextSize`, `FaqAnswers`, and `LatestMessage`, which provide information on message context and answers that were found."],["The page lists multiple previous versions of the API, ranging from 4.25.0 to 3.2.0, allowing developers to access documentation for older versions of `SuggestFaqAnswersResponse`."]]],[]]