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 v2beta1 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference documentation for the `Intent.Types.Message.Types.SelectItemInfo` class within the Google Cloud Dialogflow v2beta1 API, detailing its role in dialog interactions."],["The `SelectItemInfo` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities in message handling and data manipulation."],["The class includes a constructor `SelectItemInfo()` for default initialization and `SelectItemInfo(SelectItemInfo other)` for creating copies."],["It contains two primary properties: `Key`, a required unique identifier for the item in dialog responses, and `Synonyms`, an optional list of alternative terms to trigger the item."],["The latest version of this class is specified as version 1.0.0-beta23."]]],[]]