public sealed class Intent.Types.Message.Types.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-03-21 UTC."],[[["This webpage provides documentation for the `Intent.Types.Message.Types.ListSelect` class within the Google Cloud Dialogflow v2 API, specifically for .NET development."],["The content covers multiple versions of the API, ranging from version 3.2.0 to the latest version 4.26.0, with links to documentation for each version."],["`Intent.Types.Message.Types.ListSelect` is a class that implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and is used to present a list of options to the user."],["The class has properties such as `Items`, `Subtitle`, and `Title` for creating and customizing the list presented to the user in the dialog flow."],["The `ListSelect` class has two constructors `ListSelect()` and `ListSelect(Intent.Types.Message.Types.ListSelect other)`."]]],[]]