You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,21 @@
1
1
twilio-ruby changelog
2
2
=====================
3
3
4
+
[2023-06-28] Version 6.2.0
5
+
--------------------------
6
+
**Library - Fix**
7
+
-[PR #665](https://github.com/twilio/twilio-ruby/pull/665): #663 local jump error due to lack of block passing for recording list. Thanks to [@JYorston](https://github.com/JYorston)!
8
+
9
+
**Lookups**
10
+
- Add `reassigned_number` package to the lookup response
11
+
12
+
**Numbers**
13
+
- Add hosted_number_order under version `/v2`.
14
+
- Update properties in Porting and Bulk Porting APIs. **(breaking change)**
Copy file name to clipboardExpand all lines: lib/twilio-ruby/rest/insights/v1/call/annotation.rb
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -75,11 +75,11 @@ def fetch
75
75
# Update the AnnotationInstance
76
76
# @param [AnsweredBy] answered_by
77
77
# @param [ConnectivityIssue] connectivity_issue
78
-
# @param [String] quality_issues Specify if the call had any subjective quality issues. Possible values, one or more of: no_quality_issue, low_volume, choppy_robotic, echo, dtmf, latency, owa, static_noise. Use comma separated values to indicate multiple quality issues for the same call
79
-
# @param [Boolean] spam Specify if the call was a spam call. Use this to provide feedback on whether calls placed from your account were marked as spam, or if inbound calls received by your account were unwanted spam. Is of type Boolean: true, false. Use true if the call was a spam call.
78
+
# @param [String] quality_issues Specify if the call had any subjective quality issues. Possible values, one or more of `no_quality_issue`, `low_volume`, `choppy_robotic`, `echo`, `dtmf`, `latency`, `owa`, `static_noise`. Use comma separated values to indicate multiple quality issues for the same call.
79
+
# @param [Boolean] spam A boolean flag to indicate if the call was a spam call. Use this to provide feedback on whether calls placed from your account were marked as spam, or if inbound calls received by your account were unwanted spam. Use `true` if the call was a spam call.
80
80
# @param [String] call_score Specify the call score. This is of type integer. Use a range of 1-5 to indicate the call experience score, with the following mapping as a reference for rating the call [5: Excellent, 4: Good, 3 : Fair, 2 : Poor, 1: Bad].
81
-
# @param [String] comment Specify any comments pertaining to the call. This of type string with a max limit of 100 characters. Twilio does not treat this field as PII, so don’t put any PII in here.
82
-
# @param [String] incident Associate this call with an incident or support ticket. This is of type string with a max limit of 100 characters. Twilio does not treat this field as PII, so don’t put any PII in here.
81
+
# @param [String] comment Specify any comments pertaining to the call. `comment` has a maximum character limit of 100. Twilio does not treat this field as PII, so no PII should be included in the `comment`.
82
+
# @param [String] incident Associate this call with an incident or support ticket. The `incident` parameter is of type string with a maximum character limit of 100. Twilio does not treat this field as PII, so no PII should be included in `incident`.
# @return [Array<String>] Specify if the call had any subjective quality issues. Possible values, one or more of: no_quality_issue, low_volume, choppy_robotic, echo, dtmf, latency, owa, static_noise. Use comma separated values to indicate multiple quality issues for the same call
224
+
# @return [Array<String>] Specifies if the call had any subjective quality issues. Possible values are one or more of `no_quality_issue`, `low_volume`, `choppy_robotic`, `echo`, `dtmf`, `latency`, `owa`, or `static_noise`.
225
225
defquality_issues
226
226
@properties['quality_issues']
227
227
end
228
228
229
229
##
230
-
# @return [Boolean] Specify if the call was a spam call. Use this to provide feedback on whether calls placed from your account were marked as spam, or if inbound calls received by your account were unwanted spam. Is of type Boolean: true, false. Use true if the call was a spam call.
230
+
# @return [Boolean] Specifies if the call was a spam call. Use this to provide feedback on whether calls placed from your account were marked as spam, or if inbound calls received by your account were unwanted spam. Is of type Boolean: true, false. Use true if the call was a spam call.
231
231
defspam
232
232
@properties['spam']
233
233
end
234
234
235
235
##
236
-
# @return [String] Specify the call score. This is of type integer. Use a range of 1-5 to indicate the call experience score, with the following mapping as a reference for rating the call [5: Excellent, 4: Good, 3 : Fair, 2 : Poor, 1: Bad].
236
+
# @return [String] Specifies the Call Score, if available. This is of type integer. Use a range of 1-5 to indicate the call experience score, with the following mapping as a reference for rating the call [5: Excellent, 4: Good, 3 : Fair, 2 : Poor, 1: Bad].
237
237
defcall_score
238
238
@properties['call_score']
239
239
end
240
240
241
241
##
242
-
# @return [String] Specify any comments pertaining to the call. This of type string with a max limit of 100 characters. Twilio does not treat this field as PII, so don’t put any PII in here.
242
+
# @return [String] Specifies any comments pertaining to the call. Twilio does not treat this field as PII, so no PII should be included in comments.
243
243
defcomment
244
244
@properties['comment']
245
245
end
246
246
247
247
##
248
-
# @return [String] Associate this call with an incident or support ticket. This is of type string with a max limit of 100 characters. Twilio does not treat this field as PII, so don’t put any PII in here.
248
+
# @return [String] Incident or support ticket associated with this call. The `incident` property is of type string with a maximum character limit of 100. Twilio does not treat this field as PII, so no PII should be included in `incident`.
249
249
defincident
250
250
@properties['incident']
251
251
end
@@ -268,11 +268,11 @@ def fetch
268
268
# Update the AnnotationInstance
269
269
# @param [AnsweredBy] answered_by
270
270
# @param [ConnectivityIssue] connectivity_issue
271
-
# @param [String] quality_issues Specify if the call had any subjective quality issues. Possible values, one or more of: no_quality_issue, low_volume, choppy_robotic, echo, dtmf, latency, owa, static_noise. Use comma separated values to indicate multiple quality issues for the same call
272
-
# @param [Boolean] spam Specify if the call was a spam call. Use this to provide feedback on whether calls placed from your account were marked as spam, or if inbound calls received by your account were unwanted spam. Is of type Boolean: true, false. Use true if the call was a spam call.
271
+
# @param [String] quality_issues Specify if the call had any subjective quality issues. Possible values, one or more of `no_quality_issue`, `low_volume`, `choppy_robotic`, `echo`, `dtmf`, `latency`, `owa`, `static_noise`. Use comma separated values to indicate multiple quality issues for the same call.
272
+
# @param [Boolean] spam A boolean flag to indicate if the call was a spam call. Use this to provide feedback on whether calls placed from your account were marked as spam, or if inbound calls received by your account were unwanted spam. Use `true` if the call was a spam call.
273
273
# @param [String] call_score Specify the call score. This is of type integer. Use a range of 1-5 to indicate the call experience score, with the following mapping as a reference for rating the call [5: Excellent, 4: Good, 3 : Fair, 2 : Poor, 1: Bad].
274
-
# @param [String] comment Specify any comments pertaining to the call. This of type string with a max limit of 100 characters. Twilio does not treat this field as PII, so don’t put any PII in here.
275
-
# @param [String] incident Associate this call with an incident or support ticket. This is of type string with a max limit of 100 characters. Twilio does not treat this field as PII, so don’t put any PII in here.
274
+
# @param [String] comment Specify any comments pertaining to the call. `comment` has a maximum character limit of 100. Twilio does not treat this field as PII, so no PII should be included in the `comment`.
275
+
# @param [String] incident Associate this call with an incident or support ticket. The `incident` parameter is of type string with a maximum character limit of 100. Twilio does not treat this field as PII, so no PII should be included in `incident`.
# @return [String] The unique SID identifier of the Account.
180
180
defaccount_sid
181
181
@properties['account_sid']
182
182
end
183
183
184
184
##
185
-
# @return [String]
185
+
# @return [String] The unique SID identifier of the Call.
186
186
defcall_sid
187
187
@properties['call_sid']
188
188
end
@@ -212,110 +212,110 @@ def processing_state
212
212
end
213
213
214
214
##
215
-
# @return [Time]
215
+
# @return [Time] The time at which the Call was created, given in ISO 8601 format. Can be different from `start_time` in the event of queueing due to CPS
216
216
defcreated_time
217
217
@properties['created_time']
218
218
end
219
219
220
220
##
221
-
# @return [Time]
221
+
# @return [Time] The time at which the Call was started, given in ISO 8601 format.
222
222
defstart_time
223
223
@properties['start_time']
224
224
end
225
225
226
226
##
227
-
# @return [Time]
227
+
# @return [Time] The time at which the Call was ended, given in ISO 8601 format.
228
228
defend_time
229
229
@properties['end_time']
230
230
end
231
231
232
232
##
233
-
# @return [String]
233
+
# @return [String] Duration between when the call was initiated and the call was ended
234
234
defduration
235
235
@properties['duration']
236
236
end
237
237
238
238
##
239
-
# @return [String]
239
+
# @return [String] Duration between when the call was answered and when it ended
240
240
defconnect_duration
241
241
@properties['connect_duration']
242
242
end
243
243
244
244
##
245
-
# @return [Hash]
245
+
# @return [Hash] The calling party.
246
246
deffrom
247
247
@properties['from']
248
248
end
249
249
250
250
##
251
-
# @return [Hash]
251
+
# @return [Hash] The called party.
252
252
defto
253
253
@properties['to']
254
254
end
255
255
256
256
##
257
-
# @return [Hash]
257
+
# @return [Hash] Contains metrics and properties for the Twilio media gateway of a PSTN call.
258
258
defcarrier_edge
259
259
@properties['carrier_edge']
260
260
end
261
261
262
262
##
263
-
# @return [Hash]
263
+
# @return [Hash] Contains metrics and properties for the Twilio media gateway of a Client call.
264
264
defclient_edge
265
265
@properties['client_edge']
266
266
end
267
267
268
268
##
269
-
# @return [Hash]
269
+
# @return [Hash] Contains metrics and properties for the SDK sensor library for Client calls.
270
270
defsdk_edge
271
271
@properties['sdk_edge']
272
272
end
273
273
274
274
##
275
-
# @return [Hash]
275
+
# @return [Hash] Contains metrics and properties for the Twilio media gateway of a SIP Interface or Trunking call.
276
276
defsip_edge
277
277
@properties['sip_edge']
278
278
end
279
279
280
280
##
281
-
# @return [Array<String>]
281
+
# @return [Array<String>] Tags applied to calls by Voice Insights analysis indicating a condition that could result in subjective degradation of the call quality.
# @return [Hash] Contains trusted communications details including Branded Call and verified caller ID.
306
306
deftrust
307
307
@properties['trust']
308
308
end
309
309
310
310
##
311
-
# @return [Hash]
311
+
# @return [Hash] Programmatically labeled annotations for the Call. Developers can update the Call Summary records with Annotation during or after a Call. Annotations can be updated as long as the Call Summary record is addressable via the API.
312
312
defannotation
313
313
@properties['annotation']
314
314
end
315
315
316
316
##
317
317
# Fetch the CallSummaryInstance
318
-
# @param [ProcessingState] processing_state
318
+
# @param [ProcessingState] processing_state The Processing State of this Call Summary. One of `complete`, `partial` or `all`.
0 commit comments