Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 743 Bytes

File metadata and controls

22 lines (15 loc) · 743 Bytes

RbmMessageContentText

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]

Example

import { RbmMessageContentText } from 'bandwidth-sdk';

const instance: RbmMessageContentText = {
    text,
    suggestions,
};

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