Class GoogleCloudDialogflowV2IntentMessageBasicCard
Inheritance
GoogleCloudDialogflowV2IntentMessageBasicCard
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2IntentMessageBasicCard : IDirectResponseSchema
Properties
Declaration
[JsonProperty("buttons")]
public virtual IList<GoogleCloudDialogflowV2IntentMessageBasicCardButton> 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 GoogleCloudDialogflowV2IntentMessageImage 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