telnyx 5.0.0 → 5.1.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 (241) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +38 -0
  3. data/README.md +1 -1
  4. data/lib/telnyx/client.rb +4 -0
  5. data/lib/telnyx/internal/type/union.rb +1 -1
  6. data/lib/telnyx/models/ai/assistant.rb +39 -4
  7. data/lib/telnyx/models/ai/assistant_create_params.rb +187 -6
  8. data/lib/telnyx/models/ai/assistant_imports_params.rb +10 -1
  9. data/lib/telnyx/models/ai/assistant_tool.rb +400 -3
  10. data/lib/telnyx/models/ai/assistant_update_params.rb +187 -6
  11. data/lib/telnyx/models/ai/assistants/update_assistant.rb +189 -6
  12. data/lib/telnyx/models/ai/bucket_ids.rb +7 -1
  13. data/lib/telnyx/models/ai/chat_create_completion_params.rb +4 -4
  14. data/lib/telnyx/models/ai/inference_embedding.rb +187 -6
  15. data/lib/telnyx/models/ai/messaging_settings.rb +10 -1
  16. data/lib/telnyx/models/ai/retrieval_tool.rb +3 -3
  17. data/lib/telnyx/models/ai/telephony_settings.rb +142 -1
  18. data/lib/telnyx/models/ai/transfer_tool.rb +46 -3
  19. data/lib/telnyx/models/ai/voice_settings.rb +1 -1
  20. data/lib/telnyx/models/ai/webhook_tool.rb +256 -3
  21. data/lib/telnyx/models/call_control_application_list_params.rb +16 -18
  22. data/lib/telnyx/models/call_event_list_params.rb +16 -18
  23. data/lib/telnyx/models/calls/action_add_ai_assistant_messages_params.rb +289 -0
  24. data/lib/telnyx/models/calls/action_add_ai_assistant_messages_response.rb +18 -0
  25. data/lib/telnyx/models/calls/action_start_noise_suppression_params.rb +7 -4
  26. data/lib/telnyx/models/conference_list_params.rb +16 -18
  27. data/lib/telnyx/models/conference_list_participants_params.rb +16 -18
  28. data/lib/telnyx/models/connection_list_active_calls_params.rb +16 -18
  29. data/lib/telnyx/models/fax_create_params.rb +10 -1
  30. data/lib/telnyx/models/messaging_10dlc/brand_retrieve_sms_otp_status_params.rb +1 -9
  31. data/lib/telnyx/models/messaging_profile.rb +11 -1
  32. data/lib/telnyx/models/messaging_profile_create_params.rb +11 -1
  33. data/lib/telnyx/models/messaging_profile_update_params.rb +11 -1
  34. data/lib/telnyx/models/messaging_tollfree/verification/tf_verification_request.rb +14 -1
  35. data/lib/telnyx/models/messaging_tollfree/verification/verification_request_egress.rb +17 -1
  36. data/lib/telnyx/models/messaging_tollfree/verification/verification_request_status.rb +17 -1
  37. data/lib/telnyx/models/organizations/user_get_groups_report_params.rb +32 -0
  38. data/lib/telnyx/models/organizations/user_get_groups_report_response.rb +132 -0
  39. data/lib/telnyx/models/organizations/user_list_params.rb +73 -0
  40. data/lib/telnyx/models/organizations/user_list_response.rb +118 -0
  41. data/lib/telnyx/models/organizations/user_retrieve_params.rb +29 -0
  42. data/lib/telnyx/models/organizations/user_retrieve_response.rb +129 -0
  43. data/lib/telnyx/models/organizations/users/action_remove_params.rb +18 -0
  44. data/lib/telnyx/models/organizations/users/action_remove_response.rb +133 -0
  45. data/lib/telnyx/models/private_wireless_gateway_status.rb +3 -2
  46. data/lib/telnyx/models/queues/call_list_params.rb +16 -18
  47. data/lib/telnyx/models/sim_card_list_params.rb +11 -3
  48. data/lib/telnyx/models/texml/accounts/queue_list_params.rb +64 -0
  49. data/lib/telnyx/models/texml/accounts/queue_list_response.rb +155 -0
  50. data/lib/telnyx/models/unsafe_unwrap_webhook_event.rb +1 -7
  51. data/lib/telnyx/models/unwrap_webhook_event.rb +1 -7
  52. data/lib/telnyx/models.rb +2 -6
  53. data/lib/telnyx/resources/ai/assistants/tools.rb +2 -2
  54. data/lib/telnyx/resources/ai/assistants/versions.rb +18 -16
  55. data/lib/telnyx/resources/ai/assistants.rb +15 -9
  56. data/lib/telnyx/resources/ai/clusters.rb +1 -1
  57. data/lib/telnyx/resources/ai/embeddings.rb +1 -1
  58. data/lib/telnyx/resources/bundle_pricing/user_bundles.rb +1 -1
  59. data/lib/telnyx/resources/call_control_applications.rb +8 -4
  60. data/lib/telnyx/resources/call_events.rb +8 -4
  61. data/lib/telnyx/resources/calls/actions.rb +31 -0
  62. data/lib/telnyx/resources/conferences.rb +16 -8
  63. data/lib/telnyx/resources/connections.rb +8 -4
  64. data/lib/telnyx/resources/faxes.rb +3 -1
  65. data/lib/telnyx/resources/messages.rb +1 -1
  66. data/lib/telnyx/resources/messaging_10dlc/brand.rb +10 -14
  67. data/lib/telnyx/resources/messaging_profiles/autoresp_configs.rb +6 -6
  68. data/lib/telnyx/resources/messaging_profiles.rb +6 -2
  69. data/lib/telnyx/resources/messaging_tollfree/verification/requests.rb +6 -2
  70. data/lib/telnyx/resources/operator_connect/actions.rb +1 -1
  71. data/lib/telnyx/resources/organizations/users/actions.rb +38 -0
  72. data/lib/telnyx/resources/organizations/users.rb +114 -0
  73. data/lib/telnyx/resources/organizations.rb +18 -0
  74. data/lib/telnyx/resources/phone_numbers/jobs.rb +1 -1
  75. data/lib/telnyx/resources/queues/calls.rb +8 -4
  76. data/lib/telnyx/resources/sim_cards/actions.rb +6 -6
  77. data/lib/telnyx/resources/texml/accounts/calls/recordings.rb +1 -1
  78. data/lib/telnyx/resources/texml/accounts/queues.rb +41 -0
  79. data/lib/telnyx/resources/usage_reports.rb +2 -2
  80. data/lib/telnyx/resources/webhooks.rb +2 -2
  81. data/lib/telnyx/version.rb +1 -1
  82. data/lib/telnyx.rb +15 -69
  83. data/rbi/telnyx/client.rbi +3 -0
  84. data/rbi/telnyx/models/ai/assistant.rbi +91 -5
  85. data/rbi/telnyx/models/ai/assistant_create_params.rbi +449 -14
  86. data/rbi/telnyx/models/ai/assistant_imports_params.rbi +13 -0
  87. data/rbi/telnyx/models/ai/assistant_tool.rbi +910 -2
  88. data/rbi/telnyx/models/ai/assistant_update_params.rbi +449 -14
  89. data/rbi/telnyx/models/ai/assistants/update_assistant.rbi +454 -17
  90. data/rbi/telnyx/models/ai/bucket_ids.rbi +6 -0
  91. data/rbi/telnyx/models/ai/chat_create_completion_params.rbi +6 -13
  92. data/rbi/telnyx/models/ai/inference_embedding.rbi +447 -13
  93. data/rbi/telnyx/models/ai/messaging_settings.rbi +13 -0
  94. data/rbi/telnyx/models/ai/retrieval_tool.rbi +4 -8
  95. data/rbi/telnyx/models/ai/telephony_settings.rbi +347 -3
  96. data/rbi/telnyx/models/ai/transfer_tool.rbi +87 -6
  97. data/rbi/telnyx/models/ai/voice_settings.rbi +2 -2
  98. data/rbi/telnyx/models/ai/webhook_tool.rbi +584 -8
  99. data/rbi/telnyx/models/call_control_application_list_params.rbi +23 -35
  100. data/rbi/telnyx/models/call_event_list_params.rbi +23 -35
  101. data/rbi/telnyx/models/calls/action_add_ai_assistant_messages_params.rbi +583 -0
  102. data/rbi/telnyx/models/calls/action_add_ai_assistant_messages_response.rbi +39 -0
  103. data/rbi/telnyx/models/calls/action_start_noise_suppression_params.rbi +14 -6
  104. data/rbi/telnyx/models/conference_list_params.rbi +23 -35
  105. data/rbi/telnyx/models/conference_list_participants_params.rbi +23 -35
  106. data/rbi/telnyx/models/connection_list_active_calls_params.rbi +23 -35
  107. data/rbi/telnyx/models/fax_create_params.rbi +13 -0
  108. data/rbi/telnyx/models/messaging_10dlc/brand_retrieve_sms_otp_status_params.rbi +5 -21
  109. data/rbi/telnyx/models/messaging_profile.rbi +15 -0
  110. data/rbi/telnyx/models/messaging_profile_create_params.rbi +15 -0
  111. data/rbi/telnyx/models/messaging_profile_update_params.rbi +15 -0
  112. data/rbi/telnyx/models/messaging_tollfree/verification/tf_verification_request.rbi +12 -0
  113. data/rbi/telnyx/models/messaging_tollfree/verification/verification_request_egress.rbi +10 -0
  114. data/rbi/telnyx/models/messaging_tollfree/verification/verification_request_status.rbi +10 -0
  115. data/rbi/telnyx/models/organizations/user_get_groups_report_params.rbi +93 -0
  116. data/rbi/telnyx/models/organizations/user_get_groups_report_response.rbi +253 -0
  117. data/rbi/telnyx/models/organizations/user_list_params.rbi +152 -0
  118. data/rbi/telnyx/models/organizations/user_list_response.rbi +231 -0
  119. data/rbi/telnyx/models/organizations/user_retrieve_params.rbi +55 -0
  120. data/rbi/telnyx/models/organizations/user_retrieve_response.rbi +275 -0
  121. data/rbi/telnyx/models/organizations/users/action_remove_params.rbi +34 -0
  122. data/rbi/telnyx/models/organizations/users/action_remove_response.rbi +282 -0
  123. data/rbi/telnyx/models/private_wireless_gateway_status.rbi +4 -2
  124. data/rbi/telnyx/models/queues/call_list_params.rbi +23 -35
  125. data/rbi/telnyx/models/sim_card_list_params.rbi +14 -3
  126. data/rbi/telnyx/models/texml/accounts/queue_list_params.rbi +103 -0
  127. data/rbi/telnyx/models/texml/accounts/queue_list_response.rbi +269 -0
  128. data/rbi/telnyx/models/unsafe_unwrap_webhook_event.rbi +0 -3
  129. data/rbi/telnyx/models/unwrap_webhook_event.rbi +0 -3
  130. data/rbi/telnyx/models.rbi +2 -6
  131. data/rbi/telnyx/resources/ai/assistants/tools.rbi +2 -2
  132. data/rbi/telnyx/resources/ai/assistants/versions.rbi +26 -19
  133. data/rbi/telnyx/resources/ai/assistants.rbi +32 -14
  134. data/rbi/telnyx/resources/ai/chat.rbi +1 -1
  135. data/rbi/telnyx/resources/ai/clusters.rbi +1 -1
  136. data/rbi/telnyx/resources/ai/embeddings.rbi +1 -1
  137. data/rbi/telnyx/resources/bundle_pricing/user_bundles.rbi +1 -1
  138. data/rbi/telnyx/resources/call_control_applications.rbi +7 -1
  139. data/rbi/telnyx/resources/call_events.rbi +5 -1
  140. data/rbi/telnyx/resources/calls/actions.rbi +37 -2
  141. data/rbi/telnyx/resources/conferences.rbi +10 -2
  142. data/rbi/telnyx/resources/connections.rbi +5 -1
  143. data/rbi/telnyx/resources/faxes.rbi +4 -0
  144. data/rbi/telnyx/resources/messages.rbi +1 -1
  145. data/rbi/telnyx/resources/messaging_10dlc/brand.rbi +8 -11
  146. data/rbi/telnyx/resources/messaging_profiles/autoresp_configs.rbi +6 -6
  147. data/rbi/telnyx/resources/messaging_profiles.rbi +10 -0
  148. data/rbi/telnyx/resources/messaging_tollfree/verification/requests.rbi +10 -0
  149. data/rbi/telnyx/resources/operator_connect/actions.rbi +1 -1
  150. data/rbi/telnyx/resources/organizations/users/actions.rbi +32 -0
  151. data/rbi/telnyx/resources/organizations/users.rbi +88 -0
  152. data/rbi/telnyx/resources/organizations.rbi +15 -0
  153. data/rbi/telnyx/resources/phone_numbers/jobs.rbi +1 -1
  154. data/rbi/telnyx/resources/queues/calls.rbi +5 -1
  155. data/rbi/telnyx/resources/sim_cards/actions.rbi +6 -6
  156. data/rbi/telnyx/resources/sim_cards.rbi +1 -1
  157. data/rbi/telnyx/resources/texml/accounts/calls/recordings.rbi +1 -1
  158. data/rbi/telnyx/resources/texml/accounts/queues.rbi +32 -0
  159. data/rbi/telnyx/resources/usage_reports.rbi +2 -2
  160. data/rbi/telnyx/resources/webhooks.rbi +0 -6
  161. data/sig/telnyx/client.rbs +2 -0
  162. data/sig/telnyx/models/ai/assistant.rbs +44 -1
  163. data/sig/telnyx/models/ai/assistant_create_params.rbs +176 -1
  164. data/sig/telnyx/models/ai/assistant_imports_params.rbs +8 -1
  165. data/sig/telnyx/models/ai/assistant_tool.rbs +367 -2
  166. data/sig/telnyx/models/ai/assistant_update_params.rbs +176 -1
  167. data/sig/telnyx/models/ai/assistants/update_assistant.rbs +178 -3
  168. data/sig/telnyx/models/ai/chat_create_completion_params.rbs +4 -7
  169. data/sig/telnyx/models/ai/inference_embedding.rbs +178 -3
  170. data/sig/telnyx/models/ai/messaging_settings.rbs +7 -0
  171. data/sig/telnyx/models/ai/retrieval_tool.rbs +4 -4
  172. data/sig/telnyx/models/ai/telephony_settings.rbs +133 -4
  173. data/sig/telnyx/models/ai/transfer_tool.rbs +42 -4
  174. data/sig/telnyx/models/ai/webhook_tool.rbs +241 -4
  175. data/sig/telnyx/models/call_control_application_list_params.rbs +17 -26
  176. data/sig/telnyx/models/call_event_list_params.rbs +18 -27
  177. data/sig/telnyx/models/calls/action_add_ai_assistant_messages_params.rbs +240 -0
  178. data/sig/telnyx/models/calls/action_add_ai_assistant_messages_response.rbs +20 -0
  179. data/sig/telnyx/models/calls/action_start_noise_suppression_params.rbs +2 -1
  180. data/sig/telnyx/models/conference_list_params.rbs +17 -26
  181. data/sig/telnyx/models/conference_list_participants_params.rbs +17 -26
  182. data/sig/telnyx/models/connection_list_active_calls_params.rbs +20 -27
  183. data/sig/telnyx/models/fax_create_params.rbs +7 -0
  184. data/sig/telnyx/models/messaging_10dlc/brand_retrieve_sms_otp_status_params.rbs +3 -13
  185. data/sig/telnyx/models/messaging_profile.rbs +7 -0
  186. data/sig/telnyx/models/messaging_profile_create_params.rbs +7 -0
  187. data/sig/telnyx/models/messaging_profile_update_params.rbs +7 -0
  188. data/sig/telnyx/models/messaging_tollfree/verification/tf_verification_request.rbs +5 -0
  189. data/sig/telnyx/models/messaging_tollfree/verification/verification_request_egress.rbs +5 -0
  190. data/sig/telnyx/models/messaging_tollfree/verification/verification_request_status.rbs +5 -0
  191. data/sig/telnyx/models/organizations/user_get_groups_report_params.rbs +43 -0
  192. data/sig/telnyx/models/organizations/user_get_groups_report_response.rbs +104 -0
  193. data/sig/telnyx/models/organizations/user_list_params.rbs +72 -0
  194. data/sig/telnyx/models/organizations/user_list_response.rbs +99 -0
  195. data/sig/telnyx/models/organizations/user_retrieve_params.rbs +27 -0
  196. data/sig/telnyx/models/organizations/user_retrieve_response.rbs +118 -0
  197. data/sig/telnyx/models/organizations/users/action_remove_params.rbs +19 -0
  198. data/sig/telnyx/models/organizations/users/action_remove_response.rbs +122 -0
  199. data/sig/telnyx/models/queues/call_list_params.rbs +20 -27
  200. data/sig/telnyx/models/sim_card_list_params.rbs +7 -0
  201. data/sig/telnyx/models/texml/accounts/queue_list_params.rbs +60 -0
  202. data/sig/telnyx/models/texml/accounts/queue_list_response.rbs +152 -0
  203. data/sig/telnyx/models/unsafe_unwrap_webhook_event.rbs +0 -3
  204. data/sig/telnyx/models/unwrap_webhook_event.rbs +0 -3
  205. data/sig/telnyx/models.rbs +2 -6
  206. data/sig/telnyx/resources/ai/assistants/versions.rbs +1 -0
  207. data/sig/telnyx/resources/ai/assistants.rbs +3 -0
  208. data/sig/telnyx/resources/call_control_applications.rbs +3 -1
  209. data/sig/telnyx/resources/call_events.rbs +3 -1
  210. data/sig/telnyx/resources/calls/actions.rbs +8 -0
  211. data/sig/telnyx/resources/conferences.rbs +6 -2
  212. data/sig/telnyx/resources/connections.rbs +3 -1
  213. data/sig/telnyx/resources/faxes.rbs +1 -0
  214. data/sig/telnyx/resources/messaging_10dlc/brand.rbs +1 -2
  215. data/sig/telnyx/resources/messaging_profiles.rbs +2 -0
  216. data/sig/telnyx/resources/messaging_tollfree/verification/requests.rbs +2 -0
  217. data/sig/telnyx/resources/organizations/users/actions.rbs +16 -0
  218. data/sig/telnyx/resources/organizations/users.rbs +31 -0
  219. data/sig/telnyx/resources/organizations.rbs +9 -0
  220. data/sig/telnyx/resources/queues/calls.rbs +3 -1
  221. data/sig/telnyx/resources/texml/accounts/queues.rbs +10 -0
  222. data/sig/telnyx/resources/webhooks.rbs +0 -6
  223. metadata +47 -20
  224. data/lib/telnyx/models/ai/inference_embedding_bucket_ids.rb +0 -31
  225. data/lib/telnyx/models/ai/inference_embedding_transfer_tool_params.rb +0 -93
  226. data/lib/telnyx/models/ai/inference_embedding_webhook_tool_params.rb +0 -265
  227. data/lib/telnyx/models/streaming_failed_webhook_event.rb +0 -15
  228. data/lib/telnyx/models/streaming_started_webhook_event.rb +0 -15
  229. data/lib/telnyx/models/streaming_stopped_webhook_event.rb +0 -15
  230. data/rbi/telnyx/models/ai/inference_embedding_bucket_ids.rbi +0 -54
  231. data/rbi/telnyx/models/ai/inference_embedding_transfer_tool_params.rbi +0 -185
  232. data/rbi/telnyx/models/ai/inference_embedding_webhook_tool_params.rbi +0 -621
  233. data/rbi/telnyx/models/streaming_failed_webhook_event.rbi +0 -30
  234. data/rbi/telnyx/models/streaming_started_webhook_event.rbi +0 -30
  235. data/rbi/telnyx/models/streaming_stopped_webhook_event.rbi +0 -30
  236. data/sig/telnyx/models/ai/inference_embedding_bucket_ids.rbs +0 -26
  237. data/sig/telnyx/models/ai/inference_embedding_transfer_tool_params.rbs +0 -75
  238. data/sig/telnyx/models/ai/inference_embedding_webhook_tool_params.rbs +0 -242
  239. data/sig/telnyx/models/streaming_failed_webhook_event.rbs +0 -15
  240. data/sig/telnyx/models/streaming_started_webhook_event.rbs +0 -16
  241. data/sig/telnyx/models/streaming_stopped_webhook_event.rbs +0 -16
