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."],[[["This webpage provides documentation for the `CarouselSelect` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically version 3.10.0, as part of the Google Cloud Dialogflow .NET library."],["The `CarouselSelect` class is used to present a carousel of selectable options to users and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes a list of available versions, ranging from 3.2.0 to the latest version, 4.26.0, each linking to its respective documentation page."],["The class features two constructors, one default and another that allows creating a `CarouselSelect` object from another `CarouselSelect` object, and also has an `Items` property of type `RepeatedField` for a collection of carousel items."]]],[]]