| Name | Type | Description | Notes |
|---|---|---|---|
| type | RbmActionTypeEnum | [default to undefined] | |
| text | string | Displayed text for user to click | [default to undefined] |
| postbackData | string | Base64 payload the customer receives when the reply is clicked. | [default to undefined] |
import { RbmActionBase } from 'bandwidth-sdk';
const instance: RbmActionBase = {
type,
text,
postbackData,
};