bandwidth-sdk 16.2.0 → 16.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e6b6d4b485e01b0c1168f93538f7e417f3ffa31a1aa25e984576386a76008a17
4
- data.tar.gz: 4d93c3d0feddcdfc22ab1e246d799f5b4f7e25a65a235ff84c04d462af121523
3
+ metadata.gz: 7ae27f5c926913194eb8164d4e59e33e9d2cb81fafbf7ae89eb19b5442be00ab
4
+ data.tar.gz: 91654980df034ffb61ffa9e6713415d1ba794534f5cb7f7738639ffe7f407cfc
5
5
  SHA512:
6
- metadata.gz: 470cf7c861d8da30855325ac6314f66d78c48eeeeb2cc334180d11495de3a02e60a340df8c9b5648b3fb8bfb81002ebe1a8a57b585462af9df0008bf6ff2252f
7
- data.tar.gz: 3fe5d3366cf4110ef95c041b32ec637e2731f742618fc4d6d4ac0cfd4d10b9ab5f11c9a0812ecff6628428d9e61f8fc94b98fa5cfa9b34eff2619a73a278c343
6
+ metadata.gz: f34d9942768819b5112d83b48f4785850fcd6d2abd72cb0d6c5e0e2dc9609663c464dc553f631d0207eb4fc7e6fa783a24c4214ea9c89252c5c43c74b5d94b8a
7
+ data.tar.gz: a5572c054fec8d25eb112cf9651d9a515283e6d33199f9c1a6c4b73c7b7da190024b0ab844beb167baf684ce32874ddb04a7e985f4de20f7ba29aca16fef71cc
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bandwidth-sdk (16.2.0)
4
+ bandwidth-sdk (16.2.1)
5
5
  faraday (>= 1.0.1, < 3.0)
6
6
  faraday-multipart
7
7
  marcel
@@ -11,7 +11,7 @@ GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
13
  ast (2.4.3)
14
- bigdecimal (3.2.2)
14
+ bigdecimal (3.2.3)
15
15
  byebug (12.0.0)
16
16
  coderay (1.1.3)
17
17
  diff-lcs (1.6.2)
@@ -48,7 +48,7 @@ GEM
48
48
  rainbow (3.1.1)
49
49
  rake (13.2.1)
50
50
  regexp_parser (2.11.2)
51
- rexml (3.4.2)
51
+ rexml (3.4.3)
52
52
  rspec (3.13.1)
53
53
  rspec-core (~> 3.13.0)
54
54
  rspec-expectations (~> 3.13.0)
