telnyx 4.1.0 → 4.2.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 (95) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +15 -0
  3. data/README.md +1 -1
  4. data/lib/telnyx/models/calls/action_start_transcription_params.rb +3 -3
  5. data/lib/telnyx/models/calls/transcription_start_request.rb +56 -56
  6. data/lib/telnyx/models/messaging_profile.rb +9 -1
  7. data/lib/telnyx/models/messaging_profile_create_params.rb +9 -1
  8. data/lib/telnyx/models/messaging_profile_update_params.rb +9 -1
  9. data/lib/telnyx/models/network_list_interfaces_response.rb +114 -0
  10. data/lib/telnyx/models/public_internet_gateway_create_response.rb +115 -0
  11. data/lib/telnyx/models/public_internet_gateway_delete_response.rb +115 -0
  12. data/lib/telnyx/models/public_internet_gateway_list_response.rb +114 -0
  13. data/lib/telnyx/models/public_internet_gateway_retrieve_response.rb +115 -0
  14. data/lib/telnyx/models/texml/accounts/call_calls_params.rb +33 -1
  15. data/lib/telnyx/models/texml/accounts/conferences/participant_participants_params.rb +33 -1
  16. data/lib/telnyx/models/virtual_cross_connect_create_response.rb +275 -0
  17. data/lib/telnyx/models/virtual_cross_connect_delete_response.rb +275 -0
  18. data/lib/telnyx/models/virtual_cross_connect_list_response.rb +274 -0
  19. data/lib/telnyx/models/virtual_cross_connect_retrieve_response.rb +275 -0
  20. data/lib/telnyx/models/virtual_cross_connect_update_response.rb +275 -0
  21. data/lib/telnyx/models/wireguard_interface_create_response.rb +131 -0
  22. data/lib/telnyx/models/wireguard_interface_delete_response.rb +131 -0
  23. data/lib/telnyx/models/wireguard_interface_list_response.rb +130 -0
  24. data/lib/telnyx/models/wireguard_interface_retrieve_response.rb +131 -0
  25. data/lib/telnyx/models/wireguard_peer_create_response.rb +78 -0
  26. data/lib/telnyx/models/wireguard_peer_delete_response.rb +78 -0
  27. data/lib/telnyx/models/wireguard_peer_list_response.rb +77 -0
  28. data/lib/telnyx/models/wireguard_peer_retrieve_response.rb +78 -0
  29. data/lib/telnyx/models/wireguard_peer_update_response.rb +78 -0
  30. data/lib/telnyx/resources/calls/actions.rb +1 -1
  31. data/lib/telnyx/resources/messaging_profiles.rb +6 -2
  32. data/lib/telnyx/resources/texml/accounts/calls.rb +3 -1
  33. data/lib/telnyx/resources/texml/accounts/conferences/participants.rb +3 -1
  34. data/lib/telnyx/version.rb +1 -1
  35. data/rbi/telnyx/models/calls/action_start_transcription_params.rbi +6 -6
  36. data/rbi/telnyx/models/calls/transcription_start_request.rbi +266 -263
  37. data/rbi/telnyx/models/messaging_profile.rbi +11 -0
  38. data/rbi/telnyx/models/messaging_profile_create_params.rbi +11 -0
  39. data/rbi/telnyx/models/messaging_profile_update_params.rbi +11 -0
  40. data/rbi/telnyx/models/network_list_interfaces_response.rbi +202 -0
  41. data/rbi/telnyx/models/public_internet_gateway_create_response.rbi +202 -0
  42. data/rbi/telnyx/models/public_internet_gateway_delete_response.rbi +202 -0
  43. data/rbi/telnyx/models/public_internet_gateway_list_response.rbi +202 -0
  44. data/rbi/telnyx/models/public_internet_gateway_retrieve_response.rbi +202 -0
  45. data/rbi/telnyx/models/texml/accounts/call_calls_params.rbi +65 -0
  46. data/rbi/telnyx/models/texml/accounts/conferences/participant_participants_params.rbi +67 -0
  47. data/rbi/telnyx/models/virtual_cross_connect_create_response.rbi +444 -0
  48. data/rbi/telnyx/models/virtual_cross_connect_delete_response.rbi +444 -0
  49. data/rbi/telnyx/models/virtual_cross_connect_list_response.rbi +444 -0
  50. data/rbi/telnyx/models/virtual_cross_connect_retrieve_response.rbi +444 -0
  51. data/rbi/telnyx/models/virtual_cross_connect_update_response.rbi +444 -0
  52. data/rbi/telnyx/models/wireguard_interface_create_response.rbi +224 -0
  53. data/rbi/telnyx/models/wireguard_interface_delete_response.rbi +224 -0
  54. data/rbi/telnyx/models/wireguard_interface_list_response.rbi +224 -0
  55. data/rbi/telnyx/models/wireguard_interface_retrieve_response.rbi +224 -0
  56. data/rbi/telnyx/models/wireguard_peer_create_response.rbi +125 -0
  57. data/rbi/telnyx/models/wireguard_peer_delete_response.rbi +125 -0
  58. data/rbi/telnyx/models/wireguard_peer_list_response.rbi +125 -0
  59. data/rbi/telnyx/models/wireguard_peer_retrieve_response.rbi +125 -0
  60. data/rbi/telnyx/models/wireguard_peer_update_response.rbi +125 -0
  61. data/rbi/telnyx/resources/calls/actions.rbi +5 -5
  62. data/rbi/telnyx/resources/messaging_profiles.rbi +6 -0
  63. data/rbi/telnyx/resources/texml/accounts/calls.rbi +7 -0
  64. data/rbi/telnyx/resources/texml/accounts/conferences/participants.rbi +7 -0
  65. data/sig/telnyx/models/calls/action_start_transcription_params.rbs +5 -5
  66. data/sig/telnyx/models/calls/transcription_start_request.rbs +83 -83
  67. data/sig/telnyx/models/messaging_profile.rbs +7 -0
  68. data/sig/telnyx/models/messaging_profile_create_params.rbs +7 -0
  69. data/sig/telnyx/models/messaging_profile_update_params.rbs +7 -0
  70. data/sig/telnyx/models/network_list_interfaces_response.rbs +110 -0
  71. data/sig/telnyx/models/public_internet_gateway_create_response.rbs +110 -0
  72. data/sig/telnyx/models/public_internet_gateway_delete_response.rbs +110 -0
  73. data/sig/telnyx/models/public_internet_gateway_list_response.rbs +110 -0
  74. data/sig/telnyx/models/public_internet_gateway_retrieve_response.rbs +110 -0
  75. data/sig/telnyx/models/texml/accounts/call_calls_params.rbs +21 -0
  76. data/sig/telnyx/models/texml/accounts/conferences/participant_participants_params.rbs +21 -0
  77. data/sig/telnyx/models/virtual_cross_connect_create_response.rbs +219 -0
  78. data/sig/telnyx/models/virtual_cross_connect_delete_response.rbs +219 -0
  79. data/sig/telnyx/models/virtual_cross_connect_list_response.rbs +219 -0
  80. data/sig/telnyx/models/virtual_cross_connect_retrieve_response.rbs +219 -0
  81. data/sig/telnyx/models/virtual_cross_connect_update_response.rbs +219 -0
  82. data/sig/telnyx/models/wireguard_interface_create_response.rbs +124 -0
  83. data/sig/telnyx/models/wireguard_interface_delete_response.rbs +124 -0
  84. data/sig/telnyx/models/wireguard_interface_list_response.rbs +124 -0
  85. data/sig/telnyx/models/wireguard_interface_retrieve_response.rbs +124 -0
  86. data/sig/telnyx/models/wireguard_peer_create_response.rbs +68 -0
  87. data/sig/telnyx/models/wireguard_peer_delete_response.rbs +68 -0
  88. data/sig/telnyx/models/wireguard_peer_list_response.rbs +68 -0
  89. data/sig/telnyx/models/wireguard_peer_retrieve_response.rbs +68 -0
  90. data/sig/telnyx/models/wireguard_peer_update_response.rbs +68 -0
  91. data/sig/telnyx/resources/calls/actions.rbs +1 -1
  92. data/sig/telnyx/resources/messaging_profiles.rbs +2 -0
  93. data/sig/telnyx/resources/texml/accounts/calls.rbs +1 -0
  94. data/sig/telnyx/resources/texml/accounts/conferences/participants.rbs +1 -0
  95. metadata +2 -2
