freeclimb 4.5.2 → 4.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (183) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +20 -0
  3. data/Gemfile.lock +1 -1
  4. data/README.md +15 -7
  5. data/docs/AddToConference.md +0 -2
  6. data/docs/AddToConferenceAllOf.md +0 -2
  7. data/docs/CreateWebRTCToken.md +22 -0
  8. data/docs/DefaultApi.md +303 -7
  9. data/docs/GetDigits.md +1 -1
  10. data/docs/GetDigitsAllOf.md +1 -1
  11. data/docs/IncomingNumberResult.md +3 -1
  12. data/docs/IncomingNumberResultAllOf.md +3 -1
  13. data/docs/MessageRequest.md +2 -2
  14. data/docs/MessageRequestAllOf.md +2 -2
  15. data/docs/MessageResult.md +3 -1
  16. data/docs/MessageResultAllOf.md +3 -1
  17. data/docs/Play.md +0 -2
  18. data/docs/PlayAllOf.md +0 -2
  19. data/docs/RemoveFromConference.md +1 -4
  20. data/docs/SMSTenDLCCampaign.md +10 -0
  21. data/docs/SMSTollFreeCampaign.md +30 -0
  22. data/docs/SMSTollFreeCampaignsListResult.md +32 -0
  23. data/docs/SMSTollFreeCampaignsListResultAllOf.md +18 -0
  24. data/docs/Say.md +0 -2
  25. data/docs/SayAllOf.md +0 -2
  26. data/docs/SetListen.md +0 -2
  27. data/docs/SetListenAllOf.md +0 -2
  28. data/docs/SetTalk.md +0 -2
  29. data/docs/SetTalkAllOf.md +0 -2
  30. data/docs/TFN.md +18 -0
  31. data/docs/TerminateConference.md +1 -4
  32. data/docs/TranscribeUtterance.md +1 -1
  33. data/docs/TranscribeUtteranceAllOf.md +28 -0
  34. data/docs/TranscribeUtteranceAllOfRecord.md +22 -0
  35. data/lib/freeclimb/api/default_api.rb +262 -7
  36. data/lib/freeclimb/models/account_request.rb +0 -2
  37. data/lib/freeclimb/models/account_result.rb +0 -6
  38. data/lib/freeclimb/models/add_to_conference.rb +1 -29
  39. data/lib/freeclimb/models/add_to_conference_all_of.rb +1 -29
  40. data/lib/freeclimb/models/application_result.rb +0 -6
  41. data/lib/freeclimb/models/buy_incoming_number_request.rb +0 -4
  42. data/lib/freeclimb/models/call_result.rb +0 -6
  43. data/lib/freeclimb/models/conference_participant_result.rb +0 -6
  44. data/lib/freeclimb/models/conference_result.rb +0 -6
  45. data/lib/freeclimb/models/create_conference.rb +0 -8
  46. data/lib/freeclimb/models/create_conference_all_of.rb +0 -8
  47. data/lib/freeclimb/models/create_conference_request.rb +0 -6
  48. data/lib/freeclimb/models/create_web_rtc_token.rb +274 -0
  49. data/lib/freeclimb/models/dequeue.rb +1 -0
  50. data/lib/freeclimb/models/enqueue.rb +0 -6
  51. data/lib/freeclimb/models/enqueue_all_of.rb +0 -6
  52. data/lib/freeclimb/models/get_digits.rb +1 -17
  53. data/lib/freeclimb/models/get_digits_all_of.rb +1 -17
  54. data/lib/freeclimb/models/get_speech.rb +0 -22
  55. data/lib/freeclimb/models/get_speech_all_of.rb +0 -22
  56. data/lib/freeclimb/models/incoming_number_request.rb +0 -2
  57. data/lib/freeclimb/models/incoming_number_result.rb +14 -13
  58. data/lib/freeclimb/models/incoming_number_result_all_of.rb +14 -5
  59. data/lib/freeclimb/models/make_call_request.rb +0 -18
  60. data/lib/freeclimb/models/message_request.rb +10 -24
  61. data/lib/freeclimb/models/message_request_all_of.rb +10 -16
  62. data/lib/freeclimb/models/message_result.rb +17 -11
  63. data/lib/freeclimb/models/message_result_all_of.rb +17 -5
  64. data/lib/freeclimb/models/mutable_resource_model.rb +0 -6
  65. data/lib/freeclimb/models/out_dial.rb +0 -18
  66. data/lib/freeclimb/models/out_dial_all_of.rb +0 -18
  67. data/lib/freeclimb/models/park.rb +0 -4
  68. data/lib/freeclimb/models/park_all_of.rb +0 -4
  69. data/lib/freeclimb/models/play.rb +1 -17
  70. data/lib/freeclimb/models/play_all_of.rb +1 -17
  71. data/lib/freeclimb/models/queue_request.rb +0 -2
  72. data/lib/freeclimb/models/queue_result.rb +0 -6
  73. data/lib/freeclimb/models/record_utterance.rb +0 -12
  74. data/lib/freeclimb/models/record_utterance_all_of.rb +0 -12
  75. data/lib/freeclimb/models/recording_result.rb +0 -6
  76. data/lib/freeclimb/models/remove_from_conference.rb +4 -23
  77. data/lib/freeclimb/models/say.rb +1 -19
  78. data/lib/freeclimb/models/say_all_of.rb +1 -19
  79. data/lib/freeclimb/models/send_digits.rb +0 -4
  80. data/lib/freeclimb/models/send_digits_all_of.rb +0 -4
  81. data/lib/freeclimb/models/set_listen.rb +2 -18
  82. data/lib/freeclimb/models/set_listen_all_of.rb +2 -18
  83. data/lib/freeclimb/models/set_talk.rb +2 -18
  84. data/lib/freeclimb/models/set_talk_all_of.rb +2 -18
  85. data/lib/freeclimb/models/sms.rb +0 -6
  86. data/lib/freeclimb/models/sms_all_of.rb +0 -6
  87. data/lib/freeclimb/models/sms_ten_dlc_brand.rb +0 -60
  88. data/lib/freeclimb/models/sms_ten_dlc_campaign.rb +121 -41
  89. data/lib/freeclimb/models/sms_ten_dlc_partner_campaign.rb +0 -44
  90. data/lib/freeclimb/models/sms_ten_dlc_partner_campaign_brand.rb +0 -20
  91. data/lib/freeclimb/models/sms_toll_free_campaign.rb +337 -0
  92. data/lib/freeclimb/models/sms_toll_free_campaigns_list_result.rb +311 -0
  93. data/lib/freeclimb/models/{remove_from_conference_all_of.rb → sms_toll_free_campaigns_list_result_all_of.rb} +14 -16
  94. data/lib/freeclimb/models/start_record_call.rb +1 -0
  95. data/lib/freeclimb/models/terminate_conference.rb +4 -23
  96. data/lib/freeclimb/models/{terminate_conference_all_of.rb → tfn.rb} +15 -14
  97. data/lib/freeclimb/models/transcribe_utterance.rb +11 -16
  98. data/lib/freeclimb/models/transcribe_utterance_all_of.rb +281 -0
  99. data/lib/freeclimb/models/{transcribe_utterance_record.rb → transcribe_utterance_all_of_record.rb} +3 -7
  100. data/lib/freeclimb/models/unpark.rb +1 -0
  101. data/lib/freeclimb/models/update_conference_participant_request.rb +0 -2
  102. data/lib/freeclimb/models/update_conference_request.rb +0 -2
  103. data/lib/freeclimb/version.rb +1 -1
  104. data/lib/freeclimb.rb +8 -4
  105. data/openapi.json +407 -88
  106. data/package.json +8 -0
  107. data/spec/api/default_api_spec.rb +215 -55
  108. data/spec/models/account_request_spec.rb +8 -6
  109. data/spec/models/account_result_spec.rb +28 -9
  110. data/spec/models/add_to_conference_spec.rb +21 -37
  111. data/spec/models/application_list_spec.rb +46 -22
  112. data/spec/models/application_request_spec.rb +13 -6
  113. data/spec/models/application_result_spec.rb +24 -9
  114. data/spec/models/available_number_list_spec.rb +46 -22
  115. data/spec/models/available_number_spec.rb +23 -10
  116. data/spec/models/buy_incoming_number_request_spec.rb +11 -7
  117. data/spec/models/call_list_spec.rb +46 -22
  118. data/spec/models/call_result_spec.rb +49 -15
  119. data/spec/models/capabilities_spec.rb +26 -11
  120. data/spec/models/conference_list_spec.rb +46 -22
  121. data/spec/models/conference_participant_list_spec.rb +46 -22
  122. data/spec/models/conference_participant_result_spec.rb +24 -9
  123. data/spec/models/conference_result_spec.rb +32 -9
  124. data/spec/models/create_conference_request_spec.rb +15 -6
  125. data/spec/models/create_conference_spec.rb +19 -7
  126. data/spec/models/create_web_rtc_token_spec.rb +231 -0
  127. data/spec/models/enqueue_spec.rb +16 -9
  128. data/spec/models/filter_logs_request_spec.rb +9 -7
  129. data/spec/models/get_digits_spec.rb +59 -35
  130. data/spec/models/get_speech_spec.rb +60 -24
  131. data/spec/models/hangup_spec.rb +7 -6
  132. data/spec/models/incoming_number_list_spec.rb +46 -22
  133. data/spec/models/incoming_number_request_spec.rb +9 -6
  134. data/spec/models/incoming_number_result_spec.rb +68 -13
  135. data/spec/models/log_list_spec.rb +46 -22
  136. data/spec/models/log_result_spec.rb +21 -9
  137. data/spec/models/make_call_request_spec.rb +26 -11
  138. data/spec/models/message_request_spec.rb +49 -35
  139. data/spec/models/message_result_spec.rb +64 -11
  140. data/spec/models/messages_list_spec.rb +46 -22
  141. data/spec/models/mutable_resource_model_spec.rb +15 -9
  142. data/spec/models/out_dial_spec.rb +33 -13
  143. data/spec/models/pagination_model_spec.rb +40 -21
  144. data/spec/models/park_spec.rb +13 -8
  145. data/spec/models/pause_spec.rb +14 -10
  146. data/spec/models/percl_command_spec.rb +6 -6
  147. data/spec/models/percl_script_spec.rb +11 -6
  148. data/spec/models/play_early_media_spec.rb +9 -7
  149. data/spec/models/play_spec.rb +17 -40
  150. data/spec/models/queue_list_spec.rb +46 -22
  151. data/spec/models/queue_member_list_spec.rb +46 -22
  152. data/spec/models/queue_member_spec.rb +21 -12
  153. data/spec/models/queue_request_spec.rb +13 -9
  154. data/spec/models/queue_result_spec.rb +37 -18
  155. data/spec/models/record_utterance_spec.rb +28 -13
  156. data/spec/models/recording_list_spec.rb +46 -22
  157. data/spec/models/recording_result_spec.rb +25 -12
  158. data/spec/models/redirect_spec.rb +9 -7
  159. data/spec/models/reject_spec.rb +7 -6
  160. data/spec/models/remove_from_conference_spec.rb +0 -133
  161. data/spec/models/say_spec.rb +18 -40
  162. data/spec/models/send_digits_spec.rb +17 -10
  163. data/spec/models/set_listen_spec.rb +8 -37
  164. data/spec/models/set_talk_spec.rb +8 -37
  165. data/spec/models/sms_spec.rb +16 -9
  166. data/spec/models/sms_ten_dlc_brand_spec.rb +38 -4
  167. data/spec/models/sms_ten_dlc_brands_list_result_spec.rb +46 -22
  168. data/spec/models/sms_ten_dlc_campaign_spec.rb +228 -4
  169. data/spec/models/sms_ten_dlc_campaigns_list_result_spec.rb +46 -22
  170. data/spec/models/sms_ten_dlc_partner_campaign_brand_spec.rb +25 -7
  171. data/spec/models/sms_ten_dlc_partner_campaign_spec.rb +56 -8
  172. data/spec/models/sms_ten_dlc_partner_campaigns_list_result_spec.rb +46 -22
  173. data/spec/models/sms_toll_free_campaign_spec.rb +382 -0
  174. data/spec/models/sms_toll_free_campaigns_list_result_spec.rb +395 -0
  175. data/spec/models/terminate_conference_spec.rb +0 -133
  176. data/spec/models/tfn_spec.rb +164 -0
  177. data/spec/models/{transcribe_utterance_record_spec.rb → transcribe_utterance_all_of_record_spec.rb} +78 -67
  178. data/spec/models/transcribe_utterance_spec.rb +37 -96
  179. data/spec/models/update_call_request_spec.rb +12 -7
  180. data/spec/models/update_conference_participant_request_spec.rb +10 -6
  181. data/spec/models/update_conference_request_spec.rb +15 -6
  182. data/yarn.lock +1292 -0
  183. metadata +105 -84