@@ -42,7 +42,27 @@ module Telnyx
42
42
  # @return [Integer, nil]
43
43
  optional :time_limit_secs, Integer
44
44
 
45
- # @!method initialize(default_texml_app_id: nil, noise_suppression: nil, noise_suppression_config: nil, supports_unauthenticated_web_calls: nil, time_limit_secs: nil)
45
+ # @!attribute user_idle_timeout_secs
46
+ # Maximum duration in seconds of end user silence on the call. When this limit is
47
+ # reached the assistant will be stopped. This limit does not apply to portions of
48
+ # a call without an active assistant (for instance, a call transferred to a human
49
+ # representative).
50
+ #
51
+ # @return [Integer, nil]
52
+ optional :user_idle_timeout_secs, Integer
53
+
54
+ # @!attribute voicemail_detection
55
+ # Configuration for voicemail detection (AMD - Answering Machine Detection) on
56
+ # outgoing calls. These settings only apply if AMD is enabled on the Dial command.
57
+ # See
58
+ # [TeXML Dial documentation](https://developers.telnyx.com/api-reference/texml-rest-commands/initiate-an-outbound-call)
59
+ # for enabling AMD. Recommended settings: MachineDetection=Enable, AsyncAmd=true,
60
+ # DetectionMode=Premium.
61
+ #
62
+ # @return [Telnyx::Models::AI::TelephonySettings::VoicemailDetection, nil]
63
+ optional :voicemail_detection, -> { Telnyx::AI::TelephonySettings::VoicemailDetection }
64
+
65
+ # @!method initialize(default_texml_app_id: nil, noise_suppression: nil, noise_suppression_config: nil, supports_unauthenticated_web_calls: nil, time_limit_secs: nil, user_idle_timeout_secs: nil, voicemail_detection: nil)
46
66
  # Some parameter documentations has been truncated, see
