telnyx 5.119.0 → 5.121.0

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.
Files changed (49) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +21 -0
  3. data/README.md +1 -1
  4. data/lib/telnyx/client.rb +6 -0
  5. data/lib/telnyx/models/call_dial_params.rb +551 -1
  6. data/lib/telnyx/models/calls/action_answer_params.rb +556 -1
  7. data/lib/telnyx/models/calls/action_gather_using_speak_params.rb +2 -2
  8. data/lib/telnyx/models/calls/action_speak_params.rb +2 -2
  9. data/lib/telnyx/models/calls/action_start_conversation_relay_params.rb +411 -84
  10. data/lib/telnyx/models/conferences/action_speak_params.rb +2 -2
  11. data/lib/telnyx/models/voice_sdk_call_report_list_params.rb +56 -0
  12. data/lib/telnyx/models/voice_sdk_call_report_list_response.rb +385 -0
  13. data/lib/telnyx/models/voice_sdk_call_report_retrieve_params.rb +20 -0
  14. data/lib/telnyx/models/voice_sdk_call_report_retrieve_response.rb +390 -0
  15. data/lib/telnyx/models.rb +4 -0
  16. data/lib/telnyx/resources/calls/actions.rb +26 -8
  17. data/lib/telnyx/resources/calls.rb +3 -1
  18. data/lib/telnyx/resources/voice_sdk_call_reports.rb +71 -0
  19. data/lib/telnyx/version.rb +1 -1
  20. data/lib/telnyx.rb +5 -0
  21. data/rbi/telnyx/client.rbi +5 -0
  22. data/rbi/telnyx/models/call_dial_params.rbi +1273 -0
  23. data/rbi/telnyx/models/calls/action_answer_params.rbi +1279 -0
  24. data/rbi/telnyx/models/calls/action_gather_using_speak_params.rbi +4 -4
  25. data/rbi/telnyx/models/calls/action_speak_params.rbi +4 -4
  26. data/rbi/telnyx/models/calls/action_start_conversation_relay_params.rbi +928 -133
  27. data/rbi/telnyx/models/conferences/action_speak_params.rbi +4 -4
  28. data/rbi/telnyx/models/voice_sdk_call_report_list_params.rbi +108 -0
  29. data/rbi/telnyx/models/voice_sdk_call_report_list_response.rbi +774 -0
  30. data/rbi/telnyx/models/voice_sdk_call_report_retrieve_params.rbi +38 -0
  31. data/rbi/telnyx/models/voice_sdk_call_report_retrieve_response.rbi +782 -0
  32. data/rbi/telnyx/models.rbi +5 -0
  33. data/rbi/telnyx/resources/calls/actions.rbi +73 -24
  34. data/rbi/telnyx/resources/calls.rbi +9 -0
  35. data/rbi/telnyx/resources/conferences/actions.rbi +2 -2
  36. data/rbi/telnyx/resources/voice_sdk_call_reports.rbi +58 -0
  37. data/sig/telnyx/client.rbs +2 -0
  38. data/sig/telnyx/models/call_dial_params.rbs +440 -0
  39. data/sig/telnyx/models/calls/action_answer_params.rbs +440 -0
  40. data/sig/telnyx/models/calls/action_start_conversation_relay_params.rbs +317 -51
  41. data/sig/telnyx/models/voice_sdk_call_report_list_params.rbs +57 -0
  42. data/sig/telnyx/models/voice_sdk_call_report_list_response.rbs +340 -0
  43. data/sig/telnyx/models/voice_sdk_call_report_retrieve_params.rbs +23 -0
  44. data/sig/telnyx/models/voice_sdk_call_report_retrieve_response.rbs +345 -0
  45. data/sig/telnyx/models.rbs +4 -0
  46. data/sig/telnyx/resources/calls/actions.rbs +12 -3
  47. data/sig/telnyx/resources/calls.rbs +1 -0
  48. data/sig/telnyx/resources/voice_sdk_call_reports.rbs +19 -0
  49. metadata +17 -2
