| Name | Type | Description | Notes |
|---|---|---|---|
| title | string | The title of the card. Must be 200 characters or less. | [optional] [default to undefined] |
| description | string | The description of the card. Must be 2000 characters or less. | [optional] [default to undefined] |
| media | RbmCardContentMedia | [optional] [default to undefined] | |
| suggestions | Array<MultiChannelAction> | An array of suggested actions for the recipient that will be displayed on the rich card. | [optional] [default to undefined] |
import { RbmCardContent } from 'bandwidth-sdk';
const instance: RbmCardContent = {
title,
description,
media,
suggestions,
};