Class Intent.Types.Message.Types.LinkOutSuggestion (3.5.0)

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.

Inheritance

Object > Intent.Types.Message.Types.LinkOutSuggestion

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

LinkOutSuggestion()

public LinkOutSuggestion()

LinkOutSuggestion(Intent.Types.Message.Types.LinkOutSuggestion)

public LinkOutSuggestion(Intent.Types.Message.Types.LinkOutSuggestion other)
Parameter
NameDescription
otherIntent.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
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