telnyx 5.156.0 → 5.157.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 (145) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -0
  3. data/README.md +1 -1
  4. data/lib/telnyx/models/ai/anthropic/v1_messages_params.rb +209 -0
  5. data/lib/telnyx/models/ai/anthropic/v1_messages_response.rb +12 -0
  6. data/lib/telnyx/models/ai/assistant_create_params.rb +2 -2
  7. data/lib/telnyx/models/ai/assistant_tool.rb +25 -1
  8. data/lib/telnyx/models/ai/assistant_update_params.rb +2 -2
  9. data/lib/telnyx/models/ai/assistants/update_assistant.rb +2 -2
  10. data/lib/telnyx/models/ai/conversations/conversation_insight_retrieve_aggregates_params.rb +103 -0
  11. data/lib/telnyx/models/ai/conversations/conversation_insight_retrieve_aggregates_response.rb +54 -0
  12. data/lib/telnyx/models/ai/inference_embedding.rb +6 -6
  13. data/lib/telnyx/models/ai/pay_tool_params.rb +46 -0
  14. data/lib/telnyx/models/ai/tool_create_params.rb +7 -1
  15. data/lib/telnyx/models/ai/tool_update_params.rb +7 -1
  16. data/lib/telnyx/models/ai/transcription_settings.rb +3 -3
  17. data/lib/telnyx/models/call_dial_params.rb +13 -1
  18. data/lib/telnyx/models/calls/transcription_config.rb +8 -4
  19. data/lib/telnyx/models/calls/transcription_engine_parakeet_config.rb +1 -1
  20. data/lib/telnyx/models/doc_reqs_requirement.rb +29 -4
  21. data/lib/telnyx/models/inbound_message.rb +278 -28
  22. data/lib/telnyx/models/inbound_message_webhook_event.rb +70 -3
  23. data/lib/telnyx/models/managed_account_list_params.rb +45 -3
  24. data/lib/telnyx/models/requirement_list_params.rb +10 -1
  25. data/lib/telnyx/models/requirement_retrieve_params.rb +14 -1
  26. data/lib/telnyx/models/speech_to_text_retrieve_transcription_params.rb +1 -1
  27. data/lib/telnyx/models/storage/cloudf_create_params.rb +56 -0
  28. data/lib/telnyx/models/storage/cloudf_delete_params.rb +22 -0
  29. data/lib/telnyx/models/storage/cloudf_list_params.rb +109 -0
  30. data/lib/telnyx/models/storage/cloudf_list_response.rb +165 -0
  31. data/lib/telnyx/models/storage/cloudf_retrieve_params.rb +22 -0
  32. data/lib/telnyx/models/storage/cloudf_update_params.rb +36 -0
  33. data/lib/telnyx/models/storage/cloudfs/action_rotate_meta_token_params.rb +30 -0
  34. data/lib/telnyx/models/storage/cloudfs_filesystem_detail_response_wrapper.rb +129 -0
  35. data/lib/telnyx/models/storage/cloudfs_filesystem_response_wrapper.rb +129 -0
  36. data/lib/telnyx/models/storage/cloudfs_filesystem_status.rb +28 -0
  37. data/lib/telnyx/models/verify_profile.rb +2 -2
  38. data/lib/telnyx/models/verify_profile_create_params.rb +2 -2
  39. data/lib/telnyx/models/verify_profile_update_params.rb +2 -2
  40. data/lib/telnyx/resources/ai/anthropic/v1.rb +91 -0
  41. data/lib/telnyx/resources/ai/anthropic.rb +20 -0
  42. data/lib/telnyx/resources/ai/assistants/versions.rb +1 -1
  43. data/lib/telnyx/resources/ai/assistants.rb +2 -2
  44. data/lib/telnyx/resources/ai/conversations/conversation_insights.rb +55 -0
  45. data/lib/telnyx/resources/ai/conversations.rb +5 -0
  46. data/lib/telnyx/resources/ai/tools.rb +5 -2
  47. data/lib/telnyx/resources/ai.rb +4 -0
  48. data/lib/telnyx/resources/calls.rb +3 -1
  49. data/lib/telnyx/resources/requirements.rb +13 -3
  50. data/lib/telnyx/resources/storage/cloudfs/actions.rb +54 -0
  51. data/lib/telnyx/resources/storage/cloudfs.rb +187 -0
  52. data/lib/telnyx/resources/storage.rb +6 -0
  53. data/lib/telnyx/version.rb +1 -1
  54. data/lib/telnyx.rb +20 -0
  55. data/rbi/telnyx/models/ai/anthropic/v1_messages_params.rbi +314 -0
  56. data/rbi/telnyx/models/ai/anthropic/v1_messages_response.rbi +15 -0
  57. data/rbi/telnyx/models/ai/assistant_create_params.rbi +8 -4
  58. data/rbi/telnyx/models/ai/assistant_tool.rbi +37 -1
  59. data/rbi/telnyx/models/ai/assistant_update_params.rbi +8 -4
  60. data/rbi/telnyx/models/ai/assistants/update_assistant.rbi +8 -4
  61. data/rbi/telnyx/models/ai/conversations/conversation_insight_retrieve_aggregates_params.rbi +188 -0
  62. data/rbi/telnyx/models/ai/conversations/conversation_insight_retrieve_aggregates_response.rbi +94 -0
  63. data/rbi/telnyx/models/ai/inference_embedding.rbi +12 -6
  64. data/rbi/telnyx/models/ai/pay_tool_params.rbi +71 -0
  65. data/rbi/telnyx/models/ai/tool_create_params.rbi +9 -0
  66. data/rbi/telnyx/models/ai/tool_update_params.rbi +9 -0
  67. data/rbi/telnyx/models/ai/transcription_settings.rbi +5 -5
  68. data/rbi/telnyx/models/call_dial_params.rbi +19 -0
  69. data/rbi/telnyx/models/calls/transcription_config.rbi +15 -7
  70. data/rbi/telnyx/models/calls/transcription_engine_parakeet_config.rbi +2 -2
  71. data/rbi/telnyx/models/doc_reqs_requirement.rbi +38 -9
  72. data/rbi/telnyx/models/inbound_message.rbi +324 -58
  73. data/rbi/telnyx/models/inbound_message_webhook_event.rbi +173 -4
  74. data/rbi/telnyx/models/managed_account_list_params.rbi +130 -6
  75. data/rbi/telnyx/models/requirement_list_params.rbi +13 -0
  76. data/rbi/telnyx/models/requirement_retrieve_params.rbi +21 -2
  77. data/rbi/telnyx/models/speech_to_text_retrieve_transcription_params.rbi +2 -2
  78. data/rbi/telnyx/models/storage/cloudf_create_params.rbi +103 -0
  79. data/rbi/telnyx/models/storage/cloudf_delete_params.rbi +40 -0
  80. data/rbi/telnyx/models/storage/cloudf_list_params.rbi +232 -0
  81. data/rbi/telnyx/models/storage/cloudf_list_response.rbi +327 -0
  82. data/rbi/telnyx/models/storage/cloudf_retrieve_params.rbi +40 -0
  83. data/rbi/telnyx/models/storage/cloudf_update_params.rbi +61 -0
  84. data/rbi/telnyx/models/storage/cloudfs/action_rotate_meta_token_params.rbi +50 -0
  85. data/rbi/telnyx/models/storage/cloudfs_filesystem_detail_response_wrapper.rbi +229 -0
  86. data/rbi/telnyx/models/storage/cloudfs_filesystem_response_wrapper.rbi +227 -0
  87. data/rbi/telnyx/models/storage/cloudfs_filesystem_status.rbi +57 -0
  88. data/rbi/telnyx/models/verify_profile.rbi +2 -2
  89. data/rbi/telnyx/models/verify_profile_create_params.rbi +2 -2
  90. data/rbi/telnyx/models/verify_profile_update_params.rbi +2 -2
  91. data/rbi/telnyx/resources/ai/anthropic/v1.rbi +106 -0
  92. data/rbi/telnyx/resources/ai/anthropic.rbi +17 -0
  93. data/rbi/telnyx/resources/ai/assistants/versions.rbi +2 -1
  94. data/rbi/telnyx/resources/ai/assistants.rbi +4 -2
  95. data/rbi/telnyx/resources/ai/conversations/conversation_insights.rbi +68 -0
  96. data/rbi/telnyx/resources/ai/conversations.rbi +6 -0
  97. data/rbi/telnyx/resources/ai/tools.rbi +4 -0
  98. data/rbi/telnyx/resources/ai.rbi +3 -0
  99. data/rbi/telnyx/resources/calls.rbi +7 -0
  100. data/rbi/telnyx/resources/managed_accounts.rbi +1 -1
  101. data/rbi/telnyx/resources/requirements.rbi +8 -0
  102. data/rbi/telnyx/resources/storage/cloudfs/actions.rbi +46 -0
  103. data/rbi/telnyx/resources/storage/cloudfs.rbi +152 -0
  104. data/rbi/telnyx/resources/storage.rbi +5 -0
  105. data/sig/telnyx/models/ai/anthropic/v1_messages_params.rbs +175 -0
  106. data/sig/telnyx/models/ai/anthropic/v1_messages_response.rbs +11 -0
  107. data/sig/telnyx/models/ai/assistant_tool.rbs +13 -0
  108. data/sig/telnyx/models/ai/conversations/conversation_insight_retrieve_aggregates_params.rbs +74 -0
  109. data/sig/telnyx/models/ai/conversations/conversation_insight_retrieve_aggregates_response.rbs +34 -0
  110. data/sig/telnyx/models/ai/pay_tool_params.rbs +41 -0
  111. data/sig/telnyx/models/ai/tool_create_params.rbs +7 -0
  112. data/sig/telnyx/models/ai/tool_update_params.rbs +7 -0
  113. data/sig/telnyx/models/ai/transcription_settings.rbs +2 -2
  114. data/sig/telnyx/models/call_dial_params.rbs +7 -0
  115. data/sig/telnyx/models/calls/transcription_config.rbs +2 -2
  116. data/sig/telnyx/models/calls/transcription_engine_parakeet_config.rbs +2 -2
  117. data/sig/telnyx/models/doc_reqs_requirement.rbs +25 -8
  118. data/sig/telnyx/models/inbound_message.rbs +204 -35
  119. data/sig/telnyx/models/inbound_message_webhook_event.rbs +81 -5
  120. data/sig/telnyx/models/managed_account_list_params.rbs +47 -3
  121. data/sig/telnyx/models/requirement_list_params.rbs +8 -1
  122. data/sig/telnyx/models/requirement_retrieve_params.rbs +12 -2
  123. data/sig/telnyx/models/speech_to_text_retrieve_transcription_params.rbs +2 -2
  124. data/sig/telnyx/models/storage/cloudf_create_params.rbs +50 -0
  125. data/sig/telnyx/models/storage/cloudf_delete_params.rbs +22 -0
  126. data/sig/telnyx/models/storage/cloudf_list_params.rbs +112 -0
  127. data/sig/telnyx/models/storage/cloudf_list_response.rbs +163 -0
  128. data/sig/telnyx/models/storage/cloudf_retrieve_params.rbs +22 -0
  129. data/sig/telnyx/models/storage/cloudf_update_params.rbs +32 -0
  130. data/sig/telnyx/models/storage/cloudfs/action_rotate_meta_token_params.rbs +32 -0
  131. data/sig/telnyx/models/storage/cloudfs_filesystem_detail_response_wrapper.rbs +115 -0
  132. data/sig/telnyx/models/storage/cloudfs_filesystem_response_wrapper.rbs +115 -0
  133. data/sig/telnyx/models/storage/cloudfs_filesystem_status.rbs +21 -0
  134. data/sig/telnyx/resources/ai/anthropic/v1.rbs +35 -0
  135. data/sig/telnyx/resources/ai/anthropic.rbs +11 -0
  136. data/sig/telnyx/resources/ai/conversations/conversation_insights.rbs +20 -0
  137. data/sig/telnyx/resources/ai/conversations.rbs +2 -0
  138. data/sig/telnyx/resources/ai/tools.rbs +2 -0
  139. data/sig/telnyx/resources/ai.rbs +2 -0
  140. data/sig/telnyx/resources/calls.rbs +1 -0
  141. data/sig/telnyx/resources/requirements.rbs +2 -0
  142. data/sig/telnyx/resources/storage/cloudfs/actions.rbs +17 -0
  143. data/sig/telnyx/resources/storage/cloudfs.rbs +45 -0
  144. data/sig/telnyx/resources/storage.rbs +2 -0
  145. metadata +62 -2
