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."],[[["The content provides documentation for the `SelectItemInfo` class within the Google Cloud Dialogflow v2 API, detailing its purpose in dialog interactions."],["This class, `Intent.Types.Message.Types.SelectItemInfo`, is part of the `Google.Cloud.Dialogflow.V2` namespace and is available in various versions of the API, ranging from 3.2.0 up to the latest 4.26.0."],["The documentation outlines that `SelectItemInfo` is used to add information about select items within dialogs."],["`SelectItemInfo` has two properties: `Key`, which is a required unique identifier, and `Synonyms`, which is an optional list of alternate terms that trigger the item."],["The class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class, which are detailed in the documentation."]]],[]]