public sealed class Suggestion : IMessage<Intent.Types.Message.Types.Suggestion>, IEquatable<Intent.Types.Message.Types.Suggestion>, IDeepCloneable<Intent.Types.Message.Types.Suggestion>, IBufferMessage, IMessage
The suggestion chip message that the user can tap to quickly post a reply
to 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 page provides documentation for the `Suggestion` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for version 3.7.0 of the library."],["The `Suggestion` class represents a suggestion chip message that users can tap to quickly reply in a conversation, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Suggestion` class has a `Title` property, which is a required string representing the text shown in the suggestion chip."],["The page lists a comprehensive history of the `Google.Cloud.Dialogflow.V2` library versions, ranging from 3.2.0 to the latest 4.26.0 version, with links to each version's documentation."],["The documentation for the `Suggestion` class includes details on its inheritance from `Object`, its implemented interfaces, inherited members, namespace, assembly, and constructors, with the options to either construct a new one, or one from another `Suggestion`."]]],[]]