@@ -0,0 +1,129 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Telnyx
4
+ module Models
5
+ module Storage
6
+ # @see Telnyx::Resources::Storage::Cloudfs#retrieve
7
+ class CloudfsFilesystemDetailResponseWrapper < Telnyx::Internal::Type::BaseModel
8
+ # @!attribute data
9
+ # A CloudFS filesystem as returned by get, update, and delete. `meta_url` omits
10
+ # the credential and there is no `meta_token` field — the token is only returned
11
+ # by create and rotate-meta-token.
12
+ #
13
+ # @return [Telnyx::Models::Storage::CloudfsFilesystemDetailResponseWrapper::Data, nil]
14
+ optional :data, -> { Telnyx::Storage::CloudfsFilesystemDetailResponseWrapper::Data }
15
+
16
+ # @!method initialize(data: nil)
17
+ # Some parameter documentations has been truncated, see
18
+ # {Telnyx::Models::Storage::CloudfsFilesystemDetailResponseWrapper} for more
19
+ # details.
20
+ #
21
+ # @param data [Telnyx::Models::Storage::CloudfsFilesystemDetailResponseWrapper::Data] A CloudFS filesystem as returned by get, update, and delete. `meta_url` omits th
22
+
23
+ # @see Telnyx::Models::Storage::CloudfsFilesystemDetailResponseWrapper#data
24
+ class Data < Telnyx::Internal::Type::BaseModel
25
+ # @!attribute id
26
+ #
27
+ # @return [String, nil]
28
+ optional :id, String
29
+
30
+ # @!attribute created_at
31
+ #
32
+ # @return [Time, nil]
33
+ optional :created_at, Time
34
+
35
+ # @!attribute error
36
+ # Explanation of the most recent failed lifecycle action. Present only when the
37
+ # filesystem is in a `failed` state.
38
+ #
39
+ # @return [String, nil]
40
+ optional :error, String
41
+
42
+ # @!attribute meta_url
43
+ # PostgreSQL connection URL for the filesystem's metadata database, without the
44
+ # credential. Combine it with your stored metadata token, or issue a new token
45
+ # with rotate-meta-token.
46
+ #
47
+ # @return [String, nil]
48
+ optional :meta_url, String
49
+
50
+ # @!attribute name
51
+ #
52
+ # @return [String, nil]
53
+ optional :name, String
54
+
55
+ # @!attribute record_type
56
+ #
57
+ # @return [String, nil]
58
+ optional :record_type, String
59
+
60
+ # @!attribute region
61
+ #
62
+ # @return [String, nil]
63
+ optional :region, String
64
+
65
+ # @!attribute s3_bucket
66
+ # Name of the bucket that stores this filesystem's data. Created during
67
+ # provisioning.
68
+ #
69
+ # @return [String, nil]
70
+ optional :s3_bucket, String
71
+
72
+ # @!attribute s3_endpoint
73
+ # URL of the Telnyx Cloud Storage endpoint backing this filesystem.
74
+ #
75
+ # @return [String, nil]
76
+ optional :s3_endpoint, String
77
+
78
+ # @!attribute status
79
+ # Lifecycle status of the filesystem. `ready` means it is fully provisioned and
80
+ # usable. `needs_format` means the storage bucket and metadata database were
81
+ # provisioned but the filesystem has not yet been formatted — run `juicefs format`
82
+ # with the filesystem's `meta_url` before mounting. `failed` means the last
83
+ # lifecycle action failed — see the filesystem's `error` message. `deleted`
84
+ # appears only in the delete response: deleted filesystems are excluded from list
85
+ # results and return a `404` on retrieval.
86
+ #
87
+ # @return [Symbol, Telnyx::Models::Storage::CloudfsFilesystemStatus, nil]
88
+ optional :status, enum: -> { Telnyx::Storage::CloudfsFilesystemStatus }
89
+
90
+ # @!attribute updated_at
91
+ #
92
+ # @return [Time, nil]
93
+ optional :updated_at, Time
94
+
95
+ # @!method initialize(id: nil, created_at: nil, error: nil, meta_url: nil, name: nil, record_type: nil, region: nil, s3_bucket: nil, s3_endpoint: nil, status: nil, updated_at: nil)
96
+ # Some parameter documentations has been truncated, see
97
+ # {Telnyx::Models::Storage::CloudfsFilesystemDetailResponseWrapper::Data} for more
98
+ # details.
99
+ #
100
+ # A CloudFS filesystem as returned by get, update, and delete. `meta_url` omits
101
+ # the credential and there is no `meta_token` field — the token is only returned
102
+ # by create and rotate-meta-token.
103
+ #
104
+ # @param id [String]
105
+ #
106
+ # @param created_at [Time]
107
+ #
108
+ # @param error [String] Explanation of the most recent failed lifecycle action. Present only when the fi
109
+ #
110
+ # @param meta_url [String] PostgreSQL connection URL for the filesystem's metadata database, without the cr
111
+ #
112
+ # @param name [String]
113
+ #
114
+ # @param record_type [String]
115
+ #
116
+ # @param region [String]
117
+ #
118
+ # @param s3_bucket [String] Name of the bucket that stores this filesystem's data. Created during provisioni
119
+ #
120
+ # @param s3_endpoint [String] URL of the Telnyx Cloud Storage endpoint backing this filesystem.
121
+ #
122
+ # @param status [Symbol, Telnyx::Models::Storage::CloudfsFilesystemStatus] Lifecycle status of the filesystem. `ready` means it is fully provisioned and us
123
+ #
124
+ # @param updated_at [Time]
125
+ end
126
+ end
127
+ end
128
+ end
129
+ end
@@ -0,0 +1,129 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Telnyx
4
+ module Models
5
+ module Storage
6
+ # @see Telnyx::Resources::Storage::Cloudfs#create
7
+ class CloudfsFilesystemResponseWrapper < Telnyx::Internal::Type::BaseModel
8
+ # @!attribute data
9
+ # A CloudFS filesystem, including its metadata credential. This shape is returned
10
+ # only by create and rotate-meta-token.
11
+ #
12
+ # @return [Telnyx::Models::Storage::CloudfsFilesystemResponseWrapper::Data, nil]
13
+ optional :data, -> { Telnyx::Storage::CloudfsFilesystemResponseWrapper::Data }
14
+
15
+ # @!method initialize(data: nil)
16
+ # Some parameter documentations has been truncated, see
17
+ # {Telnyx::Models::Storage::CloudfsFilesystemResponseWrapper} for more details.
18
+ #
19
+ # @param data [Telnyx::Models::Storage::CloudfsFilesystemResponseWrapper::Data] A CloudFS filesystem, including its metadata credential. This shape is returned
20
+
21
+ # @see Telnyx::Models::Storage::CloudfsFilesystemResponseWrapper#data
22
+ class Data < Telnyx::Internal::Type::BaseModel
23
+ # @!attribute id
24
+ #
25
+ # @return [String, nil]
26
+ optional :id, String
27
+
28
+ # @!attribute created_at
29
+ #
30
+ # @return [Time, nil]
31
+ optional :created_at, Time
32
+
33
+ # @!attribute meta_token
34
+ # Metadata access token, in cleartext. Returned only by create and
35
+ # rotate-meta-token and not retrievable afterwards — store it securely.
36
+ #
37
+ # @return [String, nil]
38
+ optional :meta_token, String
39
+
40
+ # @!attribute meta_url
41
+ # PostgreSQL connection URL for the filesystem's metadata database. In create and
42
+ # rotate-meta-token responses it embeds the metadata token as the password:
43
+ # `postgres://<database>:<meta_token>@us-east-1.telnyxcloudfs.com:5432/<database>?sslmode=require`
44
+ # (the example below is shown without the credential; the actual response includes
45
+ # it). Pass it to `juicefs mount`: the storage configuration is baked in at
46
+ # provisioning, so the metadata URL is all a client needs to mount the filesystem.
47
+ #
48
+ # @return [String, nil]
49
+ optional :meta_url, String
50
+
51
+ # @!attribute name
52
+ #
53
+ # @return [String, nil]
54
+ optional :name, String
55
+
56
+ # @!attribute record_type
57
+ #
58
+ # @return [String, nil]
59
+ optional :record_type, String
60
+
61
+ # @!attribute region
62
+ #
63
+ # @return [String, nil]
64
+ optional :region, String
65
+
66
+ # @!attribute s3_bucket
67
+ # Name of the bucket that stores this filesystem's data. Created during
68
+ # provisioning.
69
+ #
70
+ # @return [String, nil]
71
+ optional :s3_bucket, String
72
+
73
+ # @!attribute s3_endpoint
74
+ # URL of the Telnyx Cloud Storage endpoint backing this filesystem.
75
+ #
76
+ # @return [String, nil]
77
+ optional :s3_endpoint, String
78
+
79
+ # @!attribute status
80
+ # Lifecycle status of the filesystem. `ready` means it is fully provisioned and
81
+ # usable. `needs_format` means the storage bucket and metadata database were
82
+ # provisioned but the filesystem has not yet been formatted — run `juicefs format`
83
+ # with the filesystem's `meta_url` before mounting. `failed` means the last
84
+ # lifecycle action failed — see the filesystem's `error` message. `deleted`
85
+ # appears only in the delete response: deleted filesystems are excluded from list
86
+ # results and return a `404` on retrieval.
87
+ #
88
+ # @return [Symbol, Telnyx::Models::Storage::CloudfsFilesystemStatus, nil]
89
+ optional :status, enum: -> { Telnyx::Storage::CloudfsFilesystemStatus }
90
+
91
+ # @!attribute updated_at
92
+ #
93
+ # @return [Time, nil]
94
+ optional :updated_at, Time
95
+
96
+ # @!method initialize(id: nil, created_at: nil, meta_token: nil, meta_url: nil, name: nil, record_type: nil, region: nil, s3_bucket: nil, s3_endpoint: nil, status: nil, updated_at: nil)
97
+ # Some parameter documentations has been truncated, see
98
+ # {Telnyx::Models::Storage::CloudfsFilesystemResponseWrapper::Data} for more
99
+ # details.
100
+ #
101
+ # A CloudFS filesystem, including its metadata credential. This shape is returned
102
+ # only by create and rotate-meta-token.
103
+ #
104
+ # @param id [String]
105
+ #
106
+ # @param created_at [Time]
107
+ #
108
+ # @param meta_token [String] Metadata access token, in cleartext. Returned only by create and rotate-meta-tok
109
+ #
110
+ # @param meta_url [String] PostgreSQL connection URL for the filesystem's metadata database. In create and
111
+ #
112
+ # @param name [String]
113
+ #
114
+ # @param record_type [String]
115
+ #
116
+ # @param region [String]
117
+ #
118
+ # @param s3_bucket [String] Name of the bucket that stores this filesystem's data. Created during provisioni
119
+ #
120
+ # @param s3_endpoint [String] URL of the Telnyx Cloud Storage endpoint backing this filesystem.
121
+ #
122
+ # @param status [Symbol, Telnyx::Models::Storage::CloudfsFilesystemStatus] Lifecycle status of the filesystem. `ready` means it is fully provisioned and us
123
+ #
124
+ # @param updated_at [Time]
125
+ end
126
+ end
127
+ end
128
+ end
129
+ end
@@ -0,0 +1,28 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Telnyx
4
+ module Models
5
+ module Storage
6
+ # Lifecycle status of the filesystem. `ready` means it is fully provisioned and
7
+ # usable. `needs_format` means the storage bucket and metadata database were
8
+ # provisioned but the filesystem has not yet been formatted — run `juicefs format`
9
+ # with the filesystem's `meta_url` before mounting. `failed` means the last
10
+ # lifecycle action failed — see the filesystem's `error` message. `deleted`
11
+ # appears only in the delete response: deleted filesystems are excluded from list
12
+ # results and return a `404` on retrieval.
13
+ module CloudfsFilesystemStatus
14
+ extend Telnyx::Internal::Type::Enum
15
+
16
+ PROVISIONING = :provisioning
17
+ READY = :ready
18
+ NEEDS_FORMAT = :needs_format
19
+ DELETING = :deleting
20
+ FAILED = :failed
21
+ DELETED = :deleted
22
+
23
+ # @!method self.values
24
+ # @return [Array<Symbol>]
25
+ end
26
+ end
27
+ end
28
+ end
@@ -301,7 +301,7 @@ module Telnyx
301
301
  optional :sender_phone_number, String, nil?: true
