| Name | Type | Description | Notes |
|---|---|---|---|
| action | String | Action | [optional] |
| action_target | String | Action target. This is the UUID associated with the configuration object of that particular type. | [optional] |
| digits | Integer | Digits | [optional] |
| speech | String | Speech | [optional] |
require 'ultracart_api'
instance = UltracartClient::ConversationPbxMenuMapping.new(
action: null,
action_target: null,
digits: null,
speech: null
)