47
67
  # {Telnyx::Models::AI::TelephonySettings} for more details.
48
68
  #
@@ -55,6 +75,10 @@ module Telnyx
55
75
  # @param supports_unauthenticated_web_calls [Boolean] When enabled, allows users to interact with your AI assistant directly from your
56
76
  #
57
77
  # @param time_limit_secs [Integer] Maximum duration in seconds for the AI assistant to participate on the call. Whe
78
+ #
79
+ # @param user_idle_timeout_secs [Integer] Maximum duration in seconds of end user silence on the call. When this limit is
80
+ #
81
+ # @param voicemail_detection [Telnyx::Models::AI::TelephonySettings::VoicemailDetection] Configuration for voicemail detection (AMD - Answering Machine Detection) on out
58
82
 
59
83
  # The noise suppression engine to use. Use 'disabled' to turn off noise
60
84
  # suppression.
@@ -63,6 +87,7 @@ module Telnyx
63
87
  module NoiseSuppression
64
88
  extend Telnyx::Internal::Type::Enum
65
89
 
90
+ KRISP = :krisp
66
91
  DEEPFILTERNET = :deepfilternet
67
92
  DISABLED = :disabled
68
93
 
@@ -104,6 +129,122 @@ module Telnyx
104
129
  # @return [Array<Symbol>]