302
302
 
303
303
  # @!attribute template_id
304
- # Customer pre-approved authentication template name registered on Meta
304
+ # Customer pre-approved authentication template ID registered on Meta
305
305
  #
306
306
  # @return [String, nil]
307
307
  optional :template_id, String, nil?: true
@@ -336,7 +336,7 @@ module Telnyx
336
336
  #
337
337
  # @param sender_phone_number [String, nil] Phone number registered on the customer WABA to send OTPs from
338
338
  #
339
- # @param template_id [String, nil] Customer pre-approved authentication template name registered on Meta
339
+ # @param template_id [String, nil] Customer pre-approved authentication template ID registered on Meta
340
340
  #
341
341
  # @param waba_id [String, nil] Customer Meta WABA ID for Bring-Your-Own-WABA sending
342
342
  #
@@ -254,7 +254,7 @@ module Telnyx
254
254
  optional :sender_phone_number, String, nil?: true
255
255
 
256
256
  # @!attribute template_id
257
- # Customer pre-approved authentication template name registered on Meta
257
+ # Customer pre-approved authentication template ID registered on Meta
258
258
  #
259
259
  # @return [String, nil]
260
260
  optional :template_id, String, nil?: true
@@ -283,7 +283,7 @@ module Telnyx
283
283
  #
