RbmStandaloneCard(mapping=None, *, ignore_unknown_fields=False, **kwargs)
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.
Attributes | |
---|---|
Name | Description |
card_orientation |
google.cloud.dialogflow_v2beta1.types.Intent.Message.RbmStandaloneCard.CardOrientation
Required. Orientation of the card. |
thumbnail_image_alignment |
google.cloud.dialogflow_v2beta1.types.Intent.Message.RbmStandaloneCard.ThumbnailImageAlignment
Required if orientation is horizontal. Image preview alignment for standalone cards with horizontal layout. |
card_content |
google.cloud.dialogflow_v2beta1.types.Intent.Message.RbmCardContent
Required. Card content. |
Classes
CardOrientation
CardOrientation(value)
Orientation of the card.
ThumbnailImageAlignment
ThumbnailImageAlignment(value)
Thumbnail preview alignment for standalone cards with horizontal layout.