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 use in Dialogflow interactions."],["This class, `SelectItemInfo`, is designed to provide additional information about a select item when it is triggered within a dialog, being necessary to establish unique identifiers."],["The documentation covers a comprehensive range of versions for `SelectItemInfo`, from version 3.2.0 up to the latest version 4.26.0, and you can navigate through these different versions using the provided links."],["`SelectItemInfo` implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["`SelectItemInfo` has properties `Key` and `Synonyms`, where the Key is a required unique string for identifying the item and `Synonyms` holds a list of strings that can trigger the same item in a dialog."]]],[]]