freeclimb 1.0.0 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (204) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +69 -50
  4. data/docs/AccountRequest.md +3 -5
  5. data/docs/AccountResult.md +12 -12
  6. data/docs/AccountResultAllOf.md +8 -8
  7. data/docs/AddToConference.md +35 -0
  8. data/docs/AddToConferenceAllOf.md +35 -0
  9. data/docs/ApplicationList.md +9 -9
  10. data/docs/ApplicationListAllOf.md +2 -2
  11. data/docs/ApplicationRequest.md +8 -10
  12. data/docs/ApplicationResult.md +14 -14
  13. data/docs/ApplicationResultAllOf.md +10 -10
  14. data/docs/AvailableNumber.md +7 -7
  15. data/docs/AvailableNumberList.md +9 -9
  16. data/docs/AvailableNumberListAllOf.md +2 -2
  17. data/docs/BuyIncomingNumberRequest.md +4 -6
  18. data/docs/CallList.md +9 -9
  19. data/docs/CallListAllOf.md +2 -2
  20. data/docs/CallResult.md +20 -20
  21. data/docs/CallResultAllOf.md +16 -16
  22. data/docs/ConferenceList.md +9 -9
  23. data/docs/ConferenceListAllOf.md +2 -2
  24. data/docs/ConferenceParticipantList.md +9 -9
  25. data/docs/ConferenceParticipantListAllOf.md +2 -2
  26. data/docs/ConferenceParticipantResult.md +11 -11
  27. data/docs/ConferenceParticipantResultAllOf.md +7 -7
  28. data/docs/ConferenceResult.md +15 -15
  29. data/docs/ConferenceResultAllOf.md +11 -11
  30. data/docs/CreateConference.md +27 -0
  31. data/docs/CreateConferenceAllOf.md +27 -0
  32. data/docs/CreateConferenceRequest.md +6 -8
  33. data/docs/DefaultApi.md +70 -86
  34. data/docs/Dequeue.md +16 -0
  35. data/docs/Enqueue.md +23 -0
  36. data/docs/EnqueueAllOf.md +23 -0
  37. data/docs/FilterLogsRequest.md +2 -4
  38. data/docs/GetDigits.md +33 -0
  39. data/docs/GetDigitsAllOf.md +33 -0
  40. data/docs/GetSpeech.md +41 -0
  41. data/docs/GetSpeechAllOf.md +41 -0
  42. data/docs/IncomingNumberList.md +9 -9
  43. data/docs/IncomingNumberListAllOf.md +2 -2
  44. data/docs/IncomingNumberRequest.md +3 -5
  45. data/docs/IncomingNumberResult.md +14 -14
  46. data/docs/IncomingNumberResultAllOf.md +10 -10
  47. data/docs/LogList.md +9 -9
  48. data/docs/LogListAllOf.md +2 -2
  49. data/docs/LogResult.md +8 -8
  50. data/docs/MakeCallRequest.md +11 -11
  51. data/docs/MessageRequest.md +10 -12
  52. data/docs/MessageRequestAllOf.md +6 -8
  53. data/docs/MessageResult.md +13 -13
  54. data/docs/MessageResultAllOf.md +9 -9
  55. data/docs/MessagesList.md +9 -9
  56. data/docs/MessagesListAllOf.md +2 -2
  57. data/docs/MutableResourceModel.md +5 -5
  58. data/docs/OutDial.md +35 -0
  59. data/docs/OutDialAllOf.md +35 -0
  60. data/docs/PaginationModel.md +8 -8
  61. data/docs/Pause.md +17 -0
  62. data/docs/PauseAllOf.md +17 -0
  63. data/docs/PerclCommand.md +17 -0
  64. data/docs/PerclScript.md +17 -0
  65. data/docs/Play.md +23 -0
  66. data/docs/PlayAllOf.md +23 -0
  67. data/docs/PlayEarlyMedia.md +17 -0
  68. data/docs/PlayEarlyMediaAllOf.md +17 -0
  69. data/docs/QueueList.md +9 -9
  70. data/docs/QueueListAllOf.md +2 -2
  71. data/docs/QueueMember.md +6 -6
  72. data/docs/QueueMemberList.md +9 -9
  73. data/docs/QueueMemberListAllOf.md +2 -2
  74. data/docs/QueueRequest.md +3 -5
  75. data/docs/QueueResult.md +12 -12
  76. data/docs/QueueResultAllOf.md +8 -8
  77. data/docs/RecordUtterance.md +27 -0
  78. data/docs/RecordUtteranceAllOf.md +27 -0
  79. data/docs/RecordingList.md +9 -9
  80. data/docs/RecordingListAllOf.md +2 -2
  81. data/docs/RecordingResult.md +10 -10
  82. data/docs/RecordingResultAllOf.md +6 -6
  83. data/docs/Redirect.md +17 -0
  84. data/docs/RedirectAllOf.md +17 -0
  85. data/docs/RemoveFromConference.md +17 -0
  86. data/docs/RemoveFromConferenceAllOf.md +17 -0
  87. data/docs/Say.md +25 -0
  88. data/docs/SayAllOf.md +25 -0
  89. data/docs/SendDigits.md +21 -0
  90. data/docs/SendDigitsAllOf.md +21 -0
  91. data/docs/SetListen.md +19 -0
  92. data/docs/SetListenAllOf.md +19 -0
  93. data/docs/SetTalk.md +19 -0
  94. data/docs/SetTalkAllOf.md +19 -0
  95. data/docs/Sms.md +23 -0
  96. data/docs/SmsAllOf.md +23 -0
  97. data/docs/StartRecordCall.md +16 -0
  98. data/docs/TerminateConference.md +17 -0
  99. data/docs/TerminateConferenceAllOf.md +17 -0
  100. data/docs/UpdateCallRequest.md +2 -4
  101. data/docs/UpdateConferenceParticipantRequest.md +3 -5
  102. data/docs/UpdateConferenceRequest.md +4 -6
  103. data/lib/freeclimb.rb +69 -2
  104. data/lib/freeclimb/api/default_api.rb +96 -88
  105. data/lib/freeclimb/api_client.rb +1 -1
  106. data/lib/freeclimb/models/account_request.rb +4 -14
  107. data/lib/freeclimb/models/add_to_conference.rb +320 -0
  108. data/lib/freeclimb/models/add_to_conference_all_of.rb +307 -0
  109. data/lib/freeclimb/models/application_request.rb +4 -14
  110. data/lib/freeclimb/models/buy_incoming_number_request.rb +4 -14
  111. data/lib/freeclimb/models/create_conference.rb +275 -0
  112. data/lib/freeclimb/models/create_conference_all_of.rb +262 -0
  113. data/lib/freeclimb/models/create_conference_request.rb +4 -14
  114. data/lib/freeclimb/models/dequeue.rb +209 -0
  115. data/lib/freeclimb/models/enqueue.rb +265 -0
  116. data/lib/freeclimb/models/enqueue_all_of.rb +252 -0
  117. data/lib/freeclimb/models/filter_logs_request.rb +4 -14
  118. data/lib/freeclimb/models/get_digits.rb +307 -0
  119. data/lib/freeclimb/models/get_digits_all_of.rb +294 -0
  120. data/lib/freeclimb/models/get_speech.rb +352 -0
  121. data/lib/freeclimb/models/get_speech_all_of.rb +339 -0
  122. data/lib/freeclimb/models/incoming_number_request.rb +4 -14
  123. data/lib/freeclimb/models/make_call_request.rb +14 -14
  124. data/lib/freeclimb/models/message_request.rb +1 -11
  125. data/lib/freeclimb/models/message_request_all_of.rb +1 -11
  126. data/lib/freeclimb/models/out_dial.rb +330 -0
  127. data/lib/freeclimb/models/out_dial_all_of.rb +317 -0
  128. data/lib/freeclimb/models/pause.rb +225 -0
  129. data/lib/freeclimb/models/{dequeue_member_request.rb → pause_all_of.rb} +16 -11
  130. data/lib/freeclimb/models/percl_command.rb +211 -0
  131. data/lib/freeclimb/models/percl_script.rb +210 -0
  132. data/lib/freeclimb/models/play.rb +255 -0
  133. data/lib/freeclimb/models/play_all_of.rb +242 -0
  134. data/lib/freeclimb/models/play_early_media.rb +225 -0
  135. data/lib/freeclimb/models/play_early_media_all_of.rb +212 -0
  136. data/lib/freeclimb/models/queue_request.rb +4 -14
  137. data/lib/freeclimb/models/record_utterance.rb +275 -0
  138. data/lib/freeclimb/models/record_utterance_all_of.rb +262 -0
  139. data/lib/freeclimb/models/redirect.rb +220 -0
  140. data/lib/freeclimb/models/redirect_all_of.rb +207 -0
  141. data/lib/freeclimb/models/remove_from_conference.rb +225 -0
  142. data/lib/freeclimb/models/remove_from_conference_all_of.rb +212 -0
  143. data/lib/freeclimb/models/say.rb +265 -0
  144. data/lib/freeclimb/models/say_all_of.rb +252 -0
  145. data/lib/freeclimb/models/send_digits.rb +245 -0
  146. data/lib/freeclimb/models/send_digits_all_of.rb +232 -0
  147. data/lib/freeclimb/models/set_listen.rb +235 -0
  148. data/lib/freeclimb/models/set_listen_all_of.rb +222 -0
  149. data/lib/freeclimb/models/set_talk.rb +235 -0
  150. data/lib/freeclimb/models/set_talk_all_of.rb +222 -0
  151. data/lib/freeclimb/models/sms.rb +265 -0
  152. data/lib/freeclimb/models/sms_all_of.rb +252 -0
  153. data/lib/freeclimb/models/start_record_call.rb +209 -0
  154. data/lib/freeclimb/models/terminate_conference.rb +225 -0
  155. data/lib/freeclimb/models/terminate_conference_all_of.rb +212 -0
  156. data/lib/freeclimb/models/update_call_request.rb +4 -14
  157. data/lib/freeclimb/models/update_conference_participant_request.rb +4 -14
  158. data/lib/freeclimb/models/update_conference_request.rb +4 -14
  159. data/lib/freeclimb/version.rb +1 -1
  160. data/spec/api/default_api_spec.rb +9 -24
  161. data/spec/models/add_to_conference_spec.rb +95 -0
  162. data/spec/models/create_conference_spec.rb +71 -0
  163. data/spec/models/{dequeue_member_request_spec.rb → dequeue_spec.rb} +8 -7
  164. data/spec/models/enqueue_spec.rb +59 -0
  165. data/spec/models/get_digits_spec.rb +83 -0
  166. data/spec/models/get_speech_spec.rb +113 -0
  167. data/spec/models/out_dial_spec.rb +89 -0
  168. data/spec/models/pause_spec.rb +41 -0
  169. data/spec/models/percl_command_spec.rb +41 -0
  170. data/spec/models/percl_script_spec.rb +41 -0
  171. data/spec/models/play_early_media_spec.rb +41 -0
  172. data/spec/models/play_spec.rb +53 -0
  173. data/spec/models/record_utterance_spec.rb +71 -0
  174. data/spec/models/redirect_spec.rb +41 -0
  175. data/spec/models/remove_from_conference_spec.rb +41 -0
  176. data/spec/models/say_spec.rb +65 -0
  177. data/spec/models/send_digits_spec.rb +47 -0
  178. data/spec/models/set_listen_spec.rb +47 -0
  179. data/spec/models/set_talk_spec.rb +47 -0
  180. data/spec/models/sms_spec.rb +59 -0
  181. data/spec/models/start_record_call_spec.rb +35 -0
  182. data/spec/models/terminate_conference_spec.rb +41 -0
  183. metadata +126 -35
  184. data/docs/DequeueMemberRequest.md +0 -17
  185. data/docs/Percl.md +0 -697
  186. data/git_push.sh +0 -58
  187. data/lib/percl/calls.rb +0 -43
  188. data/lib/percl/conference_participants.rb +0 -40
  189. data/lib/percl/conferences.rb +0 -21
  190. data/lib/percl/ivr.rb +0 -63
  191. data/lib/percl/jsonable.rb +0 -23
  192. data/lib/percl/percl.rb +0 -29
  193. data/lib/percl/queue_members.rb +0 -15
  194. data/lib/percl/recordings.rb +0 -15
  195. data/lib/percl/sms.rb +0 -11
  196. data/spec/percl/calls_spec.rb +0 -111
  197. data/spec/percl/conference_participant_spec.rb +0 -96
  198. data/spec/percl/conference_spec.rb +0 -46
  199. data/spec/percl/ivr_spec.rb +0 -155
  200. data/spec/percl/jsonable_spec.rb +0 -28
  201. data/spec/percl/percl_spec.rb +0 -31
  202. data/spec/percl/queue_members_spec.rb +0 -35
  203. data/spec/percl/recordings_spec.rb +0 -32
  204. data/spec/percl/sms_spec.rb +0 -29
