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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `CarouselSelect` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment, spanning multiple versions from 3.2.0 to 4.26.0."],["The `CarouselSelect` class is designed to represent a carousel of options for users to choose from in a conversational interface, and it's found in the namespace `Google.Cloud.Dialogflow.V2`."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like deep cloning and message buffering."],["The class has two constructors, one default and one that accepts another `CarouselSelect` instance to facilitate copying, and it features an `Items` property of type `RepeatedField` to hold the carousel items."],["The latest version available is 4.26.0 and is considered the latest update for the CarouselSelect class, whereas the earliest version shown on the page is 3.2.0."]]],[]]