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 documentation page covers the `LinkOutSuggestion` class within the Google Cloud Dialogflow v2 API, which is used to create suggestion chips that direct users to an external app or website."],["The `LinkOutSuggestion` class, part of the `Intent.Types.Message.Types` namespace, implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation provides links to the reference for various versions of the API, from version 3.2.0 up to the latest 4.26.0, along with their respective namespaces and versions of the `LinkOutSuggestion` class."],["Key properties of the `LinkOutSuggestion` class include `DestinationName` and `Uri`, where `DestinationName` specifies the name of the linked app or site, and `Uri` holds the URL to be opened."],["There is information and links for various versions of the API, with the most recent one being version 4.26.0."]]],[]]