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-04-09 UTC."],[[["This page provides reference documentation for the `Intent.Types.Message.Types.LinkOutSuggestion` class in the Google Cloud Dialogflow v2 API, which is used to create suggestion chips that link to an external app or website."],["The `LinkOutSuggestion` class is part of the `Google.Cloud.Dialogflow.V2` namespace and is implemented as a sealed class that inherits from `object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two properties: `DestinationName`, which is the name of the linked app or site, and `Uri`, which is the URL that opens when the user interacts with the suggestion chip, both are required strings."],["There are many versions of this API available, ranging from version 4.26.0 (latest) down to 3.2.0."],["This is a documentation page for the 4.24.0 version of the API, and also has links to other versions of the `LinkOutSuggestion` documentation."]]],[]]