The content of the message.
| Name | Type | Description | Notes |
|---|---|---|---|
| text | string | The text associated with the message. Must be 3270 characters or less | [default to undefined] |
| suggestions | Array<MultiChannelAction> | An array of suggested actions for the recipient. | [optional] [default to undefined] |
| media | Array<RbmMessageContentFile> | [default to undefined] | |
| orientation | StandaloneCardOrientationEnum | [default to undefined] | |
| thumbnailImageAlignment | ThumbnailAlignmentEnum | [default to undefined] | |
| cardContent | RbmCardContent | [default to undefined] | |
| cardWidth | CardWidthEnum | [default to undefined] | |
| cardContents | Array<RbmCardContent> | [default to undefined] |
import { MultiChannelChannelListRBMObjectAllOfContent } from 'bandwidth-sdk';
const instance: MultiChannelChannelListRBMObjectAllOfContent = {
text,
suggestions,
media,
orientation,
thumbnailImageAlignment,
cardContent,
cardWidth,
cardContents,
};