105
130
  end
106
131
  end
132
+
133
+ # @see Telnyx::Models::AI::TelephonySettings#voicemail_detection
134
+ class VoicemailDetection < Telnyx::Internal::Type::BaseModel
135
+ # @!attribute on_voicemail_detected
136
+ # Action to take when voicemail is detected.
137
+ #
138
+ # @return [Telnyx::Models::AI::TelephonySettings::VoicemailDetection::OnVoicemailDetected, nil]
139
+ optional :on_voicemail_detected,
140
+ -> { Telnyx::AI::TelephonySettings::VoicemailDetection::OnVoicemailDetected }
141
+
142
+ # @!method initialize(on_voicemail_detected: nil)
143
+ # Configuration for voicemail detection (AMD - Answering Machine Detection) on
144
+ # outgoing calls. These settings only apply if AMD is enabled on the Dial command.
145
+ # See
146
+ # [TeXML Dial documentation](https://developers.telnyx.com/api-reference/texml-rest-commands/initiate-an-outbound-call)
147
+ # for enabling AMD. Recommended settings: MachineDetection=Enable, AsyncAmd=true,
148
+ # DetectionMode=Premium.
149
+ #
150
+ # @param on_voicemail_detected [Telnyx::Models::AI::TelephonySettings::VoicemailDetection::OnVoicemailDetected] Action to take when voicemail is detected.
151
+
152
+ # @see Telnyx::Models::AI::TelephonySettings::VoicemailDetection#on_voicemail_detected
153
+ class OnVoicemailDetected < Telnyx::Internal::Type::BaseModel
154
+ # @!attribute action
155
+ # The action to take when voicemail is detected.
156
+ #
157
+ # @return [Symbol, Telnyx::Models::AI::TelephonySettings::VoicemailDetection::OnVoicemailDetected::Action, nil]
158
+ optional :action,
159
+ enum: -> { Telnyx::AI::TelephonySettings::VoicemailDetection::OnVoicemailDetected::Action }
160
+
161
+ # @!attribute voicemail_message
162
+ # Configuration for the voicemail message to leave. Only applicable when action is
163
+ # 'leave_message_and_stop_assistant'.
164
+ #
165
+ # @return [Telnyx::Models::AI::TelephonySettings::VoicemailDetection::OnVoicemailDetected::VoicemailMessage, nil]
166
+ optional :voicemail_message,
167
+ -> { Telnyx::AI::TelephonySettings::VoicemailDetection::OnVoicemailDetected::VoicemailMessage }
168
+
169
+ # @!method initialize(action: nil, voicemail_message: nil)
170
+ # Some parameter documentations has been truncated, see
171
+ # {Telnyx::Models::AI::TelephonySettings::VoicemailDetection::OnVoicemailDetected}
172
+ # for more details.
173
+ #
174
+ # Action to take when voicemail is detected.
175
+ #
176
+ # @param action [Symbol, Telnyx::Models::AI::TelephonySettings::VoicemailDetection::OnVoicemailDetected::Action] The action to take when voicemail is detected.
177
+ #
178
+ # @param voicemail_message [Telnyx::Models::AI::TelephonySettings::VoicemailDetection::OnVoicemailDetected::VoicemailMessage] Configuration for the voicemail message to leave. Only applicable when action is
179
+
180
+ # The action to take when voicemail is detected.
181
+ #
182
+ # @see Telnyx::Models::AI::TelephonySettings::VoicemailDetection::OnVoicemailDetected#action
183
+ module Action
184
+ extend Telnyx::Internal::Type::Enum
185
+
186
+ STOP_ASSISTANT = :stop_assistant
187
+ LEAVE_MESSAGE_AND_STOP_ASSISTANT = :leave_message_and_stop_assistant
188
+ CONTINUE_ASSISTANT = :continue_assistant
189
+
190
+ # @!method self.values
191
+ # @return [Array<Symbol>]
192
+ end
193
+
194
+ # @see Telnyx::Models::AI::TelephonySettings::VoicemailDetection::OnVoicemailDetected#voicemail_message
195
+ class VoicemailMessage < Telnyx::Internal::Type::BaseModel
196
+ # @!attribute message
197
+ # The specific message to leave as voicemail. Only applicable when type is
198
+ # 'message'.
199
+ #
200
+ # @return [String, nil]
201
+ optional :message, String
202
+
203
+ # @!attribute prompt
204
+ # The prompt to use for generating the voicemail message. Only applicable when
205
+ # type is 'prompt'.
206
+ #
207
+ # @return [String, nil]
208
+ optional :prompt, String
209
+
210
+ # @!attribute type
211
+ # The type of voicemail message. Use 'prompt' to have the assistant generate a
212
+ # message based on a prompt, or 'message' to leave a specific message.
213
+ #
214
+ # @return [Symbol, Telnyx::Models::AI::TelephonySettings::VoicemailDetection::OnVoicemailDetected::VoicemailMessage::Type, nil]
215
+ optional :type,
216
+ enum: -> { Telnyx::AI::TelephonySettings::VoicemailDetection::OnVoicemailDetected::VoicemailMessage::Type }
217
+
218
+ # @!method initialize(message: nil, prompt: nil, type: nil)
219
+ # Some parameter documentations has been truncated, see
220
+ # {Telnyx::Models::AI::TelephonySettings::VoicemailDetection::OnVoicemailDetected::VoicemailMessage}
221
+ # for more details.
222
+ #
223
+ # Configuration for the voicemail message to leave. Only applicable when action is
224
+ # 'leave_message_and_stop_assistant'.
225
+ #
226
+ # @param message [String] The specific message to leave as voicemail. Only applicable when type is 'messag
227
+ #
228
+ # @param prompt [String] The prompt to use for generating the voicemail message. Only applicable when typ
229
+ #
230
+ # @param type [Symbol, Telnyx::Models::AI::TelephonySettings::VoicemailDetection::OnVoicemailDetected::VoicemailMessage::Type] The type of voicemail message. Use 'prompt' to have the assistant generate a mes
231
+
232
+ # The type of voicemail message. Use 'prompt' to have the assistant generate a
233
+ # message based on a prompt, or 'message' to leave a specific message.
234
+ #
235
+ # @see Telnyx::Models::AI::TelephonySettings::VoicemailDetection::OnVoicemailDetected::VoicemailMessage#type
236
+ module Type
237
+ extend Telnyx::Internal::Type::Enum
238
+
239
+ PROMPT = :prompt
240
+ MESSAGE = :message
241
+
242
+ # @!method self.values
243
+ # @return [Array<Symbol>]
244
+ end
245
+ end
246
+ end
247
+ end
107
248
  end
