Sha256: 1e5306922e60c69bf4aacabb24400d18d138429655c292b6a4ea3b24954e6f70
Contents?: true
Size: 621 Bytes
Versions: 14
Compression:
Stored size: 621 Bytes
Contents
# 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 ```ruby require 'ultracart_api' instance = UltracartClient::ConversationPbxMenuMapping.new( action: null, action_target: null, digits: null, speech: null ) ```
Version data entries
14 entries across 14 versions & 1 rubygems