public sealed class Intent.Types.Message.Types.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, covering versions from 3.2.0 up to the latest version 4.26.0."],["The `SelectItemInfo` class, part of `Intent.Types.Message.Types`, is used to provide additional information about a select item when it is triggered in a dialog."],["It inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SelectItemInfo` class has two main properties: `Key`, which is a required unique identifier for the item, and `Synonyms`, which is an optional list of alternative terms to trigger the item."],["The documentation includes details about the class constructors, as well as inherited members and methods, providing comprehensive information for developers working with this class."]]],[]]