Class GoogleCloudDialogflowV2IntentMessageBasicCardButton
Inheritance
GoogleCloudDialogflowV2IntentMessageBasicCardButton
Assembly: Google.Apis.Dialogflow.v2beta1.dll
public class GoogleCloudDialogflowV2IntentMessageBasicCardButton : IDirectResponseSchema
Properties
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("openUriAction")]
public virtual GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction OpenUriAction { get; set; }
Property Value
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Implements