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."],[[["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 select items in a dialog, and is a sealed class."],["The provided list on the webpage offers historical access to documentation of `SelectItemInfo` for various versions, ranging from version 3.2.0 to the latest version 4.26.0 of the Google Cloud Dialogflow library."],["`SelectItemInfo` class can be instantiated using a default constructor, or through another constructor, which takes an existing `Intent.Types.Message.Types.SelectItemInfo` instance as a parameter."],["The main properties of the class include `Key`, which represents the unique key returned to the agent, and `Synonyms`, an optional list of synonyms used to trigger the item in a dialog."]]],[]]