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-03-21 UTC."],[[["This document provides reference documentation for the `CarouselSelect` class within the Google Cloud Dialogflow v2 API, specifically for the .NET framework."],["The `CarouselSelect` class is used to create a card that allows users to select from a carousel of options, part of the `Intent.Types.Message.Types` within Dialogflow."],["The document outlines the inheritance and interfaces implemented by `CarouselSelect`, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It lists the available versions of the `CarouselSelect` class, ranging from version 4.0.0 to the latest version, 4.26.0, as well as earlier 3.x.x versions, each with a direct link."],["The document describes the `Items` property, which is a required field of type `RepeatedField` containing `CarouselSelect.Types.Item`, used to define the carousel's items."]]],[]]