@@ -51,11 +51,11 @@ module Telnyx
51
51
  returns(
52
52
  T.nilable(
53
53
  T.any(
54
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google,
55
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx,
56
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram,
57
- Telnyx::Calls::TranscriptionEngineAConfig,
58
- Telnyx::Calls::TranscriptionEngineBConfig
54
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google,
55
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx,
56
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram,
57
+ ::Telnyx::Calls::TranscriptionEngineAConfig,
58
+ ::Telnyx::Calls::TranscriptionEngineBConfig
59
59
  )
60
60
  )
61
61
  )
@@ -66,11 +66,11 @@ module Telnyx
66
66
  params(
67
67
  transcription_engine_config:
68
68
  T.any(
69
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::OrHash,
70
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::OrHash,
71
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::OrHash,
72
- Telnyx::Calls::TranscriptionEngineAConfig::OrHash,
73
- Telnyx::Calls::TranscriptionEngineBConfig::OrHash
69
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::OrHash,
70
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::OrHash,
71
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::OrHash,
72
+ ::Telnyx::Calls::TranscriptionEngineAConfig::OrHash,
73
+ ::Telnyx::Calls::TranscriptionEngineBConfig::OrHash
74
74
  )
75
75
  ).void
76
76
  end
@@ -93,11 +93,11 @@ module Telnyx
93
93
  Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngine::OrSymbol,
94
94
  transcription_engine_config:
95
95
  T.any(
96
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::OrHash,
97
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::OrHash,
98
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::OrHash,
99
- Telnyx::Calls::TranscriptionEngineAConfig::OrHash,
100
- Telnyx::Calls::TranscriptionEngineBConfig::OrHash
96
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::OrHash,
97
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::OrHash,
98
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::OrHash,
99
+ ::Telnyx::Calls::TranscriptionEngineAConfig::OrHash,
100
+ ::Telnyx::Calls::TranscriptionEngineBConfig::OrHash
101
101
  ),
102
102
  transcription_tracks: String
103
103
  ).returns(T.attached_class)
@@ -129,11 +129,11 @@ module Telnyx
129
129
  Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngine::OrSymbol,
130
130
  transcription_engine_config:
131
131
  T.any(
132
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google,
133
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx,
134
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram,
135
- Telnyx::Calls::TranscriptionEngineAConfig,
136
- Telnyx::Calls::TranscriptionEngineBConfig
132
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google,
133
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx,
134
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram,
135
+ ::Telnyx::Calls::TranscriptionEngineAConfig,
136
+ ::Telnyx::Calls::TranscriptionEngineBConfig
137
137
  ),
138
138
  transcription_tracks: String
139
139
  }
@@ -194,25 +194,25 @@ module Telnyx
194
194
  end
195
195
 
196
196
  module TranscriptionEngineConfig
197
- extend Telnyx::Internal::Type::Union
197
+ extend ::Telnyx::Internal::Type::Union
198
198
 
199
199
  Variants =
200
200
  T.type_alias do
201
201
  T.any(
202
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google,
203
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx,
204
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram,
205
- Telnyx::Calls::TranscriptionEngineAConfig,
206
- Telnyx::Calls::TranscriptionEngineBConfig
202
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google,
203
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx,
204
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram,
205
+ ::Telnyx::Calls::TranscriptionEngineAConfig,
206
+ ::Telnyx::Calls::TranscriptionEngineBConfig
207
207
  )
208
208
  end
209
209
 
210
- class Google < Telnyx::Internal::Type::BaseModel
210
+ class Google < ::Telnyx::Internal::Type::BaseModel
211
211
  OrHash =
212
212
  T.type_alias do
213
213
  T.any(
214
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google,
215
- Telnyx::Internal::AnyHash
214
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google,
215
+ ::Telnyx::Internal::AnyHash
216
216
  )
217
217
  end
218
218
 
@@ -241,14 +241,16 @@ module Telnyx
241
241
  # Language to use for speech recognition
242
242
  sig do
243
243
  returns(
244
- T.nilable(Telnyx::Calls::GoogleTranscriptionLanguage::OrSymbol)
244
+ T.nilable(
245
+ ::Telnyx::Calls::GoogleTranscriptionLanguage::OrSymbol
246
+ )
245
247
  )
246
248
  end
247
249
  attr_reader :language
248
250
 
249
251
  sig do
250
252
  params(
251
- language: Telnyx::Calls::GoogleTranscriptionLanguage::OrSymbol
253
+ language: ::Telnyx::Calls::GoogleTranscriptionLanguage::OrSymbol
252
254
  ).void