@@ -52,8 +52,8 @@ module Telnyx
52
52
  # `speech-02-hd`, `speech-2.6-turbo`, `speech-2.8-turbo`. Use `voice_settings`
53
53
  # to configure speed, volume, pitch, and language_boost.
54
54
  # - **Rime:** Use `Rime.<model_id>.<voice_id>` (e.g., `Rime.Arcana.cove`).
55
- # Supported model_ids: `Arcana`, `Mist`. Use `voice_settings` to configure
56
- # voice_speed.
55
+ # Supported model_ids: `Arcana`, `Mist`, `ArcanaV3`, `Coda`. Use
56
+ # `voice_settings` to configure voice_speed.
57
57
  # - **Resemble:** Use `Resemble.Turbo.<voice_id>` (e.g.,
58
58
  # `Resemble.Turbo.my_voice`). Only `Turbo` model is supported. Use
59
59
  # `voice_settings` to configure precision, sample_rate, and format.
@@ -0,0 +1,56 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Telnyx
4
+ module Models
5
+ # @see Telnyx::Resources::VoiceSDKCallReports#list
6
+ class VoiceSDKCallReportListParams < Telnyx::Internal::Type::BaseModel
7
+ extend Telnyx::Internal::Type::RequestParameters::Converter
8
+ include Telnyx::Internal::Type::RequestParameters
9
+
10
+ # @!attribute page_number
11
+ #
12
+ # @return [Integer, nil]
13
+ optional :page_number, Integer
14
+
15
+ # @!attribute page_size
16
+ #
17
+ # @return [Integer, nil]
18
+ optional :page_size, Integer
19
+
20
+ # @!attribute sort
21
+ # Set the order of the results by creation date. `asc` and `created_at` sort
22
+ # oldest reports first; `desc` and `-created_at` sort newest reports first. If not
23
+ # given, results are sorted by creation date in descending order.
24
+ #
25
+ # @return [Symbol, Telnyx::Models::VoiceSDKCallReportListParams::Sort, nil]
26
+ optional :sort, enum: -> { Telnyx::VoiceSDKCallReportListParams::Sort }
27
+
28
+ # @!method initialize(page_number: nil, page_size: nil, sort: nil, request_options: {})
29
+ # Some parameter documentations has been truncated, see
30
+ # {Telnyx::Models::VoiceSDKCallReportListParams} for more details.
31
+ #
32
+ # @param page_number [Integer]
33
+ #
34
+ # @param page_size [Integer]
35
+ #
36
+ # @param sort [Symbol, Telnyx::Models::VoiceSDKCallReportListParams::Sort] Set the order of the results by creation date. `asc` and `created_at` sort oldes
37
+ #
38
+ # @param request_options [Telnyx::RequestOptions, Hash{Symbol=>Object}]
39
+
40
+ # Set the order of the results by creation date. `asc` and `created_at` sort
41
+ # oldest reports first; `desc` and `-created_at` sort newest reports first. If not
42
+ # given, results are sorted by creation date in descending order.
43
+ module Sort
44
+ extend Telnyx::Internal::Type::Enum
45
+
46
+ ASC = :asc
47
+ DESC = :desc
48
+ CREATED_AT = :created_at
49
+ CREATED_AT_DESC = :"-created_at"
50
+
51
+ # @!method self.values
52
+ # @return [Array<Symbol>]
53
+ end
54
+ end
55
+ end
56
+ end
@@ -0,0 +1,385 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Telnyx
4
+ module Models
5
+ # @see Telnyx::Resources::VoiceSDKCallReports#list
6
+ class VoiceSDKCallReportListResponse < Telnyx::Internal::Type::BaseModel
7
+ # @!attribute call_id
8
+ # Unique call identifier.
9
+ #
10
+ # @return [String, nil]
11
+ optional :call_id, String
12
+
13
+ # @!attribute call_report_id
14
+ # User-scoped storage grouping identifier derived from the authenticated user.
15
+ # This is not a unique per-call report identifier and may be shared by multiple
16
+ # calls for the same user.
17
+ #
18
+ # @return [String, nil]
19
+ optional :call_report_id, String
20
+
21
+ # @!attribute created_at
22
+ # Creation timestamp when present.
23
+ #
24
+ # @return [Time, nil]
25
+ optional :created_at, Time
26
+
27
+ # @!attribute flush_reason
28
+ # Reason the SDK flushed this stats report segment, for example an intermediate
29
+ # socket-close flush.
30
+ #
31
+ # @return [Hash{Symbol=>Object}, nil]
32
+ optional :flush_reason,
33
+ Telnyx::Internal::Type::HashOf[Telnyx::Internal::Type::Unknown],
34
+ api_name: :flushReason
35
+
36
+ # @!attribute logs
37
+ # Raw logs payload emitted by the Voice SDK and stored without normalization. Live
38
+ # responses commonly return an array of log entries, but object-shaped log
39
+ # payloads are also allowed for compatibility.
40
+ #
41
+ # @return [Array<Telnyx::Models::VoiceSDKCallReportListResponse::Logs::UnionMember0>, Telnyx::Models::VoiceSDKCallReportListResponse::Logs::Entries, nil]
42
+ optional :logs, union: -> { Telnyx::Models::VoiceSDKCallReportListResponse::Logs }
43
+
44
+ # @!attribute organization_id
45
+ # Organization associated with the stored call report when provided by the Voice
46
+ # SDK reporting path.
47
+ #
48
+ # @return [String, nil]
49
+ optional :organization_id, String
50
+
51
+ # @!attribute segment
52
+ # Zero-based stats segment index when the SDK sends segmented or intermediate
53
+ # reports.
54
+ #
55
+ # @return [Integer, nil]
56
+ optional :segment, Integer
57
+
58
+ # @!attribute stats
59
+ # Raw stats payload emitted by the Voice SDK and stored without normalization. The
60
+ # exact shape can vary by SDK platform and version. Live responses commonly return
61
+ # an array of interval snapshots, but object-shaped stats payloads are also
62
+ # allowed for compatibility.
63
+ #
64
+ # @return [Array<Hash{Symbol=>Object}>, Telnyx::Models::VoiceSDKCallReportListResponse::Stats::UnionMember1, nil]
65
+ optional :stats, union: -> { Telnyx::Models::VoiceSDKCallReportListResponse::Stats }
66
+
67
+ # @!attribute stored_at
68
+ # Time when the call report was stored.
69
+ #
70
+ # @return [Time, nil]
71
+ optional :stored_at, Time
72
+
73
+ # @!attribute summary
74
+ # High-level call metadata.
75
+ #
76
+ # @return [Hash{Symbol=>Object}, nil]
77
+ optional :summary, Telnyx::Internal::Type::HashOf[Telnyx::Internal::Type::Unknown]
78
+
79
+ # @!attribute telnyx_leg_id
80
+ # Telnyx call leg identifier for correlating the report with call-control, SIP,
81
+ # and media troubleshooting data.
82
+ #
83
+ # @return [String, nil]
84
+ optional :telnyx_leg_id, String
85
+
86
+ # @!attribute telnyx_session_id
87
+ # Telnyx RTC session identifier for correlating the report with Voice SDK
88
+ # signaling and media-session logs.
89
+ #
90
+ # @return [String, nil]
91
+ optional :telnyx_session_id, String
92
+
93
+ # @!attribute user_agent
94
+ # Voice SDK user agent string reported by the client. This is the preferred
95
+ # SDK/platform/version dimension when present.
96
+ #
97
+ # @return [String, nil]
98
+ optional :user_agent, String
99
+
100
+ # @!attribute user_id
101
+ # Authenticated user that owns the call report.
102
+ #
103
+ # @return [String, nil]
104
+ optional :user_id, String
105
+
106
+ # @!attribute version
107
+ # Legacy SDK version value when the client reports one separately from the user
108
+ # agent.
109
+ #
110
+ # @return [String, nil]
111
+ optional :version, String
112
+
113
+ # @!attribute voice_sdk_id
114
+ # Voice SDK instance identifier.
115
+ #
116
+ # @return [String, nil]
117
+ optional :voice_sdk_id, String
118
+
119
+ # @!attribute voice_sdk_id_decoded
120
+ # Decoded Voice SDK identifier metadata emitted by voice-sdk-proxy when available.
121
+ #
122
+ # @return [Hash{Symbol=>Object}, nil]
123
+ optional :voice_sdk_id_decoded, Telnyx::Internal::Type::HashOf[Telnyx::Internal::Type::Unknown]
124
+
125
+ # @!attribute voice_sdk_session_id
126
+ # Voice SDK session correlation identifier used to group stats segments for the
127
+ # same SDK session.
128
+ #
129
+ # @return [String, nil]
130
+ optional :voice_sdk_session_id, String
131
+
132
+ # @!method initialize(call_id: nil, call_report_id: nil, created_at: nil, flush_reason: nil, logs: nil, organization_id: nil, segment: nil, stats: nil, stored_at: nil, summary: nil, telnyx_leg_id: nil, telnyx_session_id: nil, user_agent: nil, user_id: nil, version: nil, voice_sdk_id: nil, voice_sdk_id_decoded: nil, voice_sdk_session_id: nil)
133
+ # Some parameter documentations has been truncated, see
134
+ # {Telnyx::Models::VoiceSDKCallReportListResponse} for more details.
135
+ #
136
+ # A raw call report stats JSON payload. The schema is intentionally permissive
137
+ # because Voice SDK clients can add fields over time.
138
+ #
139
+ # @param call_id [String] Unique call identifier.
140
+ #
141
+ # @param call_report_id [String] User-scoped storage grouping identifier derived from the authenticated user. Thi
142
+ #
143
+ # @param created_at [Time] Creation timestamp when present.
144
+ #
145
+ # @param flush_reason [Hash{Symbol=>Object}] Reason the SDK flushed this stats report segment, for example an intermediate so
146
+ #
147
+ # @param logs [Array<Telnyx::Models::VoiceSDKCallReportListResponse::Logs::UnionMember0>, Telnyx::Models::VoiceSDKCallReportListResponse::Logs::Entries] Raw logs payload emitted by the Voice SDK and stored without normalization. Live
148
+ #
149
+ # @param organization_id [String] Organization associated with the stored call report when provided by the Voice S
150
+ #
151
+ # @param segment [Integer] Zero-based stats segment index when the SDK sends segmented or intermediate repo
152
+ #
153
+ # @param stats [Array<Hash{Symbol=>Object}>, Telnyx::Models::VoiceSDKCallReportListResponse::Stats::UnionMember1] Raw stats payload emitted by the Voice SDK and stored without normalization. The
154
+ #
155
+ # @param stored_at [Time] Time when the call report was stored.
156
+ #
157
+ # @param summary [Hash{Symbol=>Object}] High-level call metadata.
158
+ #
159
+ # @param telnyx_leg_id [String] Telnyx call leg identifier for correlating the report with call-control, SIP, an
160
+ #
161
+ # @param telnyx_session_id [String] Telnyx RTC session identifier for correlating the report with Voice SDK signalin
162
+ #
163
+ # @param user_agent [String] Voice SDK user agent string reported by the client. This is the preferred SDK/pl
164
+ #
165
+ # @param user_id [String] Authenticated user that owns the call report.
166
+ #
167
+ # @param version [String] Legacy SDK version value when the client reports one separately from the user ag
168
+ #
169
+ # @param voice_sdk_id [String] Voice SDK instance identifier.
170
+ #
171
+ # @param voice_sdk_id_decoded [Hash{Symbol=>Object}] Decoded Voice SDK identifier metadata emitted by voice-sdk-proxy when available.
172
+ #
173
+ # @param voice_sdk_session_id [String] Voice SDK session correlation identifier used to group stats segments for the sa
174
+
175
+ # Raw logs payload emitted by the Voice SDK and stored without normalization. Live
176
+ # responses commonly return an array of log entries, but object-shaped log
177
+ # payloads are also allowed for compatibility.
178
+ #
179
+ # @see Telnyx::Models::VoiceSDKCallReportListResponse#logs
180
+ module Logs
181
+ extend Telnyx::Internal::Type::Union
182
+
183
+ # Raw log entries emitted by the Voice SDK.
184
+ variant -> { Telnyx::Models::VoiceSDKCallReportListResponse::Logs::UnionMember0Array }
185
+
186
+ # Raw logs object emitted by the Voice SDK when logs are grouped under an entries field.
187
+ variant -> { Telnyx::Models::VoiceSDKCallReportListResponse::Logs::Entries }
188
+
189
+ class UnionMember0 < Telnyx::Internal::Type::BaseModel
190
+ # @!attribute context
191
+ # Raw structured context attached to the log entry.
192
+ #
193
+ # @return [Hash{Symbol=>Object}, nil]
194
+ optional :context, Telnyx::Internal::Type::HashOf[Telnyx::Internal::Type::Unknown]
195
+
196
+ # @!attribute level
197
+ # Log level emitted by the SDK.
198
+ #
199
+ # @return [Symbol, Telnyx::Models::VoiceSDKCallReportListResponse::Logs::UnionMember0::Level, nil]
200
+ optional :level, enum: -> { Telnyx::Models::VoiceSDKCallReportListResponse::Logs::UnionMember0::Level }
201
+
202
+ # @!attribute message
203
+ # Log message.
204
+ #
205
+ # @return [String, nil]
206
+ optional :message, String
207
+
208
+ # @!attribute timestamp
209
+ # Time when the log entry was emitted.
210
+ #
211
+ # @return [Time, nil]
212
+ optional :timestamp, Time
213
+
214
+ # @!method initialize(context: nil, level: nil, message: nil, timestamp: nil)
215
+ # A raw Voice SDK log entry. Additional SDK-specific fields may be present.
216
+ #
217
+ # @param context [Hash{Symbol=>Object}] Raw structured context attached to the log entry.
218
+ #
219
+ # @param level [Symbol, Telnyx::Models::VoiceSDKCallReportListResponse::Logs::UnionMember0::Level] Log level emitted by the SDK.
220
+ #
221
+ # @param message [String] Log message.
222
+ #
223
+ # @param timestamp [Time] Time when the log entry was emitted.
224
+
225
+ # Log level emitted by the SDK.
226
+ #
227
+ # @see Telnyx::Models::VoiceSDKCallReportListResponse::Logs::UnionMember0#level
228
+ module Level
229
+ extend Telnyx::Internal::Type::Enum
230
+
231
+ DEBUG = :debug
232
+ INFO = :info
233
+ WARN = :warn
234
+ ERROR = :error
235
+
236
+ # @!method self.values
237
+ # @return [Array<Symbol>]
238
+ end
239
+ end
240
+
241
+ class Entries < Telnyx::Internal::Type::BaseModel
242
+ # @!attribute entries
243
+ # Raw log entries when the SDK groups logs under an entries field.
244
+ #
245
+ # @return [Array<Telnyx::Models::VoiceSDKCallReportListResponse::Logs::Entries::Entry>, nil]
246
+ optional :entries,
247
+ -> { Telnyx::Internal::Type::ArrayOf[Telnyx::Models::VoiceSDKCallReportListResponse::Logs::Entries::Entry] }
248
+
249
+ # @!method initialize(entries: nil)
250
+ # Raw logs object emitted by the Voice SDK when logs are grouped under an entries
251
+ # field.
252
+ #
253
+ # @param entries [Array<Telnyx::Models::VoiceSDKCallReportListResponse::Logs::Entries::Entry>] Raw log entries when the SDK groups logs under an entries field.
254
+
255
+ class Entry < Telnyx::Internal::Type::BaseModel
256
+ # @!attribute context
257
+ # Raw structured context attached to the log entry.
258
+ #
259
+ # @return [Hash{Symbol=>Object}, nil]
260
+ optional :context, Telnyx::Internal::Type::HashOf[Telnyx::Internal::Type::Unknown]
261
+
262
+ # @!attribute level
263
+ # Log level emitted by the SDK.
264
+ #
265
+ # @return [Symbol, Telnyx::Models::VoiceSDKCallReportListResponse::Logs::Entries::Entry::Level, nil]
266
+ optional :level, enum: -> { Telnyx::Models::VoiceSDKCallReportListResponse::Logs::Entries::Entry::Level }
267
+
268
+ # @!attribute message
269
+ # Log message.
270
+ #
271
+ # @return [String, nil]
272
+ optional :message, String
273
+
274
+ # @!attribute timestamp
275
+ # Time when the log entry was emitted.
276
+ #
277
+ # @return [Time, nil]
278
+ optional :timestamp, Time
279
+
280
+ # @!method initialize(context: nil, level: nil, message: nil, timestamp: nil)
281
+ # A raw Voice SDK log entry. Additional SDK-specific fields may be present.
282
+ #
283
+ # @param context [Hash{Symbol=>Object}] Raw structured context attached to the log entry.
284
+ #
285
+ # @param level [Symbol, Telnyx::Models::VoiceSDKCallReportListResponse::Logs::Entries::Entry::Level] Log level emitted by the SDK.
286
+ #
287
+ # @param message [String] Log message.
288
+ #
289
+ # @param timestamp [Time] Time when the log entry was emitted.
290
+
291
+ # Log level emitted by the SDK.
292
+ #
293
+ # @see Telnyx::Models::VoiceSDKCallReportListResponse::Logs::Entries::Entry#level
294
+ module Level
295
+ extend Telnyx::Internal::Type::Enum
296
+
297
+ DEBUG = :debug
298
+ INFO = :info
299
+ WARN = :warn
300
+ ERROR = :error
301
+
302
+ # @!method self.values
303
+ # @return [Array<Symbol>]
304
+ end
305
+ end
306
+ end
307
+
308
+ # @!method self.variants
309
+ # @return [Array(Array<Telnyx::Models::VoiceSDKCallReportListResponse::Logs::UnionMember0>, Telnyx::Models::VoiceSDKCallReportListResponse::Logs::Entries)]
310
+
311
+ # @type [Telnyx::Internal::Type::Converter]
312
+ UnionMember0Array =
313
+ Telnyx::Internal::Type::ArrayOf[-> { Telnyx::Models::VoiceSDKCallReportListResponse::Logs::UnionMember0 }]
314
+ end
315
+
316
+ # Raw stats payload emitted by the Voice SDK and stored without normalization. The
317
+ # exact shape can vary by SDK platform and version. Live responses commonly return
318
+ # an array of interval snapshots, but object-shaped stats payloads are also
319
+ # allowed for compatibility.
320
+ #
321
+ # @see Telnyx::Models::VoiceSDKCallReportListResponse#stats
322
+ module Stats
323
+ extend Telnyx::Internal::Type::Union
324
+
325
+ # Raw interval stats snapshots emitted by the Voice SDK.
326
+ variant -> { Telnyx::Models::VoiceSDKCallReportListResponse::Stats::UnionMember0Array }
327
+
328
+ # Raw stats object emitted by the Voice SDK.
329
+ variant -> { Telnyx::Models::VoiceSDKCallReportListResponse::Stats::UnionMember1 }
330
+
331
+ class UnionMember1 < Telnyx::Internal::Type::BaseModel
332
+ # @!attribute audio
333
+ # Raw audio stats such as inbound/outbound packet, byte, jitter, packet-loss,
334
+ # bitrate, and audio-level metrics.
335
+ #
336
+ # @return [Hash{Symbol=>Object}, nil]
337
+ optional :audio, Telnyx::Internal::Type::HashOf[Telnyx::Internal::Type::Unknown]
338
+
339
+ # @!attribute connection
340
+ # Raw connection stats such as round-trip time, packets, and bytes sent or
341
+ # received.
342
+ #
343
+ # @return [Hash{Symbol=>Object}, nil]
344
+ optional :connection, Telnyx::Internal::Type::HashOf[Telnyx::Internal::Type::Unknown]
345
+
346
+ # @!attribute ice
347
+ # Raw ICE candidate-pair information, including selected pair, local/remote
348
+ # candidates, state, and nomination data when provided by the SDK.
349
+ #
350
+ # @return [Hash{Symbol=>Object}, nil]
351
+ optional :ice, Telnyx::Internal::Type::HashOf[Telnyx::Internal::Type::Unknown]
352
+
353
+ # @!attribute transport
354
+ # Raw transport stats such as ICE state, DTLS state, SRTP cipher, TLS version, and
355
+ # selected-candidate-pair changes.
356
+ #
357
+ # @return [Hash{Symbol=>Object}, nil]
358
+ optional :transport, Telnyx::Internal::Type::HashOf[Telnyx::Internal::Type::Unknown]
359
+
360
+ # @!method initialize(audio: nil, connection: nil, ice: nil, transport: nil)
361
+ # Some parameter documentations has been truncated, see
362
+ # {Telnyx::Models::VoiceSDKCallReportListResponse::Stats::UnionMember1} for more
363
+ # details.
364
+ #
365
+ # Raw stats object emitted by the Voice SDK.
366
+ #
367
+ # @param audio [Hash{Symbol=>Object}] Raw audio stats such as inbound/outbound packet, byte, jitter, packet-loss, bitr
368
+ #
369
+ # @param connection [Hash{Symbol=>Object}] Raw connection stats such as round-trip time, packets, and bytes sent or receive
370
+ #
371
+ # @param ice [Hash{Symbol=>Object}] Raw ICE candidate-pair information, including selected pair, local/remote candid
372
+ #
373
+ # @param transport [Hash{Symbol=>Object}] Raw transport stats such as ICE state, DTLS state, SRTP cipher, TLS version, and
374
+ end
375
+
376
+ # @!method self.variants
377
+ # @return [Array(Array<Hash{Symbol=>Object}>, Telnyx::Models::VoiceSDKCallReportListResponse::Stats::UnionMember1)]
378
+
379
+ # @type [Telnyx::Internal::Type::Converter]
380
+ UnionMember0Array =
381
+ Telnyx::Internal::Type::ArrayOf[Telnyx::Internal::Type::HashOf[Telnyx::Internal::Type::Unknown]]
382
+ end
383
+ end
384
+ end
385
+ end
@@ -0,0 +1,20 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Telnyx
4
+ module Models
5
+ # @see Telnyx::Resources::VoiceSDKCallReports#retrieve
6
+ class VoiceSDKCallReportRetrieveParams < Telnyx::Internal::Type::BaseModel
7
+ extend Telnyx::Internal::Type::RequestParameters::Converter
8
+ include Telnyx::Internal::Type::RequestParameters
9
+
10
+ # @!attribute call_id
11
+ #
12
+ # @return [String]
13
+ required :call_id, String
14
+
15
+ # @!method initialize(call_id:, request_options: {})
16
+ # @param call_id [String]
17
+ # @param request_options [Telnyx::RequestOptions, Hash{Symbol=>Object}]
18
+ end
19
+ end
20
+ end