public sealed class LinkOutSuggestion : IMessage<Intent.Types.Message.Types.LinkOutSuggestion>, IEquatable<Intent.Types.Message.Types.LinkOutSuggestion>, IDeepCloneable<Intent.Types.Message.Types.LinkOutSuggestion>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class Intent.Types.Message.Types.LinkOutSuggestion.
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 provides reference documentation for the `LinkOutSuggestion` class within the Google Cloud Dialogflow v2 API, specifically detailing its use within .NET environments across multiple versions."],["The `LinkOutSuggestion` class allows for the creation of suggestion chips that direct users to an external app or website, serving as a key interaction component within the Dialogflow system."],["The page outlines that `LinkOutSuggestion` class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting object management, comparison, cloning, and data handling."],["The class has properties `DestinationName` and `Uri`, both of which are required, and represent the name of the target destination and the address to which it points, respectively."],["This document includes historical versions of the `LinkOutSuggestion` class, going as far back as version 3.2.0 and up to the latest version, 4.26.0, with each version providing a link to view their respective documentation."]]],[]]