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-03-21 UTC."],[[["This webpage details the `ListSelect` class, which is used to present a list of selectable options within Google Cloud Dialogflow V2, specifically within the .NET framework."],["The latest version of `ListSelect` is 4.26.0, but the page also documents many previous versions, all the way down to version 3.2.0 for those needing access to older code."],["The `ListSelect` class inherits from the base `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ListSelect` class include `Items`, which holds the list of selectable items, along with optional `Subtitle` and `Title` fields for customizing the list's presentation."],["The `ListSelect` class includes two constructors: a default constructor and another constructor that accepts another `ListSelect` object, allowing for the easy creation of copies."]]],[]]