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 listed as 4.26.0."],["The `SuggestFaqAnswersResponse` class is used as the response message for suggesting answers based on FAQ documents in the Dialogflow conversation and is implemented with several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The content includes documentation for multiple versions of the Dialogflow v2 API, starting from version 3.2.0 up to the most recent version 4.26.0, with version 4.17.0 as the primary focus of this page."],["`SuggestFaqAnswersResponse` contains properties like `ContextSize`, `FaqAnswers`, and `LatestMessage`, which provide details on the context and contents of suggested answers."],["The documentation shows the class inheritance structure and describes the constructors, indicating how to instantiate and use the `SuggestFaqAnswersResponse` class in .NET applications."]]],[]]