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 a comprehensive overview of the `ListSelect` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for version 3.8.0."],["The `ListSelect` class is designed to present a list of selectable options, as seen within the `Intent.Types.Message.Types` structure in the Dialogflow API."],["It inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it functions properly with the Protobuf library."],["Key properties of the class include `Items` (a required list of items), `Subtitle`, and `Title`, allowing customization of the list's content and presentation."],["Multiple versions are available, from 3.2.0 to 4.26.0 (latest), each with its own specific documentation page, but all providing functionality for presenting lists to users in Dialogflow."]]],[]]