253
255
  end
254
256
  attr_writer :language
@@ -271,7 +273,7 @@ module Telnyx
271
273
  sig do
272
274
  returns(
273
275
  T.nilable(
274
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::Model::OrSymbol
276
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::Model::OrSymbol
275
277
  )
276
278
  )
277
279
  end
@@ -280,7 +282,7 @@ module Telnyx
280
282
  sig do
281
283
  params(
282
284
  model:
283
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::Model::OrSymbol
285
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::Model::OrSymbol
284
286
  ).void
285
287
  end
286
288
  attr_writer :model
@@ -297,7 +299,7 @@ module Telnyx
297
299
  returns(
298
300
  T.nilable(
299
301
  T::Array[
300
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::SpeechContext
302
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::SpeechContext
301
303
  ]
302
304
  )
303
305
  )
@@ -308,7 +310,7 @@ module Telnyx
308
310
  params(
309
311
  speech_context:
310
312
  T::Array[
311
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::SpeechContext::OrHash
313
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::SpeechContext::OrHash
312
314
  ]
313
315
  ).void
314
316
  end
@@ -318,7 +320,7 @@ module Telnyx
318
320
  sig do
319
321
  returns(
320
322
  T.nilable(
321
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::TranscriptionEngine::OrSymbol
323
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::TranscriptionEngine::OrSymbol
322
324
  )
323
325
  )
324
326
  end
@@ -327,7 +329,7 @@ module Telnyx
327
329
  sig do
328
330
  params(
329
331
  transcription_engine:
330
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::TranscriptionEngine::OrSymbol
332
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::TranscriptionEngine::OrSymbol
331
333
  ).void
332
334
  end
333
335
  attr_writer :transcription_engine
@@ -344,18 +346,19 @@ module Telnyx
344
346
  enable_speaker_diarization: T::Boolean,
345
347
  hints: T::Array[String],
346
348
  interim_results: T::Boolean,
347
- language: Telnyx::Calls::GoogleTranscriptionLanguage::OrSymbol,
349
+ language:
350
+ ::Telnyx::Calls::GoogleTranscriptionLanguage::OrSymbol,
348
351
  max_speaker_count: Integer,
349
352
  min_speaker_count: Integer,
350
353
  model:
351
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::Model::OrSymbol,
354
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::Model::OrSymbol,
352
355
  profanity_filter: T::Boolean,
353
356
  speech_context:
354
357
  T::Array[
355
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::SpeechContext::OrHash
358
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::SpeechContext::OrHash
356
359
  ],
357
360
  transcription_engine:
358
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::TranscriptionEngine::OrSymbol,
361
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::TranscriptionEngine::OrSymbol,
359
362
  use_enhanced: T::Boolean
360
363
  ).returns(T.attached_class)
361
364
  end
@@ -393,18 +396,18 @@ module Telnyx
393
396
  hints: T::Array[String],
394
397
  interim_results: T::Boolean,
395
398
  language:
396
- Telnyx::Calls::GoogleTranscriptionLanguage::OrSymbol,
399
+ ::Telnyx::Calls::GoogleTranscriptionLanguage::OrSymbol,
397
400
  max_speaker_count: Integer,
398
401
  min_speaker_count: Integer,
399
402
  model:
400
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::Model::OrSymbol,
403
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::Model::OrSymbol,
401
404
  profanity_filter: T::Boolean,
402
405
  speech_context:
403
406
  T::Array[
404
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::SpeechContext
407
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::SpeechContext
405
408
  ],
406
409
  transcription_engine:
407
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::TranscriptionEngine::OrSymbol,
410
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::TranscriptionEngine::OrSymbol,
408
411
  use_enhanced: T::Boolean
409
412
  }
410
413
  )
@@ -414,13 +417,13 @@ module Telnyx
414
417
 
415
418
  # The model to use for transcription.
416
419
  module Model
417
- extend Telnyx::Internal::Type::Enum
420
+ extend ::Telnyx::Internal::Type::Enum
418
421
 
419
422
  TaggedSymbol =
420
423
  T.type_alias do
421
424
  T.all(
422
425
  Symbol,
423
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::Model
426
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::Model
424
427
  )
425
428
  end
426
429
  OrSymbol = T.type_alias { T.any(Symbol, String) }
@@ -428,48 +431,48 @@ module Telnyx
428
431
  LATEST_LONG =
429
432
  T.let(
430
433
  :latest_long,
431
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::Model::TaggedSymbol
434
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::Model::TaggedSymbol
432
435
  )
433
436
  LATEST_SHORT =
434
437
  T.let(
435
438
  :latest_short,
436
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::Model::TaggedSymbol
439
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::Model::TaggedSymbol
437
440
  )
438
441
  COMMAND_AND_SEARCH =
439
442
  T.let(
440
443
  :command_and_search,
441
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::Model::TaggedSymbol
444
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::Model::TaggedSymbol
442
445
  )
443
446
  PHONE_CALL =
444
447
  T.let(
445
448
  :phone_call,
446
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::Model::TaggedSymbol
449
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::Model::TaggedSymbol
447
450
  )
448
451
  VIDEO =
449
452
  T.let(
450
453
  :video,
451
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::Model::TaggedSymbol
454
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::Model::TaggedSymbol
452
455
  )
453
456
  DEFAULT =
454
457
  T.let(
455
458
  :default,
456
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::Model::TaggedSymbol
459
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::Model::TaggedSymbol
457
460
  )
458
461
  MEDICAL_CONVERSATION =
459
462
  T.let(
460
463
  :medical_conversation,
461
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::Model::TaggedSymbol
464
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::Model::TaggedSymbol
462
465
  )
463
466
  MEDICAL_DICTATION =
464
467
  T.let(
465
468
  :medical_dictation,
466
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::Model::TaggedSymbol
469
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::Model::TaggedSymbol
467
470
  )
468
471
 
469
472
  sig do
470
473
  override.returns(
471
474
  T::Array[
472
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::Model::TaggedSymbol
475
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::Model::TaggedSymbol
473
476
  ]
474
477
  )
475
478
  end
@@ -477,12 +480,12 @@ module Telnyx
477
480
  end
478
481
  end
479
482
 
480
- class SpeechContext < Telnyx::Internal::Type::BaseModel
483
+ class SpeechContext < ::Telnyx::Internal::Type::BaseModel
481
484
  OrHash =
482
485
  T.type_alias do
