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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `SelectItemInfo` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its functionality in Dialogflow interactions."],["The `SelectItemInfo` class, found in the `Google.Cloud.Dialogflow.V2.dll` assembly, is used to provide extra details for a select item when it is triggered within a conversation flow, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists documentation links for multiple versions of the Dialogflow library, ranging from version 3.2.0 to the latest version 4.26.0."],["`SelectItemInfo` objects can be constructed using either a default constructor or a constructor that accepts another `SelectItemInfo` object as a parameter."],["The two properties defined in this class are `Key`, which represents a required unique key, and `Synonyms`, which represents a list of optional strings for synonyms."]]],[]]