@@ -12,7 +12,7 @@
12
12
  | **to** | **String** | Phone number to receive the message. Must be within FreeClimb's service area. | |
13
13
  | **text** | **String** | Text contained in the message (maximum 160 characters). **Note:** For text, only ASCII characters are supported. | |
14
14
  | **notification_url** | **String** | When the Message changes status, this URL is invoked using HTTP POST with the messageStatus parameters. **Note:** This is a notification only; any PerCL returned is ignored. | [optional] |
15
- | **account_id** | **String** | String that uniquely identifies this account resource. | [optional] |
15
+ | **media_urls** | **Array<String>** | an array of HTTP URLs which are to be used as attachments to the message. This will force the message into being an MMS message and must be done using a from number which is MMS capabile. | [optional] |
16
16
 
17
17
  ## Example
18
18
 
@@ -28,7 +28,7 @@ instance = Freeclimb::MessageRequest.new(
28
28
  to: null,
29
29
  text: null,
30
30
  notification_url: null,
31
- account_id: null
31
+ media_urls: null
32
32
  )
33
33
  ```
34
34
 
@@ -8,7 +8,7 @@
8
8
  | **to** | **String** | Phone number to receive the message. Must be within FreeClimb's service area. | |
9
9
  | **text** | **String** | Text contained in the message (maximum 160 characters). **Note:** For text, only ASCII characters are supported. | |
10
10
  | **notification_url** | **String** | When the Message changes status, this URL is invoked using HTTP POST with the messageStatus parameters. **Note:** This is a notification only; any PerCL returned is ignored. | [optional] |
11
- | **account_id** | **String** | String that uniquely identifies this account resource. | [optional] |
11
+ | **media_urls** | **Array<String>** | an array of HTTP URLs which are to be used as attachments to the message. This will force the message into being an MMS message and must be done using a from number which is MMS capabile. | [optional] |
12
12
 
13
13
  ## Example
14
14
 
@@ -20,7 +20,7 @@ instance = Freeclimb::MessageRequestAllOf.new(
20
20
  to: null,
21
21
  text: null,
22
22
  notification_url: null,
23
- account_id: null
23
+ media_urls: null
24
24
  )
25
25
  ```
