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-03-21 UTC."],[[["This webpage provides documentation for the `Intent.Types.Message.Types.Suggestion` class within the Google Cloud Dialogflow v2 API for .NET, detailing its role as a suggestion chip message for quick user replies in conversations."],["The documentation covers a range of versions for the .NET API, from version 3.2.0 up to the latest version 4.26.0, each version links to the documentation of that exact version of suggestion class."],["The `Suggestion` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class, which gives the class certain methods like GetHashCode and GetType."],["The `Suggestion` class offers two constructors, one parameterless and the other accepting another `Suggestion` instance for copying, and has one property, `Title`, that holds the required text displayed on the suggestion chip."]]],[]]