483
486
  T.any(
484
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::SpeechContext,
485
- Telnyx::Internal::AnyHash
487
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::SpeechContext,
488
+ ::Telnyx::Internal::AnyHash
486
489
  )
487
490
  end
488
491
 
@@ -520,13 +523,13 @@ module Telnyx
520
523
 
521
524
  # Engine identifier for Google transcription service
522
525
  module TranscriptionEngine
523
- extend Telnyx::Internal::Type::Enum
526
+ extend ::Telnyx::Internal::Type::Enum
524
527
 
525
528
  TaggedSymbol =
526
529
  T.type_alias do
527
530
  T.all(
528
531
  Symbol,
529
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::TranscriptionEngine
532
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::TranscriptionEngine
530
533
  )
531
534
  end
532
535
  OrSymbol = T.type_alias { T.any(Symbol, String) }
@@ -534,13 +537,13 @@ module Telnyx
534
537
  GOOGLE =
535
538
  T.let(
536
539
  :Google,
537
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::TranscriptionEngine::TaggedSymbol
540
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::TranscriptionEngine::TaggedSymbol
538
541
  )
539
542
 
540
543
  sig do
541
544
  override.returns(
542
545
  T::Array[
543
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::TranscriptionEngine::TaggedSymbol
546
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Google::TranscriptionEngine::TaggedSymbol
544
547
  ]
545
548
  )
546
549
  end
@@ -549,12 +552,12 @@ module Telnyx
549
552
  end
550
553
  end
551
554
 
552
- class Telnyx < Telnyx::Internal::Type::BaseModel
555
+ class Telnyx < ::Telnyx::Internal::Type::BaseModel
553
556
  OrHash =
554
557
  T.type_alias do
555
558
  T.any(
556
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx,
557
- Telnyx::Internal::AnyHash
559
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx,
560
+ ::Telnyx::Internal::AnyHash
558
561
  )
559
562
  end
560
563
 
@@ -562,7 +565,7 @@ module Telnyx
562
565
  sig do
563
566
  returns(
564
567
  T.nilable(
565
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::OrSymbol
568
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::OrSymbol
566
569
  )
567
570
  )
568
571
  end
@@ -571,7 +574,7 @@ module Telnyx
571
574
  sig do
572
575
  params(
573
576
  language:
574
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::OrSymbol
577
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::OrSymbol
575
578
  ).void
576
579
  end
577
580
  attr_writer :language
@@ -580,7 +583,7 @@ module Telnyx
580
583
  sig do
581
584
  returns(
582
585
  T.nilable(
583
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::TranscriptionEngine::OrSymbol
586
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::TranscriptionEngine::OrSymbol
584
587
  )
585
588
  )
586
589
  end
@@ -589,7 +592,7 @@ module Telnyx
589
592
  sig do
590
593
  params(
591
594
  transcription_engine:
592
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::TranscriptionEngine::OrSymbol
595
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::TranscriptionEngine::OrSymbol
593
596
  ).void
594
597
  end
595
598
  attr_writer :transcription_engine
@@ -598,7 +601,7 @@ module Telnyx
598
601
  sig do
599
602
  returns(
600
603
  T.nilable(
601
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::TranscriptionModel::OrSymbol
604
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::TranscriptionModel::OrSymbol
602
605
  )
603
606
  )
604
607
  end
@@ -607,7 +610,7 @@ module Telnyx
607
610
  sig do
608
611
  params(
609
612
  transcription_model:
610
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::TranscriptionModel::OrSymbol
613
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::TranscriptionModel::OrSymbol
611
614
  ).void
612
615
  end
613
616
  attr_writer :transcription_model
@@ -615,11 +618,11 @@ module Telnyx
615
618
  sig do
616
619
  params(
617
620
  language:
618
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::OrSymbol,
621
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::OrSymbol,
619
622
  transcription_engine:
620
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::TranscriptionEngine::OrSymbol,
623
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::TranscriptionEngine::OrSymbol,
621
624
  transcription_model:
622
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::TranscriptionModel::OrSymbol
625
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::TranscriptionModel::OrSymbol
623
626
  ).returns(T.attached_class)
624
627
  end
