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 page provides documentation for the `SelectItemInfo` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its usage in Dialogflow interactions."],["This class, `SelectItemInfo`, is part of the Dialogflow .NET library and is used to define additional information for select items triggered in a dialog, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists numerous versions of the library, ranging from 4.26.0 (latest) down to 3.2.0, each linking to specific documentation for `SelectItemInfo` within that version."],["The `SelectItemInfo` class includes properties like `Key` (a unique identifier) and `Synonyms` (a list of alternative phrases), which are essential for the functionality of select items."],["The documentation outlines the class's inheritance, the constructors available, and the properties' usage, providing a comprehensive overview for developers working with Dialogflow select items."]]],[]]