108
249
  end
109
250
  end
@@ -6,8 +6,8 @@ module Telnyx
6
6
  class TransferTool < Telnyx::Internal::Type::BaseModel
7
7
  # @!attribute transfer
8
8
  #
9
- # @return [Telnyx::Models::AI::InferenceEmbeddingTransferToolParams]
10
- required :transfer, -> { Telnyx::AI::InferenceEmbeddingTransferToolParams }
9
+ # @return [Telnyx::Models::AI::TransferTool::Transfer]
10
+ required :transfer, -> { Telnyx::AI::TransferTool::Transfer }
11
11
 
12
12
  # @!attribute type
13
13
  #
@@ -15,9 +15,52 @@ module Telnyx
15
15
  required :type, enum: -> { Telnyx::AI::TransferTool::Type }
16
16
 
17
17
  # @!method initialize(transfer:, type:)
18
- # @param transfer [Telnyx::Models::AI::InferenceEmbeddingTransferToolParams]
18
+ # @param transfer [Telnyx::Models::AI::TransferTool::Transfer]
19
19
  # @param type [Symbol, Telnyx::Models::AI::TransferTool::Type]
20
20
 
21
+ # @see Telnyx::Models::AI::TransferTool#transfer
22
+ class Transfer < Telnyx::Internal::Type::BaseModel
23
+ # @!attribute from
24
+ # Number or SIP URI placing the call.
25
+ #
26
+ # @return [String]
27
+ required :from, String
28
+
29
+ # @!attribute targets
30
+ # The different possible targets of the transfer. The assistant will be able to
31
+ # choose one of the targets to transfer the call to.
32
+ #
33
+ # @return [Array<Telnyx::Models::AI::TransferTool::Transfer::Target>]
34
+ required :targets, -> { Telnyx::Internal::Type::ArrayOf[Telnyx::AI::TransferTool::Transfer::Target] }
35
+
36
+ # @!method initialize(from:, targets:)
37
+ # Some parameter documentations has been truncated, see
38
+ # {Telnyx::Models::AI::TransferTool::Transfer} for more details.
39
+ #
40
+ # @param from [String] Number or SIP URI placing the call.
41
+ #
42
+ # @param targets [Array<Telnyx::Models::AI::TransferTool::Transfer::Target>] The different possible targets of the transfer. The assistant will be able to ch
43
+
44
+ class Target < Telnyx::Internal::Type::BaseModel
45
+ # @!attribute name
46
+ # The name of the target.
47
+ #
48
+ # @return [String, nil]
49
+ optional :name, String
50
+
51
+ # @!attribute to
52
+ # The destination number or SIP URI of the call.
53
+ #
54
+ # @return [String, nil]
55
+ optional :to, String
56
+
57
+ # @!method initialize(name: nil, to: nil)
58
+ # @param name [String] The name of the target.
59
+ #
60
+ # @param to [String] The destination number or SIP URI of the call.
61
+ end
62
+ end
63
+
21
64
  # @see Telnyx::Models::AI::TransferTool#type
