public sealed class 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-02 UTC."],[[["This webpage provides reference documentation for the `Intent.Types.Message.Types.LinkOutSuggestion` class in the Google Cloud Dialogflow v2 API, detailing its functionality for creating suggestion chips that link to external apps or websites."],["The `LinkOutSuggestion` class, part of the `Google.Cloud.Dialogflow.V2` namespace, implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists the availability of the `LinkOutSuggestion` class across multiple versions of the API, ranging from version 3.2.0 up to the latest version 4.26.0."],["Key properties of the `LinkOutSuggestion` class include `DestinationName`, which specifies the name of the linked app or site, and `Uri`, which holds the target URI for the suggestion chip."],["The class offers two constructors: a default constructor `LinkOutSuggestion()` and an overload `LinkOutSuggestion(Intent.Types.Message.Types.LinkOutSuggestion other)` allowing you to clone an instance of the class."]]],[]]