@@ -16,16 +16,16 @@ Name | Type | Description | Notes
16
16
  ## Code Sample
17
17
 
18
18
  ```ruby
19
- require 'Freeclimb'
19
+ require 'freeclimb'
20
20
 
21
- instance = Freeclimb::QueueMemberList.new(total: null,
22
- start: null,
23
- _end: null,
24
- page: null,
25
- num_pages: null,
26
- page_size: null,
27
- next_page_uri: null,
28
- queue_members: null)
21
+ instance = Freeclimb::QueueMemberList.new(total: nil,
22
+ start: nil,
23
+ _end: nil,
24
+ page: nil,
25
+ num_pages: nil,
26
+ page_size: nil,
27
+ next_page_uri: nil,
28
+ queue_members: nil)
29
29
  ```
30
30
 
31
31
 
@@ -9,9 +9,9 @@ Name | Type | Description | Notes
9
9
  ## Code Sample
10
10
 
11
11
  ```ruby
12
- require 'Freeclimb'
12
+ require 'freeclimb'
13
13
 
14
- instance = Freeclimb::QueueMemberListAllOf.new(queue_members: null)
14
+ instance = Freeclimb::QueueMemberListAllOf.new(queue_members: nil)
15
15
  ```
16
16
 
17
17
 
@@ -6,16 +6,14 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **_alias** | **String** | Description for this Queue. Max length is 64 characters. | [optional]
8
8
  **max_size** | **Integer** | Maximum number of calls this queue can hold. Default is 100. Maximum is 1000. **Note:** Reducing the maxSize of a Queue causes the Queue to reject incoming requests until it shrinks below the new value of maxSize. | [optional]
