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 page provides documentation for the `LinkOutSuggestion` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically focusing on versions from 3.2.0 to 4.26.0."],["`LinkOutSuggestion` is a suggestion chip message that enables users to navigate to the associated app or website, and it implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor `LinkOutSuggestion()` and a copy constructor `LinkOutSuggestion(Intent.Types.Message.Types.LinkOutSuggestion other)`."],["The class includes two properties, `DestinationName`, which is the name of the linked app or site, and `Uri`, the URI to which the user will be directed when they click the suggestion chip."],["The latest version available is 4.26.0, which can be accessed via the link provided at the top of the version list."]]],[]]