22
65
  module Type
23
66
  extend Telnyx::Internal::Type::Enum
@@ -9,7 +9,7 @@ module Telnyx
9
9
  # [available voices](https://developers.telnyx.com/api/call-control/list-text-to-speech-voices)
10
10
  # via our voices API. To use ElevenLabs, you must reference your ElevenLabs API
11
11
  # key as an integration secret under the `api_key_ref` field. See
12
- # [integration secrets documentation](https://developers.telnyx.com/api/secrets-manager/integration-secrets/create-integration-secret)
12
+ # [integration secrets documentation](https://developers.telnyx.com/api-reference/integration-secrets/create-a-secret)
13
13
  # for details. For Telnyx voices, use `Telnyx.<model_id>.<voice_id>` (e.g.
14
14
  # Telnyx.KokoroTTS.af_heart)
15
15
  #
@@ -11,12 +11,12 @@ module Telnyx
11
11
 
12
12
  # @!attribute webhook
13
13
  #
14
- # @return [Telnyx::Models::AI::InferenceEmbeddingWebhookToolParams]
15
- required :webhook, -> { Telnyx::AI::InferenceEmbeddingWebhookToolParams }
14
+ # @return [Telnyx::Models::AI::WebhookTool::Webhook]
15
+ required :webhook, -> { Telnyx::AI::WebhookTool::Webhook }
16
16
 
17
17
  # @!method initialize(type:, webhook:)
18
18
  # @param type [Symbol, Telnyx::Models::AI::WebhookTool::Type]
19
- # @param webhook [Telnyx::Models::AI::InferenceEmbeddingWebhookToolParams]
19
+ # @param webhook [Telnyx::Models::AI::WebhookTool::Webhook]
20
20
 
21
21
  # @see Telnyx::Models::AI::WebhookTool#type
22
22
  module Type
@@ -27,6 +27,259 @@ module Telnyx
27
27
  # @!method self.values
28
28
  # @return [Array<Symbol>]
29
29
  end
