telnyx 5.35.0 → 5.36.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (209) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +23 -0
  3. data/README.md +1 -1
  4. data/lib/telnyx/client.rb +8 -0
  5. data/lib/telnyx/internal/type/base_model.rb +1 -1
  6. data/lib/telnyx/models/ai/conversation_add_message_params.rb +4 -4
  7. data/lib/telnyx/models/alphanumeric_sender_id_create_params.rb +38 -0
  8. data/lib/telnyx/models/alphanumeric_sender_id_create_response.rb +77 -0
  9. data/lib/telnyx/models/alphanumeric_sender_id_delete_params.rb +14 -0
  10. data/lib/telnyx/models/alphanumeric_sender_id_delete_response.rb +77 -0
  11. data/lib/telnyx/models/alphanumeric_sender_id_list_params.rb +38 -0
  12. data/lib/telnyx/models/alphanumeric_sender_id_list_response.rb +66 -0
  13. data/lib/telnyx/models/alphanumeric_sender_id_retrieve_params.rb +14 -0
  14. data/lib/telnyx/models/alphanumeric_sender_id_retrieve_response.rb +77 -0
  15. data/lib/telnyx/models/api_error.rb +4 -4
  16. data/lib/telnyx/models/available_phone_number_block_list_response.rb +7 -7
  17. data/lib/telnyx/models/conferences/{action_end_params.rb → action_end_conference_params.rb} +3 -3
  18. data/lib/telnyx/models/conferences/{action_end_response.rb → action_end_conference_response.rb} +2 -2
  19. data/lib/telnyx/models/conferences/{action_gather_using_audio_params.rb → action_gather_dtmf_audio_params.rb} +3 -3
  20. data/lib/telnyx/models/conferences/{action_gather_using_audio_response.rb → action_gather_dtmf_audio_response.rb} +2 -2
  21. data/lib/telnyx/models/customer_service_record.rb +9 -1
  22. data/lib/telnyx/models/message_retrieve_group_messages_params.rb +14 -0
  23. data/lib/telnyx/models/message_retrieve_group_messages_response.rb +16 -0
  24. data/lib/telnyx/models/message_send_with_alphanumeric_sender_params.rb +70 -0
  25. data/lib/telnyx/models/message_send_with_alphanumeric_sender_response.rb +16 -0
  26. data/lib/telnyx/models/messaging_10dlc/brand_update_params.rb +1 -1
  27. data/lib/telnyx/models/messaging_10dlc/partner_campaign_list_params.rb +1 -1
  28. data/lib/telnyx/models/messaging_hosted_number_list_params.rb +71 -0
  29. data/lib/telnyx/models/messaging_hosted_number_retrieve_params.rb +14 -0
  30. data/lib/telnyx/models/messaging_hosted_number_retrieve_response.rb +16 -0
  31. data/lib/telnyx/models/messaging_hosted_number_update_params.rb +49 -0
  32. data/lib/telnyx/models/messaging_hosted_number_update_response.rb +16 -0
  33. data/lib/telnyx/models/messaging_numbers_bulk_update_create_params.rb +9 -1
  34. data/lib/telnyx/models/messaging_profile.rb +25 -1
  35. data/lib/telnyx/models/messaging_profile_create_params.rb +25 -1
  36. data/lib/telnyx/models/messaging_profile_list_alphanumeric_sender_ids_params.rb +26 -0
  37. data/lib/telnyx/models/messaging_profile_list_alphanumeric_sender_ids_response.rb +67 -0
  38. data/lib/telnyx/models/messaging_profile_list_params.rb +17 -1
  39. data/lib/telnyx/models/messaging_profile_metric_list_params.rb +37 -0
  40. data/lib/telnyx/models/messaging_profile_metric_list_response.rb +23 -0
  41. data/lib/telnyx/models/messaging_profile_retrieve_metrics_params.rb +37 -0
  42. data/lib/telnyx/models/messaging_profile_retrieve_metrics_response.rb +17 -0
  43. data/lib/telnyx/models/messaging_profiles/action_regenerate_secret_params.rb +16 -0
  44. data/lib/telnyx/models/messaging_profiles/action_regenerate_secret_response.rb +18 -0
  45. data/lib/telnyx/models/mobile_phone_numbers/messaging_list_response.rb +17 -1
  46. data/lib/telnyx/models/mobile_phone_numbers/messaging_retrieve_response.rb +17 -1
  47. data/lib/telnyx/models/number_reservation.rb +9 -1
  48. data/lib/telnyx/models/phone_number_delete_response.rb +9 -1
  49. data/lib/telnyx/models/phone_number_detailed.rb +17 -1
  50. data/lib/telnyx/models/phone_number_slim_list_response.rb +17 -1
  51. data/lib/telnyx/models/phone_number_update_params.rb +9 -1
  52. data/lib/telnyx/models/phone_number_with_messaging_settings.rb +17 -1
  53. data/lib/telnyx/models/phone_numbers/messaging_list_params.rb +66 -1
  54. data/lib/telnyx/models/phone_numbers/messaging_update_params.rb +9 -1
  55. data/lib/telnyx/models/porting_order.rb +180 -1
  56. data/lib/telnyx/models/porting_orders/phone_number_block_list_params.rb +7 -7
  57. data/lib/telnyx/models/reserved_phone_number.rb +9 -1
  58. data/lib/telnyx/models/room_composition.rb +9 -1
  59. data/lib/telnyx/models/telephony_credential.rb +9 -1
  60. data/lib/telnyx/models/texml/accounts/call_calls_params.rb +4 -4
  61. data/lib/telnyx/models.rb +25 -0
  62. data/lib/telnyx/resources/alphanumeric_sender_ids.rb +111 -0
  63. data/lib/telnyx/resources/conferences/actions.rb +14 -14
  64. data/lib/telnyx/resources/messages.rb +54 -0
  65. data/lib/telnyx/resources/messaging_hosted_numbers.rb +91 -0
  66. data/lib/telnyx/resources/messaging_numbers_bulk_updates.rb +3 -1
  67. data/lib/telnyx/resources/messaging_profile_metrics.rb +37 -0
  68. data/lib/telnyx/resources/messaging_profiles/actions.rb +36 -0
  69. data/lib/telnyx/resources/messaging_profiles.rb +74 -3
  70. data/lib/telnyx/resources/phone_numbers/messaging.rb +25 -3
  71. data/lib/telnyx/resources/phone_numbers.rb +3 -1
  72. data/lib/telnyx/resources/texml/accounts/calls.rb +2 -2
  73. data/lib/telnyx/version.rb +1 -1
  74. data/lib/telnyx.rb +32 -4
  75. data/rbi/telnyx/client.rbi +6 -0
  76. data/rbi/telnyx/models/ai/conversation_add_message_params.rbi +5 -5
  77. data/rbi/telnyx/models/alphanumeric_sender_id_create_params.rbi +65 -0
  78. data/rbi/telnyx/models/alphanumeric_sender_id_create_response.rbi +178 -0
  79. data/rbi/telnyx/models/alphanumeric_sender_id_delete_params.rbi +30 -0
  80. data/rbi/telnyx/models/alphanumeric_sender_id_delete_response.rbi +178 -0
  81. data/rbi/telnyx/models/alphanumeric_sender_id_list_params.rbi +71 -0
  82. data/rbi/telnyx/models/alphanumeric_sender_id_list_response.rbi +138 -0
  83. data/rbi/telnyx/models/alphanumeric_sender_id_retrieve_params.rbi +30 -0
  84. data/rbi/telnyx/models/alphanumeric_sender_id_retrieve_response.rbi +180 -0
  85. data/rbi/telnyx/models/api_error.rbi +6 -6
  86. data/rbi/telnyx/models/available_phone_number_block_list_response.rbi +12 -12
  87. data/rbi/telnyx/models/conferences/{action_end_params.rbi → action_end_conference_params.rbi} +2 -2
  88. data/rbi/telnyx/models/conferences/{action_end_response.rbi → action_end_conference_response.rbi} +2 -2
  89. data/rbi/telnyx/models/conferences/{action_gather_using_audio_params.rbi → action_gather_dtmf_audio_params.rbi} +2 -2
  90. data/rbi/telnyx/models/conferences/{action_gather_using_audio_response.rbi → action_gather_dtmf_audio_response.rbi} +2 -2
  91. data/rbi/telnyx/models/customer_service_record.rbi +14 -3
  92. data/rbi/telnyx/models/message_retrieve_group_messages_params.rbi +30 -0
  93. data/rbi/telnyx/models/message_retrieve_group_messages_response.rbi +37 -0
  94. data/rbi/telnyx/models/message_send_with_alphanumeric_sender_params.rbi +97 -0
  95. data/rbi/telnyx/models/message_send_with_alphanumeric_sender_response.rbi +33 -0
  96. data/rbi/telnyx/models/messaging_10dlc/partner_campaign_list_params.rbi +2 -2
  97. data/rbi/telnyx/models/messaging_hosted_number_list_params.rbi +148 -0
  98. data/rbi/telnyx/models/messaging_hosted_number_retrieve_params.rbi +30 -0
  99. data/rbi/telnyx/models/messaging_hosted_number_retrieve_response.rbi +37 -0
  100. data/rbi/telnyx/models/messaging_hosted_number_update_params.rbi +87 -0
  101. data/rbi/telnyx/models/messaging_hosted_number_update_response.rbi +37 -0
  102. data/rbi/telnyx/models/messaging_numbers_bulk_update_create_params.rbi +11 -0
  103. data/rbi/telnyx/models/messaging_profile.rbi +27 -0
  104. data/rbi/telnyx/models/messaging_profile_create_params.rbi +24 -0
  105. data/rbi/telnyx/models/messaging_profile_list_alphanumeric_sender_ids_params.rbi +52 -0
  106. data/rbi/telnyx/models/messaging_profile_list_alphanumeric_sender_ids_response.rbi +138 -0
  107. data/rbi/telnyx/models/messaging_profile_list_params.rbi +22 -0
  108. data/rbi/telnyx/models/messaging_profile_metric_list_params.rbi +114 -0
  109. data/rbi/telnyx/models/messaging_profile_metric_list_response.rbi +47 -0
  110. data/rbi/telnyx/models/messaging_profile_retrieve_metrics_params.rbi +117 -0
  111. data/rbi/telnyx/models/messaging_profile_retrieve_metrics_response.rbi +35 -0
  112. data/rbi/telnyx/models/messaging_profiles/action_regenerate_secret_params.rbi +32 -0
  113. data/rbi/telnyx/models/messaging_profiles/action_regenerate_secret_response.rbi +35 -0
  114. data/rbi/telnyx/models/mobile_phone_numbers/messaging_list_response.rbi +22 -0
  115. data/rbi/telnyx/models/mobile_phone_numbers/messaging_retrieve_response.rbi +22 -0
  116. data/rbi/telnyx/models/number_reservation.rbi +11 -0
  117. data/rbi/telnyx/models/phone_number_delete_response.rbi +11 -0
  118. data/rbi/telnyx/models/phone_number_detailed.rbi +25 -3
  119. data/rbi/telnyx/models/phone_number_slim_list_response.rbi +25 -3
  120. data/rbi/telnyx/models/phone_number_update_params.rbi +11 -0
  121. data/rbi/telnyx/models/phone_number_with_messaging_settings.rbi +22 -0
  122. data/rbi/telnyx/models/phone_numbers/messaging_list_params.rbi +161 -1
  123. data/rbi/telnyx/models/phone_numbers/messaging_update_params.rbi +11 -0
  124. data/rbi/telnyx/models/porting_order.rbi +495 -0
  125. data/rbi/telnyx/models/porting_orders/phone_number_block_list_params.rbi +18 -18
  126. data/rbi/telnyx/models/reserved_phone_number.rbi +11 -0
  127. data/rbi/telnyx/models/room_composition.rbi +11 -0
  128. data/rbi/telnyx/models/telephony_credential.rbi +14 -3
  129. data/rbi/telnyx/models/texml/accounts/call_calls_params.rbi +6 -6
  130. data/rbi/telnyx/models.rbi +36 -0
  131. data/rbi/telnyx/resources/alphanumeric_sender_ids.rbi +84 -0
  132. data/rbi/telnyx/resources/conferences/actions.rbi +4 -4
  133. data/rbi/telnyx/resources/messages.rbi +46 -0
  134. data/rbi/telnyx/resources/messaging_hosted_numbers.rbi +77 -0
  135. data/rbi/telnyx/resources/messaging_numbers_bulk_updates.rbi +3 -0
  136. data/rbi/telnyx/resources/messaging_profile_metrics.rbi +28 -0
  137. data/rbi/telnyx/resources/messaging_profiles/actions.rbi +30 -0
  138. data/rbi/telnyx/resources/messaging_profiles.rbi +59 -0
  139. data/rbi/telnyx/resources/phone_numbers/messaging.rbi +25 -1
  140. data/rbi/telnyx/resources/phone_numbers.rbi +3 -0
  141. data/rbi/telnyx/resources/texml/accounts/calls.rbi +2 -2
  142. data/sig/telnyx/client.rbs +4 -0
  143. data/sig/telnyx/models/ai/conversation_add_message_params.rbs +5 -5
  144. data/sig/telnyx/models/alphanumeric_sender_id_create_params.rbs +38 -0
  145. data/sig/telnyx/models/alphanumeric_sender_id_create_response.rbs +88 -0
  146. data/sig/telnyx/models/alphanumeric_sender_id_delete_params.rbs +15 -0
  147. data/sig/telnyx/models/alphanumeric_sender_id_delete_response.rbs +88 -0
  148. data/sig/telnyx/models/alphanumeric_sender_id_list_params.rbs +42 -0
  149. data/sig/telnyx/models/alphanumeric_sender_id_list_response.rbs +69 -0
  150. data/sig/telnyx/models/alphanumeric_sender_id_retrieve_params.rbs +15 -0
  151. data/sig/telnyx/models/alphanumeric_sender_id_retrieve_response.rbs +88 -0
  152. data/sig/telnyx/models/api_error.rbs +5 -5
  153. data/sig/telnyx/models/available_phone_number_block_list_response.rbs +10 -10
  154. data/sig/telnyx/models/conferences/{action_end_params.rbs → action_end_conference_params.rbs} +2 -2
  155. data/sig/telnyx/models/conferences/{action_end_response.rbs → action_end_conference_response.rbs} +2 -2
  156. data/sig/telnyx/models/conferences/{action_gather_using_audio_params.rbs → action_gather_dtmf_audio_params.rbs} +2 -2
  157. data/sig/telnyx/models/conferences/{action_gather_using_audio_response.rbs → action_gather_dtmf_audio_response.rbs} +2 -2
  158. data/sig/telnyx/models/customer_service_record.rbs +10 -3
  159. data/sig/telnyx/models/message_retrieve_group_messages_params.rbs +15 -0
  160. data/sig/telnyx/models/message_retrieve_group_messages_response.rbs +18 -0
  161. data/sig/telnyx/models/message_send_with_alphanumeric_sender_params.rbs +58 -0
  162. data/sig/telnyx/models/message_send_with_alphanumeric_sender_response.rbs +18 -0
  163. data/sig/telnyx/models/messaging_10dlc/partner_campaign_list_params.rbs +2 -2
  164. data/sig/telnyx/models/messaging_hosted_number_list_params.rbs +76 -0
  165. data/sig/telnyx/models/messaging_hosted_number_retrieve_params.rbs +15 -0
  166. data/sig/telnyx/models/messaging_hosted_number_retrieve_response.rbs +18 -0
  167. data/sig/telnyx/models/messaging_hosted_number_update_params.rbs +42 -0
  168. data/sig/telnyx/models/messaging_hosted_number_update_response.rbs +18 -0
  169. data/sig/telnyx/models/messaging_numbers_bulk_update_create_params.rbs +11 -1
  170. data/sig/telnyx/models/messaging_profile.rbs +17 -0
  171. data/sig/telnyx/models/messaging_profile_create_params.rbs +15 -0
  172. data/sig/telnyx/models/messaging_profile_list_alphanumeric_sender_ids_params.rbs +32 -0
  173. data/sig/telnyx/models/messaging_profile_list_alphanumeric_sender_ids_response.rbs +69 -0
  174. data/sig/telnyx/models/messaging_profile_list_params.rbs +14 -0
  175. data/sig/telnyx/models/messaging_profile_metric_list_params.rbs +45 -0
  176. data/sig/telnyx/models/messaging_profile_metric_list_response.rbs +31 -0
  177. data/sig/telnyx/models/messaging_profile_retrieve_metrics_params.rbs +45 -0
  178. data/sig/telnyx/models/messaging_profile_retrieve_metrics_response.rbs +16 -0
  179. data/sig/telnyx/models/messaging_profiles/action_regenerate_secret_params.rbs +17 -0
  180. data/sig/telnyx/models/messaging_profiles/action_regenerate_secret_response.rbs +18 -0
  181. data/sig/telnyx/models/mobile_phone_numbers/messaging_list_response.rbs +14 -0
  182. data/sig/telnyx/models/mobile_phone_numbers/messaging_retrieve_response.rbs +14 -0
  183. data/sig/telnyx/models/number_reservation.rbs +7 -0
  184. data/sig/telnyx/models/phone_number_delete_response.rbs +7 -0
  185. data/sig/telnyx/models/phone_number_detailed.rbs +17 -3
  186. data/sig/telnyx/models/phone_number_slim_list_response.rbs +17 -3
  187. data/sig/telnyx/models/phone_number_update_params.rbs +7 -0
  188. data/sig/telnyx/models/phone_number_with_messaging_settings.rbs +14 -0
  189. data/sig/telnyx/models/phone_numbers/messaging_list_params.rbs +66 -1
  190. data/sig/telnyx/models/phone_numbers/messaging_update_params.rbs +11 -1
  191. data/sig/telnyx/models/porting_order.rbs +199 -0
  192. data/sig/telnyx/models/porting_orders/phone_number_block_list_params.rbs +5 -5
  193. data/sig/telnyx/models/reserved_phone_number.rbs +7 -0
  194. data/sig/telnyx/models/room_composition.rbs +7 -0
  195. data/sig/telnyx/models/telephony_credential.rbs +10 -3
  196. data/sig/telnyx/models/texml/accounts/call_calls_params.rbs +5 -5
  197. data/sig/telnyx/models.rbs +24 -0
  198. data/sig/telnyx/resources/alphanumeric_sender_ids.rbs +31 -0
  199. data/sig/telnyx/resources/conferences/actions.rbs +4 -4
  200. data/sig/telnyx/resources/messages.rbs +16 -0
  201. data/sig/telnyx/resources/messaging_hosted_numbers.rbs +23 -0
  202. data/sig/telnyx/resources/messaging_numbers_bulk_updates.rbs +1 -0
  203. data/sig/telnyx/resources/messaging_profile_metrics.rbs +12 -0
  204. data/sig/telnyx/resources/messaging_profiles/actions.rbs +14 -0
  205. data/sig/telnyx/resources/messaging_profiles.rbs +20 -0
  206. data/sig/telnyx/resources/phone_numbers/messaging.rbs +6 -0
  207. data/sig/telnyx/resources/phone_numbers.rbs +1 -0
  208. data/sig/telnyx/resources/texml/accounts/calls.rbs +1 -1
  209. metadata +98 -14
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1e645ba6a9061dc718c1f7a5529148efe72a16ece964549ce097b38054faca4f
4
- data.tar.gz: 46bd67aac79c0eaac41b03767e81bacd88d79e2221047541bdde20b32cca437b
3
+ metadata.gz: 27863335bea5e64dd3eb1e713557f7d78b99b16198dccf2d00096d4edf4ac37a
4
+ data.tar.gz: b34843f7367dd2c1450fc76972e7ecb6ba1a091dbc24b525e4574ba17c69359e
5
5
  SHA512:
