| Name | Type | Description | Notes |
|---|---|---|---|
| action | ActionEnum | Action | [optional] |
| actionTarget | String | Action target. This is the UUID associated with the configuration object of that particular type. | [optional] |
| digits | Integer | Digits | [optional] |
| smsFromNumber | String | Optional phone number to send the text message from. Must be a phone number configured on this merchant account and SMS enabled. Defaults to the number the caller dialed. Only used when the action is 'send text'. | [optional] |
| speech | String | Speech | [optional] |
| textMessage | String | Text message body sent to the caller when the action is 'send text'. Ignored for all other actions. | [optional] |
| Name | Value |
|---|---|
| TIME_BASED | "time based" |
| MENU | "menu" |
| QUEUE | "queue" |
| VOICEMAIL | "voicemail" |
| AGENT | "agent" |
| SEND_TEXT | "send text" |