public sealed class Intent.Types.Message.Types.CarouselSelect.Types.Item : IMessage<Intent.Types.Message.Types.CarouselSelect.Types.Item>, IEquatable<Intent.Types.Message.Types.CarouselSelect.Types.Item>, IDeepCloneable<Intent.Types.Message.Types.CarouselSelect.Types.Item>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class Intent.Types.Message.Types.CarouselSelect.Types.Item.
[[["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 document provides reference documentation for the `Intent.Types.Message.Types.CarouselSelect.Types.Item` class within the Google Cloud Dialogflow v2beta1 API, specifically version 1.0.0-beta22."],["The `Item` class represents an individual item within a carousel, inheriting from the `object` class and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default `Item()` and `Item(Item)` which takes another `Item` instance as a parameter for copying, and it is part of the `Google.Cloud.Dialogflow.V2Beta1` namespace."],["The `Item` class includes properties for `Description` (optional body text), `Image` (optional display image), `Info` (required additional information), and `Title` (required carousel item title)."],["This documentation lists inherited members, and details the properties, which provides information to users on how to construct and utilize `Item` instances within their Dialogflow integrations."]]],[]]