284
284
  # @param sender_phone_number [String, nil] Phone number registered on the customer WABA to send OTPs from
285
285
  #
286
- # @param template_id [String, nil] Customer pre-approved authentication template name registered on Meta
286
+ # @param template_id [String, nil] Customer pre-approved authentication template ID registered on Meta
287
287
  #
288
288
  # @param waba_id [String, nil] Customer Meta WABA ID for Bring-Your-Own-WABA sending
289
289
  #
@@ -216,7 +216,7 @@ module Telnyx
216
216
  optional :sender_phone_number, String, nil?: true
217
217
 
218
218
  # @!attribute template_id
219
- # Customer pre-approved authentication template name registered on Meta
219
+ # Customer pre-approved authentication template ID registered on Meta
220
220
  #
221
221
  # @return [String, nil]
222
222
  optional :template_id, String, nil?: true
@@ -245,7 +245,7 @@ module Telnyx
245
245
  #
246
246
  # @param sender_phone_number [String, nil] Phone number registered on the customer WABA to send OTPs from
247
247
  #
248
- # @param template_id [String, nil] Customer pre-approved authentication template name registered on Meta
248
+ # @param template_id [String, nil] Customer pre-approved authentication template ID registered on Meta
249
249
  #
250
250
  # @param waba_id [String, nil] Customer Meta WABA ID for Bring-Your-Own-WABA sending