9
- **request_id** | **String** | RequestId for this request, starting with prefix *RQ* followed by 40 hexadecimal characters. FreeClimb logs generated while processing this request include this requestId. If this parameter is not provided, FreeClimb generates a requestId and returns it as a header in the response (e.g., X-Pulse-Request-Id: <requestId>). | [optional]
10
9
 
11
10
  ## Code Sample
12
11
 
13
12
  ```ruby
14
- require 'Freeclimb'
13
+ require 'freeclimb'
15
14
 
16
- instance = Freeclimb::QueueRequest.new(_alias: null,
17
- max_size: null,
18
- request_id: null)
15
+ instance = Freeclimb::QueueRequest.new(_alias: nil,
16
+ max_size: nil)
19
17
  ```
20
18
 
21
19
 
@@ -19,19 +19,19 @@ Name | Type | Description | Notes
19
19
  ## Code Sample
20
20
 
21
21
  ```ruby
22
- require 'Freeclimb'
22
+ require 'freeclimb'
23
23
 
24
- instance = Freeclimb::QueueResult.new(uri: null,
25
- date_created: null,
26
- date_updated: null,
27
- revision: null,
28
- account_id: null,
29
- queue_id: null,
30
- _alias: null,
31
- max_size: null,
32
- current_size: null,
33
- average_wait_time: null,
34
- subresource_uris: null)
24
+ instance = Freeclimb::QueueResult.new(uri: nil,
25
+ date_created: nil,
26
+ date_updated: nil,
27
+ revision: nil,
28
+ account_id: nil,
29
+ queue_id: nil,
30
+ _alias: nil,
31
+ max_size: nil,
32
+ current_size: nil,
33
+ average_wait_time: nil,
34
+ subresource_uris: nil)
35
35
  ```
