| 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] |
| phoneNumber | string | The phone number to dial. Must be E164 format. | [default to undefined] |
import { RbmActionDial } from 'bandwidth-sdk';
const instance: RbmActionDial = {
type,
text,
postbackData,
phoneNumber,
};