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 of the documentation being 4.26.0."],["The `SuggestFaqAnswersResponse` class is used as a response message in the `Participants.SuggestFaqAnswers` method and it inherits from Object while implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation covers versions ranging from 4.26.0 down to 3.2.0, offering a comprehensive history of updates and changes to the `SuggestFaqAnswersResponse` class within this specific Google API."],["Key properties of the `SuggestFaqAnswersResponse` include `ContextSize`, `FaqAnswers`, and `LatestMessage`, which are used to provide information on the number of messages in the conversation context, the answers extracted from the FAQ, and the identifier of the latest message."],["This webpage covers the documentation for the `SuggestFaqAnswersResponse()` constructor, which are used for initialization, and the inherited members from the Object class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]