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-09 UTC."],[[["The provided content details the `SelectItemInfo` class within the Google Cloud Dialogflow v2 API, used to define additional information for select items in dialog interactions, and its available versions."],["The `SelectItemInfo` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object manipulation."],["Key properties of the `SelectItemInfo` class include `Key`, which is a required unique identifier, and `Synonyms`, an optional list of alternative phrases for triggering the item in a dialog."],["The available versions of this class are listed from `4.26.0` (latest) to `3.2.0`, and each version provides a link to its respective documentation."],["The `SelectItemInfo` class has two constructors, one being default and the other allowing the creation of a new `SelectItemInfo` based on an existing one."]]],[]]