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."],[[["The page details the `CarouselSelect` class, which is used for presenting a carousel of options in Google Dialogflow V2."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to provide message functionality, equality checks, deep cloning, and buffered message support."],["The latest version available is 4.26.0, and there are a multitude of other previous version links provided on the page for the `CarouselSelect` class, ranging from version 4.25.0 down to 3.2.0, with version 3.11.0 being the base version of the class."],["The `CarouselSelect` class has a property called `Items`, a required `RepeatedField` that lists the carousel items."],["There are two constructors available, a default constructor, and a second that accepts an `Intent.Types.Message.Types.CarouselSelect` object as a parameter."]]],[]]