Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.52 KB

File metadata and controls

35 lines (28 loc) · 1.52 KB

MultiChannelChannelListRBMObjectAllOfContent

The content of the message.

Properties

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]

Example

import { MultiChannelChannelListRBMObjectAllOfContent } from 'bandwidth-sdk';

const instance: MultiChannelChannelListRBMObjectAllOfContent = {
    text,
    suggestions,
    media,
    orientation,
    thumbnailImageAlignment,
    cardContent,
    cardWidth,
    cardContents,
};

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