| 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] |
import { RbmMessageContentText } from 'bandwidth-sdk';
const instance: RbmMessageContentText = {
text,
suggestions,
};