36
36
 
37
37
 
@@ -15,15 +15,15 @@ Name | Type | Description | Notes
15
15
  ## Code Sample
16
16
 
17
17
  ```ruby
18
- require 'Freeclimb'
18
+ require 'freeclimb'
19
19
 
20
- instance = Freeclimb::QueueResultAllOf.new(account_id: null,
21
- queue_id: null,
22
- _alias: null,
23
- max_size: null,
24
- current_size: null,
25
- average_wait_time: null,
26
- subresource_uris: null)
20
+ instance = Freeclimb::QueueResultAllOf.new(account_id: nil,
21
+ queue_id: nil,
22
+ _alias: nil,
23
+ max_size: nil,
24
+ current_size: nil,
25
+ average_wait_time: nil,
26
+ subresource_uris: nil)
27
27
  ```
28
28
 
29
29
 
@@ -0,0 +1,27 @@
1
+ # Freeclimb::RecordUtterance
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **action_url** | **String** | URL to which information on the completed recording is submitted. The PerCL received in response is then used to continue with Call processing. |
8
+ **silence_timeout_ms** | **Integer** | Interval of silence that should elapse before ending the recording. | [optional]
9
+ **finish_on_key** | **String** | Key that triggers the end of the recording. any digit, '#', or '*' | [optional]
10
+ **max_length_sec** | **Integer** | Maximum length for the command execution in seconds. | [optional]
11
+ **play_beep** | **Boolean** | Indicates whether to play a beep sound before the start of the recording. If set to `false`, no beep is played. | [optional]
12
+ **auto_start** | **Boolean** | If `false`, recording begins immediately after the RecordUtterance command is processed. If `true`, recording begins when audio is present and if audio begins before the `maxLengthSec` timeout. If no audio begins before `maxLengthSec`, no recording is generated. | [optional]
13
+
14
+ ## Code Sample
15
+
16
+ ```ruby
17
+ require 'freeclimb'
18
+
19
+ instance = Freeclimb::RecordUtterance.new(action_url: nil,
20
+ silence_timeout_ms: nil,
21
+ finish_on_key: nil,
22
+ max_length_sec: nil,
23
+ play_beep: nil,
24
+ auto_start: nil)
25
+ ```
26
+
27
+
@@ -0,0 +1,27 @@
1
+ # Freeclimb::RecordUtteranceAllOf
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **action_url** | **String** | URL to which information on the completed recording is submitted. The PerCL received in response is then used to continue with Call processing. |
8
+ **silence_timeout_ms** | **Integer** | Interval of silence that should elapse before ending the recording. | [optional]
9
+ **finish_on_key** | **String** | Key that triggers the end of the recording. any digit, '#', or '*' | [optional]
10
+ **max_length_sec** | **Integer** | Maximum length for the command execution in seconds. | [optional]
11
+ **play_beep** | **Boolean** | Indicates whether to play a beep sound before the start of the recording. If set to `false`, no beep is played. | [optional]
12
+ **auto_start** | **Boolean** | If `false`, recording begins immediately after the RecordUtterance command is processed. If `true`, recording begins when audio is present and if audio begins before the `maxLengthSec` timeout. If no audio begins before `maxLengthSec`, no recording is generated. | [optional]
13
+
14
+ ## Code Sample
15
+
16
+ ```ruby
17
+ require 'freeclimb'
18
+
19
+ instance = Freeclimb::RecordUtteranceAllOf.new(action_url: nil,
20
+ silence_timeout_ms: nil,
21
+ finish_on_key: nil,
22
+ max_length_sec: nil,
23
+ play_beep: nil,
24
+ auto_start: nil)
25
+ ```
26
+
27
+
@@ -16,16 +16,16 @@ Name | Type | Description | Notes
16
16
  ## Code Sample
