public sealed class ListSelect : IMessage<Intent.Types.Message.Types.ListSelect>, IEquatable<Intent.Types.Message.Types.ListSelect>, IDeepCloneable<Intent.Types.Message.Types.ListSelect>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class Intent.Types.Message.Types.ListSelect.
The card for presenting a list of options to select from.
[[["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 documentation for the `ListSelect` class within the Google Cloud Dialogflow v2 API, which is used to present a list of selectable options."],["The `ListSelect` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used with various .NET functionalities."],["It offers constructors for creating a new `ListSelect` instance either without initial values, or by copying from an existing `ListSelect` object."],["Key properties of `ListSelect` include `Items` (a list of selectable items), `Subtitle` (an optional subtitle), and `Title` (an optional overall title)."],["The document covers a range of versions of this item, with the most recent being version 4.26.0, and the documentation covers as far back as version 3.2.0, showing historical details of previous versions."]]],[]]