public sealed class Item : IMessage<Intent.Types.Message.Types.ListSelect.Types.Item>, IEquatable<Intent.Types.Message.Types.ListSelect.Types.Item>, IDeepCloneable<Intent.Types.Message.Types.ListSelect.Types.Item>, IBufferMessage, IMessage
[[["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 `Item` class, which is part of the `Google.Cloud.Dialogflow.V2` namespace and is used to represent an item within a list in Dialogflow interactions."],["The `Item` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to function as a message type with deep cloning and equality comparison capabilities."],["The class has two constructors: a default constructor `Item()` and a constructor that takes another `Item` object as a parameter for copying, `Item(Intent.Types.Message.Types.ListSelect.Types.Item other)`."],["`Item` has properties to describe the item like `Description` which is a string for the main description, `Image` which is an image to be displayed, `Info` for additional information, and `Title` for the item's title."],["The documentation shows the availability of multiple versions of the library, ranging from version 3.2.0 to 4.26.0, with links to the documentation of each version."]]],[]]