17
17
 
18
18
  ```ruby
19
- require 'Freeclimb'
19
+ require 'freeclimb'
20
20
 
21
- instance = Freeclimb::RecordingList.new(total: null,
22
- start: null,
23
- _end: null,
24
- page: null,
25
- num_pages: null,
26
- page_size: null,
27
- next_page_uri: null,
28
- recordings: null)
21
+ instance = Freeclimb::RecordingList.new(total: nil,
22
+ start: nil,
23
+ _end: nil,
24
+ page: nil,
25
+ num_pages: nil,
26
+ page_size: nil,
27
+ next_page_uri: nil,
28
+ recordings: nil)
29
29
  ```
30
30
 
31
31
 
@@ -9,9 +9,9 @@ Name | Type | Description | Notes
9
9
  ## Code Sample
10
10
 
11
11
  ```ruby
12
- require 'Freeclimb'
12
+ require 'freeclimb'
13
13
 
14
- instance = Freeclimb::RecordingListAllOf.new(recordings: null)
14
+ instance = Freeclimb::RecordingListAllOf.new(recordings: nil)
15
15
  ```
16
16
 
17
17
 
@@ -17,17 +17,17 @@ Name | Type | Description | Notes
17
17
  ## Code Sample
18
18
 
19
19
  ```ruby
20
- require 'Freeclimb'
20
+ require 'freeclimb'
21
21
 
22
- instance = Freeclimb::RecordingResult.new(uri: null,
23
- date_created: null,
24
- date_updated: null,
25
- revision: null,
26
- recording_id: null,
27
- account_id: null,
28
- call_id: null,
29
- duration_sec: null,
30
- conference_id: null)
22
+ instance = Freeclimb::RecordingResult.new(uri: nil,
23
+ date_created: nil,
24
+ date_updated: nil,
25
+ revision: nil,
26
+ recording_id: nil,
27
+ account_id: nil,
28
+ call_id: nil,
29
+ duration_sec: nil,
30
+ conference_id: nil)
31
31
  ```
