public sealed class Intent.Types.Message.Types.LinkOutSuggestion : IMessage<Intent.Types.Message.Types.LinkOutSuggestion>, IEquatable<Intent.Types.Message.Types.LinkOutSuggestion>, IDeepCloneable<Intent.Types.Message.Types.LinkOutSuggestion>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class Intent.Types.Message.Types.LinkOutSuggestion.
The suggestion chip message that allows the user to jump out to the app
or website associated with this agent.
[[["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."],[[["This webpage provides reference documentation for the `Intent.Types.Message.Types.LinkOutSuggestion` class in the Google Cloud Dialogflow v2 API, which is a suggestion chip message for linking users to an app or website."],["The `LinkOutSuggestion` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object comparison within the Dialogflow API."],["The content includes a list of available versions of the `LinkOutSuggestion` class, ranging from version 3.2.0 up to the latest 4.26.0, allowing users to navigate to documentation for specific releases."],["The class has two constructors, a default constructor `LinkOutSuggestion()` and a copy constructor `LinkOutSuggestion(LinkOutSuggestion other)` used to instantiate new instances."],["The class contains two key properties, `DestinationName` and `Uri`, both of type string, to specify the name and the URI of the external app or website."]]],[]]