Class GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard
Standalone Rich Business Messaging (RBM) rich card. Rich cards allow you to respond to users with more vivid content, e.g. with media and suggestions. You can group multiple rich cards into one using RbmCarouselCard but carousel cards will give you less control over the card layout.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard : IDirectResponseSchema
Properties
CardContent
Required. Card content.
Declaration
[JsonProperty("cardContent")]
public virtual GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent CardContent { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent |
CardOrientation
Required. Orientation of the card.
Declaration
[JsonProperty("cardOrientation")]
public virtual string CardOrientation { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ThumbnailImageAlignment
Required if orientation is horizontal. Image preview alignment for standalone cards with horizontal layout.
Declaration
[JsonProperty("thumbnailImageAlignment")]
public virtual string ThumbnailImageAlignment { get; set; }
Property Value
Type | Description |
---|---|
string |