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-03-21 UTC."],[[["This webpage details the `CarouselSelect` class, a component used for presenting a selection carousel within the Google Cloud Dialogflow V2 API, specifically within the `Intent.Types.Message.Types` namespace."],["The `CarouselSelect` class is part of the `Google.Cloud.Dialogflow.V2` library, as demonstrated by the available versions ranging from 3.2.0 to 4.26.0 (latest), which suggests it is a frequently updated portion of the library."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, cloning, and buffered data processing."],["The `CarouselSelect` class has two constructors: a default one and another that takes an existing `CarouselSelect` object as a parameter for copying purposes."],["The class includes an `Items` property of type `RepeatedField` which holds the list of `CarouselSelect` items, which allows users to define the items that will show up in the carousel."]]],[]]