public sealed class CarouselSelect : IMessage<Intent.Types.Message.Types.CarouselSelect>, IEquatable<Intent.Types.Message.Types.CarouselSelect>, IDeepCloneable<Intent.Types.Message.Types.CarouselSelect>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class Intent.Types.Message.Types.CarouselSelect.
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-09 UTC."],[[["This webpage provides documentation for the `CarouselSelect` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment, spanning versions from 3.2.0 to 4.26.0 (latest)."],["The `CarouselSelect` class, represented by `Intent.Types.Message.Types.CarouselSelect`, is used to present a carousel of selectable options in Dialogflow interactions."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from `Object`."],["The primary property of the `CarouselSelect` class is `Items`, a `RepeatedField` that contains a list of carousel items of type `Intent.Types.Message.Types.CarouselSelect.Types.Item`."],["The documentation includes details on the class's constructors, `CarouselSelect()` and `CarouselSelect(Intent.Types.Message.Types.CarouselSelect)`, providing insight into how to create instances of the class."]]],[]]