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-02 UTC."],[[["The content provides a list of versions for `CarouselSelect`, ranging from the latest version 4.26.0 down to version 3.2.0, within the Google Cloud Dialogflow V2 framework."],["`CarouselSelect` is a class used to present a carousel of options for users to select from within Dialogflow interactions."],["The `CarouselSelect` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its capacity for complex implementation."],["The class has two constructors, one default `CarouselSelect()` and a second `CarouselSelect(Intent.Types.Message.Types.CarouselSelect other)` to allow for the copy of the class as a whole."],["`CarouselSelect` contains a property called `Items` of type `RepeatedField\u003cIntent.Types.Message.Types.CarouselSelect.Types.Item\u003e` which is a required array of the options that will be available for the user to see in the carousel."]]],[]]