public sealed class Intent.Types.Message.Types.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"]],[["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 webpage provides reference documentation for the `Intent.Types.Message.Types.Suggestion` class within the Google Cloud Dialogflow v2 API, specifically for the .NET library."],["The `Suggestion` class represents a suggestion chip in a conversation, allowing users to quickly reply by tapping the chip."],["The content lists various versions of the Dialogflow v2 API, from the latest 4.26.0 down to 3.2.0, with links to each version's documentation for this specific class."],["The current class extends from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["It has a string `Title` property, which is required, representing the displayed text of the suggestion."]]],[]]