625
628
  def self.new(
@@ -636,11 +639,11 @@ module Telnyx
636
639
  override.returns(
637
640
  {
638
641
  language:
639
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::OrSymbol,
642
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::OrSymbol,
640
643
  transcription_engine:
641
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::TranscriptionEngine::OrSymbol,
644
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::TranscriptionEngine::OrSymbol,
642
645
  transcription_model:
643
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::TranscriptionModel::OrSymbol
646
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::TranscriptionModel::OrSymbol
644
647
  }
645
648
  )
646
649
  end
@@ -649,13 +652,13 @@ module Telnyx
649
652
 
650
653
  # Language to use for speech recognition
651
654
  module Language
652
- extend Telnyx::Internal::Type::Enum
655
+ extend ::Telnyx::Internal::Type::Enum
653
656
 
654
657
  TaggedSymbol =
655
658
  T.type_alias do
656
659
  T.all(
657
660
  Symbol,
658
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language
661
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language
659
662
  )
660
663
  end
661
664
  OrSymbol = T.type_alias { T.any(Symbol, String) }
@@ -663,508 +666,508 @@ module Telnyx
663
666
  EN =
664
667
  T.let(
665
668
  :en,
666
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
669
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
667
670
  )
668
671
  ZH =
669
672
  T.let(
670
673
  :zh,
671
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
674
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
672
675
  )
673
676
  DE =
674
677
  T.let(
675
678
  :de,
676
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
679
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
677
680
  )
678
681
  ES =
679
682
  T.let(
680
683
  :es,
681
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
684
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
682
685
  )
683
686
  RU =
684
687
  T.let(
685
688
  :ru,
686
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
689
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
687
690
  )
688
691
  KO =
689
692
  T.let(
690
693
  :ko,
691
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
694
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
692
695
  )
693
696
  FR =
694
697
  T.let(
695
698
  :fr,
696
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
699
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
697
700
  )
698
701
  JA =
699
702
  T.let(
700
703
  :ja,
701
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
704
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
702
705
  )
703
706
  PT =
704
707
  T.let(
705
708
  :pt,
706
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
709
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
707
710
  )
708
711
  TR =
709
712
  T.let(
710
713
  :tr,
711
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
714
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
712
715
  )
713
716
  PL =
714
717
  T.let(
715
718
  :pl,
716
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
719
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
717
720
  )
718
721
  CA =
719
722
  T.let(
720
723
  :ca,
721
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
724
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
722
725
  )
723
726
  NL =
724
727
  T.let(
725
728
  :nl,
726
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
729
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
727
730
  )
728
731
  AR =
729
732
  T.let(
730
733
  :ar,
731
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
734
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
732
735
  )
733
736
  SV =
734
737
  T.let(
735
738
  :sv,
736
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
739
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
737
740
  )
738
741
  IT =
739
742
  T.let(
740
743
  :it,
741
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
744
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
742
745
  )
743
746
  ID =
744
747
  T.let(
745
748
  :id,
746
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
749
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
747
750
  )
748
751
  HI =
749
752
  T.let(
750
753
  :hi,
751
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
754
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
752
755
  )
753
756
  FI =
754
757
  T.let(
755
758
  :fi,
756
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
759
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
757
760
  )
758
761
  VI =
759
762
  T.let(
760
763
  :vi,
761
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
764
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
762
765
  )
763
766
  HE =
764
767
  T.let(
765
768
  :he,
766
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
769
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
767
770
  )
768
771
  UK =
769
772
  T.let(
770
773
  :uk,
771
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
774
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
772
775
  )
773
776
  EL =
774
777
  T.let(
775
778
  :el,
776
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
779
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
777
780
  )
778
781
  MS =
779
782
  T.let(
780
783
  :ms,
781
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
784
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
782
785
  )
783
786
  CS =
784
787
  T.let(
785
788
  :cs,
786
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
789
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
787
790
  )
788
791
  RO =
789
792
  T.let(
790
793
  :ro,
791
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
794
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
792
795
  )
793
796
  DA =
794
797
  T.let(
795
798
  :da,
796
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
799
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
797
800
  )
798
801
  HU =
799
802
  T.let(
800
803
  :hu,
801
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
804
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
802
805
  )
803
806
  TA =
804
807
  T.let(
805
808
  :ta,
806
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
809
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
807
810
  )
808
811
  NO =
809
812
  T.let(
810
813
  :no,
811
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
814
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
812
815
  )
813
816
  TH =
814
817
  T.let(
815
818
  :th,
816
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
819
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
817
820
  )
818
821
  UR =
819
822
  T.let(
820
823
  :ur,
821
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
824
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
822
825
  )
823
826
  HR =
824
827
  T.let(
825
828
  :hr,
826
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
829
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
827
830
  )
828
831
  BG =
829
832
  T.let(
830
833
  :bg,
831
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
834
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
832
835
  )
833
836
  LT =
834
837
  T.let(
835
838
  :lt,
836
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
839
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
837
840
  )
838
841
  LA =
839
842
  T.let(
840
843
  :la,
841
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
844
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
842
845
  )
843
846
  MI =
844
847
  T.let(
845
848
  :mi,
846
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
849
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
847
850
  )
848
851
  ML =
849
852
  T.let(
850
853
  :ml,
851
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
854
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
852
855
  )
853
856
  CY =
854
857
  T.let(
855
858
  :cy,
856
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
859
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
857
860
  )
858
861
  SK =
859
862
  T.let(
860
863
  :sk,
861
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
864
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
862
865
  )
863
866
  TE =
864
867
  T.let(
865
868
  :te,
866
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
869
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
867
870
  )
868
871
  FA =
869
872
  T.let(
870
873
  :fa,
871
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
874
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
872
875
  )
873
876
  LV =
874
877
  T.let(
875
878
  :lv,
876
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
879
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
877
880
  )
878
881
  BN =
879
882
  T.let(
880
883
  :bn,
881
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
884
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
882
885
  )
883
886
  SR =
884
887
  T.let(
885
888
  :sr,
886
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
889
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
887
890
  )
888
891
  AZ =
889
892
  T.let(
890
893
  :az,
891
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
894
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
892
895
  )
893
896
  SL =
894
897
  T.let(
895
898
  :sl,
896
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
899
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
897
900
  )
898
901
  KN =
899
902
  T.let(
900
903
  :kn,
901
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
904
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
902
905
  )
903
906
  ET =
904
907
  T.let(
905
908
  :et,
906
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
909
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
907
910
  )
908
911
  MK =
909
912
  T.let(
910
913
  :mk,
911
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
914
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
912
915
  )
913
916
  BR =
914
917
  T.let(
915
918
  :br,
916
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
919
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
917
920
  )
918
921
  EU =
919
922
  T.let(
920
923
  :eu,
921
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
924
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
922
925
  )
923
926
  IS =
924
927
  T.let(
925
928
  :is,
926
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
929
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
927
930
  )
928
931
  HY =
929
932
  T.let(
930
933
  :hy,
931
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
934
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
932
935
  )
933
936
  NE =
934
937
  T.let(
935
938
  :ne,
936
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
939
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
937
940
  )
938
941
  MN =
939
942
  T.let(
940
943
  :mn,
941
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
944
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
942
945
  )
943
946
  BS =
944
947
  T.let(
945
948
  :bs,
946
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
949
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
947
950
  )
948
951
  KK =
949
952
  T.let(
950
953
  :kk,
951
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
954
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
952
955
  )
953
956
  SQ =
954
957
  T.let(
955
958
  :sq,
956
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
959
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
957
960
  )
958
961
  SW =
959
962
  T.let(
960
963
  :sw,
961
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
964
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
962
965
  )
963
966
  GL =
964
967
  T.let(
965
968
  :gl,
966
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
969
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
967
970
  )
968
971
  MR =
969
972
  T.let(
970
973
  :mr,
971
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
974
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
972
975
  )
973
976
  PA =
974
977
  T.let(
975
978
  :pa,
976
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
979
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
977
980
  )
978
981
  SI =
979
982
  T.let(
980
983
  :si,
981
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
984
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
982
985
  )
983
986
  KM =
984
987
  T.let(
985
988
  :km,
986
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
989
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
987
990
  )
988
991
  SN =
989
992
  T.let(
990
993
  :sn,
991
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
994
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
992
995
  )
993
996
  YO =
994
997
  T.let(
995
998
  :yo,
996
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
999
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
997
1000
  )
998
1001
  SO =
999
1002
  T.let(
1000
1003
  :so,
1001
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1004
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1002
1005
  )
1003
1006
  AF =
1004
1007
  T.let(
1005
1008
  :af,
1006
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1009
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1007
1010
  )
1008
1011
  OC =
1009
1012
  T.let(
1010
1013
  :oc,
1011
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1014
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1012
1015
  )
1013
1016
  KA =
1014
1017
  T.let(
1015
1018
  :ka,
1016
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1019
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1017
1020
  )
1018
1021
  BE =
1019
1022
  T.let(
1020
1023
  :be,
1021
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1024
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1022
1025
  )
1023
1026
  TG =
1024
1027
  T.let(
1025
1028
  :tg,
1026
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1029
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1027
1030
  )
1028
1031
  SD =
1029
1032
  T.let(
1030
1033
  :sd,
1031
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1034
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1032
1035
  )
1033
1036
  GU =
1034
1037
  T.let(
1035
1038
  :gu,
1036
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1039
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1037
1040
  )
1038
1041
  AM =
1039
1042
  T.let(
1040
1043
  :am,
1041
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1044
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1042
1045
  )
1043
1046
  YI =
1044
1047
  T.let(
1045
1048
  :yi,
1046
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1049
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1047
1050
  )
1048
1051
  LO =
1049
1052
  T.let(
1050
1053
  :lo,
1051
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1054
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1052
1055
  )
1053
1056
  UZ =
1054
1057
  T.let(
1055
1058
  :uz,
1056
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1059
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1057
1060
  )
1058
1061
  FO =
1059
1062
  T.let(
1060
1063
  :fo,
1061
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1064
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1062
1065
  )
1063
1066
  HT =
1064
1067
  T.let(
1065
1068
  :ht,
1066
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1069
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1067
1070
  )
1068
1071
  PS =
1069
1072
  T.let(
1070
1073
  :ps,
1071
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1074
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1072
1075
  )
1073
1076
  TK =
1074
1077
  T.let(
1075
1078
  :tk,
1076
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1079
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1077
1080
  )
1078
1081
  NN =
1079
1082
  T.let(
1080
1083
  :nn,
1081
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1084
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1082
1085
  )
1083
1086
  MT =
1084
1087
  T.let(
1085
1088
  :mt,
1086
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1089
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1087
1090
  )
1088
1091
  SA =
1089
1092
  T.let(
1090
1093
  :sa,
1091
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1094
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1092
1095
  )
1093
1096
  LB =
1094
1097
  T.let(
1095
1098
  :lb,
1096
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1099
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1097
1100
  )
1098
1101
  MY =
1099
1102
  T.let(
1100
1103
  :my,
1101
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1104
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1102
1105
  )
1103
1106
  BO =
1104
1107
  T.let(
1105
1108
  :bo,
1106
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1109
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1107
1110
  )
1108
1111
  TL =
1109
1112
  T.let(
1110
1113
  :tl,
1111
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1114
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1112
1115
  )
1113
1116
  MG =
1114
1117
  T.let(
1115
1118
  :mg,
1116
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1119
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1117
1120
  )
1118
1121
  AS =
1119
1122
  T.let(
1120
1123
  :as,
1121
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1124
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1122
1125
  )
1123
1126
  TT =
1124
1127
  T.let(
1125
1128
  :tt,
1126
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1129
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1127
1130
  )
1128
1131
  HAW =
1129
1132
  T.let(
1130
1133
  :haw,
1131
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1134
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1132
1135
  )
1133
1136
  LN =
1134
1137
  T.let(
1135
1138
  :ln,
1136
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1139
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1137
1140
  )
1138
1141
  HA =
1139
1142
  T.let(
1140
1143
  :ha,
1141
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1144
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1142
1145
  )
1143
1146
  BA =
1144
1147
  T.let(
1145
1148
  :ba,
1146
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1149
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1147
1150
  )
1148
1151
  JW =
1149
1152
  T.let(
1150
1153
  :jw,
1151
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1154
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1152
1155
  )
1153
1156
  SU =
1154
1157
  T.let(
1155
1158
  :su,
1156
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1159
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1157
1160
  )
1158
1161
  AUTO_DETECT =
1159
1162
  T.let(
1160
1163
  :auto_detect,
1161
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1164
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1162
1165
  )
1163
1166
 
1164
1167
  sig do
1165
1168
  override.returns(
1166
1169
  T::Array[
1167
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1170
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::Language::TaggedSymbol
1168
1171
  ]
1169
1172
  )
1170
1173
  end
@@ -1174,13 +1177,13 @@ module Telnyx
1174
1177
 
1175
1178
  # Engine identifier for Telnyx transcription service
1176
1179
  module TranscriptionEngine
1177
- extend Telnyx::Internal::Type::Enum
1180
+ extend ::Telnyx::Internal::Type::Enum
1178
1181
 
1179
1182
  TaggedSymbol =
1180
1183
  T.type_alias do
1181
1184
  T.all(
1182
1185
  Symbol,
1183
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::TranscriptionEngine
1186
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::TranscriptionEngine
1184
1187
  )
1185
1188
  end
1186
1189
  OrSymbol = T.type_alias { T.any(Symbol, String) }
@@ -1188,13 +1191,13 @@ module Telnyx
1188
1191
  TELNYX =
1189
1192
  T.let(
1190
1193
  :Telnyx,
1191
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::TranscriptionEngine::TaggedSymbol
1194
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::TranscriptionEngine::TaggedSymbol
1192
1195
  )
1193
1196
 
1194
1197
  sig do
1195
1198
  override.returns(
1196
1199
  T::Array[
1197
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::TranscriptionEngine::TaggedSymbol
1200
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::TranscriptionEngine::TaggedSymbol
1198
1201
  ]
1199
1202
  )
1200
1203
  end
@@ -1204,13 +1207,13 @@ module Telnyx
1204
1207
 
1205
1208
  # The model to use for transcription.
1206
1209
  module TranscriptionModel
1207
- extend Telnyx::Internal::Type::Enum
1210
+ extend ::Telnyx::Internal::Type::Enum
1208
1211
 
1209
1212
  TaggedSymbol =
1210
1213
  T.type_alias do
1211
1214
  T.all(
1212
1215
  Symbol,
1213
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::TranscriptionModel
1216
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::TranscriptionModel
1214
1217
  )
1215
1218
  end
1216
1219
  OrSymbol = T.type_alias { T.any(Symbol, String) }
@@ -1218,18 +1221,18 @@ module Telnyx
1218
1221
  OPENAI_WHISPER_TINY =
1219
1222
  T.let(
1220
1223
  :"openai/whisper-tiny",
1221
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::TranscriptionModel::TaggedSymbol
1224
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::TranscriptionModel::TaggedSymbol
1222
1225
  )
1223
1226
  OPENAI_WHISPER_LARGE_V3_TURBO =
1224
1227
  T.let(
1225
1228
  :"openai/whisper-large-v3-turbo",
1226
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::TranscriptionModel::TaggedSymbol
1229
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::TranscriptionModel::TaggedSymbol
1227
1230
  )
1228
1231
 
1229
1232
  sig do
1230
1233
  override.returns(
1231
1234
  T::Array[
1232
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::TranscriptionModel::TaggedSymbol
1235
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Telnyx::TranscriptionModel::TaggedSymbol
1233
1236
  ]
1234
1237
  )
1235
1238
  end
@@ -1238,12 +1241,12 @@ module Telnyx
1238
1241
  end
1239
1242
  end
1240
1243
 
1241
- class Deepgram < Telnyx::Internal::Type::BaseModel
1244
+ class Deepgram < ::Telnyx::Internal::Type::BaseModel
1242
1245
  OrHash =
1243
1246
  T.type_alias do
1244
1247
  T.any(
1245
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram,
1246
- Telnyx::Internal::AnyHash
1248
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram,
1249
+ ::Telnyx::Internal::AnyHash
1247
1250
  )
1248
1251
  end
1249
1252
 
@@ -1254,7 +1257,7 @@ module Telnyx
1254
1257
  # The model to use for transcription.
1255
1258
  sig do
1256
1259
  returns(
1257
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::TranscriptionModel::OrSymbol
1260
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::TranscriptionModel::OrSymbol
1258
1261
  )
1259
1262
  end
1260
1263
  attr_accessor :transcription_model
@@ -1264,7 +1267,7 @@ module Telnyx
1264
1267
  sig do
1265
1268
  returns(
1266
1269
  T.nilable(
1267
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::OrSymbol
1270
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::OrSymbol
1268
1271
  )
1269
1272
  )
1270
1273
  end
@@ -1273,7 +1276,7 @@ module Telnyx
1273
1276
  sig do
1274
1277
  params(
1275
1278
  language:
1276
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::OrSymbol
1279
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::OrSymbol
1277
1280
  ).void
1278
1281
  end
1279
1282
  attr_writer :language
@@ -1281,9 +1284,9 @@ module Telnyx
1281
1284
  sig do
1282
1285
  params(
1283
1286
  transcription_model:
1284
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::TranscriptionModel::OrSymbol,
1287
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::TranscriptionModel::OrSymbol,
1285
1288
  language:
1286
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::OrSymbol,
1289
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::OrSymbol,
1287
1290
  transcription_engine: Symbol
1288
1291
  ).returns(T.attached_class)
1289
1292
  end
@@ -1303,9 +1306,9 @@ module Telnyx
1303
1306
  {
1304
1307
  transcription_engine: Symbol,
1305
1308
  transcription_model:
1306
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::TranscriptionModel::OrSymbol,
1309
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::TranscriptionModel::OrSymbol,
1307
1310
  language:
1308
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::OrSymbol
1311
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::OrSymbol
1309
1312
  }
1310
1313
  )
