Sha256: 7dc959bc6172d4da46d69e03e587488873301601dd6ee0141b4a69f330ccd4f8
Contents?: true
Size: 1.48 KB
Versions: 9
Compression:
Stored size: 1.48 KB
Contents
# UltracartClient::ConversationPbxMenu ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **allow_direct_extensions** | **Boolean** | If true, the customer is allowed to input direct extensions within this menu | [optional] | | **conversation_pbx_menu_uuid** | **String** | Conversation Pbx Menu UUID | [optional] | | **default_action** | **String** | The default action for this menu | [optional] | | **default_action_target** | **String** | The default action target for this menu | [optional] | | **mappings** | [**Array<ConversationPbxMenuMapping>**](ConversationPbxMenuMapping.md) | Action mappings for this menu | [optional] | | **merchant_id** | **String** | Merchant Id | [optional] | | **name** | **String** | Menu name | [optional] | | **play_audio_uuid** | **String** | An optional audio clip that plays when a customer enters this menu | [optional] | | **say** | **String** | An optional saying that plays when a customer enters this menu | [optional] | | **say_voice** | **String** | say voice | [optional] | | **timeout** | **Integer** | The idle seconds before this menu times out | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationPbxMenu.new( allow_direct_extensions: null, conversation_pbx_menu_uuid: null, default_action: null, default_action_target: null, mappings: null, merchant_id: null, name: null, play_audio_uuid: null, say: null, say_voice: null, timeout: null ) ```
Version data entries
9 entries across 9 versions & 1 rubygems