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 document provides reference documentation for the `Intent.Types.Message.Types.ListSelect` class within the Google Cloud Dialogflow v2 API, specifically detailing its use in presenting a list of options for user selection."],["The class `ListSelect` is an implementation of several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used in various contexts within the Dialogflow environment."],["The `ListSelect` class includes properties such as `Items` (a list of selectable items), `Subtitle`, and `Title`, allowing for customization of the list presentation."],["The provided content lists various versions of the `Intent.Types.Message.Types.ListSelect` class, ranging from version 3.2.0 up to the latest version 4.26.0, accessible via links."],["The class can be instantiated through two constructors: a default constructor `ListSelect()`, and a copy constructor `ListSelect(Intent.Types.Message.Types.ListSelect other)`."]]],[]]