6
- metadata.gz: a5e0273786072f20e1fa458ba7ffe87b253fa953110136a0ea1fe240431c78c154e0be360fd036130383f523cba473d6365e9bfdd22d0ecebe2eef8efa630c92
7
- data.tar.gz: 7d5cdb767a4d61702b16b30f1cd97ff69a5a8392dc911a587cdb152a6746340accfe1fbf190b26af1e50a1c8866189cf0bf7d50d0c442c9bfa4956fded392c7a
6
+ metadata.gz: 52e01ab73149b11a4f0f012c98acad70a7a3bf1ecfe96c39db149b2619df8c8d88ee86b3e053e5e9da613f4bcb3b1c59f72fcaffd694919b3977419ad6109f9f
7
+ data.tar.gz: e236e5a3deac4a8eb5a893a0f836b7d25cd8afe343e985a052d44580a9ce6a54009f2e809030e2b2e7e6479ef4335eca7df515575cadd456e0b18e9384fda0fb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # Changelog
2
2
 
3
+ ## 5.36.1 (2026-02-21)
4
+
5
+ Full Changelog: [v5.36.0...v5.36.1](https://github.com/team-telnyx/telnyx-ruby/compare/v5.36.0...v5.36.1)
6
+
7
+ ### Bug Fixes
8
+
9
+ * OAS drift — 10dlc.json (messaging-campaign-registry) ([de87287](https://github.com/team-telnyx/telnyx-ruby/commit/de872874a55bcb80a83d4e6d4e8e60cc4fb053a9))
10
+ * OAS drift — messaging.json (messaging-settings + messaging-outbound) ([a8b8944](https://github.com/team-telnyx/telnyx-ruby/commit/a8b89448f1ad2d9c49687f2b71a846c5e8348941))
11
+
12
+ ## 5.36.0 (2026-02-20)
13
+
14
+ Full Changelog: [v5.35.0...v5.36.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.35.0...v5.36.0)
15
+
16
+ ### Features
17
+
18
+ * **api:** manual updates ([eaf686d](https://github.com/team-telnyx/telnyx-ruby/commit/eaf686da95ddfdec3860bfe85233874e72ef44b8))
19
+ * fix-stainless-sdk-timeout ([611e77c](https://github.com/team-telnyx/telnyx-ruby/commit/611e77c332f7c627976428a0f92648e06666224f))
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * move unsupported string formats to x-format ([52b1b5e](https://github.com/team-telnyx/telnyx-ruby/commit/52b1b5e2de3c0ade5595a4825f542ff4f896b0ac))
25
+
3
26
  ## 5.35.0 (2026-02-20)
4
27
 
5
28
  Full Changelog: [v5.34.0...v5.35.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.34.0...v5.35.0)
data/README.md CHANGED
@@ -24,7 +24,7 @@ To use this gem, install via Bundler by adding the following to your application
24
24
  <!-- x-release-please-start-version -->
25
25
 
26
26
  ```ruby
27
- gem "telnyx", "~> 5.35.0"
27
+ gem "telnyx", "~> 5.36.1"
28
28
  ```
29
29
 
30
30
  <!-- x-release-please-end -->
data/lib/telnyx/client.rb CHANGED
@@ -480,6 +480,12 @@ module Telnyx
480
480
  # @return [Telnyx::Resources::Organizations]
481
481
  attr_reader :organizations
482
482
 
483
+ # @return [Telnyx::Resources::AlphanumericSenderIDs]
484
+ attr_reader :alphanumeric_sender_ids
485
+
486
+ # @return [Telnyx::Resources::MessagingProfileMetrics]
487
+ attr_reader :messaging_profile_metrics
488
+
483
489
  # @api private
484
490
  #
485
491
  # @return [Hash{String=>String}]
@@ -726,6 +732,8 @@ module Telnyx
726
732
  @messaging_10dlc = Telnyx::Resources::Messaging10dlc.new(client: self)
727
733
  @speech_to_text = Telnyx::Resources::SpeechToText.new(client: self)
728
734
  @organizations = Telnyx::Resources::Organizations.new(client: self)
735
+ @alphanumeric_sender_ids = Telnyx::Resources::AlphanumericSenderIDs.new(client: self)
736
+ @messaging_profile_metrics = Telnyx::Resources::MessagingProfileMetrics.new(client: self)
729
737
  end
730
738
  end
731
739
  end
@@ -442,7 +442,7 @@ module Telnyx
442
442
  # api_error => {
443
443
  # code: code,
444
444
  # title: title,
445
- # detail: detail
445
+ # description: description
446
446
  # }
447
447
  def deconstruct_keys(keys)
448
448
  (keys || self.class.known_fields.keys)
@@ -70,9 +70,9 @@ module Telnyx
70
70
 
71
71
  variant Telnyx::Internal::Type::Boolean
72
72
 
73
- variant -> { Telnyx::Models::AI::ConversationAddMessageParams::Metadata::UnionMember3Array }
73
+ variant -> { Telnyx::Models::AI::ConversationAddMessageParams::Metadata::UnionArrayVariant3Array }
74
74
 
75
- module UnionMember3
75
+ module UnionArrayVariant3
76
76
  extend Telnyx::Internal::Type::Union
77
77
 
78
78
  variant String
@@ -89,9 +89,9 @@ module Telnyx
89
89
  # @return [Array(String, Integer, Boolean, Array<String, Integer, Boolean>)]
90
90
 
91
91
  # @type [Telnyx::Internal::Type::Converter]
92
- UnionMember3Array =
92
+ UnionArrayVariant3Array =
93
93
  Telnyx::Internal::Type::ArrayOf[union: -> {
94
- Telnyx::AI::ConversationAddMessageParams::Metadata::UnionMember3
94
+ Telnyx::AI::ConversationAddMessageParams::Metadata::UnionArrayVariant3
95
95
  }]
96
96
  end
97
97
 
@@ -0,0 +1,38 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Telnyx
4
+ module Models
5
+ # @see Telnyx::Resources::AlphanumericSenderIDs#create
6
+ class AlphanumericSenderIDCreateParams < Telnyx::Internal::Type::BaseModel
7
+ extend Telnyx::Internal::Type::RequestParameters::Converter
8
+ include Telnyx::Internal::Type::RequestParameters
9
+
10
+ # @!attribute alphanumeric_sender_id
11
+ # The alphanumeric sender ID string.
12
+ #
13
+ # @return [String]
14
+ required :alphanumeric_sender_id, String
15
+
16
+ # @!attribute messaging_profile_id
17
+ # The messaging profile to associate the sender ID with.
18
+ #
19
+ # @return [String]
20
+ required :messaging_profile_id, String
21
+
22
+ # @!attribute us_long_code_fallback
23
+ # A US long code number to use as fallback when sending to US destinations.
24
+ #
25
+ # @return [String, nil]
26
+ optional :us_long_code_fallback, String
27
+
28
+ # @!method initialize(alphanumeric_sender_id:, messaging_profile_id:, us_long_code_fallback: nil, request_options: {})
29
+ # @param alphanumeric_sender_id [String] The alphanumeric sender ID string.
30
+ #
31
+ # @param messaging_profile_id [String] The messaging profile to associate the sender ID with.
32
+ #
33
+ # @param us_long_code_fallback [String] A US long code number to use as fallback when sending to US destinations.
34
+ #
35
+ # @param request_options [Telnyx::RequestOptions, Hash{Symbol=>Object}]
36
+ end
37
+ end
38
+ end
@@ -0,0 +1,77 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Telnyx
4
+ module Models
5
+ # @see Telnyx::Resources::AlphanumericSenderIDs#create
6
+ class AlphanumericSenderIDCreateResponse < Telnyx::Internal::Type::BaseModel
7
+ # @!attribute data
8
+ #
9
+ # @return [Telnyx::Models::AlphanumericSenderIDCreateResponse::Data, nil]
10
+ optional :data, -> { Telnyx::Models::AlphanumericSenderIDCreateResponse::Data }
11
+
12
+ # @!method initialize(data: nil)
13
+ # @param data [Telnyx::Models::AlphanumericSenderIDCreateResponse::Data]
14
+
15
+ # @see Telnyx::Models::AlphanumericSenderIDCreateResponse#data
16
+ class Data < Telnyx::Internal::Type::BaseModel
17
+ # @!attribute id
18
+ # Uniquely identifies the alphanumeric sender ID resource.
19
+ #
20
+ # @return [String, nil]
21
+ optional :id, String
22
+
23
+ # @!attribute alphanumeric_sender_id
24
+ # The alphanumeric sender ID string.
25
+ #
26
+ # @return [String, nil]
27
+ optional :alphanumeric_sender_id, String
28
+
29
+ # @!attribute messaging_profile_id
30
+ # The messaging profile this sender ID belongs to.
31
+ #
32
+ # @return [String, nil]
33
+ optional :messaging_profile_id, String
34
+
35
+ # @!attribute organization_id
36
+ # The organization that owns this sender ID.
37
+ #
38
+ # @return [String, nil]
39
+ optional :organization_id, String
40
+
41
+ # @!attribute record_type
42
+ #
43
+ # @return [Symbol, Telnyx::Models::AlphanumericSenderIDCreateResponse::Data::RecordType, nil]
44
+ optional :record_type, enum: -> { Telnyx::Models::AlphanumericSenderIDCreateResponse::Data::RecordType }
45
+
46
+ # @!attribute us_long_code_fallback
47
+ # A US long code number to use as fallback when sending to US destinations.
48
+ #
49
+ # @return [String, nil]
50
+ optional :us_long_code_fallback, String
51
+
52
+ # @!method initialize(id: nil, alphanumeric_sender_id: nil, messaging_profile_id: nil, organization_id: nil, record_type: nil, us_long_code_fallback: nil)
53
+ # @param id [String] Uniquely identifies the alphanumeric sender ID resource.
54
+ #
55
+ # @param alphanumeric_sender_id [String] The alphanumeric sender ID string.
56
+ #
57
+ # @param messaging_profile_id [String] The messaging profile this sender ID belongs to.
58
+ #
59
+ # @param organization_id [String] The organization that owns this sender ID.
60
+ #
61
+ # @param record_type [Symbol, Telnyx::Models::AlphanumericSenderIDCreateResponse::Data::RecordType]
62
+ #
63
+ # @param us_long_code_fallback [String] A US long code number to use as fallback when sending to US destinations.
64
+
65
+ # @see Telnyx::Models::AlphanumericSenderIDCreateResponse::Data#record_type
66
+ module RecordType
67
+ extend Telnyx::Internal::Type::Enum
68
+
69
+ ALPHANUMERIC_SENDER_ID = :alphanumeric_sender_id
70
+
71
+ # @!method self.values
72
+ # @return [Array<Symbol>]
73
+ end
74
+ end
75
+ end
76
+ end
77
+ end
@@ -0,0 +1,14 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Telnyx
4
+ module Models
5
+ # @see Telnyx::Resources::AlphanumericSenderIDs#delete
6
+ class AlphanumericSenderIDDeleteParams < Telnyx::Internal::Type::BaseModel
7
+ extend Telnyx::Internal::Type::RequestParameters::Converter
8
+ include Telnyx::Internal::Type::RequestParameters
9
+
10
+ # @!method initialize(request_options: {})
11
+ # @param request_options [Telnyx::RequestOptions, Hash{Symbol=>Object}]
12
+ end
13
+ end
14
+ end
@@ -0,0 +1,77 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Telnyx
4
+ module Models
5
+ # @see Telnyx::Resources::AlphanumericSenderIDs#delete
6
+ class AlphanumericSenderIDDeleteResponse < Telnyx::Internal::Type::BaseModel
7
+ # @!attribute data
8
+ #
9
+ # @return [Telnyx::Models::AlphanumericSenderIDDeleteResponse::Data, nil]
10
+ optional :data, -> { Telnyx::Models::AlphanumericSenderIDDeleteResponse::Data }
11
+
12
+ # @!method initialize(data: nil)
13
+ # @param data [Telnyx::Models::AlphanumericSenderIDDeleteResponse::Data]
14
+
15
+ # @see Telnyx::Models::AlphanumericSenderIDDeleteResponse#data
16
+ class Data < Telnyx::Internal::Type::BaseModel
17
+ # @!attribute id
18
+ # Uniquely identifies the alphanumeric sender ID resource.
19
+ #
20
+ # @return [String, nil]
21
+ optional :id, String
22
+
23
+ # @!attribute alphanumeric_sender_id
24
+ # The alphanumeric sender ID string.
25
+ #
26
+ # @return [String, nil]
27
+ optional :alphanumeric_sender_id, String
28
+
29
+ # @!attribute messaging_profile_id
30
+ # The messaging profile this sender ID belongs to.
31
+ #
32
+ # @return [String, nil]
33
+ optional :messaging_profile_id, String
34
+
35
+ # @!attribute organization_id
36
+ # The organization that owns this sender ID.
37
+ #
38
+ # @return [String, nil]
39
+ optional :organization_id, String
40
+
41
+ # @!attribute record_type
42
+ #
43
+ # @return [Symbol, Telnyx::Models::AlphanumericSenderIDDeleteResponse::Data::RecordType, nil]
44
+ optional :record_type, enum: -> { Telnyx::Models::AlphanumericSenderIDDeleteResponse::Data::RecordType }
45
+
46
+ # @!attribute us_long_code_fallback
47
+ # A US long code number to use as fallback when sending to US destinations.
48
+ #
49
+ # @return [String, nil]
50
+ optional :us_long_code_fallback, String
51
+
52
+ # @!method initialize(id: nil, alphanumeric_sender_id: nil, messaging_profile_id: nil, organization_id: nil, record_type: nil, us_long_code_fallback: nil)
53
+ # @param id [String] Uniquely identifies the alphanumeric sender ID resource.
54
+ #
55
+ # @param alphanumeric_sender_id [String] The alphanumeric sender ID string.
56
+ #
57
+ # @param messaging_profile_id [String] The messaging profile this sender ID belongs to.
58
+ #
59
+ # @param organization_id [String] The organization that owns this sender ID.
60
+ #
61
+ # @param record_type [Symbol, Telnyx::Models::AlphanumericSenderIDDeleteResponse::Data::RecordType]
62
+ #
63
+ # @param us_long_code_fallback [String] A US long code number to use as fallback when sending to US destinations.
64
+
65
+ # @see Telnyx::Models::AlphanumericSenderIDDeleteResponse::Data#record_type
66
+ module RecordType
67
+ extend Telnyx::Internal::Type::Enum
68
+
69
+ ALPHANUMERIC_SENDER_ID = :alphanumeric_sender_id
70
+
71
+ # @!method self.values
72
+ # @return [Array<Symbol>]
73
+ end
74
+ end
75
+ end
76
+ end
77
+ end
@@ -0,0 +1,38 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Telnyx
4
+ module Models
5
+ # @see Telnyx::Resources::AlphanumericSenderIDs#list
6
+ class AlphanumericSenderIDListParams < Telnyx::Internal::Type::BaseModel
7
+ extend Telnyx::Internal::Type::RequestParameters::Converter
8
+ include Telnyx::Internal::Type::RequestParameters
9
+
10
+ # @!attribute filter_messaging_profile_id
11
+ # Filter by messaging profile ID.
12
+ #
13
+ # @return [String, nil]
14
+ optional :filter_messaging_profile_id, String
15
+
16
+ # @!attribute page_number
17
+ # Page number.
18
+ #
19
+ # @return [Integer, nil]
20
+ optional :page_number, Integer
21
+
22
+ # @!attribute page_size
23
+ # Page size.
24
+ #
25
+ # @return [Integer, nil]
26
+ optional :page_size, Integer
27
+
28
+ # @!method initialize(filter_messaging_profile_id: nil, page_number: nil, page_size: nil, request_options: {})
29
+ # @param filter_messaging_profile_id [String] Filter by messaging profile ID.
30
+ #
31
+ # @param page_number [Integer] Page number.
32
+ #
33
+ # @param page_size [Integer] Page size.
34
+ #
35
+ # @param request_options [Telnyx::RequestOptions, Hash{Symbol=>Object}]
36
+ end
37
+ end
38
+ end
@@ -0,0 +1,66 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Telnyx
4
+ module Models
5
+ # @see Telnyx::Resources::AlphanumericSenderIDs#list
6
+ class AlphanumericSenderIDListResponse < Telnyx::Internal::Type::BaseModel
7
+ # @!attribute id
8
+ # Uniquely identifies the alphanumeric sender ID resource.
9
+ #
10
+ # @return [String, nil]
11
+ optional :id, String
12
+
13
+ # @!attribute alphanumeric_sender_id
14
+ # The alphanumeric sender ID string.
15
+ #
16
+ # @return [String, nil]
17
+ optional :alphanumeric_sender_id, String
18
+
19
+ # @!attribute messaging_profile_id
20
+ # The messaging profile this sender ID belongs to.
21
+ #
22
+ # @return [String, nil]
23
+ optional :messaging_profile_id, String
24
+
25
+ # @!attribute organization_id
26
+ # The organization that owns this sender ID.
27
+ #
28
+ # @return [String, nil]
29
+ optional :organization_id, String
30
+
31
+ # @!attribute record_type
32
+ #
33
+ # @return [Symbol, Telnyx::Models::AlphanumericSenderIDListResponse::RecordType, nil]
34
+ optional :record_type, enum: -> { Telnyx::Models::AlphanumericSenderIDListResponse::RecordType }
35
+
36
+ # @!attribute us_long_code_fallback
37
+ # A US long code number to use as fallback when sending to US destinations.
38
+ #
39
+ # @return [String, nil]
40
+ optional :us_long_code_fallback, String
41
+
42
+ # @!method initialize(id: nil, alphanumeric_sender_id: nil, messaging_profile_id: nil, organization_id: nil, record_type: nil, us_long_code_fallback: nil)
43
+ # @param id [String] Uniquely identifies the alphanumeric sender ID resource.
44
+ #
45
+ # @param alphanumeric_sender_id [String] The alphanumeric sender ID string.
46
+ #
47
+ # @param messaging_profile_id [String] The messaging profile this sender ID belongs to.
48
+ #
49
+ # @param organization_id [String] The organization that owns this sender ID.
50
+ #
51
+ # @param record_type [Symbol, Telnyx::Models::AlphanumericSenderIDListResponse::RecordType]
52
+ #
53
+ # @param us_long_code_fallback [String] A US long code number to use as fallback when sending to US destinations.
54
+
55
+ # @see Telnyx::Models::AlphanumericSenderIDListResponse#record_type
56
+ module RecordType
57
+ extend Telnyx::Internal::Type::Enum
58
+
59
+ ALPHANUMERIC_SENDER_ID = :alphanumeric_sender_id
60
+
61
+ # @!method self.values
62
+ # @return [Array<Symbol>]
63
+ end
64
+ end
65
+ end
66
+ end
@@ -0,0 +1,14 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Telnyx
4
+ module Models
5
+ # @see Telnyx::Resources::AlphanumericSenderIDs#retrieve
6
+ class AlphanumericSenderIDRetrieveParams < Telnyx::Internal::Type::BaseModel
7
+ extend Telnyx::Internal::Type::RequestParameters::Converter
8
+ include Telnyx::Internal::Type::RequestParameters
9
+
10
+ # @!method initialize(request_options: {})
11
+ # @param request_options [Telnyx::RequestOptions, Hash{Symbol=>Object}]
12
+ end
13
+ end
14
+ end
@@ -0,0 +1,77 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Telnyx
4
+ module Models
5
+ # @see Telnyx::Resources::AlphanumericSenderIDs#retrieve
6
+ class AlphanumericSenderIDRetrieveResponse < Telnyx::Internal::Type::BaseModel
7
+ # @!attribute data
8
+ #
9
+ # @return [Telnyx::Models::AlphanumericSenderIDRetrieveResponse::Data, nil]
10
+ optional :data, -> { Telnyx::Models::AlphanumericSenderIDRetrieveResponse::Data }
11
+
12
+ # @!method initialize(data: nil)
13
+ # @param data [Telnyx::Models::AlphanumericSenderIDRetrieveResponse::Data]
14
+
15
+ # @see Telnyx::Models::AlphanumericSenderIDRetrieveResponse#data
16
+ class Data < Telnyx::Internal::Type::BaseModel
17
+ # @!attribute id
18
+ # Uniquely identifies the alphanumeric sender ID resource.
19
+ #
20
+ # @return [String, nil]
21
+ optional :id, String
22
+
23
+ # @!attribute alphanumeric_sender_id
24
+ # The alphanumeric sender ID string.
25
+ #
26
+ # @return [String, nil]
27
+ optional :alphanumeric_sender_id, String
28
+
29
+ # @!attribute messaging_profile_id
30
+ # The messaging profile this sender ID belongs to.
31
+ #
32
+ # @return [String, nil]
33
+ optional :messaging_profile_id, String
34
+
35
+ # @!attribute organization_id
36
+ # The organization that owns this sender ID.
37
+ #
38
+ # @return [String, nil]
39
+ optional :organization_id, String
40
+
41
+ # @!attribute record_type
42
+ #
43
+ # @return [Symbol, Telnyx::Models::AlphanumericSenderIDRetrieveResponse::Data::RecordType, nil]
44
+ optional :record_type, enum: -> { Telnyx::Models::AlphanumericSenderIDRetrieveResponse::Data::RecordType }
45
+
46
+ # @!attribute us_long_code_fallback
47
+ # A US long code number to use as fallback when sending to US destinations.
48
+ #
49
+ # @return [String, nil]
50
+ optional :us_long_code_fallback, String
51
+
52
+ # @!method initialize(id: nil, alphanumeric_sender_id: nil, messaging_profile_id: nil, organization_id: nil, record_type: nil, us_long_code_fallback: nil)
53
+ # @param id [String] Uniquely identifies the alphanumeric sender ID resource.
54
+ #
55
+ # @param alphanumeric_sender_id [String] The alphanumeric sender ID string.
56
+ #
57
+ # @param messaging_profile_id [String] The messaging profile this sender ID belongs to.
58
+ #
59
+ # @param organization_id [String] The organization that owns this sender ID.
60
+ #
61
+ # @param record_type [Symbol, Telnyx::Models::AlphanumericSenderIDRetrieveResponse::Data::RecordType]
62
+ #
63
+ # @param us_long_code_fallback [String] A US long code number to use as fallback when sending to US destinations.
64
+
65
+ # @see Telnyx::Models::AlphanumericSenderIDRetrieveResponse::Data#record_type
66
+ module RecordType
67
+ extend Telnyx::Internal::Type::Enum
68
+
69
+ ALPHANUMERIC_SENDER_ID = :alphanumeric_sender_id
70
+
71
+ # @!method self.values
72
+ # @return [Array<Symbol>]
73
+ end
74
+ end
75
+ end
76
+ end
77
+ end
@@ -13,10 +13,10 @@ module Telnyx
13
13
  # @return [String]
14
14
  required :title, String
15
15
 
16
- # @!attribute detail
16
+ # @!attribute description
17
17
  #
18
18
  # @return [String, nil]
19
- optional :detail, String
19
+ optional :description, String
20
20
 
21
21
  # @!attribute meta
22
22
  #
@@ -28,10 +28,10 @@ module Telnyx
28
28
  # @return [Telnyx::Models::APIError::Source, nil]
29
29
  optional :source, -> { Telnyx::APIError::Source }
30
30
 
31
- # @!method initialize(code:, title:, detail: nil, meta: nil, source: nil)
31
+ # @!method initialize(code:, title:, description: nil, meta: nil, source: nil)
32
32
  # @param code [String]
33
33
  # @param title [String]
34
- # @param detail [String]
34
+ # @param description [String]
35
35
  # @param meta [Hash{Symbol=>Object}]
36
36
  # @param source [Telnyx::Models::APIError::Source]
37
37
 
@@ -32,6 +32,11 @@ module Telnyx
32
32
  optional :features,
33
33
  -> { Telnyx::Internal::Type::ArrayOf[Telnyx::Models::AvailablePhoneNumberBlockListResponse::Data::Feature] }
34
34
 
35
+ # @!attribute phone_number
36
+ #
37
+ # @return [String, nil]
38
+ optional :phone_number, String
39
+
35
40
  # @!attribute range
36
41
  #
37
42
  # @return [Integer, nil]
@@ -49,18 +54,13 @@ module Telnyx
49
54
  optional :region_information,
50
55
  -> { Telnyx::Internal::Type::ArrayOf[Telnyx::Models::AvailablePhoneNumberBlockListResponse::Data::RegionInformation] }
51
56
 
52
- # @!attribute starting_number
53
- #
54
- # @return [String, nil]
55
- optional :starting_number, String
56
-
57
- # @!method initialize(cost_information: nil, features: nil, range: nil, record_type: nil, region_information: nil, starting_number: nil)
57
+ # @!method initialize(cost_information: nil, features: nil, phone_number: nil, range: nil, record_type: nil, region_information: nil)
58
58
  # @param cost_information [Telnyx::Models::AvailablePhoneNumberBlockListResponse::Data::CostInformation]
59
59
  # @param features [Array<Telnyx::Models::AvailablePhoneNumberBlockListResponse::Data::Feature>]
60
+ # @param phone_number [String]
60
61
  # @param range [Integer]
61
62
  # @param record_type [Symbol, Telnyx::Models::AvailablePhoneNumberBlockListResponse::Data::RecordType]
62
63
  # @param region_information [Array<Telnyx::Models::AvailablePhoneNumberBlockListResponse::Data::RegionInformation>]
63
- # @param starting_number [String]
64
64
 
65
65
  # @see Telnyx::Models::AvailablePhoneNumberBlockListResponse::Data#cost_information
66
66
  class CostInformation < Telnyx::Internal::Type::BaseModel
@@ -3,8 +3,8 @@
3
3
  module Telnyx
4
4
  module Models
5
5
  module Conferences
6
- # @see Telnyx::Resources::Conferences::Actions#end_
7
- class ActionEndParams < Telnyx::Internal::Type::BaseModel
6
+ # @see Telnyx::Resources::Conferences::Actions#end_conference
7
+ class ActionEndConferenceParams < Telnyx::Internal::Type::BaseModel
8
8
  extend Telnyx::Internal::Type::RequestParameters::Converter
9
9
  include Telnyx::Internal::Type::RequestParameters
10
10
 
@@ -17,7 +17,7 @@ module Telnyx
17
17
 
18
18
  # @!method initialize(command_id: nil, request_options: {})
19
19
  # Some parameter documentations has been truncated, see
20
- # {Telnyx::Models::Conferences::ActionEndParams} for more details.
20
+ # {Telnyx::Models::Conferences::ActionEndConferenceParams} for more details.
21
21
  #
22
22
  # @param command_id [String] Use this field to avoid duplicate commands. Telnyx will ignore any command with
23
23
  #
@@ -3,8 +3,8 @@
3
3
  module Telnyx
4
4
  module Models
5
5
  module Conferences
6
- # @see Telnyx::Resources::Conferences::Actions#end_
7
- class ActionEndResponse < Telnyx::Internal::Type::BaseModel
6
+ # @see Telnyx::Resources::Conferences::Actions#end_conference
7
+ class ActionEndConferenceResponse < Telnyx::Internal::Type::BaseModel
8
8
  # @!attribute data
9
9
  #
10
10
  # @return [Telnyx::Models::Conferences::ConferenceCommandResult, nil]
@@ -3,8 +3,8 @@
3
3
  module Telnyx
4
4
  module Models
5
5
  module Conferences
6
- # @see Telnyx::Resources::Conferences::Actions#gather_using_audio
7
- class ActionGatherUsingAudioParams < Telnyx::Internal::Type::BaseModel
6
+ # @see Telnyx::Resources::Conferences::Actions#gather_dtmf_audio
7
+ class ActionGatherDtmfAudioParams < Telnyx::Internal::Type::BaseModel
8
8
  extend Telnyx::Internal::Type::RequestParameters::Converter
9
9
  include Telnyx::Internal::Type::RequestParameters
10
10
 
@@ -111,7 +111,7 @@ module Telnyx
111
111
 
112
112
  # @!method initialize(call_control_id:, audio_url: nil, client_state: nil, gather_id: nil, initial_timeout_millis: nil, inter_digit_timeout_millis: nil, invalid_audio_url: nil, invalid_media_name: nil, maximum_digits: nil, maximum_tries: nil, media_name: nil, minimum_digits: nil, stop_playback_on_dtmf: nil, terminating_digit: nil, timeout_millis: nil, valid_digits: nil, request_options: {})
113
113
  # Some parameter documentations has been truncated, see
114
- # {Telnyx::Models::Conferences::ActionGatherUsingAudioParams} for more details.
114
+ # {Telnyx::Models::Conferences::ActionGatherDtmfAudioParams} for more details.
115
115
  #
116
116
  # @param call_control_id [String] Unique identifier and token for controlling the call leg that will receive the g
117
117
  #
@@ -3,8 +3,8 @@
3
3
  module Telnyx
4
4
  module Models
5
5
  module Conferences
6
- # @see Telnyx::Resources::Conferences::Actions#gather_using_audio
7
- class ActionGatherUsingAudioResponse < Telnyx::Internal::Type::BaseModel
6
+ # @see Telnyx::Resources::Conferences::Actions#gather_dtmf_audio
7
+ class ActionGatherDtmfAudioResponse < Telnyx::Internal::Type::BaseModel
8
8
  # @!attribute data
9
9
  #
10
10
  # @return [Telnyx::Models::Conferences::ConferenceCommandResult, nil]