public sealed class CarouselSelect : IMessage<Intent.Types.Message.Types.CarouselSelect>, IEquatable<Intent.Types.Message.Types.CarouselSelect>, IDeepCloneable<Intent.Types.Message.Types.CarouselSelect>, IBufferMessage, IMessage
The card for presenting a carousel 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-01 UTC."],[[["This webpage provides documentation for the `CarouselSelect` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically version 3.8.0 of the library, with links to its previous and current iterations."],["The `CarouselSelect` class is designed to display a carousel of selectable options and is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CarouselSelect` class has two constructors: a default constructor `CarouselSelect()` and another `CarouselSelect(Intent.Types.Message.Types.CarouselSelect other)` that takes another instance of `CarouselSelect` as a parameter."],["The main property of the `CarouselSelect` class is `Items`, which is a `RepeatedField` containing a list of carousel items of type `Intent.Types.Message.Types.CarouselSelect.Types.Item`."],["The documentation includes a comprehensive list of links to previous versions of the `CarouselSelect` class, allowing users to access historical changes and features."]]],[]]