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"]],[["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-04-09 UTC."],[[["This webpage provides reference documentation for the `Intent.Types.Message.Types.Suggestion` class within the Google Cloud Dialogflow v2 API, specifically for .NET developers."],["The `Suggestion` class is used to create suggestion chip messages in conversations, allowing users to quickly select and send replies."],["The latest available version of the `Suggestion` class is 4.26.0, and the page lists versions dating back to 3.2.0, along with links to each version's documentation."],["The `Suggestion` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has inherited members including `GetHashCode()`, `GetType()`, and `ToString()`."],["The property `Title` is a required field to set the text displayed on the suggestion chip, having the type of string."]]],[]]