Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 621 Bytes

File metadata and controls

24 lines (18 loc) · 621 Bytes

UltracartClient::ConversationPbxMenuMapping

Properties

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]

Example

require 'ultracart_api'

instance = UltracartClient::ConversationPbxMenuMapping.new(
  action: null,
  action_target: null,
  digits: null,
  speech: null
)