Google Cloud Dialogflow v2 API - Class Intent.Types.Message.Types.LinkOutSuggestion (4.18.0)

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.

Inheritance

object > Intent.Types.Message.Types.LinkOutSuggestion

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

LinkOutSuggestion()

public LinkOutSuggestion()

LinkOutSuggestion(LinkOutSuggestion)

public LinkOutSuggestion(Intent.Types.Message.Types.LinkOutSuggestion other)
Parameter
NameDescription
otherIntentTypesMessageTypesLinkOutSuggestion

Properties

DestinationName

public string DestinationName { get; set; }

Required. The name of the app or site this chip is linking to.

Property Value
TypeDescription
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
TypeDescription
string