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 focusing on version 3.6.0 and onwards."],["The `CarouselSelect` class is designed to present a carousel of options for users to select from, being a part of `Intent.Types.Message.Types`."],["It includes an `Items` property, which is a required field holding a collection of carousel items of type `Intent.Types.Message.Types.CarouselSelect.Types.Item` which is a repeated field."],["The documentation covers various versions of `CarouselSelect`, ranging from 3.2.0 up to the latest, which is 4.26.0, along with showing older and newer version availabilities for reference."],["The `CarouselSelect` class includes constructors such as a parameterless constructor and one that accepts another instance of `CarouselSelect` as a parameter."]]],[]]