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 used in the context of Dialogflow's intent message suggestions."],["The latest version available is 4.26.0, with a list of historical versions ranging from 4.25.0 down to 3.2.0 for this class, providing links to the documentation for each version."],["The `Suggestion` class, defined as a suggestion chip message, allows users to quickly reply to a conversation, and it inherits from `System.Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default one (`Suggestion()`) and one that allows for copying from another `Suggestion` object (`Suggestion(Intent.Types.Message.Types.Suggestion other)`)."],["The `Title` property of the `Suggestion` class is a required string that represents the text displayed in the suggestion chip."]]],[]]