public sealed class ListSelect : IMessage<Intent.Types.Message.Types.ListSelect>, IEquatable<Intent.Types.Message.Types.ListSelect>, IDeepCloneable<Intent.Types.Message.Types.ListSelect>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class Intent.Types.Message.Types.ListSelect.
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 reference documentation for the `Intent.Types.Message.Types.ListSelect` class within the Google Cloud Dialogflow v2 API, specifically detailing its properties, constructors, and inherited members."],["The `ListSelect` class is used to present a list of selectable options to the user, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ListSelect` class has properties such as `Items`, which is a required list of items, as well as `Subtitle` and `Title`, which are optional strings to provide more context to the list."],["The document lists the availability of this specific `ListSelect` class across multiple versions, ranging from 4.26.0 (latest) down to 3.2.0."],["The class has two constructors, one that takes no arguments, and another that clones an existing `ListSelect` object, and it resides in the `Google.Cloud.Dialogflow.V2` namespace."]]],[]]