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, which is part of the Google Cloud Dialogflow .NET library."],["The `LinkOutSuggestion` class is a suggestion chip message that enables users to navigate to an app or website associated with the agent, and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default constructor and one that accepts another `LinkOutSuggestion` object for copying, and it is also inheriting members from `Object` class."],["The `LinkOutSuggestion` class has two key properties, `DestinationName` to specify the name of the app or site, and `Uri` which specifies the URL to open when the suggestion chip is interacted with."],["The page lists various versions of this class documentation, ranging from the latest version 4.26.0 down to version 3.2.0, including links to each one."]]],[]]