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-04-01 UTC."],[[["The content focuses on the `SelectItemInfo` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its structure, inheritance, implementations, and available versions."],["Version 4.26.0 is the latest version of the `SelectItemInfo` class in the provided list, while version 3.4.0 is the lowest version shown."],["The `SelectItemInfo` class is used to provide additional information about a selected item in a dialog and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SelectItemInfo` class has two constructors, a default constructor and one that takes another `SelectItemInfo` object as a parameter, and the class contains two properties: `Key`, which is required, and `Synonyms`, which is optional."],["The content covers versions ranging from 3.2.0 up to 4.26.0 of `SelectItemInfo`, and also shows the inheritance, being a child of \"Object\"."]]],[]]