Class GoogleCloudDialogflowV2beta1IntentMessageCard
Inheritance
GoogleCloudDialogflowV2beta1IntentMessageCard
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1IntentMessageCard : IDirectResponseSchema
Properties
Declaration
[JsonProperty("buttons")]
public virtual IList<GoogleCloudDialogflowV2beta1IntentMessageCardButton> Buttons { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ImageUri
Declaration
[JsonProperty("imageUri")]
public virtual string ImageUri { get; set; }
Property Value
Subtitle
Declaration
[JsonProperty("subtitle")]
public virtual string Subtitle { get; set; }
Property Value
Title
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Implements