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 v2beta1 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference information for the `Intent.Types.Message.Types.LinkOutSuggestion` class in the Google Cloud Dialogflow v2beta1 API, specifically within version 1.0.0-beta22."],["The `LinkOutSuggestion` class represents a suggestion chip message that allows users to navigate to the app or website associated with a Dialogflow agent."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `LinkOutSuggestion` class includes two key properties, `DestinationName` and `Uri`, both of which are required strings that define the name and the URI of the linked app or site, respectively."],["There are 2 constructors for `LinkOutSuggestion`, one default and one which requires another `LinkOutSuggestion` object as a parameter."]]],[]]