public sealed class SelectItemInfo : IMessage<Intent.Types.Message.Types.SelectItemInfo>, IEquatable<Intent.Types.Message.Types.SelectItemInfo>, IDeepCloneable<Intent.Types.Message.Types.SelectItemInfo>, IBufferMessage, IMessage
Additional info about the select item for when it is triggered in a
dialog.
[[["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 webpage provides documentation for the `SelectItemInfo` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its properties, constructors, and inheritance."],["The `SelectItemInfo` class is designed to provide additional information about a select item when it is triggered in a dialog, containing a unique key and a list of synonyms."],["The page lists the availability of `SelectItemInfo` across multiple versions of the `Google.Cloud.Dialogflow.V2` library, from version 4.0.0 up to the latest 4.26.0, as well as older versions starting from version 3.2.0."],["The class implements several interfaces including `IMessage\u003cIntent.Types.Message.Types.SelectItemInfo\u003e`, `IEquatable\u003cIntent.Types.Message.Types.SelectItemInfo\u003e`, `IDeepCloneable\u003cIntent.Types.Message.Types.SelectItemInfo\u003e`, `IBufferMessage`, and `IMessage`, enhancing its functionality within the .NET framework."],["There are two constructors for the `SelectItemInfo` class, a default constructor and one that accepts another instance of `SelectItemInfo` as an argument to initialize its properties."]]],[]]