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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]