public sealed class LinkOutSuggestion : IMessage<Intent.Types.Message.Types.LinkOutSuggestion>, IEquatable<Intent.Types.Message.Types.LinkOutSuggestion>, IDeepCloneable<Intent.Types.Message.Types.LinkOutSuggestion>, IBufferMessage, IMessage
The suggestion chip message that allows the user to jump out to the app or website associated with this agent.
Implements
IMessage<Intent.Types.Message.Types.LinkOutSuggestion>, IEquatable<Intent.Types.Message.Types.LinkOutSuggestion>, IDeepCloneable<Intent.Types.Message.Types.LinkOutSuggestion>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
LinkOutSuggestion()
public LinkOutSuggestion()
LinkOutSuggestion(Intent.Types.Message.Types.LinkOutSuggestion)
public LinkOutSuggestion(Intent.Types.Message.Types.LinkOutSuggestion other)
Parameter | |
---|---|
Name | Description |
other | Intent.Types.Message.Types.LinkOutSuggestion |
Properties
DestinationName
public string DestinationName { get; set; }
Required. The name of the app or site this chip is linking to.
Property Value | |
---|---|
Type | Description |
String |
Uri
public string Uri { get; set; }
Required. The URI of the app or site to open when the user taps the suggestion chip.
Property Value | |
---|---|
Type | Description |
String |