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-03-21 UTC."],[[["This webpage provides documentation for the `LinkOutSuggestion` class within the Google Cloud Dialogflow v2 API for .NET, which is a type of message used to direct users to an external app or website."],["The `LinkOutSuggestion` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer management."],["It includes properties `DestinationName` and `Uri`, which are required and respectively specify the name and the URI of the external app or site to which the suggestion links."],["The page lists a range of versions for the API, from 3.2.0 up to the latest version 4.26.0, indicating the history and evolution of the `LinkOutSuggestion` feature and its compatibility with various releases."],["The available documentation is specific to the `Google.Cloud.Dialogflow.V2.Intent.Types.Message.Types.LinkOutSuggestion` class, detailing its constructors, inheritance, implemented members, namespace, and assembly within the .NET framework."]]],[]]