Class GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion
Inheritance
GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion : IDirectResponseSchema
Properties
DestinationName
Declaration
[JsonProperty("destinationName")]
public virtual string DestinationName { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Uri
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Implements