public sealed class Intent.Types.Message.Types.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 v2beta1 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 document provides reference information for the `Intent.Types.Message.Types.ListSelect` class within the Google Cloud Dialogflow v2beta1 API."],["The `ListSelect` class is designed for presenting a list of selectable options to users, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for defining the list's content such as `Items`, which is a required field, and optional properties like `Subtitle` and `Title`."],["Two constructors are available for `ListSelect`: one default and one that takes another `ListSelect` instance for copying its properties."],["The `ListSelect` class falls under the namespace `Google.Cloud.Dialogflow.V2Beta1` and is part of the `Google.Cloud.Dialogflow.V2Beta1.dll` assembly."]]],[]]