26
26
 
@@ -19,6 +19,7 @@
19
19
  | **brand_id** | **String** | The unique identifier for the brand associated with the message | [optional] |
20
20
  | **campaign_id** | **String** | The unique identifier for the campaign associated with the message | [optional] |
21
21
  | **segment_count** | **Float** | The number of segments into which the message was split | [optional] |
22
+ | **media_urls** | **Array<String>** | an array of HTTP URLs which were attached this this message | [optional] |
22
23
 
23
24
  ## Example
24
25
 
@@ -40,7 +41,8 @@ instance = Freeclimb::MessageResult.new(
40
41
  notification_url: null,
41
42
  brand_id: null,
42
43
  campaign_id: null,
43
- segment_count: null
44
+ segment_count: null,
45
+ media_urls: null
44
46
  )
45
47
  ```
46
48
 
@@ -15,6 +15,7 @@
15
15
  | **brand_id** | **String** | The unique identifier for the brand associated with the message | [optional] |
16
16
  | **campaign_id** | **String** | The unique identifier for the campaign associated with the message | [optional] |
17
17
  | **segment_count** | **Float** | The number of segments into which the message was split | [optional] |
18
+ | **media_urls** | **Array<String>** | an array of HTTP URLs which were attached this this message | [optional] |
18
19
 
19
20
  ## Example
20
21
 
@@ -32,7 +33,8 @@ instance = Freeclimb::MessageResultAllOf.new(
32
33
  notification_url: null,
33
34
  brand_id: null,
34
35
  campaign_id: null,
35
- segment_count: null
36
+ segment_count: null,
37
+ media_urls: null
36
38
  )
37
39
  ```
