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 the reference for `ListSelect`, a class within the `Google.Cloud.Dialogflow.V2` namespace, which is used to display a list of selectable options in Dialogflow."],["The `ListSelect` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has a inheritance from the base system class `Object`."],["It supports versions from 3.2.0 all the way to the latest, 4.26.0."],["`ListSelect` has properties like `Items` (a required list of items), `Subtitle`, and `Title` (both optional strings for list customization)."],["There are two constructors for the `ListSelect` object, one that is empty, and one that takes another `ListSelect` object as a parameter."]]],[]]