public sealed class SelectItemInfo : IMessage<Intent.Types.Message.Types.SelectItemInfo>, IEquatable<Intent.Types.Message.Types.SelectItemInfo>, IDeepCloneable<Intent.Types.Message.Types.SelectItemInfo>, IBufferMessage, IMessage
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 latest version of the `SelectItemInfo` documentation is 4.26.0, found under `Google.Cloud.Dialogflow.V2`, with previous versions ranging from 4.25.0 down to 3.2.0 also available."],["`SelectItemInfo` is a class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering features for managing additional info about a select item in a dialog."],["The class `SelectItemInfo` contains a `Key` property, which is a required unique string for agent feedback, and a `Synonyms` property, which is an optional list of strings used as triggers in a dialog."],["`SelectItemInfo` has two public constructors: one default and one that allows for the creation of a new `SelectItemInfo` by passing another `SelectItemInfo` as an argument."]]],[]]