public sealed class Intent.Types.Message.Types.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-03-21 UTC."],[[["This webpage provides documentation for the `CarouselSelect` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment, detailing its use for presenting a carousel of options."],["The documentation includes reference materials and code samples for the `Intent.Types.Message.Types.CarouselSelect` class, which is part of the `Google.Cloud.Dialogflow.V2` namespace."],["The `CarouselSelect` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it has a property called `Items` of type `RepeatedField` that represents the carousel items."],["The webpage lists various versions of the API, from 3.2.0 to 4.26.0 (latest), with hyperlinks to the documentation for each version of the `CarouselSelect` class."],["The main function of `CarouselSelect` is to provide a way to present users with multiple options in a carousel format, as the property `Items` implies, where users can select an option."]]],[]]