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."],[[["The provided content is a documentation page for the `SelectItemInfo` class within the Google Cloud Dialogflow V2 .NET library, specifically focusing on version 3.6.0 and up to the latest 4.26.0."],["`SelectItemInfo` is a class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from `Object`."],["This class is designed to store additional information about a select item that can be used during a dialog in Dialogflow, with details provided on its constructors and inherited members."],["The `SelectItemInfo` class includes two key properties: `Key`, a unique string that identifies the select item, and `Synonyms`, a list of alternate strings that can also be used to refer to the item."],["The documentation offers links to different versions of the `SelectItemInfo` class, each corresponding to a specific release of the Google.Cloud.Dialogflow.V2 library, for different versions."]]],[]]