docs/ConversationPbxMenu.md in ultracart_api-4.0.228 vs docs/ConversationPbxMenu.md in ultracart_api-4.0.229

- old
+ new

@@ -11,10 +11,11 @@ | **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 @@ -28,9 +29,10 @@ mappings: null, merchant_id: null, name: null, play_audio_uuid: null, say: null, + say_voice: null, timeout: null ) ```