251
251
  #
@@ -0,0 +1,91 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Telnyx
4
+ module Resources
5
+ class AI
6
+ class Anthropic
7
+ class V1
8
+ # Some parameter documentations has been truncated, see
9
+ # {Telnyx::Models::AI::Anthropic::V1MessagesParams} for more details.
10
+ #
11
+ # Send a message to a language model using the Anthropic Messages API format. This
12
+ # endpoint is compatible with the
13
+ # [Anthropic Messages API](https://docs.anthropic.com/en/api/messages) and may be
14
+ # used with the Anthropic JS or Python SDK by setting the base URL to
15
+ # `https://api.telnyx.com/v2/ai/anthropic`.
16
+ #
17
+ # The endpoint translates Anthropic-format requests into Telnyx's inference
18
+ # internals, then translates the response back to the Anthropic message shape.
19
+ # Streaming responses use Anthropic SSE event types (`message_start`,
20
+ # `content_block_start`, `content_block_delta`, `content_block_stop`,
21
+ # `message_delta`, `message_stop`).
22
+ #
23
+ # @overload messages(max_tokens:, messages:, model:, api_key_ref: nil, billing_group_id: nil, fallback_config: nil, max_retries: nil, mcp_servers: nil, metadata: nil, service_tier: nil, stop_sequences: nil, stream: nil, system_: nil, temperature: nil, thinking: nil, timeout: nil, tool_choice: nil, tools: nil, top_k: nil, top_p: nil, request_options: {})
24
+ #
25
+ # @param max_tokens [Integer] The maximum number of tokens to generate in the response.
26
+ #
27
+ # @param messages [Array<Hash{Symbol=>Object}>] The messages to send to the model, following the [Anthropic Messages API](https:
28
+ #
29
+ # @param model [String] The model to use for generating the response, for example `zai-org/GLM-5.2` or a
30
+ #
31
+ # @param api_key_ref [String] If you are using an external inference provider, this field allows you to pass a
32
+ #
33
+ # @param billing_group_id [String] The billing group ID to associate with this request.
34
+ #
35
+ # @param fallback_config [Hash{Symbol=>Object}] Configuration for model fallback behavior when the primary model is unavailable.
36
+ #
37
+ # @param max_retries [Integer] Maximum number of retries for the request.
38
+ #
39
+ # @param mcp_servers [Array<Hash{Symbol=>Object}>] List of MCP (Model Context Protocol) servers to make available to the model.
40
+ #
41
+ # @param metadata [Hash{Symbol=>Object}] An object describing metadata about the request.
42
+ #
43
+ # @param service_tier [String] Service tier for the request.
44
+ #
45
+ # @param stop_sequences [Array<String>] Custom sequences that will cause the model to stop generating.
46
+ #
47
+ # @param stream [Boolean] Whether to stream the response as Anthropic-format Server-Sent Events.
48
+ #
49
+ # @param system_ [String, Array<Hash{Symbol=>Object}>] System prompt. Can be a string or an array of content blocks following the Anthr
50
+ #
51
+ # @param temperature [Float] Amount of randomness injected into the response. Ranges from 0 to 1.
52
+ #
53
+ # @param thinking [Hash{Symbol=>Object}] Extended thinking configuration for models that support it. Set `type` to `enabl
54
+ #
55
+ # @param timeout [Float] Request timeout in seconds.
56
+ #
57
+ # @param tool_choice [Hash{Symbol=>Object}] Controls how the model uses tools, following the Anthropic API format.
58
+ #
59
+ # @param tools [Array<Hash{Symbol=>Object}>] Definitions of tools that the model may use, following the Anthropic API format.
60
+ #
61
+ # @param top_k [Integer] Top-k sampling parameter. Only sample from the top K options for each subsequent
62
+ #
63
+ # @param top_p [Float] Nucleus sampling parameter. Use temperature or top_p, but not both.
64
+ #
65
+ # @param request_options [Telnyx::RequestOptions, Hash{Symbol=>Object}, nil]
66
+ #
67
+ # @return [Hash{Symbol=>Object}]
68
+ #
69
+ # @see Telnyx::Models::AI::Anthropic::V1MessagesParams
70
+ def messages(params)
71
+ parsed, options = Telnyx::AI::Anthropic::V1MessagesParams.dump_request(params)
72
+ @client.request(
73
+ method: :post,
74
+ path: "ai/anthropic/v1/messages",
75
+ body: parsed,
76
+ model: Telnyx::Internal::Type::HashOf[Telnyx::Internal::Type::Unknown],
77
+ options: options
78
+ )
79
+ end
80
+
81
+ # @api private
82
+ #
83
+ # @param client [Telnyx::Client]
84
+ def initialize(client:)
85
+ @client = client
86
+ end
87
+ end
88
+ end
89
+ end
90
+ end
91
+ end
@@ -0,0 +1,20 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Telnyx
4
+ module Resources
5
+ class AI
6
+ class Anthropic
7
+ # @return [Telnyx::Resources::AI::Anthropic::V1]
8
+ attr_reader :v1
9
+
10
+ # @api private
11
+ #
12
+ # @param client [Telnyx::Client]
13
+ def initialize(client:)
14
+ @client = client
15
+ @v1 = Telnyx::Resources::AI::Anthropic::V1.new(client: client)
16
+ end
17
+ end
18
+ end
19
+ end
20
+ end
@@ -97,7 +97,7 @@ module Telnyx
97
97
  #
