Class GoogleCloudDialogflowV2beta1IntentMessageBasicCard
The basic card message. Useful for displaying information.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowV2beta1IntentMessageBasicCard : IDirectResponseSchema
Properties
Buttons
Optional. The collection of card buttons.
Declaration
[JsonProperty("buttons")]
public virtual IList<GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton> Buttons { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FormattedText
Required, unless image is present. The body text of the card.
Declaration
[JsonProperty("formattedText")]
public virtual string FormattedText { get; set; }
Property Value
Type | Description |
---|---|
string |
Image
Optional. The image for the card.
Declaration
[JsonProperty("image")]
public virtual GoogleCloudDialogflowV2beta1IntentMessageImage Image { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2beta1IntentMessageImage |
Subtitle
Optional. The subtitle of the card.
Declaration
[JsonProperty("subtitle")]
public virtual string Subtitle { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
Optional. The title of the card.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |