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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `ListSelect` class within the `Google.Cloud.Dialogflow.V2` namespace, which is used to present a list of selectable options in Dialogflow."],["The content details the `ListSelect` class's inheritance from `Object` and its implementation of several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version documented is 4.26.0, with multiple previous versions listed, spanning from 3.2.0 to the latest, all providing similar core functionality."],["Key properties of the `ListSelect` class include `Items`, which holds the list of selectable items, along with optional `Subtitle` and `Title` properties for context."],["The class has two constructors, one default constructor and another that allows constructing from an existing `ListSelect` object, as per the provided `ListSelect(Intent.Types.Message.Types.ListSelect other)` constructor."]]],[]]