data/README.md CHANGED
@@ -153,9 +153,9 @@ Class | Method | HTTP request | Description
153
153
  *Bandwidth::TollFreeVerificationApi* | [**request_toll_free_verification**](docs/TollFreeVerificationApi.md#request_toll_free_verification) | **POST** /accounts/{accountId}/tollFreeVerification | Request Toll-Free Verification
154
154
  *Bandwidth::TollFreeVerificationApi* | [**update_toll_free_verification_request**](docs/TollFreeVerificationApi.md#update_toll_free_verification_request) | **PUT** /accounts/{accountId}/phoneNumbers/{phoneNumber}/tollFreeVerification | Update Toll-Free Verification Request
155
155
  *Bandwidth::TollFreeVerificationApi* | [**update_webhook_subscription**](docs/TollFreeVerificationApi.md#update_webhook_subscription) | **PUT** /accounts/{accountId}/tollFreeVerification/webhooks/subscriptions/{id} | Update Webhook Subscription
156
- *Bandwidth::TranscriptionsApi* | [**delete_real_time_transcription**](docs/TranscriptionsApi.md#delete_real_time_transcription) | **DELETE** /accounts/{accountId}/calls/{callId}/transcriptions/{transcriptionId} | Delete a specific transcription
157
- *Bandwidth::TranscriptionsApi* | [**get_real_time_transcription**](docs/TranscriptionsApi.md#get_real_time_transcription) | **GET** /accounts/{accountId}/calls/{callId}/transcriptions/{transcriptionId} | Retrieve a specific transcription
158
- *Bandwidth::TranscriptionsApi* | [**list_real_time_transcriptions**](docs/TranscriptionsApi.md#list_real_time_transcriptions) | **GET** /accounts/{accountId}/calls/{callId}/transcriptions | Enumerate transcriptions made with StartTranscription
156
+ *Bandwidth::TranscriptionsApi* | [**delete_real_time_transcription**](docs/TranscriptionsApi.md#delete_real_time_transcription) | **DELETE** /accounts/{accountId}/calls/{callId}/transcriptions/{transcriptionId} | Delete Real-time Transcription
157
+ *Bandwidth::TranscriptionsApi* | [**get_real_time_transcription**](docs/TranscriptionsApi.md#get_real_time_transcription) | **GET** /accounts/{accountId}/calls/{callId}/transcriptions/{transcriptionId} | Get Real-time Transcription
158
+ *Bandwidth::TranscriptionsApi* | [**list_real_time_transcriptions**](docs/TranscriptionsApi.md#list_real_time_transcriptions) | **GET** /accounts/{accountId}/calls/{callId}/transcriptions | List Real-time Transcriptions
159
159
 
160
160
 
161
161
  ## Documentation for Models
data/bandwidth.yml CHANGED
@@ -1157,9 +1157,9 @@ paths:
1157
1157
  get:
1158
1158
  tags:
1159
1159
  - Transcriptions
1160
- summary: Enumerate transcriptions made with StartTranscription
1160
+ summary: List Real-time Transcriptions
1161
1161
  description: >-
1162
- Enumerates the transcriptions created on this call via
1162
+ List the transcriptions created on this call via
1163
1163
  [startTranscription](/docs/voice/bxml/startTranscription).
1164
1164
  operationId: listRealTimeTranscriptions
1165
1165
  parameters:
@@ -1189,7 +1189,7 @@ paths:
1189
1189
  get:
1190
1190
  tags:
1191
1191
  - Transcriptions
1192
- summary: Retrieve a specific transcription
1192
+ summary: Get Real-time Transcription
1193
1193
  description: >-
1194
1194
  Retrieve the specified transcription that was created on this call via
1195
1195
  [startTranscription](/docs/voice/bxml/startTranscription).
@@ -1220,7 +1220,7 @@ paths:
1220
1220
  delete:
1221
1221
  tags:
1222
1222
  - Transcriptions
1223
- summary: Delete a specific transcription
1223
+ summary: Delete Real-time Transcription
1224
1224
  description: >-
1225
1225
  Delete the specified transcription that was created on this call via
1226
1226
  [startTranscription](/docs/voice/bxml/startTranscription).
@@ -1929,7 +1929,7 @@ components:
1929
1929
  required:
1930
1930
  - type
1931
1931
  - description
1932
- messageId:
1932
+ id:
1933
1933
  type: string
1934
1934
  description: The ID of the message.
1935
1935
  example: 1589228074636lm4k2je7j7jklbn2
@@ -2549,8 +2549,8 @@ components:
2549
2549
  description: The data returned in a multichannel message response.
2550
2550
  type: object
2551
2551
  properties:
2552
- messageId:
2553
- $ref: '#/components/schemas/messageId'
2552
+ id:
2553
+ $ref: '#/components/schemas/id'
2554
2554
  time:
2555
2555
  description: The time the message was received by the Bandwidth API.
2556
2556
  type: string
@@ -2586,7 +2586,7 @@ components:
2586
2586
  expiration:
2587
2587
  $ref: '#/components/schemas/expiration'
2588
2588
  required:
2589
- - messageId
2589
+ - id
2590
2590
  - time
2591
2591
  - direction
2592
2592
  - to
@@ -3738,11 +3738,12 @@ components:
3738
3738
  the state of this conference member. This is the URL of this
3739
3739
  member's
3740
3740
 
3741
- [Get Conference Member](/apis/voice/#operation/getConferenceMember)
3741
+ [Get Conference
3742
+ Member](/apis/voice-apis/voice/#tag/Conferences/operation/getConferenceMember)
3742
3743
  endpoint
3743
3744
 
3744
3745
  and [Modify Conference
3745
- Member](/apis/voice/#operation/updateConferenceMember)
3746
+ Member](/apis/voice-apis/voice/#tag/Conferences/operation/updateConferenceMember)
3746
3747
 
3747
3748
  endpoint.
3748
3749
  example: >-
@@ -4094,7 +4095,7 @@ components:
4094
4095
  points to the
4095
4096
 
4096
4097
  [Get Call
4097
- Transcription](/apis/voice/#operation/getCallTranscription)
4098
+ Transcription](/apis/voice-apis/voice/#tag/Transcriptions/operation/getRealTimeTranscription)
4098
4099
  endpoint.
4099
4100
  example: >-
4100
4101
  https://voice.bandwidth.com/api/v2/accounts/9900000/calls/c-fef240ff-5cfc9091-8069-4863-a8c0-a4dcbbf1f1a4/transcriptions/t-3f758f24-c7a2fc78-7c91-401a-8b2e-e542f9c40d6b
@@ -11719,6 +11719,6 @@
11719
11719
  ]
11720
11720
  }
11721
11721
  },
11722
- "timestamp": 1756846983
11722
+ "timestamp": 1757441383
11723
11723
  }
11724
11724
  }
data/coverage/index.html CHANGED
@@ -13,7 +13,7 @@
13
13
  <img src="./assets/0.13.2/loading.gif" alt="loading"/>
14
14
  </div>
15
15
  <div id="wrapper" class="hide">
16
- <div class="timestamp">Generated <abbr class="timeago" title="2025-09-02T21:03:03+00:00">2025-09-02T21:03:03+00:00</abbr></div>
16
+ <div class="timestamp">Generated <abbr class="timeago" title="2025-09-09T18:09:43+00:00">2025-09-09T18:09:43+00:00</abbr></div>
17
17
  <ul class="group_tabs"></ul>
18
18
 
19
19
  <div id="content">
@@ -45249,7 +45249,7 @@
45249
45249
 
45250
45250
 
45251
45251
 
45252
- <code class="ruby"> # Delete a specific transcription</code>
45252
+ <code class="ruby"> # Delete Real-time Transcription</code>
45253
45253
  </li>
45254
45254
  </div>
45255
45255
 
@@ -45373,7 +45373,7 @@
45373
45373
 
45374
45374
 
45375
45375
 
45376
- <code class="ruby"> # Delete a specific transcription</code>
45376
+ <code class="ruby"> # Delete Real-time Transcription</code>
45377
45377
  </li>
45378
45378
  </div>
45379
45379
 
@@ -46047,7 +46047,7 @@
46047
46047
 
46048
46048
 
46049
46049
 
46050
- <code class="ruby"> # Retrieve a specific transcription</code>
46050
+ <code class="ruby"> # Get Real-time Transcription</code>
46051
46051
  </li>
46052
46052
  </div>
46053
46053
 
@@ -46171,7 +46171,7 @@
46171
46171
 
46172
46172
 
46173
46173
 
46174
- <code class="ruby"> # Retrieve a specific transcription</code>
46174
+ <code class="ruby"> # Get Real-time Transcription</code>
46175
46175
  </li>
46176
46176
  </div>
46177
46177
 
@@ -46845,7 +46845,7 @@
46845
46845
 
46846
46846
 
46847
46847
 
46848
- <code class="ruby"> # Enumerate transcriptions made with StartTranscription</code>
46848
+ <code class="ruby"> # List Real-time Transcriptions</code>
46849
46849
  </li>
46850
46850
  </div>
46851
46851
 
@@ -46855,7 +46855,7 @@
46855
46855
 
46856
46856
 
46857
46857
 
46858
- <code class="ruby"> # Enumerates the transcriptions created on this call via [startTranscription](/docs/voice/bxml/startTranscription).</code>
46858
+ <code class="ruby"> # List the transcriptions created on this call via [startTranscription](/docs/voice/bxml/startTranscription).</code>
46859
46859
  </li>
46860
46860
  </div>
46861
46861
 
@@ -46959,7 +46959,7 @@
46959
46959
 
46960
46960
 
46961
46961
 
46962
- <code class="ruby"> # Enumerate transcriptions made with StartTranscription</code>
46962
+ <code class="ruby"> # List Real-time Transcriptions</code>
46963
46963
  </li>
46964
46964
  </div>
46965
46965
 
@@ -46969,7 +46969,7 @@
46969
46969
 
46970
46970
 
46971
46971
 
46972
- <code class="ruby"> # Enumerates the transcriptions created on this call via [startTranscription](/docs/voice/bxml/startTranscription).</code>
46972
+ <code class="ruby"> # List the transcriptions created on this call via [startTranscription](/docs/voice/bxml/startTranscription).</code>
46973
46973
  </li>
46974
46974
  </div>
46975
46975
 
@@ -77635,7 +77635,7 @@
77635
77635
 
77636
77636
 
77637
77637
 
77638
- <code class="ruby"> VERSION = &#39;16.2.0&#39;</code>
77638
+ <code class="ruby"> VERSION = &#39;16.2.1&#39;</code>
77639
77639
  </li>
77640
77640
  </div>
77641
77641
 
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **transcription_id** | **String** | The programmable voice API transcription ID. | [optional] |
8
8
  | **transcription_name** | **String** | The programmable voice API transcription name. This name could be provided by the user when creating the transcription. | [optional] |
9
- | **transcription_url** | **String** | A URL that may be used to retrieve the transcription itself. This points to the [Get Call Transcription](/apis/voice/#operation/getCallTranscription) endpoint. | [optional] |
9
+ | **transcription_url** | **String** | A URL that may be used to retrieve the transcription itself. This points to the [Get Call Transcription](/apis/voice-apis/voice/#tag/Transcriptions/operation/getRealTimeTranscription) endpoint. | [optional] |
10
10
 
11
11
  ## Example
12
12
 
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **call_id** | **String** | The call id associated with the event. | [optional] |
8
8
  | **conference_id** | **String** | The unique, Bandwidth-generated ID of the conference that was recorded | [optional] |
9
- | **member_url** | **String** | A URL that may be used to retrieve information about or update the state of this conference member. This is the URL of this member&#39;s [Get Conference Member](/apis/voice/#operation/getConferenceMember) endpoint and [Modify Conference Member](/apis/voice/#operation/updateConferenceMember) endpoint. | [optional] |
9
+ | **member_url** | **String** | A URL that may be used to retrieve information about or update the state of this conference member. This is the URL of this member&#39;s [Get Conference Member](/apis/voice-apis/voice/#tag/Conferences/operation/getConferenceMember) endpoint and [Modify Conference Member](/apis/voice-apis/voice/#tag/Conferences/operation/updateConferenceMember) endpoint. | [optional] |
10
10
  | **mute** | **Boolean** | Whether or not this member is currently muted. Members who are muted are still able to hear other participants. If used in a PUT request, updates this member&#39;s mute status. Has no effect if omitted. | [optional] |
11
11
  | **hold** | **Boolean** | Whether or not this member is currently on hold. Members who are on hold are not able to hear or speak in the conference. If used in a PUT request, updates this member&#39;s hold status. Has no effect if omitted. | [optional] |
12
12
  | **call_ids_to_coach** | **Array&lt;String&gt;** | If this member had a value set for &#x60;callIdsToCoach&#x60; in its [Conference](/docs/voice/bxml/conference) verb or this list was added with a previous PUT request to modify the member, this is that list of calls. If present in a PUT request, modifies the calls that this member is coaching. Has no effect if omitted. See the documentation for the [Conference](/docs/voice/bxml/conference) verb for more details about coaching. Note that this will not add the matching calls to the conference; each call must individually execute a Conference verb to join. | [optional] |
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **message_id** | **String** | The ID of the message. | |
7
+ | **id** | **String** | The ID of the message. | |
8
8
  | **time** | **Time** | The time the message was received by the Bandwidth API. | |
9
9
  | **direction** | [**MessageDirectionEnum**](MessageDirectionEnum.md) | | |
10
10
  | **to** | **Array&lt;String&gt;** | The destination phone number(s) of the message, in E164 format. | |
@@ -19,7 +19,7 @@
19
19
  require 'bandwidth-sdk'
20
20
 
21
21
  instance = Bandwidth::MultiChannelMessageResponseData.new(
22
- message_id: 1589228074636lm4k2je7j7jklbn2,
22
+ id: 1589228074636lm4k2je7j7jklbn2,
23
23
  time: 2025-01-01T18:20:16Z,
24
24
  direction: null,
25
25
  to: [&quot;+15554443333&quot;],
@@ -4,16 +4,16 @@ All URIs are relative to *http://localhost*
4
4
 
5
5
  | Method | HTTP request | Description |
6
6
  | ------ | ------------ | ----------- |
7
- | [**delete_real_time_transcription**](TranscriptionsApi.md#delete_real_time_transcription) | **DELETE** /accounts/{accountId}/calls/{callId}/transcriptions/{transcriptionId} | Delete a specific transcription |
8
- | [**get_real_time_transcription**](TranscriptionsApi.md#get_real_time_transcription) | **GET** /accounts/{accountId}/calls/{callId}/transcriptions/{transcriptionId} | Retrieve a specific transcription |
9
- | [**list_real_time_transcriptions**](TranscriptionsApi.md#list_real_time_transcriptions) | **GET** /accounts/{accountId}/calls/{callId}/transcriptions | Enumerate transcriptions made with StartTranscription |
7
+ | [**delete_real_time_transcription**](TranscriptionsApi.md#delete_real_time_transcription) | **DELETE** /accounts/{accountId}/calls/{callId}/transcriptions/{transcriptionId} | Delete Real-time Transcription |
8
+ | [**get_real_time_transcription**](TranscriptionsApi.md#get_real_time_transcription) | **GET** /accounts/{accountId}/calls/{callId}/transcriptions/{transcriptionId} | Get Real-time Transcription |
9
+ | [**list_real_time_transcriptions**](TranscriptionsApi.md#list_real_time_transcriptions) | **GET** /accounts/{accountId}/calls/{callId}/transcriptions | List Real-time Transcriptions |
10
10
 
11
11
 
12
12
  ## delete_real_time_transcription
13
13
 
14
14
  > delete_real_time_transcription(account_id, call_id, transcription_id)
15
15
 
16
- Delete a specific transcription
16
+ Delete Real-time Transcription
17
17
 
18
18
  Delete the specified transcription that was created on this call via [startTranscription](/docs/voice/bxml/startTranscription). Note: After the deletion is requested and a `200` is returned, the transcription will not be accessible anymore. However, it is not deleted immediately. This deletion process, while transparent and irreversible, can take an additional 24 to 48 hours.
19
19
 
@@ -35,7 +35,7 @@ call_id = 'c-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85' # String | Programma
35
35
  transcription_id = 't-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85' # String | Programmable Voice API Transcription ID.
36
36
 
37
37
  begin
38
- # Delete a specific transcription
38
+ # Delete Real-time Transcription
39
39
  api_instance.delete_real_time_transcription(account_id, call_id, transcription_id)
40
40
  rescue Bandwidth::ApiError => e
41
41
  puts "Error when calling TranscriptionsApi->delete_real_time_transcription: #{e}"
@@ -50,7 +50,7 @@ This returns an Array which contains the response data (`nil` in this case), sta
50
50
 
51
51
  ```ruby
52
52
  begin
53
- # Delete a specific transcription
53
+ # Delete Real-time Transcription
54
54
  data, status_code, headers = api_instance.delete_real_time_transcription_with_http_info(account_id, call_id, transcription_id)
55
55
  p status_code # => 2xx
56
56
  p headers # => { ... }
@@ -86,7 +86,7 @@ nil (empty response body)
86
86
 
87
87
  > <CallTranscriptionResponse> get_real_time_transcription(account_id, call_id, transcription_id)
88
88
 
89
- Retrieve a specific transcription
89
+ Get Real-time Transcription
90
90
 
91
91
  Retrieve the specified transcription that was created on this call via [startTranscription](/docs/voice/bxml/startTranscription).
92
92
 
@@ -108,7 +108,7 @@ call_id = 'c-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85' # String | Programma
108
108
  transcription_id = 't-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85' # String | Programmable Voice API Transcription ID.
109
109
 
110
110
  begin
111
- # Retrieve a specific transcription
111
+ # Get Real-time Transcription
112
112
  result = api_instance.get_real_time_transcription(account_id, call_id, transcription_id)
113
113
  p result
114
114
  rescue Bandwidth::ApiError => e
@@ -124,7 +124,7 @@ This returns an Array which contains the response data, status code and headers.
124
124
 
125
125
  ```ruby
126
126
  begin
127
- # Retrieve a specific transcription
127
+ # Get Real-time Transcription
128
128
  data, status_code, headers = api_instance.get_real_time_transcription_with_http_info(account_id, call_id, transcription_id)
129
129
  p status_code # => 2xx
130
130
  p headers # => { ... }
@@ -160,9 +160,9 @@ end
160
160
 
161
161
  > <Array<CallTranscriptionMetadata>> list_real_time_transcriptions(account_id, call_id)
162
162
 
163
- Enumerate transcriptions made with StartTranscription
163
+ List Real-time Transcriptions
164
164
 
165
- Enumerates the transcriptions created on this call via [startTranscription](/docs/voice/bxml/startTranscription).
165
+ List the transcriptions created on this call via [startTranscription](/docs/voice/bxml/startTranscription).
166
166
 
167
167
  ### Examples
168
168
 
@@ -181,7 +181,7 @@ account_id = '9900000' # String | Your Bandwidth Account ID.
181
181
  call_id = 'c-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85' # String | Programmable Voice API Call ID.
182
182
 
183
183
  begin
184
- # Enumerate transcriptions made with StartTranscription
184
+ # List Real-time Transcriptions
185
185
  result = api_instance.list_real_time_transcriptions(account_id, call_id)
186
186
  p result
187
187
  rescue Bandwidth::ApiError => e
@@ -197,7 +197,7 @@ This returns an Array which contains the response data, status code and headers.
197
197
 
198
198
  ```ruby
199
199
  begin
200
- # Enumerate transcriptions made with StartTranscription
200
+ # List Real-time Transcriptions
201
201
  data, status_code, headers = api_instance.list_real_time_transcriptions_with_http_info(account_id, call_id)
202
202
  p status_code # => 2xx
203
203
  p headers # => { ... }
@@ -19,7 +19,7 @@ module Bandwidth
19
19
  def initialize(api_client = ApiClient.default)
20
20
  @api_client = api_client
21
21
  end
22
- # Delete a specific transcription
22
+ # Delete Real-time Transcription
23
23
  # Delete the specified transcription that was created on this call via [startTranscription](/docs/voice/bxml/startTranscription). Note: After the deletion is requested and a `200` is returned, the transcription will not be accessible anymore. However, it is not deleted immediately. This deletion process, while transparent and irreversible, can take an additional 24 to 48 hours.
24
24
  # @param account_id [String] Your Bandwidth Account ID.
25
25
  # @param call_id [String] Programmable Voice API Call ID.
@@ -31,7 +31,7 @@ module Bandwidth
31
31
  nil
32
32
  end
33
33
 
34
- # Delete a specific transcription
34
+ # Delete Real-time Transcription
35
35
  # Delete the specified transcription that was created on this call via [startTranscription](/docs/voice/bxml/startTranscription). Note: After the deletion is requested and a &#x60;200&#x60; is returned, the transcription will not be accessible anymore. However, it is not deleted immediately. This deletion process, while transparent and irreversible, can take an additional 24 to 48 hours.
36
36
  # @param account_id [String] Your Bandwidth Account ID.
37
37
  # @param call_id [String] Programmable Voice API Call ID.
@@ -94,7 +94,7 @@ module Bandwidth
94
94
  return data, status_code, headers
95
95
  end
96
96
 
97
- # Retrieve a specific transcription
97
+ # Get Real-time Transcription
98
98
  # Retrieve the specified transcription that was created on this call via [startTranscription](/docs/voice/bxml/startTranscription).
99
99
  # @param account_id [String] Your Bandwidth Account ID.
100
100
  # @param call_id [String] Programmable Voice API Call ID.
@@ -106,7 +106,7 @@ module Bandwidth
106
106
  data
107
107
  end
108
108
 
109
- # Retrieve a specific transcription
109
+ # Get Real-time Transcription
110
110
  # Retrieve the specified transcription that was created on this call via [startTranscription](/docs/voice/bxml/startTranscription).
111
111
  # @param account_id [String] Your Bandwidth Account ID.
112
112
  # @param call_id [String] Programmable Voice API Call ID.
@@ -169,8 +169,8 @@ module Bandwidth
169
169
  return data, status_code, headers
170
170
  end
171
171
 
172
- # Enumerate transcriptions made with StartTranscription
173
- # Enumerates the transcriptions created on this call via [startTranscription](/docs/voice/bxml/startTranscription).
172
+ # List Real-time Transcriptions
173
+ # List the transcriptions created on this call via [startTranscription](/docs/voice/bxml/startTranscription).
174
174
  # @param account_id [String] Your Bandwidth Account ID.
175
175
  # @param call_id [String] Programmable Voice API Call ID.
176
176
  # @param [Hash] opts the optional parameters
@@ -180,8 +180,8 @@ module Bandwidth
180
180
  data
181
181
  end
182
182
 
183
- # Enumerate transcriptions made with StartTranscription
184
- # Enumerates the transcriptions created on this call via [startTranscription](/docs/voice/bxml/startTranscription).
183
+ # List Real-time Transcriptions
184
+ # List the transcriptions created on this call via [startTranscription](/docs/voice/bxml/startTranscription).
185
185
  # @param account_id [String] Your Bandwidth Account ID.
186
186
  # @param call_id [String] Programmable Voice API Call ID.
187
187
  # @param [Hash] opts the optional parameters
@@ -21,7 +21,7 @@ module Bandwidth
21
21
  # The programmable voice API transcription name. This name could be provided by the user when creating the transcription.
22
22
  attr_accessor :transcription_name
23
23
 
24
- # A URL that may be used to retrieve the transcription itself. This points to the [Get Call Transcription](/apis/voice/#operation/getCallTranscription) endpoint.
24
+ # A URL that may be used to retrieve the transcription itself. This points to the [Get Call Transcription](/apis/voice-apis/voice/#tag/Transcriptions/operation/getRealTimeTranscription) endpoint.
25
25
  attr_accessor :transcription_url
26
26
 
27
27
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -21,7 +21,7 @@ module Bandwidth
21
21
  # The unique, Bandwidth-generated ID of the conference that was recorded
22
22
  attr_accessor :conference_id
23
23
 
24
- # A URL that may be used to retrieve information about or update the state of this conference member. This is the URL of this member's [Get Conference Member](/apis/voice/#operation/getConferenceMember) endpoint and [Modify Conference Member](/apis/voice/#operation/updateConferenceMember) endpoint.
24
+ # A URL that may be used to retrieve information about or update the state of this conference member. This is the URL of this member's [Get Conference Member](/apis/voice-apis/voice/#tag/Conferences/operation/getConferenceMember) endpoint and [Modify Conference Member](/apis/voice-apis/voice/#tag/Conferences/operation/updateConferenceMember) endpoint.
25
25
  attr_accessor :member_url
26
26
 
27
27
  # Whether or not this member is currently muted. Members who are muted are still able to hear other participants. If used in a PUT request, updates this member's mute status. Has no effect if omitted.
@@ -17,7 +17,7 @@ module Bandwidth
17
17
  # The data returned in a multichannel message response.
18
18
  class MultiChannelMessageResponseData
19
19
  # The ID of the message.
20
- attr_accessor :message_id
20
+ attr_accessor :id
21
21
 
22
22
  # The time the message was received by the Bandwidth API.
23
23
  attr_accessor :time
@@ -63,7 +63,7 @@ module Bandwidth
63
63
  # Attribute mapping from ruby-style variable name to JSON key.
64
64
  def self.attribute_map
65
65
  {
66
- :'message_id' => :'messageId',
66
+ :'id' => :'id',
67
67
  :'time' => :'time',
68
68
  :'direction' => :'direction',
69
69
  :'to' => :'to',
@@ -82,7 +82,7 @@ module Bandwidth
82
82
  # Attribute type mapping.
83
83
  def self.openapi_types
84
84
  {
85
- :'message_id' => :'String',
85
+ :'id' => :'String',
86
86
  :'time' => :'Time',
87
87
  :'direction' => :'MessageDirectionEnum',
88
88
  :'to' => :'Array<String>',
@@ -114,10 +114,10 @@ module Bandwidth
114
114
  h[k.to_sym] = v
115
115
  }
116
116
 
117
- if attributes.key?(:'message_id')
118
- self.message_id = attributes[:'message_id']
117
+ if attributes.key?(:'id')
118
+ self.id = attributes[:'id']
119
119
  else
120
- self.message_id = nil
120
+ self.id = nil
121
121
  end
122
122
 
123
123
  if attributes.key?(:'time')
@@ -166,8 +166,8 @@ module Bandwidth
166
166
  def list_invalid_properties
167
167
  warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
168
168
  invalid_properties = Array.new
169
- if @message_id.nil?
170
- invalid_properties.push('invalid value for "message_id", message_id cannot be nil.')
169
+ if @id.nil?
170
+ invalid_properties.push('invalid value for "id", id cannot be nil.')
171
171
  end
172
172
 
173
173
  if @time.nil?
@@ -197,7 +197,7 @@ module Bandwidth
197
197
  # @return true if the model is valid
198
198
  def valid?
199
199
  warn '[DEPRECATED] the `valid?` method is obsolete'
200
- return false if @message_id.nil?
200
+ return false if @id.nil?
201
201
  return false if @time.nil?
202
202
  return false if @direction.nil?
203
203
  return false if @to.nil?
@@ -235,7 +235,7 @@ module Bandwidth
235
235
  def ==(o)
236
236
  return true if self.equal?(o)
237
237
  self.class == o.class &&
238
- message_id == o.message_id &&
238
+ id == o.id &&
239
239
  time == o.time &&
240
240
  direction == o.direction &&
241
241
  to == o.to &&
@@ -254,7 +254,7 @@ module Bandwidth
254
254
  # Calculates hash code according to all attributes.
255
255
  # @return [Integer] Hash code
256
256
  def hash
257
- [message_id, time, direction, to, channel_list, tag, priority, expiration].hash
257
+ [id, time, direction, to, channel_list, tag, priority, expiration].hash
258
258
  end
259
259
 
260
260
  # Builds the object from hash
@@ -11,5 +11,5 @@ Generator version: 7.8.0
11
11
  =end
12
12
 
13
13
  module Bandwidth
14
- VERSION = '16.2.0'
14
+ VERSION = '16.2.1'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bandwidth-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 16.2.0
4
+ version: 16.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bandwidth
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-09-02 00:00:00.000000000 Z
11
+ date: 2025-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday