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"]],[["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 documentation for the `Intent.Types.Message.Types.ListSelect` class within the Google Cloud Dialogflow v2 API, specifically for the .NET platform."],["The `ListSelect` class, which is part of the `Google.Cloud.Dialogflow.V2` namespace, is used for creating cards that present a list of selectable options to users."],["The latest version of the documentation available is version 4.26.0, with access to a history of versions ranging from 3.2.0 to the latest."],["The `ListSelect` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from `Object`."],["Key properties of the `ListSelect` class include `Items` (a required list of items), `Subtitle` (an optional subtitle for the list), and `Title` (an optional overall title)."]]],[]]