32
32
 
33
33
 
@@ -13,13 +13,13 @@ Name | Type | Description | Notes
13
13
  ## Code Sample
14
14
 
15
15
  ```ruby
16
- require 'Freeclimb'
16
+ require 'freeclimb'
17
17
 
18
- instance = Freeclimb::RecordingResultAllOf.new(recording_id: null,
19
- account_id: null,
20
- call_id: null,
21
- duration_sec: null,
22
- conference_id: null)
18
+ instance = Freeclimb::RecordingResultAllOf.new(recording_id: nil,
19
+ account_id: nil,
20
+ call_id: nil,
21
+ duration_sec: nil,
22
+ conference_id: nil)
23
23
  ```
24
24
 
25
25
 
@@ -0,0 +1,17 @@
1
+ # Freeclimb::Redirect
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **action_url** | **String** | Reason for the rejection. This can be any string value. In general, applications should use a set of enumerated values that are predefined to cover all exit points of the call flows for the given application. | [optional]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'freeclimb'
13
+
14
+ instance = Freeclimb::Redirect.new(action_url: nil)
15
+ ```
16
+
17
+
@@ -0,0 +1,17 @@
1
+ # Freeclimb::RedirectAllOf
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **action_url** | **String** | Reason for the rejection. This can be any string value. In general, applications should use a set of enumerated values that are predefined to cover all exit points of the call flows for the given application. | [optional]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'freeclimb'
13
+
14
+ instance = Freeclimb::RedirectAllOf.new(action_url: nil)
15
+ ```
16
+
17
+
@@ -0,0 +1,17 @@
1
+ # Freeclimb::RemoveFromConference
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
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
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'freeclimb'
13
+
14
+ instance = Freeclimb::RemoveFromConference.new(call_id: nil)
15
+ ```
16
+
17
+
@@ -0,0 +1,17 @@
1
+ # Freeclimb::RemoveFromConferenceAllOf
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
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
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'freeclimb'
13
+
14
+ instance = Freeclimb::RemoveFromConferenceAllOf.new(call_id: nil)
15
+ ```
16
+
17
+
@@ -0,0 +1,25 @@
1
+ # Freeclimb::Say
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
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
+ **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
+ **loop** | **Integer** | Number of times the text is said. Specifying '0' causes the `Say` action to loop until the Call is hung up. | [optional]
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
+ **privacy_mode** | **Boolean** | Parameter `privacyMode` will not log the `text` as required by PCI compliance. | [optional]
12
+
13
+ ## Code Sample
14
+
15
+ ```ruby
16
+ require 'freeclimb'
17
+
18
+ instance = Freeclimb::Say.new(text: nil,
19
+ language: nil,
20
+ loop: nil,
21
+ conference_id: nil,
22
+ privacy_mode: nil)
23
+ ```
24
+
25
+
@@ -0,0 +1,25 @@
1
+ # Freeclimb::SayAllOf
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
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
+ **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
+ **loop** | **Integer** | Number of times the text is said. Specifying '0' causes the `Say` action to loop until the Call is hung up. | [optional]
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
+ **privacy_mode** | **Boolean** | Parameter `privacyMode` will not log the `text` as required by PCI compliance. | [optional]
12
+
13
+ ## Code Sample
14
+
15
+ ```ruby
16
+ require 'freeclimb'
17
+
18
+ instance = Freeclimb::SayAllOf.new(text: nil,
19
+ language: nil,
20
+ loop: nil,
21
+ conference_id: nil,
22
+ privacy_mode: nil)
23
+ ```
24
+
25
+
@@ -0,0 +1,21 @@
1
+ # Freeclimb::SendDigits
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **digits** | **String** | String containing the digits to be played. The string cannot be empty and can include any digit, plus `#`, or `*`, and allows embedding specification for delay or pause between the output of individual digits. |
8
+ **pause_ms** | **Integer** | Pause between digits in milliseconds. Valid values are 100-1000 milliseconds and will be adjusted by FreeClimb to satisfy the constraint. | [optional]
9
+ **privacy_mode** | **Boolean** | Parameter `privacyMode` will not log the `text` as required by PCI compliance. | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'freeclimb'
15
+
16
+ instance = Freeclimb::SendDigits.new(digits: nil,
17
+ pause_ms: nil,
18
+ privacy_mode: nil)
19
+ ```
20
+
21
+
@@ -0,0 +1,21 @@
1
+ # Freeclimb::SendDigitsAllOf
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **digits** | **String** | String containing the digits to be played. The string cannot be empty and can include any digit, plus `#`, or `*`, and allows embedding specification for delay or pause between the output of individual digits. |
8
+ **pause_ms** | **Integer** | Pause between digits in milliseconds. Valid values are 100-1000 milliseconds and will be adjusted by FreeClimb to satisfy the constraint. | [optional]
9
+ **privacy_mode** | **Boolean** | Parameter `privacyMode` will not log the `text` as required by PCI compliance. | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'freeclimb'
15
+
16
+ instance = Freeclimb::SendDigitsAllOf.new(digits: nil,
17
+ pause_ms: nil,
18
+ privacy_mode: nil)
19
+ ```
20
+
21
+
@@ -0,0 +1,19 @@
1
+ # Freeclimb::SetListen
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
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
+ **listen** | **Boolean** | Specifying `false` will silence the Conference for this Participant. | [optional]
9
+
10
+ ## Code Sample
11
+
12
+ ```ruby
13
+ require 'freeclimb'
14
+
15
+ instance = Freeclimb::SetListen.new(call_id: nil,
16
+ listen: nil)
17
+ ```
18
+
19
+