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-02 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 enables users to navigate to an app or website associated with a Dialogflow agent via a suggestion chip."],["The latest version available for the `LinkOutSuggestion` class is 4.26.0, with a complete history of versions ranging down to version 3.2.0 documented here."],["The `LinkOutSuggestion` class is derived from `Object`, and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it contains properties for setting the destination name and the URI."],["The class has two constructors: a default constructor, `LinkOutSuggestion()`, and another one, `LinkOutSuggestion(Intent.Types.Message.Types.LinkOutSuggestion)`, that takes an `Intent.Types.Message.Types.LinkOutSuggestion` object as a parameter."]]],[]]