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 page provides documentation for the `LinkOutSuggestion` class within the Google Cloud Dialogflow v2 API, specifically for .NET development, spanning multiple versions from 3.2.0 to the latest 4.26.0."],["The `LinkOutSuggestion` class, found in the `Google.Cloud.Dialogflow.V2.Intent.Types.Message.Types` namespace, is a suggestion chip message designed to direct users to an external app or website."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality checks, deep cloning, and buffered message support."],["The `LinkOutSuggestion` class has two main properties: `DestinationName`, which specifies the name of the linked app or site, and `Uri`, which holds the web address to be opened when the user interacts with the chip."],["The page contains the inherited members of the Object class, such as GetHashCode, GetType, MemberwiseClone, and ToString."]]],[]]