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"]],[["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 provides documentation for the `ListSelect` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment, spanning versions from 3.2.0 to the latest 4.26.0."],["The `ListSelect` class, represented by `Intent.Types.Message.Types.ListSelect`, is a component used in Dialogflow to display a list of selectable options to the user, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ListSelect` class is implemented to inherit from `Object`, and it offers two constructors: a default one and another that takes another `ListSelect` object for parameter."],["Key properties of the `ListSelect` class include `Items`, which is a required list of items, along with optional `Subtitle` and `Title` strings for providing additional context."],["The `ListSelect` documentation is a part of the `Google.Cloud.Dialogflow.V2` namespace and is contained within the `Google.Cloud.Dialogflow.V2.dll` assembly."]]],[]]