1311
1314
  end
@@ -1314,13 +1317,13 @@ module Telnyx
1314
1317
 
1315
1318
  # The model to use for transcription.
1316
1319
  module TranscriptionModel
1317
- extend Telnyx::Internal::Type::Enum
1320
+ extend ::Telnyx::Internal::Type::Enum
1318
1321
 
1319
1322
  TaggedSymbol =
1320
1323
  T.type_alias do
1321
1324
  T.all(
1322
1325
  Symbol,
1323
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::TranscriptionModel
1326
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::TranscriptionModel
1324
1327
  )
1325
1328
  end
1326
1329
  OrSymbol = T.type_alias { T.any(Symbol, String) }
@@ -1328,18 +1331,18 @@ module Telnyx
1328
1331
  DEEPGRAM_NOVA_2 =
1329
1332
  T.let(
1330
1333
  :"deepgram/nova-2",
1331
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::TranscriptionModel::TaggedSymbol
1334
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::TranscriptionModel::TaggedSymbol
1332
1335
  )
1333
1336
  DEEPGRAM_NOVA_3 =
1334
1337
  T.let(
1335
1338
  :"deepgram/nova-3",
1336
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::TranscriptionModel::TaggedSymbol
1339
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::TranscriptionModel::TaggedSymbol
1337
1340
  )
