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-03-21 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."]]],[]]