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 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."]]],[]]