Class RbmStandaloneCard (2.0.0)

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

NameDescription
card_orientation .gcd_intent.Intent.Message.RbmStandaloneCard.CardOrientation
Required. Orientation of the card.
thumbnail_image_alignment .gcd_intent.Intent.Message.RbmStandaloneCard.ThumbnailImageAlignment
Required if orientation is horizontal. Image preview alignment for standalone cards with horizontal layout.
card_content .gcd_intent.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.