1338
1341
 
1339
1342
  sig do
1340
1343
  override.returns(
1341
1344
  T::Array[
1342
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::TranscriptionModel::TaggedSymbol
1345
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::TranscriptionModel::TaggedSymbol
1343
1346
  ]
1344
1347
  )
1345
1348
  end
@@ -1350,13 +1353,13 @@ module Telnyx
1350
1353
  # Language to use for speech recognition. Available languages depend on the
1351
1354
  # selected model.
1352
1355
  module Language
1353
- extend Telnyx::Internal::Type::Enum
1356
+ extend ::Telnyx::Internal::Type::Enum
1354
1357
 
1355
1358
  TaggedSymbol =
1356
1359
  T.type_alias do
1357
1360
  T.all(
1358
1361
  Symbol,
1359
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language
1362
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language
1360
1363
  )
1361
1364
  end
1362
1365
  OrSymbol = T.type_alias { T.any(Symbol, String) }
@@ -1364,278 +1367,278 @@ module Telnyx
1364
1367
  BG =
1365
1368
  T.let(
1366
1369
  :bg,
1367
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1370
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1368
1371
  )
1369
1372
  CA =
1370
1373
  T.let(
1371
1374
  :ca,
1372
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1375
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1373
1376
  )
1374
1377
  ZH =
1375
1378
  T.let(
1376
1379
  :zh,
1377
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1380
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1378
1381
  )
1379
1382
  ZH_CN =
1380
1383
  T.let(
1381
1384
  :"zh-CN",
1382
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1385
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1383
1386
  )
1384
1387
  ZH_HANS =
1385
1388
  T.let(
1386
1389
  :"zh-Hans",
1387
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1390
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1388
1391
  )
1389
1392
  ZH_TW =
1390
1393
  T.let(
1391
1394
  :"zh-TW",
1392
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1395
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1393
1396
  )
1394
1397
  ZH_HANT =
1395
1398
  T.let(
1396
1399
  :"zh-Hant",
1397
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1400
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1398
1401
  )
1399
1402
  ZH_HK =
1400
1403
  T.let(
1401
1404
  :"zh-HK",
1402
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1405
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1403
1406
  )
1404
1407
  CS =
1405
1408
  T.let(
1406
1409
  :cs,
1407
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1410
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1408
1411
  )
1409
1412
  DA =
1410
1413
  T.let(
1411
1414
  :da,
1412
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1415
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1413
1416
  )
