Sha256: b6024291b9dc6ad4455f909e766bd3ef6029cdb72e44860783025364473ce878
Contents?: true
Size: 536 Bytes
Versions: 13
Compression:
Stored size: 536 Bytes
Contents
# UltracartClient::ConversationPbxMenuMapping ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **action** | **String** | Action | [optional] | | **action_target** | **String** | Action target | [optional] | | **digits** | **Integer** | Digits | [optional] | | **speech** | **String** | Speech | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationPbxMenuMapping.new( action: null, action_target: null, digits: null, speech: null ) ```
Version data entries
13 entries across 13 versions & 1 rubygems