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 the Google Cloud Dialogflow V2 platform."],["The `ListSelect` class is part of the `Google.Cloud.Dialogflow.V2.Intent.Types.Message.Types` namespace and is implemented as a sealed class."],["The class offers constructors to create new instances, either empty or by copying an existing `ListSelect` object, as well as providing information on how it inherits and implements various interfaces."],["Key properties of the `ListSelect` class include `Items` (a required list of items), `Subtitle` (an optional subtitle), and `Title` (an optional title), allowing for customization of the displayed list."],["A comprehensive history of versions for `ListSelect` is available, ranging from the latest version 4.26.0 down to 3.2.0."]]],[]]