30
+
31
+ # @see Telnyx::Models::AI::WebhookTool#webhook
32
+ class Webhook < Telnyx::Internal::Type::BaseModel
33
+ # @!attribute description
34
+ # The description of the tool.
35
+ #
36
+ # @return [String]
37
+ required :description, String
38
+
39
+ # @!attribute name
40
+ # The name of the tool.
41
+ #
42
+ # @return [String]
43
+ required :name, String
44
+
45
+ # @!attribute url
46
+ # The URL of the external tool to be called. This URL is going to be used by the
47
+ # assistant. The URL can be templated like: `https://example.com/api/v1/{id}`,
48
+ # where `{id}` is a placeholder for a value that will be provided by the assistant
49
+ # if `path_parameters` are provided with the `id` attribute.
50
+ #
51
+ # @return [String]
52
+ required :url, String
53
+
54
+ # @!attribute body_parameters
55
+ # The body parameters the webhook tool accepts, described as a JSON Schema object.
56
+ # These parameters will be passed to the webhook as the body of the request. See
57
+ # the [JSON Schema reference](https://json-schema.org/understanding-json-schema)
58
+ # for documentation about the format
59
+ #
60
+ # @return [Telnyx::Models::AI::WebhookTool::Webhook::BodyParameters, nil]
61
+ optional :body_parameters, -> { Telnyx::AI::WebhookTool::Webhook::BodyParameters }
62
+
63
+ # @!attribute headers
64
+ # The headers to be sent to the external tool.
65
+ #
66
+ # @return [Array<Telnyx::Models::AI::WebhookTool::Webhook::Header>, nil]
67
+ optional :headers, -> { Telnyx::Internal::Type::ArrayOf[Telnyx::AI::WebhookTool::Webhook::Header] }
68
+
69
+ # @!attribute method_
70
+ # The HTTP method to be used when calling the external tool.
71
+ #
72
+ # @return [Symbol, Telnyx::Models::AI::WebhookTool::Webhook::Method, nil]
73
+ optional :method_, enum: -> { Telnyx::AI::WebhookTool::Webhook::Method }, api_name: :method
74
+
75
+ # @!attribute path_parameters
76
+ # The path parameters the webhook tool accepts, described as a JSON Schema object.
77
+ # These parameters will be passed to the webhook as the path of the request if the
78
+ # URL contains a placeholder for a value. See the
79
+ # [JSON Schema reference](https://json-schema.org/understanding-json-schema) for
80
+ # documentation about the format
81
+ #
82
+ # @return [Telnyx::Models::AI::WebhookTool::Webhook::PathParameters, nil]
83
+ optional :path_parameters, -> { Telnyx::AI::WebhookTool::Webhook::PathParameters }
84
+
85
+ # @!attribute query_parameters
86
+ # The query parameters the webhook tool accepts, described as a JSON Schema
87
+ # object. These parameters will be passed to the webhook as the query of the
88
+ # request. See the
89
+ # [JSON Schema reference](https://json-schema.org/understanding-json-schema) for
90
+ # documentation about the format
91
+ #
92
+ # @return [Telnyx::Models::AI::WebhookTool::Webhook::QueryParameters, nil]
93
+ optional :query_parameters, -> { Telnyx::AI::WebhookTool::Webhook::QueryParameters }
94
+
95
+ # @!method initialize(description:, name:, url:, body_parameters: nil, headers: nil, method_: nil, path_parameters: nil, query_parameters: nil)
96
+ # Some parameter documentations has been truncated, see
97
+ # {Telnyx::Models::AI::WebhookTool::Webhook} for more details.
98
+ #
99
+ # @param description [String] The description of the tool.
100
+ #
101
+ # @param name [String] The name of the tool.
102
+ #
103
+ # @param url [String] The URL of the external tool to be called. This URL is going to be used by the a
104
+ #
105
+ # @param body_parameters [Telnyx::Models::AI::WebhookTool::Webhook::BodyParameters] The body parameters the webhook tool accepts, described as a JSON Schema object.
106
+ #
107
+ # @param headers [Array<Telnyx::Models::AI::WebhookTool::Webhook::Header>] The headers to be sent to the external tool.
108
+ #
109
+ # @param method_ [Symbol, Telnyx::Models::AI::WebhookTool::Webhook::Method] The HTTP method to be used when calling the external tool.
110
+ #
111
+ # @param path_parameters [Telnyx::Models::AI::WebhookTool::Webhook::PathParameters] The path parameters the webhook tool accepts, described as a JSON Schema object.
112
+ #
113
+ # @param query_parameters [Telnyx::Models::AI::WebhookTool::Webhook::QueryParameters] The query parameters the webhook tool accepts, described as a JSON Schema object
114
+
115
+ # @see Telnyx::Models::AI::WebhookTool::Webhook#body_parameters
116
+ class BodyParameters < Telnyx::Internal::Type::BaseModel
117
+ # @!attribute properties
118
+ # The properties of the body parameters.
119
+ #
120
+ # @return [Object, nil]
121
+ optional :properties, Telnyx::Internal::Type::Unknown
122
+
123
+ # @!attribute required
124
+ # The required properties of the body parameters.
125
+ #
126
+ # @return [Array<String>, nil]
127
+ optional :required, Telnyx::Internal::Type::ArrayOf[String]
128
+
129
+ # @!attribute type
130
+ #
131
+ # @return [Symbol, Telnyx::Models::AI::WebhookTool::Webhook::BodyParameters::Type, nil]
132
+ optional :type, enum: -> { Telnyx::AI::WebhookTool::Webhook::BodyParameters::Type }
133
+
134
+ # @!method initialize(properties: nil, required: nil, type: nil)
135
+ # The body parameters the webhook tool accepts, described as a JSON Schema object.
136
+ # These parameters will be passed to the webhook as the body of the request. See
137
+ # the [JSON Schema reference](https://json-schema.org/understanding-json-schema)
138
+ # for documentation about the format
139
+ #
140
+ # @param properties [Object] The properties of the body parameters.
141
+ #
142
+ # @param required [Array<String>] The required properties of the body parameters.
143
+ #
144
+ # @param type [Symbol, Telnyx::Models::AI::WebhookTool::Webhook::BodyParameters::Type]
145
+
146
+ # @see Telnyx::Models::AI::WebhookTool::Webhook::BodyParameters#type
147
+ module Type
148
+ extend Telnyx::Internal::Type::Enum
149
+
150
+ OBJECT = :object
151
+
152
+ # @!method self.values
153
+ # @return [Array<Symbol>]
154
+ end
155
+ end
156
+
157
+ class Header < Telnyx::Internal::Type::BaseModel
158
+ # @!attribute name
159
+ #
160
+ # @return [String, nil]
161
+ optional :name, String
162
+
163
+ # @!attribute value
164
+ # The value of the header. Note that we support mustache templating for the value.
165
+ # For example you can use
166
+ # `Bearer {{#integration_secret}}test-secret{{/integration_secret}}` to pass the
167
+ # value of the integration secret as the bearer token.
168
+ #
169
+ # @return [String, nil]
170
+ optional :value, String
171
+
172
+ # @!method initialize(name: nil, value: nil)
173
+ # Some parameter documentations has been truncated, see
174
+ # {Telnyx::Models::AI::WebhookTool::Webhook::Header} for more details.
175
+ #
176
+ # @param name [String]
177
+ #
178
+ # @param value [String] The value of the header. Note that we support mustache templating for the value.
179
+ end
180
+
181
+ # The HTTP method to be used when calling the external tool.
182
+ #
183
+ # @see Telnyx::Models::AI::WebhookTool::Webhook#method_
184
+ module Method
185
+ extend Telnyx::Internal::Type::Enum
186
+
187
+ GET = :GET
188
+ POST = :POST
189
+ PUT = :PUT
190
+ DELETE = :DELETE
191
+ PATCH = :PATCH
192
+
193
+ # @!method self.values
194
+ # @return [Array<Symbol>]
195
+ end
196
+
197
+ # @see Telnyx::Models::AI::WebhookTool::Webhook#path_parameters
198
+ class PathParameters < Telnyx::Internal::Type::BaseModel
199
+ # @!attribute properties
200
+ # The properties of the path parameters.
201
+ #
202
+ # @return [Object, nil]
203
+ optional :properties, Telnyx::Internal::Type::Unknown
204
+
205
+ # @!attribute required
206
+ # The required properties of the path parameters.
207
+ #
208
+ # @return [Array<String>, nil]
209
+ optional :required, Telnyx::Internal::Type::ArrayOf[String]
210
+
211
+ # @!attribute type
212
+ #
213
+ # @return [Symbol, Telnyx::Models::AI::WebhookTool::Webhook::PathParameters::Type, nil]
214
+ optional :type, enum: -> { Telnyx::AI::WebhookTool::Webhook::PathParameters::Type }
215
+
216
+ # @!method initialize(properties: nil, required: nil, type: nil)
217
+ # The path parameters the webhook tool accepts, described as a JSON Schema object.
218
+ # These parameters will be passed to the webhook as the path of the request if the
219
+ # URL contains a placeholder for a value. See the
220
+ # [JSON Schema reference](https://json-schema.org/understanding-json-schema) for
221
+ # documentation about the format
222
+ #
223
+ # @param properties [Object] The properties of the path parameters.
224
+ #
225
+ # @param required [Array<String>] The required properties of the path parameters.
226
+ #
227
+ # @param type [Symbol, Telnyx::Models::AI::WebhookTool::Webhook::PathParameters::Type]
228
+
229
+ # @see Telnyx::Models::AI::WebhookTool::Webhook::PathParameters#type
230
+ module Type
231
+ extend Telnyx::Internal::Type::Enum
232
+
233
+ OBJECT = :object
234
+
235
+ # @!method self.values
236
+ # @return [Array<Symbol>]
237
+ end
238
+ end
239
+
240
+ # @see Telnyx::Models::AI::WebhookTool::Webhook#query_parameters
241
+ class QueryParameters < Telnyx::Internal::Type::BaseModel
242
+ # @!attribute properties
243
+ # The properties of the query parameters.
244
+ #
245
+ # @return [Object, nil]
246
+ optional :properties, Telnyx::Internal::Type::Unknown
247
+
248
+ # @!attribute required
249
+ # The required properties of the query parameters.
250
+ #
251
+ # @return [Array<String>, nil]
252
+ optional :required, Telnyx::Internal::Type::ArrayOf[String]
253
+
254
+ # @!attribute type
255
+ #
256
+ # @return [Symbol, Telnyx::Models::AI::WebhookTool::Webhook::QueryParameters::Type, nil]
257
+ optional :type, enum: -> { Telnyx::AI::WebhookTool::Webhook::QueryParameters::Type }
258
+
259
+ # @!method initialize(properties: nil, required: nil, type: nil)
260
+ # The query parameters the webhook tool accepts, described as a JSON Schema
261
+ # object. These parameters will be passed to the webhook as the query of the
262
+ # request. See the
263
+ # [JSON Schema reference](https://json-schema.org/understanding-json-schema) for
264
+ # documentation about the format
265
+ #
266
+ # @param properties [Object] The properties of the query parameters.
267
+ #
268
+ # @param required [Array<String>] The required properties of the query parameters.
269
+ #
270
+ # @param type [Symbol, Telnyx::Models::AI::WebhookTool::Webhook::QueryParameters::Type]
271
+
272
+ # @see Telnyx::Models::AI::WebhookTool::Webhook::QueryParameters#type
273
+ module Type
274
+ extend Telnyx::Internal::Type::Enum
275
+
276
+ OBJECT = :object
277
+
278
+ # @!method self.values
279
+ # @return [Array<Symbol>]
280
+ end
281
+ end
282
+ end
30
283
  end
