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 in a list within Dialogflow."],["The `Item` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data management and comparison."],["The documentation includes information on the class's constructors, `Item()`, and `Item(Intent.Types.Message.Types.ListSelect.Types.Item other)`, which is designed for creating new items and cloning existing ones."],["Key properties of the `Item` class are outlined as `Description`, `Image`, `Info`, and `Title`, each serving to define different attributes of a list item, such as its text description, associated image, and additional information."],["The webpage contains links to several versions of the documentation, from version 3.2.0 all the way up to version 4.26.0, with 4.26.0 being the latest release."]]],[]]