public sealed class LinkOutSuggestion : IMessage<Intent.Types.Message.Types.LinkOutSuggestion>, IEquatable<Intent.Types.Message.Types.LinkOutSuggestion>, IDeepCloneable<Intent.Types.Message.Types.LinkOutSuggestion>, IBufferMessage, IMessage
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-01 UTC."],[[["This webpage provides documentation for the `LinkOutSuggestion` class within the `Google.Cloud.Dialogflow.V2` namespace, which is part of the Google Cloud Dialogflow .NET library."],["`LinkOutSuggestion` is a message type that allows users to navigate to an external app or website from within a Dialogflow interaction, and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page details various versions of the Dialogflow library, ranging from the latest version `4.26.0` down to `3.2.0`, with a focus on the `LinkOutSuggestion` class."],["The class has two constructors: one default, and another that takes an existing `LinkOutSuggestion` object as an argument, allowing for easy copying."],["The `LinkOutSuggestion` class includes two key properties: `DestinationName`, representing the name of the linked app or site, and `Uri`, representing the link itself."]]],[]]