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-01 UTC."],[[["This webpage details the `LinkOutSuggestion` class within the `Google.Cloud.Dialogflow.V2` namespace, which is a suggestion chip message enabling users to navigate to an external app or website."],["The `LinkOutSuggestion` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with and be handled by other related systems."],["The latest version available is 4.26.0, but the page lists previous versions down to 3.2.0, with each version hyperlinked to its corresponding documentation page."],["The class includes two constructors, a default constructor, and one accepting an instance of `Intent.Types.Message.Types.LinkOutSuggestion`, alongside two key properties: `DestinationName` and `Uri`."],["The `DestinationName` property is required, representing the app or site's name, and the `Uri` property is also required, indicating the app or site's address, both of which are of type `String`."]]],[]]