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 page provides documentation for the `LinkOutSuggestion` class within the Google Cloud Dialogflow v2 API, specifically for the .NET framework."],["The `LinkOutSuggestion` class is designed to create a suggestion chip that directs users to an external app or website, and it includes methods and properties for defining the destination name and URI."],["The documentation covers multiple versions of the Dialogflow v2 API, ranging from version 3.2.0 up to the latest version 4.26.0, allowing users to refer to past or present versions."],["The `LinkOutSuggestion` class inherits from the `Object` class and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with various .NET functionalities."],["The documentation details the `LinkOutSuggestion` class constructors and properties, such as `DestinationName` and `Uri`, which are essential for configuring the link out suggestion functionality."]]],[]]