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."],[[["The latest version of the Google Cloud Dialogflow v2 API reference documentation for `Intent.Types.Message.Types.ListSelect` is 4.26.0, with numerous previous versions available for review, starting at 3.2.0."],["`Intent.Types.Message.Types.ListSelect` is a class that represents a card for presenting a list of selectable options within the Dialogflow v2 API, inheriting from `object` and implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `ListSelect` class has properties for managing the `Items` which are the list entries, and allows for a `Subtitle` and a `Title` to be set for the list as a whole."],["The class `Intent.Types.Message.Types.ListSelect` offers two constructors, a parameterless one and one that accepts another instance of the same type `ListSelect` for copying purposes."],["This class is part of the `Google.Cloud.Dialogflow.V2` namespace and its assembly file is `Google.Cloud.Dialogflow.V2.dll`."]]],[]]