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 v2beta1 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 `Intent.Types.Message.Types.CarouselSelect` class within the Google Cloud Dialogflow v2beta1 API, which is used to present a carousel of selectable options."],["The `CarouselSelect` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffer management."],["It inherits from the `object` class and includes methods like `GetHashCode`, `GetType`, and `ToString`."],["The class contains a `RepeatedField` property named `Items`, which holds the list of carousel items, and it has a required attribute, which means it must contain at least one item."],["The class has 2 constructors, one default and one that takes in `Intent.Types.Message.Types.CarouselSelect other` as a parameter."]]],[]]