public sealed class SuggestionResult : IMessage<SuggestionResult>, IEquatable<SuggestionResult>, IDeepCloneable<SuggestionResult>, IBufferMessage, IMessage
One response of different type of suggestion response which is used in
the response of [Participants.AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent] and
[Participants.AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent], as well as [HumanAgentAssistantEvent][google.cloud.dialogflow.v2.HumanAgentAssistantEvent].
[[["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 `SuggestionResult` class within the `Google.Cloud.Dialogflow.V2` namespace, a component of the Dialogflow API used in .NET development."],["The `SuggestionResult` class is utilized to represent different types of suggestion responses, specifically within the context of `Participants.AnalyzeContent` and `HumanAgentAssistantEvent`."],["The page offers access to numerous versions of the `SuggestionResult` class, starting from version 3.2.0 up to the latest version, 4.26.0, alongside the current selected version of 3.4.0."],["The `SuggestionResult` class has several properties like `Error`, `SuggestArticlesResponse`, and `SuggestFaqAnswersResponse` that provides details on the result of a suggestion request, such as an error status or the response for articles or FAQ suggestions."],["The `SuggestionResult` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and can be constructed using its default constructor or with another `SuggestionResult` object."]]],[]]