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 focusing on version 3.3.0 and onwards."],["The `CarouselSelect` class is designed to present a carousel of options for users to select from, it implements several interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The documentation includes links to historical versions of the `CarouselSelect` class, ranging from version 3.2.0 to the latest version 4.26.0, allowing users to compare changes across versions."],["The `CarouselSelect` class contains a property named `Items` of the type `RepeatedField\u003cIntent.Types.Message.Types.CarouselSelect.Types.Item\u003e` which is required and represents the carousel items."],["There are two constructors available for the class `CarouselSelect()`, and `CarouselSelect(Intent.Types.Message.Types.CarouselSelect other)`."]]],[]]