| Name | Type | Description | Notes |
|---|---|---|---|
| cardWidth | CardWidthEnum | [default to undefined] | |
| cardContents | Array<RbmCardContent> | [default to undefined] | |
| suggestions | Array<MultiChannelAction> | An array of suggested actions for the recipient. | [optional] [default to undefined] |
import { RbmMessageCarouselCard } from 'bandwidth-sdk';
const instance: RbmMessageCarouselCard = {
cardWidth,
cardContents,
suggestions,
};