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-04-01 UTC."],[[["The latest version of the Google Cloud Dialogflow v2 API documentation for `SelectItemInfo` is version 4.26.0, with links provided to older versions ranging from 4.25.0 back to 3.2.0."],["`SelectItemInfo` is a class within the Google Cloud Dialogflow v2 API used to provide additional information about a select item in a dialog, as stated in the documentation."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`SelectItemInfo` has two main properties: `Key`, which is a required unique string for agent response, and `Synonyms`, an optional list of strings that act as alternate triggers in a dialog."],["The documentation provides constructors for creating instances of `SelectItemInfo`, either as a new instance or as a copy of another `SelectItemInfo` object."]]],[]]