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 webpage details the `ListSelect` class within the `Google.Cloud.Dialogflow.V2` namespace, part of the Dialogflow API for .NET, used to present a list of selectable options."],["The `ListSelect` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling its use within Google's Protocol Buffers framework."],["The content offers documentation and links for several versions of the Dialogflow API ranging from version 3.2.0 up to the most recent version 4.26.0, allowing developers to pick and choose the version that best fits their needs."],["It provides information on the class's constructors (`ListSelect()`, `ListSelect(Intent.Types.Message.Types.ListSelect)`) and properties (`Items`, `Subtitle`, `Title`), giving a full picture of how to implement the class."],["The class inherits properties from the object class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]