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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `LinkOutSuggestion` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically in version 3.7.0 of the library."],["`LinkOutSuggestion` is a message type that allows users to navigate to an app or website associated with a Dialogflow agent."],["The `LinkOutSuggestion` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and one that takes another `LinkOutSuggestion` object as a parameter for copying."],["It contains two main properties, `DestinationName` for specifying the linked app or site's name, and `Uri` for the URL to open."]]],[]]