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-03-21 UTC."],[[["The page provides documentation for the `CarouselSelect` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically focusing on version 3.9.0 and offering links to other versions, up to version 4.26.0."],["`CarouselSelect` is a class used to create a card that presents a carousel of options for the user to select, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CarouselSelect` class is available in the `Google.Cloud.Dialogflow.V2.dll` assembly and is part of the `Google.Cloud.Dialogflow.V2` namespace."],["The class includes two constructors, one default constructor and one that takes an instance of `Intent.Types.Message.Types.CarouselSelect` as an argument."],["The class has one public property called `Items`, which is a `RepeatedField` containing a collection of `CarouselSelect.Types.Item` objects representing the carousel items."]]],[]]