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 in Google Cloud Dialogflow V2, as part of a message within an intent."],["The latest version available is 4.26.0, and the page provides a version history of the `ListSelect` class from 4.26.0 down to 3.2.0, along with links to each version's documentation."],["The `ListSelect` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.Dialogflow.V2` namespace within the `Google.Cloud.Dialogflow.V2.dll` assembly."],["The `ListSelect` class includes properties such as `Items` which contain the list items, and `Subtitle` and `Title` for providing further context."],["This class has two constructors, a default `ListSelect()` and `ListSelect(Intent.Types.Message.Types.ListSelect other)`, which takes another `ListSelect` as a parameter."]]],[]]