98
98
  # @param tool_ids [Array<String>] Body param: IDs of shared tools to attach to the assistant. New integrations sho
99
99
  #
100
- # @param tools [Array<Telnyx::Models::AI::InferenceEmbeddingWebhookToolParams, Telnyx::Models::AI::AssistantTool::ClientSideTool, Telnyx::Models::AI::RetrievalTool, Telnyx::Models::AI::AssistantTool::Handoff, Telnyx::Models::AI::HangupTool, Telnyx::Models::AI::AssistantTool::Transfer, Telnyx::Models::AI::AssistantTool::Invite, Telnyx::Models::AI::AssistantTool::Refer, Telnyx::Models::AI::AssistantTool::SendDtmf, Telnyx::Models::AI::AssistantTool::SendMessage, Telnyx::Models::AI::AssistantTool::SkipTurn>] Body param: Deprecated for new integrations. Inline tool definitions available t
100
+ # @param tools [Array<Telnyx::Models::AI::InferenceEmbeddingWebhookToolParams, Telnyx::Models::AI::AssistantTool::ClientSideTool, Telnyx::Models::AI::RetrievalTool, Telnyx::Models::AI::AssistantTool::Handoff, Telnyx::Models::AI::HangupTool, Telnyx::Models::AI::AssistantTool::Transfer, Telnyx::Models::AI::AssistantTool::Invite, Telnyx::Models::AI::AssistantTool::Refer, Telnyx::Models::AI::AssistantTool::SendDtmf, Telnyx::Models::AI::AssistantTool::SendMessage, Telnyx::Models::AI::AssistantTool::SkipTurn, Telnyx::Models::AI::AssistantTool::Pay>] Body param: Deprecated for new integrations. Inline tool definitions available t
101
101
  #
102
102
  # @param transcription [Telnyx::Models::AI::TranscriptionSettings] Body param
103
103
  #
@@ -88,7 +88,7 @@ module Telnyx
88
88
  #
89
89
  # @param tool_ids [Array<String>] IDs of shared tools to attach to the assistant. New integrations should prefer `
90
90
  #
91
- # @param tools [Array<Telnyx::Models::AI::InferenceEmbeddingWebhookToolParams, Telnyx::Models::AI::AssistantTool::ClientSideTool, Telnyx::Models::AI::RetrievalTool, Telnyx::Models::AI::AssistantTool::Handoff, Telnyx::Models::AI::HangupTool, Telnyx::Models::AI::AssistantTool::Transfer, Telnyx::Models::AI::AssistantTool::Invite, Telnyx::Models::AI::AssistantTool::Refer, Telnyx::Models::AI::AssistantTool::SendDtmf, Telnyx::Models::AI::AssistantTool::SendMessage, Telnyx::Models::AI::AssistantTool::SkipTurn>] Deprecated for new integrations. Inline tool definitions available to the assist
91
+ # @param tools [Array<Telnyx::Models::AI::InferenceEmbeddingWebhookToolParams, Telnyx::Models::AI::AssistantTool::ClientSideTool, Telnyx::Models::AI::RetrievalTool, Telnyx::Models::AI::AssistantTool::Handoff, Telnyx::Models::AI::HangupTool, Telnyx::Models::AI::AssistantTool::Transfer, Telnyx::Models::AI::AssistantTool::Invite, Telnyx::Models::AI::AssistantTool::Refer, Telnyx::Models::AI::AssistantTool::SendDtmf, Telnyx::Models::AI::AssistantTool::SendMessage, Telnyx::Models::AI::AssistantTool::SkipTurn, Telnyx::Models::AI::AssistantTool::Pay>] Deprecated for new integrations. Inline tool definitions available to the assist
92
92
  #
93
93
  # @param transcription [Telnyx::Models::AI::TranscriptionSettings]
94
94
  #
@@ -202,7 +202,7 @@ module Telnyx
202
202
  #
203
203
  # @param tool_ids [Array<String>] IDs of shared tools to attach to the assistant. New integrations should prefer `
204
204
  #