38
40
 
data/docs/Play.md CHANGED
@@ -6,7 +6,6 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **file** | **String** | RL of the audio file to be played to the caller. The URL can be the `recordingUrl` generated from the `RecordUtterance` or `StartRecordCall` PerCL commands. | |
8
8
  | **loop** | **Integer** | Number of times the audio file is played. Specifying '0' causes the Play action to loop until the Call is hung up. | [optional] |
9
- | **conference_id** | **String** | ID of the Conference the audio should be rendered to. If this is not specified, the audio is by default rendered to the caller associated with the call leg that corresponds to the current PerCL execution context. The call leg associated with this command must be in the specified Conference or the command will return an error. | [optional] |
10
9
  | **privacy_mode** | **Boolean** | Parameter `privacyMode` will not log the `text` as required by PCI compliance. | [optional] |
11
10
 
12
11
  ## Example
@@ -17,7 +16,6 @@ require 'freeclimb'
17
16
  instance = Freeclimb::Play.new(
18
17
  file: null,
19
18
  loop: null,
20
- conference_id: null,
21
19
  privacy_mode: null
22
20
  )
23
21
  ```
data/docs/PlayAllOf.md CHANGED
@@ -6,7 +6,6 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **file** | **String** | RL of the audio file to be played to the caller. The URL can be the `recordingUrl` generated from the `RecordUtterance` or `StartRecordCall` PerCL commands. | |
8
8
  | **loop** | **Integer** | Number of times the audio file is played. Specifying '0' causes the Play action to loop until the Call is hung up. | [optional] |
9
- | **conference_id** | **String** | ID of the Conference the audio should be rendered to. If this is not specified, the audio is by default rendered to the caller associated with the call leg that corresponds to the current PerCL execution context. The call leg associated with this command must be in the specified Conference or the command will return an error. | [optional] |
10
9
  | **privacy_mode** | **Boolean** | Parameter `privacyMode` will not log the `text` as required by PCI compliance. | [optional] |
11
10
 
12
11
  ## Example
@@ -17,7 +16,6 @@ require 'freeclimb'
17
16
  instance = Freeclimb::PlayAllOf.new(
18
17
  file: null,
19
18
  loop: null,
20
- conference_id: null,
21
19
  privacy_mode: null
22
20
  )
23
21
  ```
