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-04-01 UTC."],[[["This document provides reference documentation for the `Intent.Types.Message.Types.CarouselSelect` class within the Google Cloud Dialogflow v2 API, specifically in the .NET environment."],["The `CarouselSelect` class is designed to present a carousel of options for users to select from, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers the inheritance of `CarouselSelect` from `object` and lists the implemented interfaces, along with inherited members like `GetHashCode`, `GetType`, and `ToString`."],["It details the constructors available for `CarouselSelect`, including a default constructor and one that accepts another `CarouselSelect` instance for copying."],["The `Items` property of the `CarouselSelect` class, which is a required field of type `RepeatedField`, is used to hold the individual carousel items for the user to browse and select."]]],[]]