public sealed class ListSelect : IMessage<Intent.Types.Message.Types.ListSelect>, IEquatable<Intent.Types.Message.Types.ListSelect>, IDeepCloneable<Intent.Types.Message.Types.ListSelect>, IBufferMessage, IMessage
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 document provides a comprehensive overview of the `ListSelect` class within the `Google.Cloud.Dialogflow.V2` namespace, offering a way to present a list of options."],["The `ListSelect` class is implemented as a sealed class and provides different versions of implementation for up to version 4.26.0, the latest."],["`ListSelect` inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `ListSelect` include `Items` (a list of selection items), `Subtitle` (optional subtitle for the list), and `Title` (optional overall title for the list)."],["The class also provides a default and an overloaded constructor to create `ListSelect` objects."]]],[]]