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 page provides documentation for the `Item` class, which is part of the `Google.Cloud.Dialogflow.V2` library and is used within list selections in Dialogflow's intent messages."],["The `Item` class represents an individual item within a list, allowing customization of its title, description, image, and additional information through its properties."],["This `Item` class has two constructors, one default constructor `Item()` and the second one `Item(Intent.Types.Message.Types.ListSelect.Types.Item other)`, which allows you to construct it using another instance of the same type."],["The documentation covers a range of versions for the Dialogflow library, with the latest version being 4.26.0, each version containing the `Item` type within the provided path."],["The `Item` class implements the interfaces IMessage\u003cIntent.Types.Message.Types.ListSelect.Types.Item\u003e, IEquatable\u003cIntent.Types.Message.Types.ListSelect.Types.Item\u003e, IDeepCloneable\u003cIntent.Types.Message.Types.ListSelect.Types.Item\u003e, IBufferMessage, and IMessage."]]],[]]