1414
1417
  DA_DK =
1415
1418
  T.let(
1416
1419
  :"da-DK",
1417
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1420
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1418
1421
  )
1419
1422
  NL =
1420
1423
  T.let(
1421
1424
  :nl,
1422
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1425
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1423
1426
  )
1424
1427
  EN =
1425
1428
  T.let(
1426
1429
  :en,
1427
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1430
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1428
1431
  )
1429
1432
  EN_US =
1430
1433
  T.let(
1431
1434
  :"en-US",
1432
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1435
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1433
1436
  )
1434
1437
  EN_AU =
1435
1438
  T.let(
1436
1439
  :"en-AU",
1437
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1440
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1438
1441
  )
1439
1442
  EN_GB =
1440
1443
  T.let(
1441
1444
  :"en-GB",
1442
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1445
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1443
1446
  )
1444
1447
  EN_NZ =
1445
1448
  T.let(
1446
1449
  :"en-NZ",
1447
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1450
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1448
1451
  )
1449
1452
  EN_IN =
1450
1453
  T.let(
1451
1454
  :"en-IN",
1452
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1455
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1453
1456
  )
1454
1457
  ET =
1455
1458
  T.let(
1456
1459
  :et,
1457
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1460
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1458
1461
  )
1459
1462
  FI =
1460
1463
  T.let(
1461
1464
  :fi,
1462
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1465
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1463
1466
  )
1464
1467
  NL_BE =
1465
1468
  T.let(
1466
1469
  :"nl-BE",
1467
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1470
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1468
1471
  )
1469
1472
  FR =
1470
1473
  T.let(
1471
1474
  :fr,
1472
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1475
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1473
1476
  )
1474
1477
  FR_CA =
1475
1478
  T.let(
1476
1479
  :"fr-CA",
1477
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1480
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1478
1481
  )
1479
1482
  DE =
1480
1483
  T.let(
1481
1484
  :de,
1482
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1485
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1483
1486
  )
1484
1487
  DE_CH =
1485
1488
  T.let(
1486
1489
  :"de-CH",
1487
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1490
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1488
1491
  )
1489
1492
  EL =
1490
1493
  T.let(
1491
1494
  :el,
1492
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1495
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1493
1496
  )
1494
1497
  HI =
1495
1498
  T.let(
1496
1499
  :hi,
1497
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1500
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1498
1501
  )
1499
1502
  HU =
1500
1503
  T.let(
1501
1504
  :hu,
1502
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1505
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1503
1506
  )
1504
1507
  ID =
1505
1508
  T.let(
1506
1509
  :id,
1507
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1510
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1508
1511
  )
1509
1512
  IT =
1510
1513
  T.let(
1511
1514
  :it,
1512
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1515
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1513
1516
  )
1514
1517
  JA =
1515
1518
  T.let(
1516
1519
  :ja,
1517
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1520
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1518
1521
  )
1519
1522
  KO =
1520
1523
  T.let(
1521
1524
  :ko,
1522
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1525
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1523
1526
  )
1524
1527
  KO_KR =
1525
1528
  T.let(
1526
1529
  :"ko-KR",
1527
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1530
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1528
1531
  )
1529
1532
  LV =
1530
1533
  T.let(
1531
1534
  :lv,
1532
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1535
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1533
1536
  )
1534
1537
  LT =
1535
1538
  T.let(
1536
1539
  :lt,
1537
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1540
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1538
1541
  )
1539
1542
  MS =
1540
1543
  T.let(
1541
1544
  :ms,
1542
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1545
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1543
1546
  )
1544
1547
  NO =
1545
1548
  T.let(
1546
1549
  :no,
1547
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1550
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1548
1551
  )
1549
1552
  PL =
1550
1553
  T.let(
1551
1554
  :pl,
1552
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1555
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1553
1556
  )
1554
1557
  PT =
1555
1558
  T.let(
1556
1559
  :pt,
1557
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1560
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1558
1561
  )
1559
1562
  PT_BR =
1560
1563
  T.let(
1561
1564
  :"pt-BR",
1562
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1565
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1563
1566
  )
1564
1567
  PT_PT =
1565
1568
  T.let(
1566
1569
  :"pt-PT",
1567
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1570
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1568
1571
  )
1569
1572
  RO =
1570
1573
  T.let(
1571
1574
  :ro,
1572
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1575
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1573
1576
  )
1574
1577
  RU =
1575
1578
  T.let(
1576
1579
  :ru,
1577
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1580
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1578
1581
  )
1579
1582
  SK =
1580
1583
  T.let(
1581
1584
  :sk,
1582
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1585
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1583
1586
  )
1584
1587
  ES =
1585
1588
  T.let(
1586
1589
  :es,
1587
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1590
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1588
1591
  )
1589
1592
  ES_419 =
1590
1593
  T.let(
1591
1594
  :"es-419",
1592
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1595
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1593
1596
  )
1594
1597
  SV =
1595
1598
  T.let(
1596
1599
  :sv,
1597
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1600
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1598
1601
  )
1599
1602
  SV_SE =
1600
1603
  T.let(
1601
1604
  :"sv-SE",
1602
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1605
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1603
1606
  )
1604
1607
  TH =
1605
1608
  T.let(
1606
1609
  :th,
1607
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1610
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1608
1611
  )
1609
1612
  TH_TH =
1610
1613
  T.let(
1611
1614
  :"th-TH",
1612
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1615
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1613
1616
  )
1614
1617
  TR =
1615
1618
  T.let(
1616
1619
  :tr,
1617
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1620
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1618
1621
  )
1619
1622
  UK =
1620
1623
  T.let(
1621
1624
  :uk,
1622
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1625
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1623
1626
  )
1624
1627
  VI =
1625
1628
  T.let(
1626
1629
  :vi,
1627
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1630
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1628
1631
  )
1629
1632
  AUTO_DETECT =
1630
1633
  T.let(
1631
1634
  :auto_detect,
1632
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1635
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1633
1636
  )
1634
1637
 
1635
1638
  sig do
1636
1639
  override.returns(
1637
1640
  T::Array[
1638
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1641
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Deepgram::Language::TaggedSymbol
1639
1642
  ]
1640
1643
  )
1641
1644
  end
@@ -1647,7 +1650,7 @@ module Telnyx
1647
1650
  sig do
1648
1651
  override.returns(
1649
1652
  T::Array[
1650
- Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Variants
1653
+ ::Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::Variants
1651
1654
  ]
1652
1655
  )
1653
1656
  end