public sealed class Suggestion : IMessage<Intent.Types.Message.Types.Suggestion>, IEquatable<Intent.Types.Message.Types.Suggestion>, IDeepCloneable<Intent.Types.Message.Types.Suggestion>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class Intent.Types.Message.Types.Suggestion.
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 reference documentation and code samples for the `Intent.Types.Message.Types.Suggestion` class within the Google Cloud Dialogflow v2 API, which represents a suggestion chip message for user replies."],["The `Suggestion` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, providing standard functionality such as cloning and equality checking."],["The documentation includes a list of available versions ranging from 4.26.0 (latest) down to 3.2.0, and also displays the current page version, 4.7.0."],["The class has a `Title` property, a string value that is required and represents the text displayed on the suggestion chip."],["The page also provides information on the constructors for the `Suggestion` class, allowing for the creation of a new suggestion instance, or a copy of an existing one."]]],[]]