31
284
  end
32
285
  end
@@ -24,6 +24,16 @@ module Telnyx
24
24
  # @return [Telnyx::Models::CallControlApplicationListParams::Page, nil]
25
25
  optional :page, -> { Telnyx::CallControlApplicationListParams::Page }
26
26
 
27
+ # @!attribute page_number
28
+ #
29
+ # @return [Integer, nil]
30
+ optional :page_number, Integer
31
+
32
+ # @!attribute page_size
33
+ #
34
+ # @return [Integer, nil]
35
+ optional :page_size, Integer
36
+
27
37
  # @!attribute sort
28
38
  # Specifies the sort order for results. By default sorting direction is ascending.
29
39
  # To have the results sorted in descending order add the <code> -</code>
@@ -43,7 +53,7 @@ module Telnyx
43
53
  # @return [Symbol, Telnyx::Models::CallControlApplicationListParams::Sort, nil]
44
54
  optional :sort, enum: -> { Telnyx::CallControlApplicationListParams::Sort }
45
55
 
46
- # @!method initialize(filter: nil, page: nil, sort: nil, request_options: {})
56
+ # @!method initialize(filter: nil, page: nil, page_number: nil, page_size: nil, sort: nil, request_options: {})
47
57
  # Some parameter documentations has been truncated, see
48
58
  # {Telnyx::Models::CallControlApplicationListParams} for more details.
49
59
  #
@@ -51,6 +61,10 @@ module Telnyx
51
61
  #
52
62
  # @param page [Telnyx::Models::CallControlApplicationListParams::Page] Consolidated page parameter (deepObject style). Originally: page[after], page[be
53
63
  #
64
+ # @param page_number [Integer]
65
+ #
66
+ # @param page_size [Integer]
67
+ #
54
68
  # @param sort [Symbol, Telnyx::Models::CallControlApplicationListParams::Sort] Specifies the sort order for results. By default sorting direction is ascending.
55
69
  #
56
70
  # @param request_options [Telnyx::RequestOptions, Hash{Symbol=>Object}]
@@ -299,19 +313,7 @@ module Telnyx
299
313
  # @return [Integer, nil]
300
314
  optional :limit, Integer
301
315
 
302
- # @!attribute number
303
- # The page number to load
304
- #
305
- # @return [Integer, nil]
306
- optional :number, Integer
307
-
308
- # @!attribute size
309
- # The size of the page
310
- #
311
- # @return [Integer, nil]
312
- optional :size, Integer
313
-
314
- # @!method initialize(after: nil, before: nil, limit: nil, number: nil, size: nil)
316
+ # @!method initialize(after: nil, before: nil, limit: nil)
315
317
  # Consolidated page parameter (deepObject style). Originally: page[after],
316
318
  # page[before], page[limit], page[size], page[number]
317
319
  #
@@ -320,10 +322,6 @@ module Telnyx
320
322
  # @param before [String] Opaque identifier of previous page
321
323
  #
322
324
  # @param limit [Integer] Limit of records per single page
323
- #
324
- # @param number [Integer] The page number to load
325
- #
326
- # @param size [Integer] The size of the page
327
325
  end
328
326
 
329
327
  # Specifies the sort order for results. By default sorting direction is ascending.
@@ -24,7 +24,17 @@ module Telnyx
24
24
  # @return [Telnyx::Models::CallEventListParams::Page, nil]
25
25
  optional :page, -> { Telnyx::CallEventListParams::Page }
26
26
 
27
- # @!method initialize(filter: nil, page: nil, request_options: {})
27
+ # @!attribute page_number
28
+ #
29
+ # @return [Integer, nil]
30
+ optional :page_number, Integer
31
+
32
+ # @!attribute page_size
33
+ #
34
+ # @return [Integer, nil]
35
+ optional :page_size, Integer
36
+
37
+ # @!method initialize(filter: nil, page: nil, page_number: nil, page_size: nil, request_options: {})
28
38
  # Some parameter documentations has been truncated, see
29
39
  # {Telnyx::Models::CallEventListParams} for more details.
30
40
  #
@@ -32,6 +42,10 @@ module Telnyx
32
42
  #
33
43
  # @param page [Telnyx::Models::CallEventListParams::Page] Consolidated page parameter (deepObject style). Originally: page[after], page[be
34
44
  #
45
+ # @param page_number [Integer]
46
+ #
47
+ # @param page_size [Integer]
48
+ #
35
49
  # @param request_options [Telnyx::RequestOptions, Hash{Symbol=>Object}]
36
50
 
37
51
  class Filter < Telnyx::Internal::Type::BaseModel
@@ -277,19 +291,7 @@ module Telnyx
277
291
  # @return [Integer, nil]
278
292
  optional :limit, Integer
279
293
 
280
- # @!attribute number
281
- # The page number to load
282
- #
283
- # @return [Integer, nil]
284
- optional :number, Integer
285
-
286
- # @!attribute size
287
- # The size of the page
288
- #
289
- # @return [Integer, nil]
290
- optional :size, Integer
291
-
292
- # @!method initialize(after: nil, before: nil, limit: nil, number: nil, size: nil)
294
+ # @!method initialize(after: nil, before: nil, limit: nil)
293
295
  # Consolidated page parameter (deepObject style). Originally: page[after],
294
296
  # page[before], page[limit], page[size], page[number]
295
297
  #
@@ -298,10 +300,6 @@ module Telnyx
298
300
  # @param before [String] Opaque identifier of previous page
299
301
  #
300
302
  # @param limit [Integer] Limit of records per single page
301
- #
302
- # @param number [Integer] The page number to load
303
- #
304
- # @param size [Integer] The size of the page
305
303
  end
306
304
  end
307
305
  end