205
- # @param tools [Array<Telnyx::Models::AI::InferenceEmbeddingWebhookToolParams, Telnyx::Models::AI::AssistantTool::ClientSideTool, Telnyx::Models::AI::RetrievalTool, Telnyx::Models::AI::AssistantTool::Handoff, Telnyx::Models::AI::HangupTool, Telnyx::Models::AI::AssistantTool::Transfer, Telnyx::Models::AI::AssistantTool::Invite, Telnyx::Models::AI::AssistantTool::Refer, Telnyx::Models::AI::AssistantTool::SendDtmf, Telnyx::Models::AI::AssistantTool::SendMessage, Telnyx::Models::AI::AssistantTool::SkipTurn>] Deprecated for new integrations. Inline tool definitions available to the assist
205
+ # @param tools [Array<Telnyx::Models::AI::InferenceEmbeddingWebhookToolParams, Telnyx::Models::AI::AssistantTool::ClientSideTool, Telnyx::Models::AI::RetrievalTool, Telnyx::Models::AI::AssistantTool::Handoff, Telnyx::Models::AI::HangupTool, Telnyx::Models::AI::AssistantTool::Transfer, Telnyx::Models::AI::AssistantTool::Invite, Telnyx::Models::AI::AssistantTool::Refer, Telnyx::Models::AI::AssistantTool::SendDtmf, Telnyx::Models::AI::AssistantTool::SendMessage, Telnyx::Models::AI::AssistantTool::SkipTurn, Telnyx::Models::AI::AssistantTool::Pay>] Deprecated for new integrations. Inline tool definitions available to the assist
206
206
  #
207
207
  # @param transcription [Telnyx::Models::AI::TranscriptionSettings]
208
208
  #
@@ -0,0 +1,55 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Telnyx
4
+ module Resources
5
+ class AI
6
+ class Conversations
7
+ # Manage historical AI assistant conversations
8
+ class ConversationInsights
9
+ # Some parameter documentations has been truncated, see
10
+ # {Telnyx::Models::AI::Conversations::ConversationInsightRetrieveAggregatesParams}
11
+ # for more details.
12
+ #
13
+ # Aggregate conversation insights by specified fields
14
+ #
15
+ # @overload retrieve_aggregates(created_at: nil, group_by: nil, insight_id: nil, metadata: nil, show: nil, request_options: {})
16
+ #
17
+ # @param created_at [String] Filter by creation datetime to scope the aggregation window. Supports range oper
18
+ #
19
+ # @param group_by [Array<String>] Fields to group by (can be comma-separated or multiple parameters). Prefix a fie
20
+ #
21
+ # @param insight_id [String] Optional insight ID to filter conversation insights. Only insights matching this
22
+ #
23
+ # @param metadata [Telnyx::Models::AI::Conversations::ConversationInsightRetrieveAggregatesParams::Metadata]
24
+ #
25
+ # @param show [Array<String>] Fields to include in the result (can be comma-separated or multiple parameters).
26
+ #
27
+ # @param request_options [Telnyx::RequestOptions, Hash{Symbol=>Object}, nil]
28
+ #
29
+ # @return [Telnyx::Models::AI::Conversations::ConversationInsightRetrieveAggregatesResponse]
30
+ #
31
+ # @see Telnyx::Models::AI::Conversations::ConversationInsightRetrieveAggregatesParams
32
+ def retrieve_aggregates(params = {})
33
+ parsed, options =
34
+ Telnyx::AI::Conversations::ConversationInsightRetrieveAggregatesParams.dump_request(params)
35
+ query = Telnyx::Internal::Util.encode_query_params(parsed)
36
+ @client.request(
37
+ method: :get,
38
+ path: "ai/conversations/conversation-insights/aggregates",
39
+ query: query,
40
+ model: Telnyx::Models::AI::Conversations::ConversationInsightRetrieveAggregatesResponse,
41
+ options: options
42
+ )
43
+ end
44
+
45
+ # @api private
46
+ #
47
+ # @param client [Telnyx::Client]
48
+ def initialize(client:)
49
+ @client = client
50
+ end
51
+ end
52
+ end
53
+ end
54
+ end
55
+ end
@@ -17,6 +17,10 @@ module Telnyx
17
17
  # @return [Telnyx::Resources::AI::Conversations::Messages]
18
18
  attr_reader :messages
19
19
 
20
+ # Manage historical AI assistant conversations
21
+ # @return [Telnyx::Resources::AI::Conversations::ConversationInsights]
22
+ attr_reader :conversation_insights
23
+
20
24
  # Some parameter documentations has been truncated, see
21
25
  # {Telnyx::Models::AI::ConversationCreateParams} for more details.
22
26
  #
@@ -237,6 +241,7 @@ module Telnyx
237
241
  @insight_groups = Telnyx::Resources::AI::Conversations::InsightGroups.new(client: client)
238
242
  @insights = Telnyx::Resources::AI::Conversations::Insights.new(client: client)
239
243
  @messages = Telnyx::Resources::AI::Conversations::Messages.new(client: client)
244
+ @conversation_insights = Telnyx::Resources::AI::Conversations::ConversationInsights.new(client: client)
240
245
  end
241
246
  end
242
247
  end
@@ -7,7 +7,7 @@ module Telnyx
7
7
  class Tools
8
8
  # Create Tool
9
9
  #
10
- # @overload create(display_name:, type:, client_side_tool: nil, function: nil, handoff: nil, invite: nil, retrieval: nil, timeout_ms: nil, webhook: nil, request_options: {})
10
+ # @overload create(display_name:, type:, client_side_tool: nil, function: nil, handoff: nil, invite: nil, pay: nil, retrieval: nil, timeout_ms: nil, webhook: nil, request_options: {})
11
11
  #
12
12
  # @param display_name [String]
13
13
  # @param type [String]
@@ -15,6 +15,7 @@ module Telnyx
15
15
  # @param function [Hash{Symbol=>Object}]
16
16
  # @param handoff [Hash{Symbol=>Object}]
17
17
  # @param invite [Hash{Symbol=>Object}]
18
+ # @param pay [Telnyx::Models::AI::PayToolParams]
18
19
  # @param retrieval [Hash{Symbol=>Object}]
19
20
  # @param timeout_ms [Integer]
