Class GoogleCloudDialogflowV2beta1IntentMessageBasicCard
Inheritance
GoogleCloudDialogflowV2beta1IntentMessageBasicCard
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1IntentMessageBasicCard : IDirectResponseSchema
Properties
Declaration
[JsonProperty("buttons")]
public virtual IList<GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton> Buttons { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
FormattedText
Declaration
[JsonProperty("formattedText")]
public virtual string FormattedText { get; set; }
Property Value
Image
Declaration
[JsonProperty("image")]
public virtual GoogleCloudDialogflowV2beta1IntentMessageImage Image { 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