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-09 UTC."],[[["This webpage provides documentation for the `LinkOutSuggestion` class within the Google Cloud Dialogflow V2 library for .NET, which is a suggestion chip message enabling users to navigate to an agent's associated app or website."],["The documentation covers multiple versions of the library, from version 3.2.0 up to the latest version 4.26.0, allowing developers to find information relevant to their specific version."],["The `LinkOutSuggestion` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling compatibility and advanced functionalities."],["The class has two constructors, one default and another that accepts another `LinkOutSuggestion` object as a parameter for copying, and has two main properties, `DestinationName` and `Uri`, both of which are strings representing the name and URI of the linked app or website, respectively."],["The `LinkOutSuggestion` class inherits members from `Object`, like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, allowing for basic object manipulation and information retrieval."]]],[]]