20
21
  # @param webhook [Hash{Symbol=>Object}]
@@ -56,7 +57,7 @@ module Telnyx
56
57
 
57
58
  # Update Tool
58
59
  #
59
- # @overload update(tool_id, client_side_tool: nil, display_name: nil, function: nil, handoff: nil, invite: nil, retrieval: nil, timeout_ms: nil, type: nil, webhook: nil, request_options: {})
60
+ # @overload update(tool_id, client_side_tool: nil, display_name: nil, function: nil, handoff: nil, invite: nil, pay: nil, retrieval: nil, timeout_ms: nil, type: nil, webhook: nil, request_options: {})
60
61
  #
61
62
  # @param tool_id [String] Unique identifier of the tool.
62
63
  #
@@ -70,6 +71,8 @@ module Telnyx
70
71
  #
71
72
  # @param invite [Hash{Symbol=>Object}]
72
73
  #
74
+ # @param pay [Telnyx::Models::AI::PayToolParams]
75
+ #
73
76
  # @param retrieval [Hash{Symbol=>Object}]
74
77
  #
75
78
  # @param timeout_ms [Integer]
@@ -44,6 +44,9 @@ module Telnyx
44
44
  # @return [Telnyx::Resources::AI::Tools]
45
45
  attr_reader :tools
46
46
 
47
+ # @return [Telnyx::Resources::AI::Anthropic]
48
+ attr_reader :anthropic
49
+
47
50
  # Some parameter documentations has been truncated, see
48
51
  # {Telnyx::Models::AIRetrieveConversationHistoriesParams} for more details.
49
52
  #
@@ -208,6 +211,7 @@ module Telnyx
208
211
  @missions = Telnyx::Resources::AI::Missions.new(client: client)
209
212
  @openai = Telnyx::Resources::AI::OpenAI.new(client: client)
210
213
  @tools = Telnyx::Resources::AI::Tools.new(client: client)
214
+ @anthropic = Telnyx::Resources::AI::Anthropic.new(client: client)
211
215
  end
212
216
  end
213
217
  end
@@ -35,7 +35,7 @@ module Telnyx
35
35
  # When the `record` parameter is set to `record-from-answer`, the response will
36
36
  # include a `recording_id` field.
37
37
  #
38
- # @overload dial(connection_id:, from:, to:, answering_machine_detection: nil, answering_machine_detection_config: nil, assistant: nil, audio_url: nil, billing_group_id: nil, bridge_intent: nil, bridge_on_answer: nil, client_state: nil, command_id: nil, conference_config: nil, conversation_relay_config: nil, custom_headers: nil, deepfake_detection: nil, dialogflow_config: nil, enable_dialogflow: nil, from_display_name: nil, link_to: nil, media_encryption: nil, media_name: nil, park_after_unbridge: nil, preferred_codecs: nil, prevent_double_bridge: nil, privacy: nil, record: nil, record_channels: nil, record_custom_file_name: nil, record_format: nil, record_max_length: nil, record_timeout_secs: nil, record_track: nil, record_trim: nil, send_digits_on_answer: nil, send_silence_when_idle: nil, sip_auth_password: nil, sip_auth_username: nil, sip_headers: nil, sip_region: nil, sip_transport_protocol: nil, sound_modifications: nil, stream_auth_token: nil, stream_bidirectional_codec: nil, stream_bidirectional_mode: nil, stream_bidirectional_sampling_rate: nil, stream_bidirectional_target_legs: nil, stream_codec: nil, stream_establish_before_call_originate: nil, stream_track: nil, stream_url: nil, supervise_call_control_id: nil, supervisor_role: nil, time_limit_secs: nil, timeout_secs: nil, transcription: nil, transcription_config: nil, webhook_retries_policies: nil, webhook_url: nil, webhook_url_method: nil, webhook_urls: nil, webhook_urls_method: nil, request_options: {})
38
+ # @overload dial(connection_id:, from:, to:, answering_machine_detection: nil, answering_machine_detection_config: nil, assistant: nil, audio_url: nil, billing_group_id: nil, bridge_intent: nil, bridge_on_answer: nil, client_state: nil, command_id: nil, conference_config: nil, conversation_relay_config: nil, custom_headers: nil, deepfake_detection: nil, dialogflow_config: nil, enable_dialogflow: nil, from_display_name: nil, link_to: nil, media_encryption: nil, media_name: nil, park_after_unbridge: nil, preferred_codecs: nil, prevent_double_bridge: nil, privacy: nil, record: nil, record_channels: nil, record_custom_file_name: nil, record_format: nil, record_max_length: nil, record_timeout_secs: nil, record_track: nil, record_trim: nil, retry_on_timeout: nil, send_digits_on_answer: nil, send_silence_when_idle: nil, sip_auth_password: nil, sip_auth_username: nil, sip_headers: nil, sip_region: nil, sip_transport_protocol: nil, sound_modifications: nil, stream_auth_token: nil, stream_bidirectional_codec: nil, stream_bidirectional_mode: nil, stream_bidirectional_sampling_rate: nil, stream_bidirectional_target_legs: nil, stream_codec: nil, stream_establish_before_call_originate: nil, stream_track: nil, stream_url: nil, supervise_call_control_id: nil, supervisor_role: nil, time_limit_secs: nil, timeout_secs: nil, transcription: nil, transcription_config: nil, webhook_retries_policies: nil, webhook_url: nil, webhook_url_method: nil, webhook_urls: nil, webhook_urls_method: nil, request_options: {})
39
39
  #
40
40
  # @param connection_id [String] The ID of the Call Control App (formerly ID of the connection) to be used when d
41
41
  #
@@ -105,6 +105,8 @@ module Telnyx
105
105
  #
106
106
  # @param record_trim [Symbol, Telnyx::Models::CallDialParams::RecordTrim] When set to `trim-silence`, silence will be removed from the beginning and end o
107
107
  #
108
+ # @param retry_on_timeout [Boolean] Whether to keep trying the remaining routing paths (e.g. alternate providers/gat
109
+ #
108
110
  # @param send_digits_on_answer [String] DTMF digits to send automatically after the called party answers. Useful for rea
109
111
  #
110
112
  # @param send_silence_when_idle [Boolean] Generate silence RTP packets when no transmission available.