public sealed class SelectItemInfo : IMessage<Intent.Types.Message.Types.SelectItemInfo>, IEquatable<Intent.Types.Message.Types.SelectItemInfo>, IDeepCloneable<Intent.Types.Message.Types.SelectItemInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class Intent.Types.Message.Types.SelectItemInfo.
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 document provides reference documentation for the `SelectItemInfo` class within the Google Cloud Dialogflow v2 API, specifically for .NET development, detailing its structure, inheritance, and implementation."],["The `SelectItemInfo` class is used to define additional information about a select item that is triggered during a dialog, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SelectItemInfo` class has two constructors: a default constructor, and one that accepts another `SelectItemInfo` object as a parameter for copying."],["Key properties of the `SelectItemInfo` class include `Key`, a required unique string that identifies the item and `Synonyms`, an optional list of strings that can be used to trigger this item in dialog."],["The document lists available versions for reference, ranging from 4.26.0 (latest) down to 3.2.0, each with a corresponding link to its respective documentation."]]],[]]