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-03-21 UTC."],[[["This webpage provides reference documentation for the `Intent.Types.Message.Types.LinkOutSuggestion` class in the Google Cloud Dialogflow V2 API, spanning multiple versions from 3.2.0 to the latest 4.26.0."],["The `LinkOutSuggestion` class is a message type within the API that enables a suggestion chip, allowing users to navigate to a specified app or website."],["The `LinkOutSuggestion` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two key properties, `DestinationName` and `Uri`, which respectively define the app/site's name and the associated URI link for navigation."],["There are two constructor overloads, one default and one that takes an existing `Intent.Types.Message.Types.LinkOutSuggestion` to allow for easy copy."]]],[]]