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 page provides documentation for the `LinkOutSuggestion` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically within the context of .NET development."],["The `LinkOutSuggestion` class is a type of message chip that allows users to navigate to an external app or website associated with the Dialogflow agent."],["The documentation covers various versions of the library, ranging from version 3.2.0 up to the latest 4.26.0, each with its corresponding `LinkOutSuggestion` class documentation."],["`LinkOutSuggestion` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer message operations."],["The class has two constructors, one default and one taking `Intent.Types.Message.Types.LinkOutSuggestion` as parameter, and it defines two properties, `DestinationName` and `Uri`, to specify the target app/site name and its URI respectively."]]],[]]