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 webpage provides documentation for the `Suggestion` class within the `Google.Cloud.Dialogflow.V2` namespace, which is used for creating suggestion chip messages in Dialogflow conversations."],["The documentation includes a history of versions ranging from 3.2.0 to the latest version 4.26.0 for `Google.Cloud.Dialogflow.V2.Intent.Types.Message.Types.Suggestion`."],["The `Suggestion` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides two constructors: a default constructor and one that takes an existing `Intent.Types.Message.Types.Suggestion` object as a parameter."],["A key property is `Title`, which is a string representing the required text displayed within the suggestion chip."]]],[]]