@@ -4,15 +4,12 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **call_id** | **String** | ID of the Call leg to be removed from the Conference. The Call must be in a Conference or an error will be triggered. | |
8
7
 
9
8
  ## Example
10
9
 
11
10
  ```ruby
12
11
  require 'freeclimb'
13
12
 
14
- instance = Freeclimb::RemoveFromConference.new(
15
- call_id: null
16
- )
13
+ instance = Freeclimb::RemoveFromConference::[NAME OF ENUM]
17
14
  ```
18
15
 
@@ -32,6 +32,11 @@
32
32
  | **sample5** | **String** | Message sample. Some campaign tiers require 5 or more message samples. | [optional] |
33
33
  | **message_flow** | **String** | Message flow description. | [optional] |
34
34
  | **help_message** | **String** | Help message of the campaign. | [optional] |
35
+ | **optin_keywords** | **String** | Subscriber opt-in keywords. Multiple keywords are comma separated without space. | [optional] |
36
+ | **optout_keywords** | **String** | Subscriber opt-out keywords. Multiple keywords are comma separated without space. | [optional] |
37
+ | **help_keywords** | **String** | Subscriber help keywords. Multiple keywords are comma separated without space. | [optional] |
38
+ | **optin_message** | **String** | Subscriber opt-in message. | [optional] |
39
+ | **optout_message** | **String** | Subscriber opt-out message. | [optional] |
35
40
  | **reference_id** | **String** | Caller supplied campaign reference ID. If supplied, the value must be unique across all submitted campaigns. Can be used to prevent duplicate campaign registrations. | [optional] |
