Class: MailSlurpClient::AIControllerApi
- Inherits:
-
Object
- Object
- MailSlurpClient::AIControllerApi
- Defined in:
- lib/mailslurp_client/api/ai_controller_api.rb
Instance Attribute Summary collapse
-
#api_client ⇒ Object
Returns the value of attribute api_client.
Instance Method Summary collapse
-
#create_transformer(ai_transform_create_options, opts = {}) ⇒ AITransformDto
Create a transformer for reuse in automations Save an AI transform instructions and schema for use with webhooks and automations.
-
#create_transformer_mappings(create_ai_transformer_mapping_options, opts = {}) ⇒ AITransformMappingDto
Create transformer mapping Create AI transformer mappings to other entities.
-
#create_transformer_mappings_with_http_info(create_ai_transformer_mapping_options, opts = {}) ⇒ Array<(AITransformMappingDto, Integer, Hash)>
Create transformer mapping Create AI transformer mappings to other entities.
-
#create_transformer_with_http_info(ai_transform_create_options, opts = {}) ⇒ Array<(AITransformDto, Integer, Hash)>
Create a transformer for reuse in automations Save an AI transform instructions and schema for use with webhooks and automations.
-
#delete_all_transformer_mappings(opts = {}) ⇒ nil
Delete all transformer mapping Delete all AI transformer mappings.
-
#delete_all_transformer_mappings_with_http_info(opts = {}) ⇒ Array<(nil, Integer, Hash)>
Delete all transformer mapping Delete all AI transformer mappings.
-
#delete_transformer(id, opts = {}) ⇒ nil
Delete a transformer Delete an AI transformer and schemas by ID.
-
#delete_transformer_mapping(id, opts = {}) ⇒ nil
Delete transformer mapping Delete an AI transformer mapping.
-
#delete_transformer_mapping_with_http_info(id, opts = {}) ⇒ Array<(nil, Integer, Hash)>
Delete transformer mapping Delete an AI transformer mapping.
-
#delete_transformer_with_http_info(id, opts = {}) ⇒ Array<(nil, Integer, Hash)>
Delete a transformer Delete an AI transformer and schemas by ID.
-
#delete_transformers(opts = {}) ⇒ nil
Delete all transformers Delete all AI transformers and schemas.
-
#delete_transformers_with_http_info(opts = {}) ⇒ Array<(nil, Integer, Hash)>
Delete all transformers Delete all AI transformers and schemas.
-
#generate_structured_content_from_attachment(generate_structured_content_attachment_options, opts = {}) ⇒ StructuredContentResultDto
Generate structured content for an attachment Use output schemas to extract data from an attachment using AI.
-
#generate_structured_content_from_attachment_with_http_info(generate_structured_content_attachment_options, opts = {}) ⇒ Array<(StructuredContentResultDto, Integer, Hash)>
Generate structured content for an attachment Use output schemas to extract data from an attachment using AI.
-
#generate_structured_content_from_email(generate_structured_content_email_options, opts = {}) ⇒ StructuredContentResultDto
Generate structured content for an email Use output schemas to extract data from an email using AI.
-
#generate_structured_content_from_email_with_http_info(generate_structured_content_email_options, opts = {}) ⇒ Array<(StructuredContentResultDto, Integer, Hash)>
Generate structured content for an email Use output schemas to extract data from an email using AI.
-
#generate_structured_content_from_sms(generate_structured_content_sms_options, opts = {}) ⇒ StructuredContentResultDto
Generate structured content for a TXT message Use output schemas to extract data from an SMS using AI.
-
#generate_structured_content_from_sms_with_http_info(generate_structured_content_sms_options, opts = {}) ⇒ Array<(StructuredContentResultDto, Integer, Hash)>
Generate structured content for a TXT message Use output schemas to extract data from an SMS using AI.
-
#get_transformer(id, opts = {}) ⇒ AITransformDto
Get a transformer Get AI transformer and schemas by ID.
-
#get_transformer_mapping(id, opts = {}) ⇒ AITransformMappingDto
Get transformer mapping Get an AI transformer mapping.
-
#get_transformer_mapping_with_http_info(id, opts = {}) ⇒ Array<(AITransformMappingDto, Integer, Hash)>
Get transformer mapping Get an AI transformer mapping.
-
#get_transformer_mappings(opts = {}) ⇒ PageAITransformMappingProjection
Get transformer mappings Get AI transformer mappings to other entities.
-
#get_transformer_mappings_with_http_info(opts = {}) ⇒ Array<(PageAITransformMappingProjection, Integer, Hash)>
Get transformer mappings Get AI transformer mappings to other entities.
-
#get_transformer_result(id, opts = {}) ⇒ AITransformResultDto
Get transformer result Get AI transformer result.
-
#get_transformer_result_with_http_info(id, opts = {}) ⇒ Array<(AITransformResultDto, Integer, Hash)>
Get transformer result Get AI transformer result.
-
#get_transformer_results(opts = {}) ⇒ PageAITransformResultProjection
Get transformer results Get AI transformer results.
-
#get_transformer_results_with_http_info(opts = {}) ⇒ Array<(PageAITransformResultProjection, Integer, Hash)>
Get transformer results Get AI transformer results.
-
#get_transformer_with_http_info(id, opts = {}) ⇒ Array<(AITransformDto, Integer, Hash)>
Get a transformer Get AI transformer and schemas by ID.
-
#get_transformers(opts = {}) ⇒ PageAITransformProjection
List transformers List all AI transforms.
-
#get_transformers_with_http_info(opts = {}) ⇒ Array<(PageAITransformProjection, Integer, Hash)>
List transformers List all AI transforms.
-
#initialize(api_client = ApiClient.default) ⇒ AIControllerApi
constructor
A new instance of AIControllerApi.
-
#invoke_transformer(invoke_transformer_options, opts = {}) ⇒ ConditionalStructuredContentResult
Invoke a transformer Execute an AI transformer to generate structured content.
-
#invoke_transformer_with_http_info(invoke_transformer_options, opts = {}) ⇒ Array<(ConditionalStructuredContentResult, Integer, Hash)>
Invoke a transformer Execute an AI transformer to generate structured content.
-
#validate_structured_output_schema(structured_output_schema, opts = {}) ⇒ StructuredOutputSchemaValidation
Validate structured content schema Check if a schema is valid and can be used to extract data using AI.
-
#validate_structured_output_schema_with_http_info(structured_output_schema, opts = {}) ⇒ Array<(StructuredOutputSchemaValidation, Integer, Hash)>
Validate structured content schema Check if a schema is valid and can be used to extract data using AI.
Constructor Details
#initialize(api_client = ApiClient.default) ⇒ AIControllerApi
Returns a new instance of AIControllerApi.
19 20 21 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 19 def initialize(api_client = ApiClient.default) @api_client = api_client end |
Instance Attribute Details
#api_client ⇒ Object
Returns the value of attribute api_client.
17 18 19 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 17 def api_client @api_client end |
Instance Method Details
#create_transformer(ai_transform_create_options, opts = {}) ⇒ AITransformDto
Create a transformer for reuse in automations Save an AI transform instructions and schema for use with webhooks and automations
27 28 29 30 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 27 def create_transformer(, opts = {}) data, _status_code, _headers = create_transformer_with_http_info(, opts) data end |
#create_transformer_mappings(create_ai_transformer_mapping_options, opts = {}) ⇒ AITransformMappingDto
Create transformer mapping Create AI transformer mappings to other entities
91 92 93 94 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 91 def create_transformer_mappings(, opts = {}) data, _status_code, _headers = create_transformer_mappings_with_http_info(, opts) data end |
#create_transformer_mappings_with_http_info(create_ai_transformer_mapping_options, opts = {}) ⇒ Array<(AITransformMappingDto, Integer, Hash)>
Create transformer mapping Create AI transformer mappings to other entities
101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 101 def create_transformer_mappings_with_http_info(, opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: AIControllerApi.create_transformer_mappings ...' end # verify the required parameter 'create_ai_transformer_mapping_options' is set if @api_client.config.client_side_validation && .nil? fail ArgumentError, "Missing the required parameter 'create_ai_transformer_mapping_options' when calling AIControllerApi.create_transformer_mappings" end # resource path local_var_path = '/ai/transformer/mappings' # query parameters query_params = opts[:query_params] || {} # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) header_params['Accept'] = @api_client.select_header_accept(['*/*']) # HTTP header 'Content-Type' header_params['Content-Type'] = @api_client.select_header_content_type(['application/json']) # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:body] || @api_client.object_to_http_body() # return_type return_type = opts[:return_type] || 'AITransformMappingDto' # auth_names auth_names = opts[:auth_names] || ['API_KEY'] = opts.merge( :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:POST, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: AIControllerApi#create_transformer_mappings\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |
#create_transformer_with_http_info(ai_transform_create_options, opts = {}) ⇒ Array<(AITransformDto, Integer, Hash)>
Create a transformer for reuse in automations Save an AI transform instructions and schema for use with webhooks and automations
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 37 def create_transformer_with_http_info(, opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: AIControllerApi.create_transformer ...' end # verify the required parameter 'ai_transform_create_options' is set if @api_client.config.client_side_validation && .nil? fail ArgumentError, "Missing the required parameter 'ai_transform_create_options' when calling AIControllerApi.create_transformer" end # resource path local_var_path = '/ai/transformer' # query parameters query_params = opts[:query_params] || {} # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) header_params['Accept'] = @api_client.select_header_accept(['*/*']) # HTTP header 'Content-Type' header_params['Content-Type'] = @api_client.select_header_content_type(['application/json']) # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:body] || @api_client.object_to_http_body() # return_type return_type = opts[:return_type] || 'AITransformDto' # auth_names auth_names = opts[:auth_names] || ['API_KEY'] = opts.merge( :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:POST, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: AIControllerApi#create_transformer\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |
#delete_all_transformer_mappings(opts = {}) ⇒ nil
Delete all transformer mapping Delete all AI transformer mappings
154 155 156 157 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 154 def delete_all_transformer_mappings(opts = {}) delete_all_transformer_mappings_with_http_info(opts) nil end |
#delete_all_transformer_mappings_with_http_info(opts = {}) ⇒ Array<(nil, Integer, Hash)>
Delete all transformer mapping Delete all AI transformer mappings
163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 163 def delete_all_transformer_mappings_with_http_info(opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: AIControllerApi.delete_all_transformer_mappings ...' end # resource path local_var_path = '/ai/transformer/mappings' # query parameters query_params = opts[:query_params] || {} # header parameters header_params = opts[:header_params] || {} # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:body] # return_type return_type = opts[:return_type] # auth_names auth_names = opts[:auth_names] || ['API_KEY'] = opts.merge( :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: AIControllerApi#delete_all_transformer_mappings\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |
#delete_transformer(id, opts = {}) ⇒ nil
Delete a transformer Delete an AI transformer and schemas by ID
209 210 211 212 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 209 def delete_transformer(id, opts = {}) delete_transformer_with_http_info(id, opts) nil end |
#delete_transformer_mapping(id, opts = {}) ⇒ nil
Delete transformer mapping Delete an AI transformer mapping
269 270 271 272 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 269 def delete_transformer_mapping(id, opts = {}) delete_transformer_mapping_with_http_info(id, opts) nil end |
#delete_transformer_mapping_with_http_info(id, opts = {}) ⇒ Array<(nil, Integer, Hash)>
Delete transformer mapping Delete an AI transformer mapping
279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 279 def delete_transformer_mapping_with_http_info(id, opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: AIControllerApi.delete_transformer_mapping ...' end # verify the required parameter 'id' is set if @api_client.config.client_side_validation && id.nil? fail ArgumentError, "Missing the required parameter 'id' when calling AIControllerApi.delete_transformer_mapping" end # resource path local_var_path = '/ai/transformer/mappings/{id}'.sub('{' + 'id' + '}', CGI.escape(id.to_s)) # query parameters query_params = opts[:query_params] || {} # header parameters header_params = opts[:header_params] || {} # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:body] # return_type return_type = opts[:return_type] # auth_names auth_names = opts[:auth_names] || ['API_KEY'] = opts.merge( :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: AIControllerApi#delete_transformer_mapping\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |
#delete_transformer_with_http_info(id, opts = {}) ⇒ Array<(nil, Integer, Hash)>
Delete a transformer Delete an AI transformer and schemas by ID
219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 219 def delete_transformer_with_http_info(id, opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: AIControllerApi.delete_transformer ...' end # verify the required parameter 'id' is set if @api_client.config.client_side_validation && id.nil? fail ArgumentError, "Missing the required parameter 'id' when calling AIControllerApi.delete_transformer" end # resource path local_var_path = '/ai/transformer/{id}'.sub('{' + 'id' + '}', CGI.escape(id.to_s)) # query parameters query_params = opts[:query_params] || {} # header parameters header_params = opts[:header_params] || {} # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:body] # return_type return_type = opts[:return_type] # auth_names auth_names = opts[:auth_names] || ['API_KEY'] = opts.merge( :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: AIControllerApi#delete_transformer\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |
#delete_transformers(opts = {}) ⇒ nil
Delete all transformers Delete all AI transformers and schemas
328 329 330 331 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 328 def delete_transformers(opts = {}) delete_transformers_with_http_info(opts) nil end |
#delete_transformers_with_http_info(opts = {}) ⇒ Array<(nil, Integer, Hash)>
Delete all transformers Delete all AI transformers and schemas
337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 337 def delete_transformers_with_http_info(opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: AIControllerApi.delete_transformers ...' end # resource path local_var_path = '/ai/transformer' # query parameters query_params = opts[:query_params] || {} # header parameters header_params = opts[:header_params] || {} # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:body] # return_type return_type = opts[:return_type] # auth_names auth_names = opts[:auth_names] || ['API_KEY'] = opts.merge( :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: AIControllerApi#delete_transformers\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |
#generate_structured_content_from_attachment(generate_structured_content_attachment_options, opts = {}) ⇒ StructuredContentResultDto
Generate structured content for an attachment Use output schemas to extract data from an attachment using AI
383 384 385 386 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 383 def (, opts = {}) data, _status_code, _headers = (, opts) data end |
#generate_structured_content_from_attachment_with_http_info(generate_structured_content_attachment_options, opts = {}) ⇒ Array<(StructuredContentResultDto, Integer, Hash)>
Generate structured content for an attachment Use output schemas to extract data from an attachment using AI
393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 393 def (, opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: AIControllerApi.generate_structured_content_from_attachment ...' end # verify the required parameter 'generate_structured_content_attachment_options' is set if @api_client.config.client_side_validation && .nil? fail ArgumentError, "Missing the required parameter 'generate_structured_content_attachment_options' when calling AIControllerApi.generate_structured_content_from_attachment" end # resource path local_var_path = '/ai/structured-content/attachment' # query parameters query_params = opts[:query_params] || {} # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) header_params['Accept'] = @api_client.select_header_accept(['*/*']) # HTTP header 'Content-Type' header_params['Content-Type'] = @api_client.select_header_content_type(['application/json']) # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:body] || @api_client.object_to_http_body() # return_type return_type = opts[:return_type] || 'StructuredContentResultDto' # auth_names auth_names = opts[:auth_names] || ['API_KEY'] = opts.merge( :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:POST, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: AIControllerApi#generate_structured_content_from_attachment\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |
#generate_structured_content_from_email(generate_structured_content_email_options, opts = {}) ⇒ StructuredContentResultDto
Generate structured content for an email Use output schemas to extract data from an email using AI
447 448 449 450 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 447 def generate_structured_content_from_email(, opts = {}) data, _status_code, _headers = generate_structured_content_from_email_with_http_info(, opts) data end |
#generate_structured_content_from_email_with_http_info(generate_structured_content_email_options, opts = {}) ⇒ Array<(StructuredContentResultDto, Integer, Hash)>
Generate structured content for an email Use output schemas to extract data from an email using AI
457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 457 def generate_structured_content_from_email_with_http_info(, opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: AIControllerApi.generate_structured_content_from_email ...' end # verify the required parameter 'generate_structured_content_email_options' is set if @api_client.config.client_side_validation && .nil? fail ArgumentError, "Missing the required parameter 'generate_structured_content_email_options' when calling AIControllerApi.generate_structured_content_from_email" end # resource path local_var_path = '/ai/structured-content/email' # query parameters query_params = opts[:query_params] || {} # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) header_params['Accept'] = @api_client.select_header_accept(['*/*']) # HTTP header 'Content-Type' header_params['Content-Type'] = @api_client.select_header_content_type(['application/json']) # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:body] || @api_client.object_to_http_body() # return_type return_type = opts[:return_type] || 'StructuredContentResultDto' # auth_names auth_names = opts[:auth_names] || ['API_KEY'] = opts.merge( :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:POST, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: AIControllerApi#generate_structured_content_from_email\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |
#generate_structured_content_from_sms(generate_structured_content_sms_options, opts = {}) ⇒ StructuredContentResultDto
Generate structured content for a TXT message Use output schemas to extract data from an SMS using AI
511 512 513 514 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 511 def generate_structured_content_from_sms(, opts = {}) data, _status_code, _headers = generate_structured_content_from_sms_with_http_info(, opts) data end |
#generate_structured_content_from_sms_with_http_info(generate_structured_content_sms_options, opts = {}) ⇒ Array<(StructuredContentResultDto, Integer, Hash)>
Generate structured content for a TXT message Use output schemas to extract data from an SMS using AI
521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 521 def generate_structured_content_from_sms_with_http_info(, opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: AIControllerApi.generate_structured_content_from_sms ...' end # verify the required parameter 'generate_structured_content_sms_options' is set if @api_client.config.client_side_validation && .nil? fail ArgumentError, "Missing the required parameter 'generate_structured_content_sms_options' when calling AIControllerApi.generate_structured_content_from_sms" end # resource path local_var_path = '/ai/structured-content/sms' # query parameters query_params = opts[:query_params] || {} # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) header_params['Accept'] = @api_client.select_header_accept(['*/*']) # HTTP header 'Content-Type' header_params['Content-Type'] = @api_client.select_header_content_type(['application/json']) # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:body] || @api_client.object_to_http_body() # return_type return_type = opts[:return_type] || 'StructuredContentResultDto' # auth_names auth_names = opts[:auth_names] || ['API_KEY'] = opts.merge( :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:POST, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: AIControllerApi#generate_structured_content_from_sms\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |
#get_transformer(id, opts = {}) ⇒ AITransformDto
Get a transformer Get AI transformer and schemas by ID
575 576 577 578 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 575 def get_transformer(id, opts = {}) data, _status_code, _headers = get_transformer_with_http_info(id, opts) data end |
#get_transformer_mapping(id, opts = {}) ⇒ AITransformMappingDto
Get transformer mapping Get an AI transformer mapping
637 638 639 640 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 637 def get_transformer_mapping(id, opts = {}) data, _status_code, _headers = get_transformer_mapping_with_http_info(id, opts) data end |
#get_transformer_mapping_with_http_info(id, opts = {}) ⇒ Array<(AITransformMappingDto, Integer, Hash)>
Get transformer mapping Get an AI transformer mapping
647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 647 def get_transformer_mapping_with_http_info(id, opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: AIControllerApi.get_transformer_mapping ...' end # verify the required parameter 'id' is set if @api_client.config.client_side_validation && id.nil? fail ArgumentError, "Missing the required parameter 'id' when calling AIControllerApi.get_transformer_mapping" end # resource path local_var_path = '/ai/transformer/mappings/{id}'.sub('{' + 'id' + '}', CGI.escape(id.to_s)) # query parameters query_params = opts[:query_params] || {} # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) header_params['Accept'] = @api_client.select_header_accept(['*/*']) # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:body] # return_type return_type = opts[:return_type] || 'AITransformMappingDto' # auth_names auth_names = opts[:auth_names] || ['API_KEY'] = opts.merge( :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:GET, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: AIControllerApi#get_transformer_mapping\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |
#get_transformer_mappings(opts = {}) ⇒ PageAITransformMappingProjection
Get transformer mappings Get AI transformer mappings to other entities
704 705 706 707 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 704 def get_transformer_mappings(opts = {}) data, _status_code, _headers = get_transformer_mappings_with_http_info(opts) data end |
#get_transformer_mappings_with_http_info(opts = {}) ⇒ Array<(PageAITransformMappingProjection, Integer, Hash)>
Get transformer mappings Get AI transformer mappings to other entities
719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 719 def get_transformer_mappings_with_http_info(opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: AIControllerApi.get_transformer_mappings ...' end allowable_values = ["INBOX", "PHONE"] if @api_client.config.client_side_validation && opts[:'entity_type'] && !allowable_values.include?(opts[:'entity_type']) fail ArgumentError, "invalid value for \"entity_type\", must be one of #{allowable_values}" end if @api_client.config.client_side_validation && !opts[:'size'].nil? && opts[:'size'] > 100 fail ArgumentError, 'invalid value for "opts[:"size"]" when calling AIControllerApi.get_transformer_mappings, must be smaller than or equal to 100.' end allowable_values = ["ASC", "DESC"] if @api_client.config.client_side_validation && opts[:'sort'] && !allowable_values.include?(opts[:'sort']) fail ArgumentError, "invalid value for \"sort\", must be one of #{allowable_values}" end # resource path local_var_path = '/ai/transformer/mappings' # query parameters query_params = opts[:query_params] || {} query_params[:'aiTransformId'] = opts[:'ai_transform_id'] if !opts[:'ai_transform_id'].nil? query_params[:'entityId'] = opts[:'entity_id'] if !opts[:'entity_id'].nil? query_params[:'entityType'] = opts[:'entity_type'] if !opts[:'entity_type'].nil? query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil? query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil? query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil? # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) header_params['Accept'] = @api_client.select_header_accept(['*/*']) # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:body] # return_type return_type = opts[:return_type] || 'PageAITransformMappingProjection' # auth_names auth_names = opts[:auth_names] || ['API_KEY'] = opts.merge( :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:GET, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: AIControllerApi#get_transformer_mappings\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |
#get_transformer_result(id, opts = {}) ⇒ AITransformResultDto
Get transformer result Get AI transformer result
785 786 787 788 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 785 def get_transformer_result(id, opts = {}) data, _status_code, _headers = get_transformer_result_with_http_info(id, opts) data end |
#get_transformer_result_with_http_info(id, opts = {}) ⇒ Array<(AITransformResultDto, Integer, Hash)>
Get transformer result Get AI transformer result
795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 795 def get_transformer_result_with_http_info(id, opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: AIControllerApi.get_transformer_result ...' end # verify the required parameter 'id' is set if @api_client.config.client_side_validation && id.nil? fail ArgumentError, "Missing the required parameter 'id' when calling AIControllerApi.get_transformer_result" end # resource path local_var_path = '/ai/transformer/results/{id}'.sub('{' + 'id' + '}', CGI.escape(id.to_s)) # query parameters query_params = opts[:query_params] || {} # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) header_params['Accept'] = @api_client.select_header_accept(['*/*']) # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:body] # return_type return_type = opts[:return_type] || 'AITransformResultDto' # auth_names auth_names = opts[:auth_names] || ['API_KEY'] = opts.merge( :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:GET, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: AIControllerApi#get_transformer_result\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |
#get_transformer_results(opts = {}) ⇒ PageAITransformResultProjection
Get transformer results Get AI transformer results
853 854 855 856 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 853 def get_transformer_results(opts = {}) data, _status_code, _headers = get_transformer_results_with_http_info(opts) data end |
#get_transformer_results_with_http_info(opts = {}) ⇒ Array<(PageAITransformResultProjection, Integer, Hash)>
Get transformer results Get AI transformer results
869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 869 def get_transformer_results_with_http_info(opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: AIControllerApi.get_transformer_results ...' end allowable_values = ["INBOX", "PHONE"] if @api_client.config.client_side_validation && opts[:'entity_type'] && !allowable_values.include?(opts[:'entity_type']) fail ArgumentError, "invalid value for \"entity_type\", must be one of #{allowable_values}" end if @api_client.config.client_side_validation && !opts[:'size'].nil? && opts[:'size'] > 100 fail ArgumentError, 'invalid value for "opts[:"size"]" when calling AIControllerApi.get_transformer_results, must be smaller than or equal to 100.' end allowable_values = ["ASC", "DESC"] if @api_client.config.client_side_validation && opts[:'sort'] && !allowable_values.include?(opts[:'sort']) fail ArgumentError, "invalid value for \"sort\", must be one of #{allowable_values}" end # resource path local_var_path = '/ai/transformer/results' # query parameters query_params = opts[:query_params] || {} query_params[:'aiTransformId'] = opts[:'ai_transform_id'] if !opts[:'ai_transform_id'].nil? query_params[:'aiTransformMappingId'] = opts[:'ai_transform_mapping_id'] if !opts[:'ai_transform_mapping_id'].nil? query_params[:'entityId'] = opts[:'entity_id'] if !opts[:'entity_id'].nil? query_params[:'entityType'] = opts[:'entity_type'] if !opts[:'entity_type'].nil? query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil? query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil? query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil? # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) header_params['Accept'] = @api_client.select_header_accept(['*/*']) # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:body] # return_type return_type = opts[:return_type] || 'PageAITransformResultProjection' # auth_names auth_names = opts[:auth_names] || ['API_KEY'] = opts.merge( :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:GET, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: AIControllerApi#get_transformer_results\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |
#get_transformer_with_http_info(id, opts = {}) ⇒ Array<(AITransformDto, Integer, Hash)>
Get a transformer Get AI transformer and schemas by ID
585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 585 def get_transformer_with_http_info(id, opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: AIControllerApi.get_transformer ...' end # verify the required parameter 'id' is set if @api_client.config.client_side_validation && id.nil? fail ArgumentError, "Missing the required parameter 'id' when calling AIControllerApi.get_transformer" end # resource path local_var_path = '/ai/transformer/{id}'.sub('{' + 'id' + '}', CGI.escape(id.to_s)) # query parameters query_params = opts[:query_params] || {} # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) header_params['Accept'] = @api_client.select_header_accept(['*/*']) # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:body] # return_type return_type = opts[:return_type] || 'AITransformDto' # auth_names auth_names = opts[:auth_names] || ['API_KEY'] = opts.merge( :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:GET, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: AIControllerApi#get_transformer\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |
#get_transformers(opts = {}) ⇒ PageAITransformProjection
List transformers List all AI transforms
939 940 941 942 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 939 def get_transformers(opts = {}) data, _status_code, _headers = get_transformers_with_http_info(opts) data end |
#get_transformers_with_http_info(opts = {}) ⇒ Array<(PageAITransformProjection, Integer, Hash)>
List transformers List all AI transforms
952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 952 def get_transformers_with_http_info(opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: AIControllerApi.get_transformers ...' end if @api_client.config.client_side_validation && !opts[:'size'].nil? && opts[:'size'] > 100 fail ArgumentError, 'invalid value for "opts[:"size"]" when calling AIControllerApi.get_transformers, must be smaller than or equal to 100.' end allowable_values = ["ASC", "DESC"] if @api_client.config.client_side_validation && opts[:'sort'] && !allowable_values.include?(opts[:'sort']) fail ArgumentError, "invalid value for \"sort\", must be one of #{allowable_values}" end # resource path local_var_path = '/ai/transformer' # query parameters query_params = opts[:query_params] || {} query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil? query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil? query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil? query_params[:'include'] = @api_client.build_collection_param(opts[:'include'], :multi) if !opts[:'include'].nil? # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) header_params['Accept'] = @api_client.select_header_accept(['*/*']) # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:body] # return_type return_type = opts[:return_type] || 'PageAITransformProjection' # auth_names auth_names = opts[:auth_names] || ['API_KEY'] = opts.merge( :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:GET, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: AIControllerApi#get_transformers\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |
#invoke_transformer(invoke_transformer_options, opts = {}) ⇒ ConditionalStructuredContentResult
Invoke a transformer Execute an AI transformer to generate structured content
1012 1013 1014 1015 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 1012 def invoke_transformer(, opts = {}) data, _status_code, _headers = invoke_transformer_with_http_info(, opts) data end |
#invoke_transformer_with_http_info(invoke_transformer_options, opts = {}) ⇒ Array<(ConditionalStructuredContentResult, Integer, Hash)>
Invoke a transformer Execute an AI transformer to generate structured content
1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 1022 def invoke_transformer_with_http_info(, opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: AIControllerApi.invoke_transformer ...' end # verify the required parameter 'invoke_transformer_options' is set if @api_client.config.client_side_validation && .nil? fail ArgumentError, "Missing the required parameter 'invoke_transformer_options' when calling AIControllerApi.invoke_transformer" end # resource path local_var_path = '/ai/transformer/invoke' # query parameters query_params = opts[:query_params] || {} # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) header_params['Accept'] = @api_client.select_header_accept(['*/*']) # HTTP header 'Content-Type' header_params['Content-Type'] = @api_client.select_header_content_type(['application/json']) # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:body] || @api_client.object_to_http_body() # return_type return_type = opts[:return_type] || 'ConditionalStructuredContentResult' # auth_names auth_names = opts[:auth_names] || ['API_KEY'] = opts.merge( :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:POST, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: AIControllerApi#invoke_transformer\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |
#validate_structured_output_schema(structured_output_schema, opts = {}) ⇒ StructuredOutputSchemaValidation
Validate structured content schema Check if a schema is valid and can be used to extract data using AI
1076 1077 1078 1079 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 1076 def validate_structured_output_schema(structured_output_schema, opts = {}) data, _status_code, _headers = validate_structured_output_schema_with_http_info(structured_output_schema, opts) data end |
#validate_structured_output_schema_with_http_info(structured_output_schema, opts = {}) ⇒ Array<(StructuredOutputSchemaValidation, Integer, Hash)>
Validate structured content schema Check if a schema is valid and can be used to extract data using AI
1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 |
# File 'lib/mailslurp_client/api/ai_controller_api.rb', line 1086 def validate_structured_output_schema_with_http_info(structured_output_schema, opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: AIControllerApi.validate_structured_output_schema ...' end # verify the required parameter 'structured_output_schema' is set if @api_client.config.client_side_validation && structured_output_schema.nil? fail ArgumentError, "Missing the required parameter 'structured_output_schema' when calling AIControllerApi.validate_structured_output_schema" end # resource path local_var_path = '/ai/structured-content/validate' # query parameters query_params = opts[:query_params] || {} # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) header_params['Accept'] = @api_client.select_header_accept(['*/*']) # HTTP header 'Content-Type' header_params['Content-Type'] = @api_client.select_header_content_type(['application/json']) # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:body] || @api_client.object_to_http_body(structured_output_schema) # return_type return_type = opts[:return_type] || 'StructuredOutputSchemaValidation' # auth_names auth_names = opts[:auth_names] || ['API_KEY'] = opts.merge( :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:POST, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: AIControllerApi#validate_structured_output_schema\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |