freeclimb 4.4.4 → 4.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c3d184e3a414b40637aae3f456402764dc6dd5fc7c0229cc560592484ccf3c42
4
- data.tar.gz: 9bd698bdcde3ae0884b11cede080012c2f3d71a1a322d78fbf38ed0d34cd082f
3
+ metadata.gz: 631b0511d6b0e85a5378d8c7df11eacb714d03928c18c54a026a9900f70291ea
4
+ data.tar.gz: 5701efb65de01e9cccdf1c74c4f5f0728739fabb9b8fb460826c8b34d5e43226
5
5
  SHA512:
6
- metadata.gz: 628694f4a73f5075284e424d551cd4992ee957960499fb4f515a5a7e351f48b82be9d517a255a886f3b177c4ed51c70076b1eb644cf680f5d4ae558b750951b8
7
- data.tar.gz: a1f6735f74f3bce0ea8c1e36d851206ba3498c361ea12163ef92e635d443655c0d959fbfd6ef2db518636c3d82a35ceae2181392828b0d6f1b52fcf8aa3be30a
6
+ metadata.gz: 2f05be6a8f63db8bde7929b2374e36b029a0487bd0a7051425f06ea136c975ce2d3cf2575f49ffc182e88e7a93c951eb4ca2b212262b70fba4f720a7a8978561
7
+ data.tar.gz: 4c189011f5d01c0e56367ff932ff3fff6ba1eb7f56d12892021273682866d1c1c098637c53b92e0a46ac4989b83e079576aea25bef79a049b76c08dbb1005a4b
data/CHANGELOG.md CHANGED
@@ -9,6 +9,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
9
9
 
10
10
  None
11
11
 
12
+ <a name="4.5.0"></a>
13
+
14
+ ## [4.5.0] - 2023-08-15
15
+
16
+ ### Added
17
+
18
+ - Transcribe Utterance Feature
19
+
12
20
  <a name="4.4.4"></a>
13
21
 