36
41
  | **mock** | **Boolean** | Campaign created from mock brand. Mocked campaign cannot be shared with an upstream CNP. | |
37
42
  | **next_renewal_or_expiration_date** | **Date** | When the campaign would be due for its next renew/bill date. | [optional] |
@@ -70,6 +75,11 @@ instance = Freeclimb::SMSTenDLCCampaign.new(
70
75
  sample5: null,
71
76
  message_flow: null,
72
77
  help_message: null,
78
+ optin_keywords: null,
79
+ optout_keywords: null,
80
+ help_keywords: null,
81
+ optin_message: null,
82
+ optout_message: null,
73
83
  reference_id: null,
74
84
  mock: null,
75
85
  next_renewal_or_expiration_date: Fri Dec 31 19:00:00 EST 1999
@@ -0,0 +1,30 @@
1
+ # Freeclimb::SMSTollFreeCampaign
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **account_id** | **String** | ID of the account that created this toll-free campaign | |
8
+ | **campaign_id** | **String** | Alphanumeric identifier used by the platform to identify this toll-free campaign | |
9
+ | **use_case** | **String** | | |
10
+ | **registration_status** | **String** | Current toll-free campaign registration status.Possible values: UNREGISTERED,INITIATED,PENDING,DECLINED,REGISTERED. A newly created campaign defaults to INITIATED status. | |
11
+ | **date_created** | **String** | | |
12
+ | **date_updated** | **String** | | |
13
+ | **revision** | **Integer** | | |
14
+
15
+ ## Example
16
+
17
+ ```ruby
18
+ require 'freeclimb'
19
+
20
+ instance = Freeclimb::SMSTollFreeCampaign.new(
21
+ account_id: null,
22
+ campaign_id: null,
23
+ use_case: null,
24
+ registration_status: null,
25
+ date_created: null,
26
+ date_updated: null,
27
+ revision: null
28
+ )
29
+ ```
30
+
@@ -0,0 +1,32 @@
1
+ # Freeclimb::SMSTollFreeCampaignsListResult
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **total** | **Integer** | Total amount of requested resource. | [optional] |
8
+ | **start** | **Integer** | Resource index at start of current page | [optional] |
9
+ | **_end** | **Integer** | Resource index at end of current page | [optional] |
10
+ | **page** | **Integer** | Current page | [optional] |
11
+ | **num_pages** | **Integer** | Total number of pages | [optional] |
12
+ | **page_size** | **Integer** | Number of items per page | [optional] |
13
+ | **next_page_uri** | **String** | Uri to retrieve the next page of items | [optional] |
14
+ | **brands** | [**Array<SMSTollFreeCampaign>**](SMSTollFreeCampaign.md) | | [optional] |
15
+
16
+ ## Example
17
+
18
+ ```ruby
19
+ require 'freeclimb'
20
+
21
+ instance = Freeclimb::SMSTollFreeCampaignsListResult.new(
22
+ total: null,
23
+ start: null,
24
+ _end: null,
25
+ page: null,
26
+ num_pages: null,
27
+ page_size: null,
28
+ next_page_uri: null,
29
+ brands: null
30
+ )
31
+ ```
32
+
@@ -0,0 +1,18 @@
1
+ # Freeclimb::SMSTollFreeCampaignsListResultAllOf
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **brands** | [**Array<SMSTollFreeCampaign>**](SMSTollFreeCampaign.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'freeclimb'
13
+
14
+ instance = Freeclimb::SMSTollFreeCampaignsListResultAllOf.new(
15
+ brands: null
16
+ )
17
+ ```
18
+
data/docs/Say.md CHANGED
@@ -7,7 +7,6 @@
7
7
  | **text** | **String** | The message to be played to the caller using TTS. The size of the string is limited to 4 KB (or 4,096 bytes). An empty string will cause the command to be skipped. | |
8
8
  | **language** | **String** | Language and (by implication) the locale to use. This implies the accent and pronunciations to be usde for the TTS. The complete list of valid values for the language attribute is shown below. | [optional] |
9
9
  | **loop** | **Integer** | Number of times the text is said. Specifying '0' causes the `Say` action to loop until the Call is hung up. | [optional][default to 1] |
10
- | **conference_id** | **String** | D of the Conference the speech should be rendered to. If this is not specified, the speech is by default rendered to the Caller associated with the call leg that corresponds to the current PerCL execution context. The call leg associated with this command must be in the specified Conference or the command will return an error. | [optional] |
11
10
  | **privacy_mode** | **Boolean** | Parameter `privacyMode` will not log the `text` as required by PCI compliance. | [optional] |
12
11
 
13
12
  ## Example
@@ -19,7 +18,6 @@ instance = Freeclimb::Say.new(
19
18
  text: null,
20
19
  language: null,
21
20
  loop: null,
22
- conference_id: null,
23
21
  privacy_mode: null
24
22
  )
25
23
  ```
data/docs/SayAllOf.md CHANGED
@@ -7,7 +7,6 @@
7
7
  | **text** | **String** | The message to be played to the caller using TTS. The size of the string is limited to 4 KB (or 4,096 bytes). An empty string will cause the command to be skipped. | |
8
8
  | **language** | **String** | Language and (by implication) the locale to use. This implies the accent and pronunciations to be usde for the TTS. The complete list of valid values for the language attribute is shown below. | [optional] |
9
9
  | **loop** | **Integer** | Number of times the text is said. Specifying '0' causes the `Say` action to loop until the Call is hung up. | [optional][default to 1] |
10
- | **conference_id** | **String** | D of the Conference the speech should be rendered to. If this is not specified, the speech is by default rendered to the Caller associated with the call leg that corresponds to the current PerCL execution context. The call leg associated with this command must be in the specified Conference or the command will return an error. | [optional] |
11
10
  | **privacy_mode** | **Boolean** | Parameter `privacyMode` will not log the `text` as required by PCI compliance. | [optional] |
12
11
 
13
12
  ## Example
@@ -19,7 +18,6 @@ instance = Freeclimb::SayAllOf.new(
19
18
  text: null,
20
19
  language: null,
21
20
  loop: null,
22
- conference_id: null,
23
21
  privacy_mode: null
24
22
  )
25
23
  ```
data/docs/SetListen.md CHANGED
@@ -4,7 +4,6 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **call_id** | **String** | ID of the call leg that is to be assigned the listen privilege. The Call must be in a Conference or an error will be triggered. | |
8
7
  | **listen** | **Boolean** | Specifying `false` will silence the Conference for this Participant. | [optional] |
9
8
 
10
9
  ## Example
@@ -13,7 +12,6 @@
13
12
  require 'freeclimb'
14
13
 
15
14
  instance = Freeclimb::SetListen.new(
16
- call_id: null,
17
15
  listen: null
18
16
  )
19
17
  ```
@@ -4,7 +4,6 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **call_id** | **String** | ID of the call leg that is to be assigned the listen privilege. The Call must be in a Conference or an error will be triggered. | |
8
7
  | **listen** | **Boolean** | Specifying `false` will silence the Conference for this Participant. | [optional] |
9
8
 
10
9
  ## Example
@@ -13,7 +12,6 @@
13
12
  require 'freeclimb'
14
13
 
15
14
  instance = Freeclimb::SetListenAllOf.new(
16
- call_id: null,
17
15
  listen: null
18
16
  )
19
17
  ```
data/docs/SetTalk.md CHANGED
@@ -4,7 +4,6 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **call_id** | **String** | ID of the call leg that is to be muted or unmuted. The Call must be in a Conference or an error will be triggered. | |
8
7
  | **talk** | **Boolean** | Specifying `false` mutes the Participant. | [optional] |
9
8
 
10
9
  ## Example
@@ -13,7 +12,6 @@
13
12
  require 'freeclimb'
14
13
 
15
14
  instance = Freeclimb::SetTalk.new(
16
- call_id: null,
17
15
  talk: null
18
16
  )
19
17
  ```
data/docs/SetTalkAllOf.md CHANGED
@@ -4,7 +4,6 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **call_id** | **String** | ID of the call leg that is to be muted or unmuted. The Call must be in a Conference or an error will be triggered. | |
8
7
  | **talk** | **Boolean** | Specifying `false` mutes the Participant. | [optional] |
9
8
 
10
9
  ## Example
@@ -13,7 +12,6 @@
13
12
  require 'freeclimb'
14
13
 
15
14
  instance = Freeclimb::SetTalkAllOf.new(
16
- call_id: null,
17
15
  talk: null
18
16
  )
19
17
  ```
data/docs/TFN.md ADDED
@@ -0,0 +1,18 @@
1
+ # Freeclimb::TFN
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **campaign_id** | **String** | alphanumeric identifier for the TollFree campaign associated with this number | |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'freeclimb'
13
+
14
+ instance = Freeclimb::TFN.new(
15
+ campaign_id: null
16
+ )
17
+ ```
18
+
@@ -4,15 +4,12 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **conference_id** | **String** | ID of the conference to terminate. | |
8
7
 
9
8
  ## Example
10
9
 
11
10
  ```ruby
12
11
  require 'freeclimb'
13
12
 
14
- instance = Freeclimb::TerminateConference.new(
15
- conference_id: null
16
- )
13
+ instance = Freeclimb::TerminateConference::[NAME OF ENUM]
17
14
  ```
18
15
 
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **action_url** | **String** | | |
8
8
  | **play_beep** | **Boolean** | | [optional][default to false] |
9
- | **record** | [**TranscribeUtteranceRecord**](TranscribeUtteranceRecord.md) | | [optional] |
9
+ | **record** | [**TranscribeUtteranceAllOfRecord**](TranscribeUtteranceAllOfRecord.md) | | [optional] |
10
10
  | **privacy_for_logging** | **Boolean** | | [optional][default to false] |
11
11
  | **privacy_for_recording** | **Boolean** | | [optional][default to false] |
12
12
  | **prompts** | **Array<Object>** | | [optional] |
@@ -0,0 +1,28 @@
1
+ # Freeclimb::TranscribeUtteranceAllOf
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **action_url** | **String** | | |
8
+ | **play_beep** | **Boolean** | | [optional][default to false] |
9
+ | **record** | [**TranscribeUtteranceAllOfRecord**](TranscribeUtteranceAllOfRecord.md) | | [optional] |
10
+ | **privacy_for_logging** | **Boolean** | | [optional][default to false] |
11
+ | **privacy_for_recording** | **Boolean** | | [optional][default to false] |
12
+ | **prompts** | **Array<Object>** | | [optional] |
13
+
14
+ ## Example
15
+
16
+ ```ruby
17
+ require 'freeclimb'
18
+
19
+ instance = Freeclimb::TranscribeUtteranceAllOf.new(
20
+ action_url: null,
21
+ play_beep: null,
22
+ record: null,
23
+ privacy_for_logging: null,
24
+ privacy_for_recording: null,
25
+ prompts: null
26
+ )
27
+ ```
28
+
@@ -0,0 +1,22 @@
1
+ # Freeclimb::TranscribeUtteranceAllOfRecord
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **save_recording** | **Boolean** | | [optional][default to false] |
8
+ | **max_length_sec** | **Integer** | | [optional][default to 60] |
9
+ | **rcrd_termination_silence_time_ms** | **Integer** | | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'freeclimb'
15
+
16
+ instance = Freeclimb::TranscribeUtteranceAllOfRecord.new(
17
+ save_recording: null,
18
+ max_length_sec: null,
19
+ rcrd_termination_silence_time_ms: null
20
+ )
21
+ ```
22
+