Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.19 KB

File metadata and controls

30 lines (23 loc) · 1.19 KB

RbmMessageContentRichCard

Properties

Name Type Description Notes
orientation StandaloneCardOrientationEnum [default to undefined]
thumbnailImageAlignment ThumbnailAlignmentEnum [default to undefined]
cardContent RbmCardContent [default to undefined]
suggestions Array<MultiChannelAction> An array of suggested actions for the recipient. [optional] [default to undefined]
cardWidth CardWidthEnum [default to undefined]
cardContents Array<RbmCardContent> [default to undefined]

Example

import { RbmMessageContentRichCard } from 'bandwidth-sdk';

const instance: RbmMessageContentRichCard = {
    orientation,
    thumbnailImageAlignment,
    cardContent,
    suggestions,
    cardWidth,
    cardContents,
};

[Back to Model list] [Back to API list] [Back to README]