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-04-09 UTC."],[[["The latest version of the Google Cloud Dialogflow v2 API reference documentation for `Intent.Types.Message.Types.ListSelect` is 4.26.0, with this page specifically detailing version 4.25.0."],["This page provides reference documentation and code samples for the `Intent.Types.Message.Types.ListSelect` class in the Google Cloud Dialogflow v2 API, which is used for presenting a list of selectable options."],["The `ListSelect` class, which inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, is defined within the `Google.Cloud.Dialogflow.V2` namespace."],["Key properties of the `ListSelect` class include `Items` (a list of selectable items), `Subtitle` (an optional subtitle for the list), and `Title` (an optional overall title for the list), each property having their description and type."],["The `ListSelect` class has two constructors: a default `ListSelect()` and a copy constructor `ListSelect(ListSelect other)` that allows creating a new `ListSelect` instance from an existing one."]]],[]]