14
22
  ## [4.4.4] - 2023-08-24
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- freeclimb (4.4.4)
4
+ freeclimb (4.5.0)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -7,15 +7,15 @@ FreeClimb is a cloud-based application programming interface (API) that puts the
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 1.0.0
10
- - Package version: 4.4.4
10
+ - Package version: 4.5.0
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
- For more information, please visit [https://www.freeclimb.com/support/](https://www.freeclimb.com/support/)
12
+ For more information, please visit [https://www.freeclimb.com/support/](https://www.freeclimb.com/support/)
13
13
 
14
14
  ## Installation
15
15
 
16
16
  Add this to the Gemfile:
17
17
 
18
- gem 'freeclimb', '~> 4.4.4'
18
+ gem 'freeclimb', '~> 4.5.0'
19
19
 
20
20
  and run from your terminal
21
21
 
@@ -30,11 +30,13 @@ If the Ruby gem is hosted at a git repository: e.g. https://https://github.com/f
30
30
  ### Install from RubyGems
31
31
 
32
32
  gem install freeclimb
33
+
33
34
  or
34
35
 
35
36
  bundle add freeclimb
36
37
 
37
38
  ### Install/Build locally
39
+
38
40
  To build the Ruby code into a gem:
39
41
 
40
42
  ```shell
@@ -44,9 +46,10 @@ gem build freeclimb.gemspec
44
46
  Then either install the gem locally:
45
47
 
46
48
  ```shell
47
- gem install ./freeclimb-4.4.4.gem
49
+ gem install ./freeclimb-4.5.0.gem
48
50
  ```
49
- (for development, run `gem install --dev ./freeclimb-4.4.4.gem` to install the development dependencies)
51
+
52
+ (for development, run `gem install --dev ./freeclimb-4.5.0.gem` to install the development dependencies)
50
53
 
51
54
  ## Getting Started
52
55
 
@@ -97,211 +100,209 @@ puts percl_script.to_json
97
100
 
98
101
  All URIs are relative to *https://www.freeclimb.com/apiserver*
99
102
 
100
- Class | Method | HTTP request | Description
101
- ------------ | ------------- | ------------- | -------------
102
- *Freeclimb::DefaultApi* | [**buy_a_phone_number**](docs/DefaultApi.md#buy_a_phone_number) | **POST** /Accounts/{accountId}/IncomingPhoneNumbers | Buy a Phone Number
103
- *Freeclimb::DefaultApi* | [**create_a_conference**](docs/DefaultApi.md#create_a_conference) | **POST** /Accounts/{accountId}/Conferences | Create a Conference
104
- *Freeclimb::DefaultApi* | [**create_a_queue**](docs/DefaultApi.md#create_a_queue) | **POST** /Accounts/{accountId}/Queues | Create a Queue
105
- *Freeclimb::DefaultApi* | [**create_an_application**](docs/DefaultApi.md#create_an_application) | **POST** /Accounts/{accountId}/Applications | Create an application
106
- *Freeclimb::DefaultApi* | [**delete_a_recording**](docs/DefaultApi.md#delete_a_recording) | **DELETE** /Accounts/{accountId}/Recordings/{recordingId} | Delete a Recording
107
- *Freeclimb::DefaultApi* | [**delete_an_application**](docs/DefaultApi.md#delete_an_application) | **DELETE** /Accounts/{accountId}/Applications/{applicationId} | Delete an application
108
- *Freeclimb::DefaultApi* | [**delete_an_incoming_number**](docs/DefaultApi.md#delete_an_incoming_number) | **DELETE** /Accounts/{accountId}/IncomingPhoneNumbers/{phoneNumberId} | Delete an Incoming Number
109
- *Freeclimb::DefaultApi* | [**dequeue_a_member**](docs/DefaultApi.md#dequeue_a_member) | **POST** /Accounts/{accountId}/Queues/{queueId}/Members/{callId} | Dequeue a Member
110
- *Freeclimb::DefaultApi* | [**dequeue_head_member**](docs/DefaultApi.md#dequeue_head_member) | **POST** /Accounts/{accountId}/Queues/{queueId}/Members/Front | Dequeue Head Member
111
- *Freeclimb::DefaultApi* | [**download_a_recording_file**](docs/DefaultApi.md#download_a_recording_file) | **GET** /Accounts/{accountId}/Recordings/{recordingId}/Download | Download a Recording File
112
- *Freeclimb::DefaultApi* | [**filter_logs**](docs/DefaultApi.md#filter_logs) | **POST** /Accounts/{accountId}/Logs | Filter Logs
113
- *Freeclimb::DefaultApi* | [**get_a_call**](docs/DefaultApi.md#get_a_call) | **GET** /Accounts/{accountId}/Calls/{callId} | Get a Call
114
- *Freeclimb::DefaultApi* | [**get_a_conference**](docs/DefaultApi.md#get_a_conference) | **GET** /Accounts/{accountId}/Conferences/{conferenceId} | Get a Conference
115
- *Freeclimb::DefaultApi* | [**get_a_member**](docs/DefaultApi.md#get_a_member) | **GET** /Accounts/{accountId}/Queues/{queueId}/Members/{callId} | Get a Member
116
- *Freeclimb::DefaultApi* | [**get_a_participant**](docs/DefaultApi.md#get_a_participant) | **GET** /Accounts/{accountId}/Conferences/{conferenceId}/Participants/{callId} | Get a Participant
117
- *Freeclimb::DefaultApi* | [**get_a_queue**](docs/DefaultApi.md#get_a_queue) | **GET** /Accounts/{accountId}/Queues/{queueId} | Get a Queue
118
- *Freeclimb::DefaultApi* | [**get_a_recording**](docs/DefaultApi.md#get_a_recording) | **GET** /Accounts/{accountId}/Recordings/{recordingId} | Get a Recording
119
- *Freeclimb::DefaultApi* | [**get_an_account**](docs/DefaultApi.md#get_an_account) | **GET** /Accounts/{accountId} | Get an Account
120
- *Freeclimb::DefaultApi* | [**get_an_application**](docs/DefaultApi.md#get_an_application) | **GET** /Accounts/{accountId}/Applications/{applicationId} | Get an Application
121
- *Freeclimb::DefaultApi* | [**get_an_incoming_number**](docs/DefaultApi.md#get_an_incoming_number) | **GET** /Accounts/{accountId}/IncomingPhoneNumbers/{phoneNumberId} | Get an Incoming Number
122
- *Freeclimb::DefaultApi* | [**get_an_sms_message**](docs/DefaultApi.md#get_an_sms_message) | **GET** /Accounts/{accountId}/Messages/{messageId} | Get an SMS Message
123
- *Freeclimb::DefaultApi* | [**get_head_member**](docs/DefaultApi.md#get_head_member) | **GET** /Accounts/{accountId}/Queues/{queueId}/Members/Front | Get Head Member
124
- *Freeclimb::DefaultApi* | [**get_ten_dlc_sms_brand**](docs/DefaultApi.md#get_ten_dlc_sms_brand) | **GET** /Accounts/{accountId}/Messages/10DLC/Brands/{brandId} | Get a 10DLC SMS Brand
125
- *Freeclimb::DefaultApi* | [**get_ten_dlc_sms_brands**](docs/DefaultApi.md#get_ten_dlc_sms_brands) | **GET** /Accounts/{accountId}/Messages/10DLC/Brands | Get list of SMS 10DLC Brands
126
- *Freeclimb::DefaultApi* | [**get_ten_dlc_sms_campaign**](docs/DefaultApi.md#get_ten_dlc_sms_campaign) | **GET** /Accounts/{accountId}/Messages/10DLC/Campaigns/{campaignId} | Get a 10DLC SMS Campaign
127
- *Freeclimb::DefaultApi* | [**get_ten_dlc_sms_campaigns**](docs/DefaultApi.md#get_ten_dlc_sms_campaigns) | **GET** /Accounts/{accountId}/Messages/10DLC/Campaigns | Get list of SMS 10DLC Campaigns
128
- *Freeclimb::DefaultApi* | [**get_ten_dlc_sms_partner_campaign**](docs/DefaultApi.md#get_ten_dlc_sms_partner_campaign) | **GET** /Accounts/{accountId}/Messages/10DLC/PartnerCampaigns/{campaignId} | Get a 10DLC SMS Partner Campaign
129
- *Freeclimb::DefaultApi* | [**get_ten_dlc_sms_partner_campaigns**](docs/DefaultApi.md#get_ten_dlc_sms_partner_campaigns) | **GET** /Accounts/{accountId}/Messages/10DLC/PartnerCampaigns | Get list of SMS 10DLC Partner Campaigns
130
- *Freeclimb::DefaultApi* | [**list_active_queues**](docs/DefaultApi.md#list_active_queues) | **GET** /Accounts/{accountId}/Queues | List Active Queues
131
- *Freeclimb::DefaultApi* | [**list_all_account_logs**](docs/DefaultApi.md#list_all_account_logs) | **GET** /Accounts/{accountId}/Logs | List All Account Logs
132
- *Freeclimb::DefaultApi* | [**list_applications**](docs/DefaultApi.md#list_applications) | **GET** /Accounts/{accountId}/Applications | List applications
133
- *Freeclimb::DefaultApi* | [**list_available_numbers**](docs/DefaultApi.md#list_available_numbers) | **GET** /AvailablePhoneNumbers | List available numbers
134
- *Freeclimb::DefaultApi* | [**list_call_logs**](docs/DefaultApi.md#list_call_logs) | **GET** /Accounts/{accountId}/Calls/{callId}/Logs | List Call Logs
135
- *Freeclimb::DefaultApi* | [**list_call_recordings**](docs/DefaultApi.md#list_call_recordings) | **GET** /Accounts/{accountId}/Calls/{callId}/Recordings | List Call Recordings
136
- *Freeclimb::DefaultApi* | [**list_calls**](docs/DefaultApi.md#list_calls) | **GET** /Accounts/{accountId}/Calls | List Calls
137
- *Freeclimb::DefaultApi* | [**list_conferences**](docs/DefaultApi.md#list_conferences) | **GET** /Accounts/{accountId}/Conferences | List Conferences
138
- *Freeclimb::DefaultApi* | [**list_incoming_numbers**](docs/DefaultApi.md#list_incoming_numbers) | **GET** /Accounts/{accountId}/IncomingPhoneNumbers | List Incoming Numbers
139
- *Freeclimb::DefaultApi* | [**list_members**](docs/DefaultApi.md#list_members) | **GET** /Accounts/{accountId}/Queues/{queueId}/Members | List Members
140
- *Freeclimb::DefaultApi* | [**list_participants**](docs/DefaultApi.md#list_participants) | **GET** /Accounts/{accountId}/Conferences/{conferenceId}/Participants | List Participants
141
- *Freeclimb::DefaultApi* | [**list_recordings**](docs/DefaultApi.md#list_recordings) | **GET** /Accounts/{accountId}/Recordings | List Recordings
142
- *Freeclimb::DefaultApi* | [**list_sms_messages**](docs/DefaultApi.md#list_sms_messages) | **GET** /Accounts/{accountId}/Messages | List SMS Messages
143
- *Freeclimb::DefaultApi* | [**make_a_call**](docs/DefaultApi.md#make_a_call) | **POST** /Accounts/{accountId}/Calls | Make a Call
144
- *Freeclimb::DefaultApi* | [**remove_a_participant**](docs/DefaultApi.md#remove_a_participant) | **DELETE** /Accounts/{accountId}/Conferences/{conferenceId}/Participants/{callId} | Remove a Participant
145
- *Freeclimb::DefaultApi* | [**send_an_sms_message**](docs/DefaultApi.md#send_an_sms_message) | **POST** /Accounts/{accountId}/Messages | Send an SMS Message
146
- *Freeclimb::DefaultApi* | [**stream_a_recording_file**](docs/DefaultApi.md#stream_a_recording_file) | **GET** /Accounts/{accountId}/Recordings/{recordingId}/Stream | Stream a Recording File
147
- *Freeclimb::DefaultApi* | [**update_a_conference**](docs/DefaultApi.md#update_a_conference) | **POST** /Accounts/{accountId}/Conferences/{conferenceId} | Update a Conference
148
- *Freeclimb::DefaultApi* | [**update_a_live_call**](docs/DefaultApi.md#update_a_live_call) | **POST** /Accounts/{accountId}/Calls/{callId} | Update a Live Call
149
- *Freeclimb::DefaultApi* | [**update_a_participant**](docs/DefaultApi.md#update_a_participant) | **POST** /Accounts/{accountId}/Conferences/{conferenceId}/Participants/{callId} | Update a Participant
150
- *Freeclimb::DefaultApi* | [**update_a_queue**](docs/DefaultApi.md#update_a_queue) | **POST** /Accounts/{accountId}/Queues/{queueId} | Update a Queue
151
- *Freeclimb::DefaultApi* | [**update_an_account**](docs/DefaultApi.md#update_an_account) | **POST** /Accounts/{accountId} | Manage an account
152
- *Freeclimb::DefaultApi* | [**update_an_application**](docs/DefaultApi.md#update_an_application) | **POST** /Accounts/{accountId}/Applications/{applicationId} | Update an application
153
- *Freeclimb::DefaultApi* | [**update_an_incoming_number**](docs/DefaultApi.md#update_an_incoming_number) | **POST** /Accounts/{accountId}/IncomingPhoneNumbers/{phoneNumberId} | Update an Incoming Number
154
-
103
+ | Class | Method | HTTP request | Description |
104
+ | ----------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------- |
105
+ | _Freeclimb::DefaultApi_ | [**buy_a_phone_number**](docs/DefaultApi.md#buy_a_phone_number) | **POST** /Accounts/{accountId}/IncomingPhoneNumbers | Buy a Phone Number |
106
+ | _Freeclimb::DefaultApi_ | [**create_a_conference**](docs/DefaultApi.md#create_a_conference) | **POST** /Accounts/{accountId}/Conferences | Create a Conference |
107
+ | _Freeclimb::DefaultApi_ | [**create_a_queue**](docs/DefaultApi.md#create_a_queue) | **POST** /Accounts/{accountId}/Queues | Create a Queue |
108
+ | _Freeclimb::DefaultApi_ | [**create_an_application**](docs/DefaultApi.md#create_an_application) | **POST** /Accounts/{accountId}/Applications | Create an application |
109
+ | _Freeclimb::DefaultApi_ | [**delete_a_recording**](docs/DefaultApi.md#delete_a_recording) | **DELETE** /Accounts/{accountId}/Recordings/{recordingId} | Delete a Recording |
110
+ | _Freeclimb::DefaultApi_ | [**delete_an_application**](docs/DefaultApi.md#delete_an_application) | **DELETE** /Accounts/{accountId}/Applications/{applicationId} | Delete an application |
111
+ | _Freeclimb::DefaultApi_ | [**delete_an_incoming_number**](docs/DefaultApi.md#delete_an_incoming_number) | **DELETE** /Accounts/{accountId}/IncomingPhoneNumbers/{phoneNumberId} | Delete an Incoming Number |
112
+ | _Freeclimb::DefaultApi_ | [**dequeue_a_member**](docs/DefaultApi.md#dequeue_a_member) | **POST** /Accounts/{accountId}/Queues/{queueId}/Members/{callId} | Dequeue a Member |
113
+ | _Freeclimb::DefaultApi_ | [**dequeue_head_member**](docs/DefaultApi.md#dequeue_head_member) | **POST** /Accounts/{accountId}/Queues/{queueId}/Members/Front | Dequeue Head Member |
114
+ | _Freeclimb::DefaultApi_ | [**download_a_recording_file**](docs/DefaultApi.md#download_a_recording_file) | **GET** /Accounts/{accountId}/Recordings/{recordingId}/Download | Download a Recording File |
115
+ | _Freeclimb::DefaultApi_ | [**filter_logs**](docs/DefaultApi.md#filter_logs) | **POST** /Accounts/{accountId}/Logs | Filter Logs |
116
+ | _Freeclimb::DefaultApi_ | [**get_a_call**](docs/DefaultApi.md#get_a_call) | **GET** /Accounts/{accountId}/Calls/{callId} | Get a Call |
117
+ | _Freeclimb::DefaultApi_ | [**get_a_conference**](docs/DefaultApi.md#get_a_conference) | **GET** /Accounts/{accountId}/Conferences/{conferenceId} | Get a Conference |
118
+ | _Freeclimb::DefaultApi_ | [**get_a_member**](docs/DefaultApi.md#get_a_member) | **GET** /Accounts/{accountId}/Queues/{queueId}/Members/{callId} | Get a Member |
119
+ | _Freeclimb::DefaultApi_ | [**get_a_participant**](docs/DefaultApi.md#get_a_participant) | **GET** /Accounts/{accountId}/Conferences/{conferenceId}/Participants/{callId} | Get a Participant |
120
+ | _Freeclimb::DefaultApi_ | [**get_a_queue**](docs/DefaultApi.md#get_a_queue) | **GET** /Accounts/{accountId}/Queues/{queueId} | Get a Queue |
121
+ | _Freeclimb::DefaultApi_ | [**get_a_recording**](docs/DefaultApi.md#get_a_recording) | **GET** /Accounts/{accountId}/Recordings/{recordingId} | Get a Recording |
122
+ | _Freeclimb::DefaultApi_ | [**get_an_account**](docs/DefaultApi.md#get_an_account) | **GET** /Accounts/{accountId} | Get an Account |
123
+ | _Freeclimb::DefaultApi_ | [**get_an_application**](docs/DefaultApi.md#get_an_application) | **GET** /Accounts/{accountId}/Applications/{applicationId} | Get an Application |
124
+ | _Freeclimb::DefaultApi_ | [**get_an_incoming_number**](docs/DefaultApi.md#get_an_incoming_number) | **GET** /Accounts/{accountId}/IncomingPhoneNumbers/{phoneNumberId} | Get an Incoming Number |
125
+ | _Freeclimb::DefaultApi_ | [**get_an_sms_message**](docs/DefaultApi.md#get_an_sms_message) | **GET** /Accounts/{accountId}/Messages/{messageId} | Get an SMS Message |
126
+ | _Freeclimb::DefaultApi_ | [**get_head_member**](docs/DefaultApi.md#get_head_member) | **GET** /Accounts/{accountId}/Queues/{queueId}/Members/Front | Get Head Member |
127
+ | _Freeclimb::DefaultApi_ | [**get_ten_dlc_sms_brand**](docs/DefaultApi.md#get_ten_dlc_sms_brand) | **GET** /Accounts/{accountId}/Messages/10DLC/Brands/{brandId} | Get a 10DLC SMS Brand |
128
+ | _Freeclimb::DefaultApi_ | [**get_ten_dlc_sms_brands**](docs/DefaultApi.md#get_ten_dlc_sms_brands) | **GET** /Accounts/{accountId}/Messages/10DLC/Brands | Get list of SMS 10DLC Brands |
129
+ | _Freeclimb::DefaultApi_ | [**get_ten_dlc_sms_campaign**](docs/DefaultApi.md#get_ten_dlc_sms_campaign) | **GET** /Accounts/{accountId}/Messages/10DLC/Campaigns/{campaignId} | Get a 10DLC SMS Campaign |
130
+ | _Freeclimb::DefaultApi_ | [**get_ten_dlc_sms_campaigns**](docs/DefaultApi.md#get_ten_dlc_sms_campaigns) | **GET** /Accounts/{accountId}/Messages/10DLC/Campaigns | Get list of SMS 10DLC Campaigns |
131
+ | _Freeclimb::DefaultApi_ | [**get_ten_dlc_sms_partner_campaign**](docs/DefaultApi.md#get_ten_dlc_sms_partner_campaign) | **GET** /Accounts/{accountId}/Messages/10DLC/PartnerCampaigns/{campaignId} | Get a 10DLC SMS Partner Campaign |
132
+ | _Freeclimb::DefaultApi_ | [**get_ten_dlc_sms_partner_campaigns**](docs/DefaultApi.md#get_ten_dlc_sms_partner_campaigns) | **GET** /Accounts/{accountId}/Messages/10DLC/PartnerCampaigns | Get list of SMS 10DLC Partner Campaigns |
133
+ | _Freeclimb::DefaultApi_ | [**list_active_queues**](docs/DefaultApi.md#list_active_queues) | **GET** /Accounts/{accountId}/Queues | List Active Queues |
134
+ | _Freeclimb::DefaultApi_ | [**list_all_account_logs**](docs/DefaultApi.md#list_all_account_logs) | **GET** /Accounts/{accountId}/Logs | List All Account Logs |
135
+ | _Freeclimb::DefaultApi_ | [**list_applications**](docs/DefaultApi.md#list_applications) | **GET** /Accounts/{accountId}/Applications | List applications |
136
+ | _Freeclimb::DefaultApi_ | [**list_available_numbers**](docs/DefaultApi.md#list_available_numbers) | **GET** /AvailablePhoneNumbers | List available numbers |
137
+ | _Freeclimb::DefaultApi_ | [**list_call_logs**](docs/DefaultApi.md#list_call_logs) | **GET** /Accounts/{accountId}/Calls/{callId}/Logs | List Call Logs |
138
+ | _Freeclimb::DefaultApi_ | [**list_call_recordings**](docs/DefaultApi.md#list_call_recordings) | **GET** /Accounts/{accountId}/Calls/{callId}/Recordings | List Call Recordings |
139
+ | _Freeclimb::DefaultApi_ | [**list_calls**](docs/DefaultApi.md#list_calls) | **GET** /Accounts/{accountId}/Calls | List Calls |
140
+ | _Freeclimb::DefaultApi_ | [**list_conferences**](docs/DefaultApi.md#list_conferences) | **GET** /Accounts/{accountId}/Conferences | List Conferences |
141
+ | _Freeclimb::DefaultApi_ | [**list_incoming_numbers**](docs/DefaultApi.md#list_incoming_numbers) | **GET** /Accounts/{accountId}/IncomingPhoneNumbers | List Incoming Numbers |
142
+ | _Freeclimb::DefaultApi_ | [**list_members**](docs/DefaultApi.md#list_members) | **GET** /Accounts/{accountId}/Queues/{queueId}/Members | List Members |
143
+ | _Freeclimb::DefaultApi_ | [**list_participants**](docs/DefaultApi.md#list_participants) | **GET** /Accounts/{accountId}/Conferences/{conferenceId}/Participants | List Participants |
144
+ | _Freeclimb::DefaultApi_ | [**list_recordings**](docs/DefaultApi.md#list_recordings) | **GET** /Accounts/{accountId}/Recordings | List Recordings |
145
+ | _Freeclimb::DefaultApi_ | [**list_sms_messages**](docs/DefaultApi.md#list_sms_messages) | **GET** /Accounts/{accountId}/Messages | List SMS Messages |
146
+ | _Freeclimb::DefaultApi_ | [**make_a_call**](docs/DefaultApi.md#make_a_call) | **POST** /Accounts/{accountId}/Calls | Make a Call |
147
+ | _Freeclimb::DefaultApi_ | [**remove_a_participant**](docs/DefaultApi.md#remove_a_participant) | **DELETE** /Accounts/{accountId}/Conferences/{conferenceId}/Participants/{callId} | Remove a Participant |
148
+ | _Freeclimb::DefaultApi_ | [**send_an_sms_message**](docs/DefaultApi.md#send_an_sms_message) | **POST** /Accounts/{accountId}/Messages | Send an SMS Message |
149
+ | _Freeclimb::DefaultApi_ | [**stream_a_recording_file**](docs/DefaultApi.md#stream_a_recording_file) | **GET** /Accounts/{accountId}/Recordings/{recordingId}/Stream | Stream a Recording File |
150
+ | _Freeclimb::DefaultApi_ | [**update_a_conference**](docs/DefaultApi.md#update_a_conference) | **POST** /Accounts/{accountId}/Conferences/{conferenceId} | Update a Conference |
151
+ | _Freeclimb::DefaultApi_ | [**update_a_live_call**](docs/DefaultApi.md#update_a_live_call) | **POST** /Accounts/{accountId}/Calls/{callId} | Update a Live Call |
152
+ | _Freeclimb::DefaultApi_ | [**update_a_participant**](docs/DefaultApi.md#update_a_participant) | **POST** /Accounts/{accountId}/Conferences/{conferenceId}/Participants/{callId} | Update a Participant |
153
+ | _Freeclimb::DefaultApi_ | [**update_a_queue**](docs/DefaultApi.md#update_a_queue) | **POST** /Accounts/{accountId}/Queues/{queueId} | Update a Queue |
154
+ | _Freeclimb::DefaultApi_ | [**update_an_account**](docs/DefaultApi.md#update_an_account) | **POST** /Accounts/{accountId} | Manage an account |
155
+ | _Freeclimb::DefaultApi_ | [**update_an_application**](docs/DefaultApi.md#update_an_application) | **POST** /Accounts/{accountId}/Applications/{applicationId} | Update an application |
156
+ | _Freeclimb::DefaultApi_ | [**update_an_incoming_number**](docs/DefaultApi.md#update_an_incoming_number) | **POST** /Accounts/{accountId}/IncomingPhoneNumbers/{phoneNumberId} | Update an Incoming Number |
155
157
 
156
158
  ## Documentation for Models
157
159
 
158
- - [Freeclimb::AccountRequest](docs/AccountRequest.md)
159
- - [Freeclimb::AccountResult](docs/AccountResult.md)
160
- - [Freeclimb::AccountResultAllOf](docs/AccountResultAllOf.md)
161
- - [Freeclimb::AccountStatus](docs/AccountStatus.md)
162
- - [Freeclimb::AccountType](docs/AccountType.md)
163
- - [Freeclimb::AddToConference](docs/AddToConference.md)
164
- - [Freeclimb::AddToConferenceAllOf](docs/AddToConferenceAllOf.md)
165
- - [Freeclimb::AnsweredBy](docs/AnsweredBy.md)
166
- - [Freeclimb::ApplicationList](docs/ApplicationList.md)
167
- - [Freeclimb::ApplicationListAllOf](docs/ApplicationListAllOf.md)
168
- - [Freeclimb::ApplicationRequest](docs/ApplicationRequest.md)
169
- - [Freeclimb::ApplicationResult](docs/ApplicationResult.md)
170
- - [Freeclimb::ApplicationResultAllOf](docs/ApplicationResultAllOf.md)
171
- - [Freeclimb::AvailableNumber](docs/AvailableNumber.md)
172
- - [Freeclimb::AvailableNumberList](docs/AvailableNumberList.md)
173
- - [Freeclimb::AvailableNumberListAllOf](docs/AvailableNumberListAllOf.md)
174
- - [Freeclimb::BuyIncomingNumberRequest](docs/BuyIncomingNumberRequest.md)
175
- - [Freeclimb::CallDirection](docs/CallDirection.md)
176
- - [Freeclimb::CallList](docs/CallList.md)
177
- - [Freeclimb::CallListAllOf](docs/CallListAllOf.md)
178
- - [Freeclimb::CallResult](docs/CallResult.md)
179
- - [Freeclimb::CallResultAllOf](docs/CallResultAllOf.md)
180
- - [Freeclimb::CallStatus](docs/CallStatus.md)
181
- - [Freeclimb::Capabilities](docs/Capabilities.md)
182
- - [Freeclimb::ConferenceList](docs/ConferenceList.md)
183
- - [Freeclimb::ConferenceListAllOf](docs/ConferenceListAllOf.md)
184
- - [Freeclimb::ConferenceParticipantList](docs/ConferenceParticipantList.md)
185
- - [Freeclimb::ConferenceParticipantListAllOf](docs/ConferenceParticipantListAllOf.md)
186
- - [Freeclimb::ConferenceParticipantResult](docs/ConferenceParticipantResult.md)
187
- - [Freeclimb::ConferenceParticipantResultAllOf](docs/ConferenceParticipantResultAllOf.md)
188
- - [Freeclimb::ConferenceResult](docs/ConferenceResult.md)
189
- - [Freeclimb::ConferenceResultAllOf](docs/ConferenceResultAllOf.md)
190
- - [Freeclimb::ConferenceStatus](docs/ConferenceStatus.md)
191
- - [Freeclimb::CreateConference](docs/CreateConference.md)
192
- - [Freeclimb::CreateConferenceAllOf](docs/CreateConferenceAllOf.md)
193
- - [Freeclimb::CreateConferenceRequest](docs/CreateConferenceRequest.md)
194
- - [Freeclimb::Dequeue](docs/Dequeue.md)
195
- - [Freeclimb::Enqueue](docs/Enqueue.md)
196
- - [Freeclimb::EnqueueAllOf](docs/EnqueueAllOf.md)
197
- - [Freeclimb::FilterLogsRequest](docs/FilterLogsRequest.md)
198
- - [Freeclimb::GetDigits](docs/GetDigits.md)
199
- - [Freeclimb::GetDigitsAllOf](docs/GetDigitsAllOf.md)
200
- - [Freeclimb::GetSpeech](docs/GetSpeech.md)
201
- - [Freeclimb::GetSpeechAllOf](docs/GetSpeechAllOf.md)
202
- - [Freeclimb::GetSpeechReason](docs/GetSpeechReason.md)
203
- - [Freeclimb::GrammarFileBuiltIn](docs/GrammarFileBuiltIn.md)
204
- - [Freeclimb::GrammarType](docs/GrammarType.md)
205
- - [Freeclimb::Hangup](docs/Hangup.md)
206
- - [Freeclimb::HangupAllOf](docs/HangupAllOf.md)
207
- - [Freeclimb::IfMachine](docs/IfMachine.md)
208
- - [Freeclimb::IncomingNumberList](docs/IncomingNumberList.md)
209
- - [Freeclimb::IncomingNumberListAllOf](docs/IncomingNumberListAllOf.md)
210
- - [Freeclimb::IncomingNumberRequest](docs/IncomingNumberRequest.md)
211
- - [Freeclimb::IncomingNumberResult](docs/IncomingNumberResult.md)
212
- - [Freeclimb::IncomingNumberResultAllOf](docs/IncomingNumberResultAllOf.md)
213
- - [Freeclimb::Language](docs/Language.md)
214
- - [Freeclimb::LogLevel](docs/LogLevel.md)
215
- - [Freeclimb::LogList](docs/LogList.md)
216
- - [Freeclimb::LogListAllOf](docs/LogListAllOf.md)
217
- - [Freeclimb::LogResult](docs/LogResult.md)
218
- - [Freeclimb::MachineType](docs/MachineType.md)
219
- - [Freeclimb::MakeCallRequest](docs/MakeCallRequest.md)
220
- - [Freeclimb::MessageDirection](docs/MessageDirection.md)
221
- - [Freeclimb::MessageRequest](docs/MessageRequest.md)
222
- - [Freeclimb::MessageRequestAllOf](docs/MessageRequestAllOf.md)
223
- - [Freeclimb::MessageResult](docs/MessageResult.md)
224
- - [Freeclimb::MessageResultAllOf](docs/MessageResultAllOf.md)
225
- - [Freeclimb::MessageStatus](docs/MessageStatus.md)
226
- - [Freeclimb::MessagesList](docs/MessagesList.md)
227
- - [Freeclimb::MessagesListAllOf](docs/MessagesListAllOf.md)
228
- - [Freeclimb::MutableResourceModel](docs/MutableResourceModel.md)
229
- - [Freeclimb::OutDial](docs/OutDial.md)
230
- - [Freeclimb::OutDialAllOf](docs/OutDialAllOf.md)
231
- - [Freeclimb::PaginationModel](docs/PaginationModel.md)
232
- - [Freeclimb::Park](docs/Park.md)
233
- - [Freeclimb::ParkAllOf](docs/ParkAllOf.md)
234
- - [Freeclimb::Pause](docs/Pause.md)
235
- - [Freeclimb::PauseAllOf](docs/PauseAllOf.md)
236
- - [Freeclimb::PerclCommand](docs/PerclCommand.md)
237
- - [Freeclimb::PerclScript](docs/PerclScript.md)
238
- - [Freeclimb::Play](docs/Play.md)
239
- - [Freeclimb::PlayAllOf](docs/PlayAllOf.md)
240
- - [Freeclimb::PlayBeep](docs/PlayBeep.md)
241
- - [Freeclimb::PlayEarlyMedia](docs/PlayEarlyMedia.md)
242
- - [Freeclimb::PlayEarlyMediaAllOf](docs/PlayEarlyMediaAllOf.md)
243
- - [Freeclimb::QueueList](docs/QueueList.md)
244
- - [Freeclimb::QueueListAllOf](docs/QueueListAllOf.md)
245
- - [Freeclimb::QueueMember](docs/QueueMember.md)
246
- - [Freeclimb::QueueMemberList](docs/QueueMemberList.md)
247
- - [Freeclimb::QueueMemberListAllOf](docs/QueueMemberListAllOf.md)
248
- - [Freeclimb::QueueRequest](docs/QueueRequest.md)
249
- - [Freeclimb::QueueResult](docs/QueueResult.md)
250
- - [Freeclimb::QueueResultAllOf](docs/QueueResultAllOf.md)
251
- - [Freeclimb::QueueResultStatus](docs/QueueResultStatus.md)
252
- - [Freeclimb::RecordUtterance](docs/RecordUtterance.md)
253
- - [Freeclimb::RecordUtteranceAllOf](docs/RecordUtteranceAllOf.md)
254
- - [Freeclimb::RecordUtteranceTermReason](docs/RecordUtteranceTermReason.md)
255
- - [Freeclimb::RecordingList](docs/RecordingList.md)
256
- - [Freeclimb::RecordingListAllOf](docs/RecordingListAllOf.md)
257
- - [Freeclimb::RecordingResult](docs/RecordingResult.md)
258
- - [Freeclimb::RecordingResultAllOf](docs/RecordingResultAllOf.md)
259
- - [Freeclimb::Redirect](docs/Redirect.md)
260
- - [Freeclimb::RedirectAllOf](docs/RedirectAllOf.md)
261
- - [Freeclimb::Reject](docs/Reject.md)
262
- - [Freeclimb::RejectAllOf](docs/RejectAllOf.md)
263
- - [Freeclimb::RemoveFromConference](docs/RemoveFromConference.md)
264
- - [Freeclimb::RemoveFromConferenceAllOf](docs/RemoveFromConferenceAllOf.md)
265
- - [Freeclimb::RequestType](docs/RequestType.md)
266
- - [Freeclimb::SMSTenDLCBrand](docs/SMSTenDLCBrand.md)
267
- - [Freeclimb::SMSTenDLCBrandsListResult](docs/SMSTenDLCBrandsListResult.md)
268
- - [Freeclimb::SMSTenDLCBrandsListResultAllOf](docs/SMSTenDLCBrandsListResultAllOf.md)
269
- - [Freeclimb::SMSTenDLCCampaign](docs/SMSTenDLCCampaign.md)
270
- - [Freeclimb::SMSTenDLCCampaignsListResult](docs/SMSTenDLCCampaignsListResult.md)
271
- - [Freeclimb::SMSTenDLCCampaignsListResultAllOf](docs/SMSTenDLCCampaignsListResultAllOf.md)
272
- - [Freeclimb::SMSTenDLCPartnerCampaign](docs/SMSTenDLCPartnerCampaign.md)
273
- - [Freeclimb::SMSTenDLCPartnerCampaignBrand](docs/SMSTenDLCPartnerCampaignBrand.md)
274
- - [Freeclimb::SMSTenDLCPartnerCampaignsListResult](docs/SMSTenDLCPartnerCampaignsListResult.md)
275
- - [Freeclimb::SMSTenDLCPartnerCampaignsListResultAllOf](docs/SMSTenDLCPartnerCampaignsListResultAllOf.md)
276
- - [Freeclimb::Say](docs/Say.md)
277
- - [Freeclimb::SayAllOf](docs/SayAllOf.md)
278
- - [Freeclimb::SendDigits](docs/SendDigits.md)
279
- - [Freeclimb::SendDigitsAllOf](docs/SendDigitsAllOf.md)
280
- - [Freeclimb::SetListen](docs/SetListen.md)
281
- - [Freeclimb::SetListenAllOf](docs/SetListenAllOf.md)
282
- - [Freeclimb::SetTalk](docs/SetTalk.md)
283
- - [Freeclimb::SetTalkAllOf](docs/SetTalkAllOf.md)
284
- - [Freeclimb::Sms](docs/Sms.md)
285
- - [Freeclimb::SmsAllOf](docs/SmsAllOf.md)
286
- - [Freeclimb::StartRecordCall](docs/StartRecordCall.md)
287
- - [Freeclimb::TerminateConference](docs/TerminateConference.md)
288
- - [Freeclimb::TerminateConferenceAllOf](docs/TerminateConferenceAllOf.md)
289
- - [Freeclimb::Unpark](docs/Unpark.md)
290
- - [Freeclimb::UpdateCallRequest](docs/UpdateCallRequest.md)
291
- - [Freeclimb::UpdateCallRequestStatus](docs/UpdateCallRequestStatus.md)
292
- - [Freeclimb::UpdateConferenceParticipantRequest](docs/UpdateConferenceParticipantRequest.md)
293
- - [Freeclimb::UpdateConferenceRequest](docs/UpdateConferenceRequest.md)
294
- - [Freeclimb::UpdateConferenceRequestStatus](docs/UpdateConferenceRequestStatus.md)
295
-
160
+ - [Freeclimb::AccountRequest](docs/AccountRequest.md)
161
+ - [Freeclimb::AccountResult](docs/AccountResult.md)
162
+ - [Freeclimb::AccountResultAllOf](docs/AccountResultAllOf.md)
163
+ - [Freeclimb::AccountStatus](docs/AccountStatus.md)
164
+ - [Freeclimb::AccountType](docs/AccountType.md)
165
+ - [Freeclimb::AddToConference](docs/AddToConference.md)
166
+ - [Freeclimb::AddToConferenceAllOf](docs/AddToConferenceAllOf.md)
167
+ - [Freeclimb::AnsweredBy](docs/AnsweredBy.md)
168
+ - [Freeclimb::ApplicationList](docs/ApplicationList.md)
169
+ - [Freeclimb::ApplicationListAllOf](docs/ApplicationListAllOf.md)
170
+ - [Freeclimb::ApplicationRequest](docs/ApplicationRequest.md)
171
+ - [Freeclimb::ApplicationResult](docs/ApplicationResult.md)
172
+ - [Freeclimb::ApplicationResultAllOf](docs/ApplicationResultAllOf.md)
173
+ - [Freeclimb::AvailableNumber](docs/AvailableNumber.md)
174
+ - [Freeclimb::AvailableNumberList](docs/AvailableNumberList.md)
175
+ - [Freeclimb::AvailableNumberListAllOf](docs/AvailableNumberListAllOf.md)
176
+ - [Freeclimb::BuyIncomingNumberRequest](docs/BuyIncomingNumberRequest.md)
177
+ - [Freeclimb::CallDirection](docs/CallDirection.md)
178
+ - [Freeclimb::CallList](docs/CallList.md)
179
+ - [Freeclimb::CallListAllOf](docs/CallListAllOf.md)
180
+ - [Freeclimb::CallResult](docs/CallResult.md)
181
+ - [Freeclimb::CallResultAllOf](docs/CallResultAllOf.md)
182
+ - [Freeclimb::CallStatus](docs/CallStatus.md)
183
+ - [Freeclimb::Capabilities](docs/Capabilities.md)
184
+ - [Freeclimb::ConferenceList](docs/ConferenceList.md)
185
+ - [Freeclimb::ConferenceListAllOf](docs/ConferenceListAllOf.md)
186
+ - [Freeclimb::ConferenceParticipantList](docs/ConferenceParticipantList.md)
187
+ - [Freeclimb::ConferenceParticipantListAllOf](docs/ConferenceParticipantListAllOf.md)
188
+ - [Freeclimb::ConferenceParticipantResult](docs/ConferenceParticipantResult.md)
189
+ - [Freeclimb::ConferenceParticipantResultAllOf](docs/ConferenceParticipantResultAllOf.md)
190
+ - [Freeclimb::ConferenceResult](docs/ConferenceResult.md)
191
+ - [Freeclimb::ConferenceResultAllOf](docs/ConferenceResultAllOf.md)
192
+ - [Freeclimb::ConferenceStatus](docs/ConferenceStatus.md)
193
+ - [Freeclimb::CreateConference](docs/CreateConference.md)
194
+ - [Freeclimb::CreateConferenceAllOf](docs/CreateConferenceAllOf.md)
195
+ - [Freeclimb::CreateConferenceRequest](docs/CreateConferenceRequest.md)
196
+ - [Freeclimb::Dequeue](docs/Dequeue.md)
197
+ - [Freeclimb::Enqueue](docs/Enqueue.md)
198
+ - [Freeclimb::EnqueueAllOf](docs/EnqueueAllOf.md)
199
+ - [Freeclimb::FilterLogsRequest](docs/FilterLogsRequest.md)
200
+ - [Freeclimb::GetDigits](docs/GetDigits.md)
201
+ - [Freeclimb::GetDigitsAllOf](docs/GetDigitsAllOf.md)
202
+ - [Freeclimb::GetSpeech](docs/GetSpeech.md)
203
+ - [Freeclimb::GetSpeechAllOf](docs/GetSpeechAllOf.md)
204
+ - [Freeclimb::GetSpeechReason](docs/GetSpeechReason.md)
205
+ - [Freeclimb::GrammarFileBuiltIn](docs/GrammarFileBuiltIn.md)
206
+ - [Freeclimb::GrammarType](docs/GrammarType.md)
207
+ - [Freeclimb::Hangup](docs/Hangup.md)
208
+ - [Freeclimb::HangupAllOf](docs/HangupAllOf.md)
209
+ - [Freeclimb::IfMachine](docs/IfMachine.md)
210
+ - [Freeclimb::IncomingNumberList](docs/IncomingNumberList.md)
211
+ - [Freeclimb::IncomingNumberListAllOf](docs/IncomingNumberListAllOf.md)
212
+ - [Freeclimb::IncomingNumberRequest](docs/IncomingNumberRequest.md)
213
+ - [Freeclimb::IncomingNumberResult](docs/IncomingNumberResult.md)
214
+ - [Freeclimb::IncomingNumberResultAllOf](docs/IncomingNumberResultAllOf.md)
215
+ - [Freeclimb::Language](docs/Language.md)
216
+ - [Freeclimb::LogLevel](docs/LogLevel.md)
217
+ - [Freeclimb::LogList](docs/LogList.md)
218
+ - [Freeclimb::LogListAllOf](docs/LogListAllOf.md)
219
+ - [Freeclimb::LogResult](docs/LogResult.md)
220
+ - [Freeclimb::MachineType](docs/MachineType.md)
221
+ - [Freeclimb::MakeCallRequest](docs/MakeCallRequest.md)
222
+ - [Freeclimb::MessageDirection](docs/MessageDirection.md)
223
+ - [Freeclimb::MessageRequest](docs/MessageRequest.md)
224
+ - [Freeclimb::MessageRequestAllOf](docs/MessageRequestAllOf.md)
225
+ - [Freeclimb::MessageResult](docs/MessageResult.md)
226
+ - [Freeclimb::MessageResultAllOf](docs/MessageResultAllOf.md)
227
+ - [Freeclimb::MessageStatus](docs/MessageStatus.md)
228
+ - [Freeclimb::MessagesList](docs/MessagesList.md)
229
+ - [Freeclimb::MessagesListAllOf](docs/MessagesListAllOf.md)
230
+ - [Freeclimb::MutableResourceModel](docs/MutableResourceModel.md)
231
+ - [Freeclimb::OutDial](docs/OutDial.md)
232
+ - [Freeclimb::OutDialAllOf](docs/OutDialAllOf.md)
233
+ - [Freeclimb::PaginationModel](docs/PaginationModel.md)
234
+ - [Freeclimb::Park](docs/Park.md)
235
+ - [Freeclimb::ParkAllOf](docs/ParkAllOf.md)
236
+ - [Freeclimb::Pause](docs/Pause.md)
237
+ - [Freeclimb::PauseAllOf](docs/PauseAllOf.md)
238
+ - [Freeclimb::PerclCommand](docs/PerclCommand.md)
239
+ - [Freeclimb::PerclScript](docs/PerclScript.md)
240
+ - [Freeclimb::Play](docs/Play.md)
241
+ - [Freeclimb::PlayAllOf](docs/PlayAllOf.md)
242
+ - [Freeclimb::PlayBeep](docs/PlayBeep.md)
243
+ - [Freeclimb::PlayEarlyMedia](docs/PlayEarlyMedia.md)
244
+ - [Freeclimb::PlayEarlyMediaAllOf](docs/PlayEarlyMediaAllOf.md)
245
+ - [Freeclimb::QueueList](docs/QueueList.md)
246
+ - [Freeclimb::QueueListAllOf](docs/QueueListAllOf.md)
247
+ - [Freeclimb::QueueMember](docs/QueueMember.md)
248
+ - [Freeclimb::QueueMemberList](docs/QueueMemberList.md)
249
+ - [Freeclimb::QueueMemberListAllOf](docs/QueueMemberListAllOf.md)
250
+ - [Freeclimb::QueueRequest](docs/QueueRequest.md)
251
+ - [Freeclimb::QueueResult](docs/QueueResult.md)
252
+ - [Freeclimb::QueueResultAllOf](docs/QueueResultAllOf.md)
253
+ - [Freeclimb::QueueResultStatus](docs/QueueResultStatus.md)
254
+ - [Freeclimb::RecordUtterance](docs/RecordUtterance.md)
255
+ - [Freeclimb::RecordUtteranceAllOf](docs/RecordUtteranceAllOf.md)
256
+ - [Freeclimb::RecordUtteranceTermReason](docs/RecordUtteranceTermReason.md)
257
+ - [Freeclimb::RecordingList](docs/RecordingList.md)
258
+ - [Freeclimb::RecordingListAllOf](docs/RecordingListAllOf.md)
259
+ - [Freeclimb::RecordingResult](docs/RecordingResult.md)
260
+ - [Freeclimb::RecordingResultAllOf](docs/RecordingResultAllOf.md)
261
+ - [Freeclimb::Redirect](docs/Redirect.md)
262
+ - [Freeclimb::RedirectAllOf](docs/RedirectAllOf.md)
263
+ - [Freeclimb::Reject](docs/Reject.md)
264
+ - [Freeclimb::RejectAllOf](docs/RejectAllOf.md)
265
+ - [Freeclimb::RemoveFromConference](docs/RemoveFromConference.md)
266
+ - [Freeclimb::RemoveFromConferenceAllOf](docs/RemoveFromConferenceAllOf.md)
267
+ - [Freeclimb::RequestType](docs/RequestType.md)
268
+ - [Freeclimb::SMSTenDLCBrand](docs/SMSTenDLCBrand.md)
269
+ - [Freeclimb::SMSTenDLCBrandsListResult](docs/SMSTenDLCBrandsListResult.md)
270
+ - [Freeclimb::SMSTenDLCBrandsListResultAllOf](docs/SMSTenDLCBrandsListResultAllOf.md)
271
+ - [Freeclimb::SMSTenDLCCampaign](docs/SMSTenDLCCampaign.md)
272
+ - [Freeclimb::SMSTenDLCCampaignsListResult](docs/SMSTenDLCCampaignsListResult.md)
273
+ - [Freeclimb::SMSTenDLCCampaignsListResultAllOf](docs/SMSTenDLCCampaignsListResultAllOf.md)
274
+ - [Freeclimb::SMSTenDLCPartnerCampaign](docs/SMSTenDLCPartnerCampaign.md)
275
+ - [Freeclimb::SMSTenDLCPartnerCampaignBrand](docs/SMSTenDLCPartnerCampaignBrand.md)
276
+ - [Freeclimb::SMSTenDLCPartnerCampaignsListResult](docs/SMSTenDLCPartnerCampaignsListResult.md)
277
+ - [Freeclimb::SMSTenDLCPartnerCampaignsListResultAllOf](docs/SMSTenDLCPartnerCampaignsListResultAllOf.md)
278
+ - [Freeclimb::Say](docs/Say.md)
279
+ - [Freeclimb::SayAllOf](docs/SayAllOf.md)
280
+ - [Freeclimb::SendDigits](docs/SendDigits.md)
281
+ - [Freeclimb::SendDigitsAllOf](docs/SendDigitsAllOf.md)
282
+ - [Freeclimb::SetListen](docs/SetListen.md)
283
+ - [Freeclimb::SetListenAllOf](docs/SetListenAllOf.md)
284
+ - [Freeclimb::SetTalk](docs/SetTalk.md)
285
+ - [Freeclimb::SetTalkAllOf](docs/SetTalkAllOf.md)
286
+ - [Freeclimb::Sms](docs/Sms.md)
287
+ - [Freeclimb::SmsAllOf](docs/SmsAllOf.md)
288
+ - [Freeclimb::StartRecordCall](docs/StartRecordCall.md)
289
+ - [Freeclimb::TerminateConference](docs/TerminateConference.md)
290
+ - [Freeclimb::TerminateConferenceAllOf](docs/TerminateConferenceAllOf.md)
291
+ - [Freeclimb::TranscribeUtterance](docs/TranscribeUtterance.md)
292
+ - [Freeclimb::TranscribeUtteranceRecord](docs/TranscribeUtteranceRecord.md)
293
+ - [Freeclimb::Unpark](docs/Unpark.md)
294
+ - [Freeclimb::UpdateCallRequest](docs/UpdateCallRequest.md)
295
+ - [Freeclimb::UpdateCallRequestStatus](docs/UpdateCallRequestStatus.md)
296
+ - [Freeclimb::UpdateConferenceParticipantRequest](docs/UpdateConferenceParticipantRequest.md)
297
+ - [Freeclimb::UpdateConferenceRequest](docs/UpdateConferenceRequest.md)
298
+ - [Freeclimb::UpdateConferenceRequestStatus](docs/UpdateConferenceRequestStatus.md)
296
299
 
297
300
  ## Documentation for Authorization
298
301
 
299
-
300
302
  ### fc
301
303
 
302
304
  - **Type**: HTTP basic authentication
303
305
 
304
-
305
306
  <a name="documentation-for-verify-request-signature"></a>
306
307
 
307
308
  ## Documentation for verifying request signature
@@ -326,7 +327,6 @@ Class | Method | HTTP request | Description
326
327
  Freeclimb::RequestVerifier.verify_request_signature(request_body, request_header, signing_secret, tolerance)
327
328
  ```
328
329
 
329
-
330
330
  ## Getting Help
331
331
 
332
- If you are experiencing difficulties, [contact support](https://freeclimb.com/support).
332
+ If you are experiencing difficulties, [contact support](https://freeclimb.com/support).
@@ -72,7 +72,7 @@ instance = Freeclimb::SMSTenDLCCampaign.new(
72
72
  help_message: null,
73
73
  reference_id: null,
74
74
  mock: null,
75
- next_renewal_or_expiration_date: Fri Dec 31 18:00:00 CST 1999
75
+ next_renewal_or_expiration_date: Fri Dec 31 19:00:00 EST 1999
76
76
  )
77
77
  ```
78
78
 
@@ -0,0 +1,28 @@
1
+ # Freeclimb::TranscribeUtterance
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **action_url** | **String** | | |
8
+ | **play_beep** | **Boolean** | | [optional][default to false] |
9
+ | **record** | [**TranscribeUtteranceRecord**](TranscribeUtteranceRecord.md) | | [optional] |
10
+ | **privacy_for_logging** | **Boolean** | | [optional][default to false] |
11
+ | **privacy_for_recording** | **Boolean** | | [optional][default to false] |
12
+ | **prompts** | **Array&lt;Object&gt;** | | [optional] |
13
+
14
+ ## Example
15
+
16
+ ```ruby
17
+ require 'freeclimb'
18
+
19
+ instance = Freeclimb::TranscribeUtterance.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::TranscribeUtteranceRecord
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::TranscribeUtteranceRecord.new(
17
+ save_recording: null,
18
+ max_length_sec: null,
19
+ rcrd_termination_silence_time_ms: null
20
+ )
21
+ ```
22
+