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 page provides documentation for the `CarouselSelect` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically version 3.2.0."],["The `CarouselSelect` class is used to present a carousel of options for users to select from, which it inherits from the `Object` type."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to provide functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The documentation lists all available versions of the `CarouselSelect` class, from 4.26.0 (latest) down to 3.2.0, each with a link to its respective documentation."],["The class includes constructors and a property `Items`, which is a `RepeatedField` of `Item` types that represent the individual items in the carousel."]]],[]]