public sealed class Intent.Types.Message.Types.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 the `Intent.Types.Message.Types` namespace."],["`LinkOutSuggestion` is a class that represents a suggestion chip message, enabling users to navigate to an associated app or website from within the Dialogflow agent."],["The `LinkOutSuggestion` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, highlighting its integration with protocol buffer and .NET functionalities."],["The class has two main properties, `DestinationName` and `Uri`, where `DestinationName` specifies the name of the linked app or site, and `Uri` contains the actual web address that the user is taken to upon clicking the suggestion chip."],["There are several versions available, starting from version 3.2.0, up until the latest version 4.26.0, and they all pertain to the `LinkOutSuggestion` class."]]],[]]