telnyx 5.131.0 → 5.147.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +158 -1121
- data/README.md +1 -10
- data/lib/telnyx/client.rb +20 -21
- data/lib/telnyx/internal/transport/base_client.rb +1 -4
- data/lib/telnyx/models/advanced_order.rb +40 -7
- data/lib/telnyx/models/advanced_order_create_params.rb +87 -2
- data/lib/telnyx/models/advanced_order_list_response.rb +3 -125
- data/lib/telnyx/models/advanced_order_request.rb +93 -0
- data/lib/telnyx/models/advanced_order_update_requirement_group_params.rb +89 -2
- data/lib/telnyx/models/ai/arithmetic_expression.rb +69 -0
- data/lib/telnyx/models/ai/assistant_create_params.rb +21 -1406
- data/lib/telnyx/models/ai/assistant_integration.rb +38 -0
- data/lib/telnyx/models/ai/assistant_mcp_server.rb +35 -0
- data/lib/telnyx/models/ai/assistant_tool.rb +14 -14
- data/lib/telnyx/models/ai/assistant_update_params.rb +21 -1406
- data/lib/telnyx/models/ai/assistants/canary_deploy.rb +3 -123
- data/lib/telnyx/models/ai/assistants/canary_deploy_response.rb +3 -125
- data/lib/telnyx/models/ai/assistants/clause.rb +54 -0
- data/lib/telnyx/models/ai/assistants/rollout_slot.rb +27 -0
- data/lib/telnyx/models/ai/assistants/rule_input.rb +40 -0
- data/lib/telnyx/models/ai/assistants/rule_output.rb +40 -0
- data/lib/telnyx/models/ai/assistants/scheduled_call_settings.rb +47 -0
- data/lib/telnyx/models/ai/assistants/scheduled_event_create_params.rb +3 -43
- data/lib/telnyx/models/ai/assistants/scheduled_phone_call_event_response.rb +3 -44
- data/lib/telnyx/models/ai/assistants/serve.rb +33 -0
- data/lib/telnyx/models/ai/assistants/tags_response.rb +20 -0
- data/lib/telnyx/models/ai/assistants/update_assistant.rb +21 -1419
- data/lib/telnyx/models/ai/authentication_method.rb +18 -0
- data/lib/telnyx/models/ai/boolean_op_expression.rb +55 -0
- data/lib/telnyx/models/ai/chat_completion_request.rb +451 -0
- data/lib/telnyx/models/ai/chat_create_completion_params.rb +2 -442
- data/lib/telnyx/models/ai/comparison_expression.rb +74 -0
- data/lib/telnyx/models/ai/conversation_flow_req.rb +400 -0
- data/lib/telnyx/models/ai/events_list_response.rb +23 -0
- data/lib/telnyx/models/ai/execution_mode.rb +17 -0
- data/lib/telnyx/models/ai/expression.rb +138 -0
- data/lib/telnyx/models/ai/external_llm.rb +76 -0
- data/lib/telnyx/models/ai/external_llm_req.rb +76 -0
- data/lib/telnyx/models/ai/fallback_config.rb +37 -0
- data/lib/telnyx/models/ai/fallback_config_req.rb +37 -0
- data/lib/telnyx/models/ai/flow_edge.rb +285 -0
- data/lib/telnyx/models/ai/inference_embedding.rb +33 -1019
- data/lib/telnyx/models/ai/inference_embedding_interruption_settings.rb +47 -0
- data/lib/telnyx/models/ai/integration.rb +65 -0
- data/lib/telnyx/models/ai/integration_list_response.rb +3 -60
- data/lib/telnyx/models/ai/mcp_server.rb +54 -0
- data/lib/telnyx/models/ai/mission_create_params.rb +3 -13
- data/lib/telnyx/models/ai/mission_data.rb +3 -14
- data/lib/telnyx/models/ai/mission_response.rb +18 -0
- data/lib/telnyx/models/ai/mission_update_mission_params.rb +3 -13
- data/lib/telnyx/models/ai/missions/mission_run_data.rb +3 -18
- data/lib/telnyx/models/ai/missions/mission_run_response.rb +22 -0
- data/lib/telnyx/models/ai/missions/mission_runs_list_response.rb +27 -0
- data/lib/telnyx/models/ai/missions/run_status.rb +23 -0
- data/lib/telnyx/models/ai/missions/run_update_params.rb +3 -17
- data/lib/telnyx/models/ai/missions/runs/create_plan_step_request.rb +45 -0
- data/lib/telnyx/models/ai/missions/runs/event_data.rb +3 -21
- data/lib/telnyx/models/ai/missions/runs/event_log_params.rb +3 -20
- data/lib/telnyx/models/ai/missions/runs/event_response.rb +22 -0
- data/lib/telnyx/models/ai/missions/runs/event_type.rb +28 -0
- data/lib/telnyx/models/ai/missions/runs/plan_add_steps_to_plan_params.rb +3 -38
- data/lib/telnyx/models/ai/missions/runs/plan_create_params.rb +3 -38
- data/lib/telnyx/models/ai/missions/runs/plan_step_data.rb +3 -17
- data/lib/telnyx/models/ai/missions/runs/plan_step_response.rb +22 -0
- data/lib/telnyx/models/ai/missions/runs/plan_steps_created_response.rb +22 -0
- data/lib/telnyx/models/ai/missions/runs/plan_update_step_params.rb +3 -16
- data/lib/telnyx/models/ai/missions/runs/step_status.rb +24 -0
- data/lib/telnyx/models/ai/node_position.rb +32 -0
- data/lib/telnyx/models/ai/observability.rb +6 -34
- data/lib/telnyx/models/ai/observability_req.rb +6 -34
- data/lib/telnyx/models/ai/observability_status.rb +17 -0
- data/lib/telnyx/models/ai/openai/chat_create_completion_params.rb +2 -442
- data/lib/telnyx/models/ai/openai_create_response_params.rb +3 -3
- data/lib/telnyx/models/ai/post_conversation_settings.rb +30 -0
- data/lib/telnyx/models/ai/post_conversation_settings_req.rb +30 -0
- data/lib/telnyx/models/ai/prompt_sync_status.rb +22 -0
- data/lib/telnyx/models/ai/shared_tool_response.rb +48 -0
- data/lib/telnyx/models/ai/start_speaking_plan.rb +37 -0
- data/lib/telnyx/models/ai/transcription_endpointing_plan.rb +39 -0
- data/lib/telnyx/models/ai/transfer_tool.rb +7 -9
- data/lib/telnyx/models/ai_create_response_deprecated_params.rb +4 -4
- data/lib/telnyx/models/ai_retrieve_conversation_histories_params.rb +171 -0
- data/lib/telnyx/models/ai_retrieve_conversation_histories_response.rb +235 -0
- data/lib/telnyx/models/branded_calling_pagination_meta.rb +49 -0
- data/lib/telnyx/models/bulk_sim_card_action_detailed.rb +94 -0
- data/lib/telnyx/models/bulk_sim_card_action_retrieve_response.rb +3 -92
- data/lib/telnyx/models/call_dial_params.rb +3 -645
- data/lib/telnyx/models/calls/action_add_ai_assistant_messages_params.rb +8 -227
- data/lib/telnyx/models/calls/action_answer_params.rb +3 -651
- data/lib/telnyx/models/calls/action_gather_using_ai_params.rb +4 -23
- data/lib/telnyx/models/calls/action_gather_using_speak_params.rb +6 -69
- data/lib/telnyx/models/calls/action_join_ai_assistant_params.rb +3 -63
- data/lib/telnyx/models/calls/action_speak_params.rb +6 -69
- data/lib/telnyx/models/calls/action_start_ai_assistant_params.rb +15 -314
- data/lib/telnyx/models/calls/action_start_conversation_relay_params.rb +26 -668
- data/lib/telnyx/models/calls/ai_assistant_join_participant.rb +67 -0
- data/lib/telnyx/models/calls/assistant_message.rb +111 -0
- data/lib/telnyx/models/calls/conversation_relay_interruptible.rb +22 -0
- data/lib/telnyx/models/calls/developer_message.rb +49 -0
- data/lib/telnyx/models/calls/system_message.rb +49 -0
- data/lib/telnyx/models/calls/tool_message.rb +54 -0
- data/lib/telnyx/models/calls/transcription_engine_assemblyai_config.rb +64 -0
- data/lib/telnyx/models/calls/transcription_engine_soniox_config.rb +91 -0
- data/lib/telnyx/models/calls/transcription_engine_speechmatics_config.rb +100 -0
- data/lib/telnyx/models/calls/transcription_engine_xai_config.rb +108 -0
- data/lib/telnyx/models/calls/transcription_start_request.rb +7 -337
- data/lib/telnyx/models/calls/user_message.rb +48 -0
- data/lib/telnyx/models/conference_participant_resource.rb +16 -0
- data/lib/telnyx/models/conferences/action_hold_params.rb +3 -17
- data/lib/telnyx/models/conferences/action_join_params.rb +3 -17
- data/lib/telnyx/models/conferences/action_leave_params.rb +3 -17
- data/lib/telnyx/models/conferences/action_mute_params.rb +3 -17
- data/lib/telnyx/models/conferences/action_play_params.rb +3 -17
- data/lib/telnyx/models/conferences/action_record_pause_params.rb +3 -17
- data/lib/telnyx/models/conferences/action_record_resume_params.rb +3 -17
- data/lib/telnyx/models/conferences/action_record_start_params.rb +3 -17
- data/lib/telnyx/models/conferences/action_record_stop_params.rb +3 -17
- data/lib/telnyx/models/conferences/action_speak_params.rb +8 -85
- data/lib/telnyx/models/conferences/action_stop_params.rb +3 -17
- data/lib/telnyx/models/conferences/action_unhold_params.rb +3 -17
- data/lib/telnyx/models/conferences/action_unmute_params.rb +3 -17
- data/lib/telnyx/models/conferences/conference_region.rb +23 -0
- data/lib/telnyx/models/conferences/update_conference.rb +3 -19
- data/lib/telnyx/models/connection.rb +123 -0
- data/lib/telnyx/models/connection_noise_suppression.rb +21 -0
- data/lib/telnyx/models/connection_retrieve_response.rb +3 -122
- data/lib/telnyx/models/conversation_relay_embedded_config.rb +241 -0
- data/lib/telnyx/models/conversation_relay_interruption_settings.rb +52 -0
- data/lib/telnyx/models/conversation_relay_language.rb +141 -0
- data/lib/telnyx/models/create_verification_request_sms.rb +42 -0
- data/lib/telnyx/models/credential_connection.rb +3 -21
- data/lib/telnyx/models/credential_connection_create_params.rb +3 -19
- data/lib/telnyx/models/credential_connection_update_params.rb +3 -19
- data/lib/telnyx/models/credentials_response.rb +48 -0
- data/lib/telnyx/models/dialogflow_connection_response.rb +63 -0
- data/lib/telnyx/models/dir/comment_create_response.rb +3 -132
- data/lib/telnyx/models/dir/comment_list_params.rb +3 -20
- data/lib/telnyx/models/dir/comment_type.rb +25 -0
- data/lib/telnyx/models/dir/dir_comment.rb +118 -0
- data/lib/telnyx/models/dir/dir_phone_number.rb +112 -0
- data/lib/telnyx/models/dir/dir_phone_number_status.rb +37 -0
- data/lib/telnyx/models/dir/phone_number_add_params.rb +3 -61
- data/lib/telnyx/models/dir/phone_number_add_response.rb +3 -177
- data/lib/telnyx/models/dir/phone_number_batch.rb +93 -0
- data/lib/telnyx/models/dir/phone_number_batch_list_params.rb +3 -19
- data/lib/telnyx/models/dir/phone_number_batch_retrieve_response.rb +3 -347
- data/lib/telnyx/models/dir/phone_number_create_params.rb +47 -0
- data/lib/telnyx/models/dir/phone_number_create_response.rb +32 -0
- data/lib/telnyx/models/dir/phone_number_delete_all_params.rb +28 -0
- data/lib/telnyx/models/dir/phone_number_delete_all_response.rb +103 -0
- data/lib/telnyx/models/dir/phone_number_list_params.rb +3 -19
- data/lib/telnyx/models/dir/rejection_reason.rb +43 -0
- data/lib/telnyx/models/dir.rb +190 -0
- data/lib/telnyx/models/dir_list.rb +29 -0
- data/lib/telnyx/models/dir_list_document_types_response.rb +3 -48
- data/lib/telnyx/models/dir_list_params.rb +3 -22
- data/lib/telnyx/models/dir_loa_params.rb +79 -0
- data/lib/telnyx/models/dir_new_loa_params.rb +79 -0
- data/lib/telnyx/models/dir_retrieve_document_types_params.rb +14 -0
- data/lib/telnyx/models/dir_retrieve_document_types_response.rb +51 -0
- data/lib/telnyx/models/dir_retrieve_infringement_claims_params.rb +40 -0
- data/lib/telnyx/models/dir_retrieve_infringement_claims_response.rb +30 -0
- data/lib/telnyx/models/dir_status.rb +37 -0
- data/lib/telnyx/models/dir_update_infringement_params.rb +3 -63
- data/lib/telnyx/models/dir_update_infringement_update_params.rb +134 -0
- data/lib/telnyx/models/dir_update_params.rb +3 -61
- data/lib/telnyx/models/dir_wrapped.rb +16 -0
- data/lib/telnyx/models/doc_reqs_requirement.rb +119 -0
- data/lib/telnyx/models/doc_service_document.rb +2 -31
- data/lib/telnyx/models/doc_service_record.rb +42 -0
- data/lib/telnyx/models/document.rb +63 -0
- data/lib/telnyx/models/document_link_list_response.rb +2 -26
- data/lib/telnyx/models/enterprise_branded_calling_params.rb +20 -0
- data/lib/telnyx/models/enterprise_public_wrapped.rb +16 -0
- data/lib/telnyx/models/enterprises/dir_create_params.rb +3 -62
- data/lib/telnyx/models/enterprises/dir_list_params.rb +3 -22
- data/lib/telnyx/models/enterprises/enterprise_reputation_public.rb +3 -21
- data/lib/telnyx/models/enterprises/enterprise_reputation_public_wrapped.rb +20 -0
- data/lib/telnyx/models/enterprises/reputation/agent_input.rb +88 -0
- data/lib/telnyx/models/enterprises/reputation/loa_create_params.rb +146 -0
- data/lib/telnyx/models/enterprises/reputation/loa_patch_all_params.rb +38 -0
- data/lib/telnyx/models/enterprises/reputation/loa_render_params.rb +3 -82
- data/lib/telnyx/models/enterprises/reputation/remediation_create_params.rb +62 -0
- data/lib/telnyx/models/enterprises/reputation/remediation_list_params.rb +3 -17
- data/lib/telnyx/models/enterprises/reputation/remediation_list_response.rb +3 -19
- data/lib/telnyx/models/enterprises/reputation/remediation_request_wrapped.rb +170 -0
- data/lib/telnyx/models/enterprises/reputation/remediation_status.rb +23 -0
- data/lib/telnyx/models/enterprises/reputation/reputation_phone_number.rb +61 -0
- data/lib/telnyx/models/enterprises/reputation/reputation_phone_number_list.rb +38 -0
- data/lib/telnyx/models/enterprises/reputation/reputation_phone_number_list_with_reputation.rb +40 -0
- data/lib/telnyx/models/enterprises/reputation/reputation_phone_number_with_reputation.rb +22 -0
- data/lib/telnyx/models/enterprises/reputation_check_frequency.rb +23 -0
- data/lib/telnyx/models/enterprises/reputation_enable_params.rb +3 -19
- data/lib/telnyx/models/enterprises/reputation_update_frequency_params.rb +3 -20
- data/lib/telnyx/models/external_connections/log_message.rb +82 -0
- data/lib/telnyx/models/external_connections/log_message_retrieve_response.rb +3 -79
- data/lib/telnyx/models/external_connections/release.rb +76 -0
- data/lib/telnyx/models/external_connections/release_retrieve_response.rb +3 -72
- data/lib/telnyx/models/fax.rb +3 -21
- data/lib/telnyx/models/fax_create_params.rb +3 -19
- data/lib/telnyx/models/fqdn_connection.rb +3 -21
- data/lib/telnyx/models/fqdn_connection_create_params.rb +3 -19
- data/lib/telnyx/models/fqdn_connection_update_params.rb +3 -19
- data/lib/telnyx/models/gcb_channel_zone.rb +75 -0
- data/lib/telnyx/models/global_ip.rb +43 -0
- data/lib/telnyx/models/global_ip_create_params.rb +2 -26
- data/lib/telnyx/models/global_ip_create_response.rb +3 -41
- data/lib/telnyx/models/global_ip_delete_response.rb +3 -41
- data/lib/telnyx/models/global_ip_health_check.rb +33 -0
- data/lib/telnyx/models/global_ip_health_check_create_params.rb +2 -26
- data/lib/telnyx/models/global_ip_health_check_create_response.rb +3 -31
- data/lib/telnyx/models/global_ip_health_check_delete_response.rb +3 -31
- data/lib/telnyx/models/global_ip_health_check_retrieve_response.rb +3 -31
- data/lib/telnyx/models/global_ip_retrieve_response.rb +3 -41
- data/lib/telnyx/models/infringement_claim.rb +268 -0
- data/lib/telnyx/models/infringement_claim_contest_params.rb +3 -62
- data/lib/telnyx/models/infringement_claim_wrapped.rb +16 -0
- data/lib/telnyx/models/inworld_voice_settings.rb +59 -0
- data/lib/telnyx/models/ip_connection.rb +3 -21
- data/lib/telnyx/models/ip_connection_create_params.rb +3 -19
- data/lib/telnyx/models/ip_connection_update_params.rb +3 -19
- data/lib/telnyx/models/messaging_10dlc/brand/external_vetting.rb +76 -0
- data/lib/telnyx/models/messaging_10dlc/brand/external_vetting_list_response.rb +1 -68
- data/lib/telnyx/models/messaging_10dlc/brand_sms_otp_status.rb +81 -0
- data/lib/telnyx/models/messaging_hosted_number_update_params.rb +2 -38
- data/lib/telnyx/models/messaging_metrics_time_frame.rb +20 -0
- data/lib/telnyx/models/messaging_profile_metric_list_params.rb +3 -18
- data/lib/telnyx/models/messaging_profile_retrieve_metrics_params.rb +3 -18
- data/lib/telnyx/models/mobile_phone_numbers/messaging_retrieve_response.rb +3 -156
- data/lib/telnyx/models/mobile_phone_numbers/mobile_phone_number_with_messaging_settings.rb +162 -0
- data/lib/telnyx/models/model_metadata.rb +212 -0
- data/lib/telnyx/models/models_response.rb +22 -0
- data/lib/telnyx/models/network.rb +17 -0
- data/lib/telnyx/models/network_create.rb +2 -9
- data/lib/telnyx/models/network_create_params.rb +1 -1
- data/lib/telnyx/models/network_create_response.rb +3 -15
- data/lib/telnyx/models/network_delete_response.rb +3 -15
- data/lib/telnyx/models/network_list_interfaces_response.rb +112 -2
- data/lib/telnyx/models/network_retrieve_response.rb +3 -15
- data/lib/telnyx/models/network_update_params.rb +1 -1
- data/lib/telnyx/models/network_update_response.rb +3 -15
- data/lib/telnyx/models/networks/default_gateway.rb +36 -0
- data/lib/telnyx/models/networks/default_gateway_create_params.rb +2 -11
- data/lib/telnyx/models/networks/default_gateway_create_response.rb +3 -33
- data/lib/telnyx/models/networks/default_gateway_delete_response.rb +3 -33
- data/lib/telnyx/models/networks/default_gateway_retrieve_response.rb +3 -33
- data/lib/telnyx/models/number_reputation_pagination_meta.rb +49 -0
- data/lib/telnyx/models/phone_numbers/messaging_update_params.rb +2 -38
- data/lib/telnyx/models/porting/event_retrieve_response.rb +1 -23
- data/lib/telnyx/models/porting/porting_event.rb +31 -0
- data/lib/telnyx/models/porting_order.rb +3 -174
- data/lib/telnyx/models/porting_order_activation_settings.rb +3 -29
- data/lib/telnyx/models/porting_order_activation_status.rb +27 -0
- data/lib/telnyx/models/porting_orders/action_requirement_initiate_response.rb +3 -117
- data/lib/telnyx/models/porting_orders/additional_document_create_response.rb +3 -97
- data/lib/telnyx/models/porting_orders/comment_create_response.rb +3 -67
- data/lib/telnyx/models/porting_orders/phone_number_block_list_params.rb +3 -28
- data/lib/telnyx/models/porting_orders/phone_number_configuration_create_response.rb +3 -56
- data/lib/telnyx/models/porting_orders/porting_action_requirement.rb +119 -0
- data/lib/telnyx/models/porting_orders/porting_additional_document.rb +100 -0
- data/lib/telnyx/models/porting_orders/porting_orders_comment.rb +73 -0
- data/lib/telnyx/models/porting_orders/porting_phone_number_configuration.rb +61 -0
- data/lib/telnyx/models/porting_orders/porting_verification_code.rb +69 -0
- data/lib/telnyx/models/porting_orders/verification_code_verify_response.rb +3 -65
- data/lib/telnyx/models/porting_phone_number.rb +153 -0
- data/lib/telnyx/models/portouts/event_retrieve_response.rb +1 -17
- data/lib/telnyx/models/portouts/portout_event.rb +25 -0
- data/lib/telnyx/models/pronunciation_dict_create_params.rb +1 -20
- data/lib/telnyx/models/pronunciation_dict_data.rb +1 -19
- data/lib/telnyx/models/pronunciation_dict_item.rb +23 -0
- data/lib/telnyx/models/pronunciation_dict_response.rb +19 -0
- data/lib/telnyx/models/pronunciation_dict_update_params.rb +1 -20
- data/lib/telnyx/models/public_internet_gateway.rb +9 -0
- data/lib/telnyx/models/public_internet_gateway_create_params.rb +9 -23
- data/lib/telnyx/models/public_internet_gateway_create_response.rb +3 -8
- data/lib/telnyx/models/public_internet_gateway_delete_response.rb +3 -8
- data/lib/telnyx/models/public_internet_gateway_read.rb +83 -0
- data/lib/telnyx/models/public_internet_gateway_retrieve_response.rb +3 -8
- data/lib/telnyx/models/quality.rb +21 -0
- data/lib/telnyx/models/queues/call_retrieve_response.rb +3 -117
- data/lib/telnyx/models/queues/queue_call.rb +123 -0
- data/lib/telnyx/models/recording_response.rb +16 -0
- data/lib/telnyx/models/region_out.rb +53 -0
- data/lib/telnyx/models/requirement_retrieve_response.rb +3 -118
- data/lib/telnyx/models/room_recording.rb +164 -0
- data/lib/telnyx/models/room_recording_retrieve_response.rb +3 -162
- data/lib/telnyx/models/siprec_connector_response.rb +75 -0
- data/lib/telnyx/models/speech_to_text_list_providers_params.rb +3 -21
- data/lib/telnyx/models/speech_to_text_list_providers_response.rb +3 -21
- data/lib/telnyx/models/speech_to_text_retrieve_transcription_params.rb +149 -0
- data/lib/telnyx/models/speech_to_text_transcribe_params.rb +14 -0
- data/lib/telnyx/models/stt_service_type.rb +21 -0
- data/lib/telnyx/models/terms_of_service/agreement_list_params.rb +3 -16
- data/lib/telnyx/models/terms_of_service/tos_agreement.rb +61 -0
- data/lib/telnyx/models/terms_of_service/tos_agreement_wrapped.rb +24 -0
- data/lib/telnyx/models/terms_of_service/tos_product_type.rb +18 -0
- data/lib/telnyx/models/terms_of_service_retrieve_info_params.rb +22 -0
- data/lib/telnyx/models/terms_of_service_retrieve_info_response.rb +56 -0
- data/lib/telnyx/models/terms_of_service_retrieve_status_params.rb +22 -0
- data/lib/telnyx/models/terms_of_service_retrieve_status_response.rb +80 -0
- data/lib/telnyx/models/texml/account_retrieve_transcriptions_json_response.rb +3 -110
- data/lib/telnyx/models/texml/accounts/call_calls_params.rb +205 -215
- data/lib/telnyx/models/texml/accounts/call_resource.rb +208 -0
- data/lib/telnyx/models/texml/accounts/call_retrieve_calls_response.rb +3 -205
- data/lib/telnyx/models/texml/accounts/calls/recording_source.rb +27 -0
- data/lib/telnyx/models/texml/accounts/calls/texml_create_call_recording_response_body.rb +145 -0
- data/lib/telnyx/models/texml/accounts/calls/texml_get_call_recordings_response_body.rb +87 -0
- data/lib/telnyx/models/texml/accounts/calls/twiml_recording_channels.rb +21 -0
- data/lib/telnyx/models/texml/accounts/conference_resource.rb +144 -0
- data/lib/telnyx/models/texml/accounts/conference_retrieve_conferences_response.rb +3 -140
- data/lib/telnyx/models/texml/accounts/conferences/participant_resource.rb +149 -0
- data/lib/telnyx/models/texml/accounts/conferences/participant_retrieve_participants_response.rb +3 -141
- data/lib/telnyx/models/texml/accounts/queue_resource.rb +85 -0
- data/lib/telnyx/models/texml/accounts/transcriptions/texml_recording_transcription.rb +121 -0
- data/lib/telnyx/models/texml/texml_get_call_recording_response_body.rb +6 -35
- data/lib/telnyx/models/text_to_speech_generate_speech_params.rb +638 -0
- data/lib/telnyx/models/text_to_speech_generate_speech_response.rb +19 -0
- data/lib/telnyx/models/text_to_speech_retrieve_speech_params.rb +116 -0
- data/lib/telnyx/models/transcribe_client_event.rb +7 -0
- data/lib/telnyx/models/transcribe_server_event.rb +84 -0
- data/lib/telnyx/models/uac_connection.rb +394 -0
- data/lib/telnyx/models/uac_connection_create_params.rb +15 -459
- data/lib/telnyx/models/uac_connection_create_response.rb +3 -878
- data/lib/telnyx/models/uac_connection_delete_response.rb +3 -878
- data/lib/telnyx/models/uac_connection_retrieve_response.rb +3 -879
- data/lib/telnyx/models/uac_connection_update_params.rb +15 -459
- data/lib/telnyx/models/uac_connection_update_response.rb +3 -878
- data/lib/telnyx/models/uac_external_settings.rb +101 -0
- data/lib/telnyx/models/uac_inbound.rb +210 -0
- data/lib/telnyx/models/uac_inbound_request.rb +185 -0
- data/lib/telnyx/models/uac_internal_settings.rb +25 -0
- data/lib/telnyx/models/uac_outbound.rb +131 -0
- data/lib/telnyx/models/update_phone_number_messaging_settings_request.rb +43 -0
- data/lib/telnyx/models/verification_trigger_sms_params.rb +2 -34
- data/lib/telnyx/models/virtual_cross_connect_combined.rb +212 -0
- data/lib/telnyx/models/virtual_cross_connect_create.rb +21 -0
- data/lib/telnyx/models/virtual_cross_connect_create_params.rb +2 -159
- data/lib/telnyx/models/virtual_cross_connect_create_response.rb +3 -8
- data/lib/telnyx/models/virtual_cross_connect_delete_response.rb +3 -8
- data/lib/telnyx/models/virtual_cross_connect_patch.rb +65 -0
- data/lib/telnyx/models/virtual_cross_connect_retrieve_response.rb +3 -8
- data/lib/telnyx/models/virtual_cross_connect_update_params.rb +2 -60
- data/lib/telnyx/models/virtual_cross_connect_update_response.rb +3 -8
- data/lib/telnyx/models/voice_clone_create_from_upload_params.rb +57 -51
- data/lib/telnyx/models/voice_clone_create_params.rb +31 -27
- data/lib/telnyx/models/voice_clone_response.rb +19 -0
- data/lib/telnyx/models/voice_design_rename_response.rb +3 -90
- data/lib/telnyx/models/voice_design_response.rb +19 -0
- data/lib/telnyx/models/voice_design_summary_data.rb +92 -0
- data/lib/telnyx/models/voice_designs_pagination_meta.rb +42 -0
- data/lib/telnyx/models/voice_sdk_call_report.rb +279 -0
- data/lib/telnyx/models/voice_sdk_call_report_log_entry.rb +57 -0
- data/lib/telnyx/models/voice_sdk_call_report_retrieve_response.rb +1 -383
- data/lib/telnyx/models/webhook_delivery.rb +150 -0
- data/lib/telnyx/models/webhook_delivery_retrieve_response.rb +3 -149
- data/lib/telnyx/models/whatsapp/template_create_params.rb +8 -380
- data/lib/telnyx/models/whatsapp/user_data_retrieve_response.rb +3 -44
- data/lib/telnyx/models/whatsapp/user_data_update_response.rb +3 -44
- data/lib/telnyx/models/whatsapp/whatsapp_template_body_component.rb +68 -0
- data/lib/telnyx/models/whatsapp/whatsapp_template_buttons_component.rb +189 -0
- data/lib/telnyx/models/whatsapp/whatsapp_template_carousel_component.rb +52 -0
- data/lib/telnyx/models/whatsapp/whatsapp_template_footer_component.rb +52 -0
- data/lib/telnyx/models/whatsapp/whatsapp_template_header_component.rb +101 -0
- data/lib/telnyx/models/whatsapp/whatsapp_user_data.rb +49 -0
- data/lib/telnyx/models/whatsapp_message_template_update_params.rb +8 -380
- data/lib/telnyx/models/wireguard_interface.rb +9 -0
- data/lib/telnyx/models/wireguard_interface_create_params.rb +38 -29
- data/lib/telnyx/models/wireguard_interface_create_response.rb +3 -8
- data/lib/telnyx/models/wireguard_interface_delete_response.rb +3 -8
- data/lib/telnyx/models/wireguard_interface_read.rb +136 -0
- data/lib/telnyx/models/wireguard_interface_retrieve_response.rb +3 -8
- data/lib/telnyx/models/wireguard_peer.rb +42 -0
- data/lib/telnyx/models/wireguard_peer_create_params.rb +9 -7
- data/lib/telnyx/models/wireguard_peer_create_response.rb +3 -40
- data/lib/telnyx/models/wireguard_peer_delete_response.rb +3 -40
- data/lib/telnyx/models/wireguard_peer_retrieve_response.rb +3 -40
- data/lib/telnyx/models/wireguard_peer_update_response.rb +3 -40
- data/lib/telnyx/models/xai_voice_settings.rb +36 -0
- data/lib/telnyx/models.rb +141 -7
- data/lib/telnyx/resources/advanced_orders.rb +10 -10
- data/lib/telnyx/resources/ai/assistants/canary_deploys.rb +2 -2
- data/lib/telnyx/resources/ai/assistants/scheduled_events.rb +1 -1
- data/lib/telnyx/resources/ai/assistants/tags.rb +6 -6
- data/lib/telnyx/resources/ai/assistants/versions.rb +7 -7
- data/lib/telnyx/resources/ai/assistants.rb +14 -14
- data/lib/telnyx/resources/ai/chat.rb +4 -4
- data/lib/telnyx/resources/ai/integrations.rb +2 -2
- data/lib/telnyx/resources/ai/mcp_servers.rb +8 -8
- data/lib/telnyx/resources/ai/missions/runs/events.rb +5 -5
- data/lib/telnyx/resources/ai/missions/runs/plan.rb +11 -11
- data/lib/telnyx/resources/ai/missions/runs.rb +13 -13
- data/lib/telnyx/resources/ai/missions.rb +8 -8
- data/lib/telnyx/resources/ai/openai/chat.rb +4 -4
- data/lib/telnyx/resources/ai/openai.rb +3 -3
- data/lib/telnyx/resources/ai/tools.rb +8 -8
- data/lib/telnyx/resources/ai.rb +40 -40
- data/lib/telnyx/resources/bulk_sim_card_actions.rb +2 -2
- data/lib/telnyx/resources/calls/actions.rb +15 -15
- data/lib/telnyx/resources/calls.rb +1 -1
- data/lib/telnyx/resources/channel_zones.rb +4 -4
- data/lib/telnyx/resources/conferences/actions.rb +15 -15
- data/lib/telnyx/resources/conferences.rb +4 -4
- data/lib/telnyx/resources/connections.rb +2 -2
- data/lib/telnyx/resources/credential_connections.rb +2 -2
- data/lib/telnyx/resources/custom_storage_credentials.rb +6 -6
- data/lib/telnyx/resources/dialogflow_connections.rb +6 -6
- data/lib/telnyx/resources/dir/comments.rb +3 -3
- data/lib/telnyx/resources/dir/phone_number_batches.rb +3 -3
- data/lib/telnyx/resources/dir/phone_numbers.rb +4 -4
- data/lib/telnyx/resources/dir.rb +56 -56
- data/lib/telnyx/resources/enterprises/dir.rb +6 -6
- data/lib/telnyx/resources/enterprises/reputation/loa.rb +3 -3
- data/lib/telnyx/resources/enterprises/reputation/numbers.rb +6 -6
- data/lib/telnyx/resources/enterprises/reputation/remediation.rb +44 -44
- data/lib/telnyx/resources/enterprises/reputation.rb +8 -8
- data/lib/telnyx/resources/enterprises.rb +11 -11
- data/lib/telnyx/resources/external_connections/log_messages.rb +2 -2
- data/lib/telnyx/resources/external_connections/releases.rb +2 -2
- data/lib/telnyx/resources/faxes.rb +1 -1
- data/lib/telnyx/resources/fqdn_connections.rb +2 -2
- data/lib/telnyx/resources/global_ip_health_checks.rb +2 -2
- data/lib/telnyx/resources/global_ips.rb +2 -2
- data/lib/telnyx/resources/infringement_claims.rb +5 -5
- data/lib/telnyx/resources/ip_connections.rb +2 -2
- data/lib/telnyx/resources/messaging_10dlc/brand/external_vetting.rb +6 -6
- data/lib/telnyx/resources/messaging_10dlc/brand.rb +4 -4
- data/lib/telnyx/resources/messaging_profile_metrics.rb +1 -1
- data/lib/telnyx/resources/messaging_profiles.rb +1 -1
- data/lib/telnyx/resources/mobile_phone_numbers/messaging.rb +2 -2
- data/lib/telnyx/resources/networks.rb +8 -9
- data/lib/telnyx/resources/porting/events.rb +1 -1
- data/lib/telnyx/resources/porting_orders/action_requirements.rb +2 -2
- data/lib/telnyx/resources/porting_orders/additional_documents.rb +2 -2
- data/lib/telnyx/resources/porting_orders/comments.rb +2 -2
- data/lib/telnyx/resources/porting_orders/phone_number_configurations.rb +2 -2
- data/lib/telnyx/resources/porting_orders/verification_codes.rb +2 -2
- data/lib/telnyx/resources/porting_phone_numbers.rb +2 -2
- data/lib/telnyx/resources/portouts/events.rb +1 -1
- data/lib/telnyx/resources/pronunciation_dicts.rb +6 -6
- data/lib/telnyx/resources/public_internet_gateways.rb +6 -11
- data/lib/telnyx/resources/queues/calls.rb +2 -2
- data/lib/telnyx/resources/recordings.rb +4 -4
- data/lib/telnyx/resources/reputation/numbers.rb +4 -4
- data/lib/telnyx/resources/requirements.rb +2 -2
- data/lib/telnyx/resources/room_recordings.rb +2 -2
- data/lib/telnyx/resources/siprec_connectors.rb +6 -6
- data/lib/telnyx/resources/speech_to_text.rb +60 -2
- data/lib/telnyx/resources/terms_of_service/agreements.rb +5 -5
- data/lib/telnyx/resources/terms_of_service/branded_calling.rb +2 -2
- data/lib/telnyx/resources/terms_of_service/number_reputation.rb +2 -2
- data/lib/telnyx/resources/terms_of_service.rb +14 -14
- data/lib/telnyx/resources/texml/accounts/calls/recordings.rb +2 -2
- data/lib/telnyx/resources/texml/accounts/calls/recordings_json.rb +4 -4
- data/lib/telnyx/resources/texml/accounts/calls.rb +7 -7
- data/lib/telnyx/resources/texml/accounts/conferences/participants.rb +4 -4
- data/lib/telnyx/resources/texml/accounts/conferences.rb +6 -6
- data/lib/telnyx/resources/texml/accounts/queues.rb +8 -8
- data/lib/telnyx/resources/texml/accounts/transcriptions/json.rb +2 -2
- data/lib/telnyx/resources/texml/accounts.rb +2 -2
- data/lib/telnyx/resources/text_to_speech.rb +78 -18
- data/lib/telnyx/resources/uac_connections.rb +12 -12
- data/lib/telnyx/resources/virtual_cross_connects.rb +3 -3
- data/lib/telnyx/resources/voice_clones.rb +12 -12
- data/lib/telnyx/resources/voice_designs.rb +6 -6
- data/lib/telnyx/resources/voice_sdk_call_reports.rb +4 -4
- data/lib/telnyx/resources/webhook_deliveries.rb +2 -2
- data/lib/telnyx/resources/whatsapp/templates.rb +1 -1
- data/lib/telnyx/resources/whatsapp_message_templates.rb +1 -1
- data/lib/telnyx/resources/wireguard_interfaces.rb +5 -12
- data/lib/telnyx/resources/wireguard_peers.rb +5 -6
- data/lib/telnyx/version.rb +1 -1
- data/lib/telnyx.rb +184 -146
- data/rbi/telnyx/client.rbi +16 -17
- data/rbi/telnyx/models/advanced_order.rbi +74 -11
- data/rbi/telnyx/models/advanced_order_create_params.rbi +199 -5
- data/rbi/telnyx/models/advanced_order_list_response.rbi +6 -353
- data/rbi/telnyx/models/advanced_order_request.rbi +197 -0
- data/rbi/telnyx/models/advanced_order_update_requirement_group_params.rbi +220 -3
- data/rbi/telnyx/models/ai/arithmetic_expression.rbi +100 -0
- data/rbi/telnyx/models/ai/assistant_create_params.rbi +28 -2606
- data/rbi/telnyx/models/ai/assistant_integration.rbi +60 -0
- data/rbi/telnyx/models/ai/assistant_mcp_server.rbi +51 -0
- data/rbi/telnyx/models/ai/assistant_tool.rbi +10 -10
- data/rbi/telnyx/models/ai/assistant_update_params.rbi +28 -2606
- data/rbi/telnyx/models/ai/assistants/canary_deploy.rbi +4 -290
- data/rbi/telnyx/models/ai/assistants/canary_deploy_response.rbi +3 -301
- data/rbi/telnyx/models/ai/assistants/clause.rbi +91 -0
- data/rbi/telnyx/models/ai/assistants/rollout_slot.rbi +36 -0
- data/rbi/telnyx/models/ai/assistants/rule_input.rbi +73 -0
- data/rbi/telnyx/models/ai/assistants/rule_output.rbi +73 -0
- data/rbi/telnyx/models/ai/assistants/scheduled_call_settings.rbi +119 -0
- data/rbi/telnyx/models/ai/assistants/scheduled_event_create_params.rbi +4 -119
- data/rbi/telnyx/models/ai/assistants/scheduled_phone_call_event_response.rbi +4 -119
- data/rbi/telnyx/models/ai/assistants/serve.rbi +61 -0
- data/rbi/telnyx/models/ai/assistants/tags_response.rbi +30 -0
- data/rbi/telnyx/models/ai/assistants/update_assistant.rbi +28 -2632
- data/rbi/telnyx/models/ai/authentication_method.rbi +28 -0
- data/rbi/telnyx/models/ai/boolean_op_expression.rbi +79 -0
- data/rbi/telnyx/models/ai/chat_completion_request.rbi +913 -0
- data/rbi/telnyx/models/ai/chat_create_completion_params.rbi +5 -914
- data/rbi/telnyx/models/ai/comparison_expression.rbi +107 -0
- data/rbi/telnyx/models/ai/conversation_flow_req.rbi +750 -0
- data/rbi/telnyx/models/ai/events_list_response.rbi +47 -0
- data/rbi/telnyx/models/ai/execution_mode.rbi +23 -0
- data/rbi/telnyx/models/ai/expression.rbi +157 -0
- data/rbi/telnyx/models/ai/external_llm.rbi +123 -0
- data/rbi/telnyx/models/ai/external_llm_req.rbi +120 -0
- data/rbi/telnyx/models/ai/fallback_config.rbi +64 -0
- data/rbi/telnyx/models/ai/fallback_config_req.rbi +64 -0
- data/rbi/telnyx/models/ai/flow_edge.rbi +429 -0
- data/rbi/telnyx/models/ai/inference_embedding.rbi +44 -1837
- data/rbi/telnyx/models/ai/inference_embedding_interruption_settings.rbi +83 -0
- data/rbi/telnyx/models/ai/integration.rbi +94 -0
- data/rbi/telnyx/models/ai/integration_list_response.rbi +5 -125
- data/rbi/telnyx/models/ai/mcp_server.rbi +73 -0
- data/rbi/telnyx/models/ai/mission_create_params.rbi +4 -46
- data/rbi/telnyx/models/ai/mission_data.rbi +3 -33
- data/rbi/telnyx/models/ai/mission_response.rbi +32 -0
- data/rbi/telnyx/models/ai/mission_update_mission_params.rbi +4 -51
- data/rbi/telnyx/models/ai/missions/mission_run_data.rbi +3 -57
- data/rbi/telnyx/models/ai/missions/mission_run_response.rbi +43 -0
- data/rbi/telnyx/models/ai/missions/mission_runs_list_response.rbi +54 -0
- data/rbi/telnyx/models/ai/missions/run_status.rbi +36 -0
- data/rbi/telnyx/models/ai/missions/run_update_params.rbi +4 -63
- data/rbi/telnyx/models/ai/missions/runs/create_plan_step_request.rbi +74 -0
- data/rbi/telnyx/models/ai/missions/runs/event_data.rbi +3 -72
- data/rbi/telnyx/models/ai/missions/runs/event_log_params.rbi +3 -78
- data/rbi/telnyx/models/ai/missions/runs/event_response.rbi +43 -0
- data/rbi/telnyx/models/ai/missions/runs/event_type.rbi +72 -0
- data/rbi/telnyx/models/ai/missions/runs/plan_add_steps_to_plan_params.rbi +3 -70
- data/rbi/telnyx/models/ai/missions/runs/plan_create_params.rbi +3 -68
- data/rbi/telnyx/models/ai/missions/runs/plan_step_data.rbi +3 -56
- data/rbi/telnyx/models/ai/missions/runs/plan_step_response.rbi +47 -0
- data/rbi/telnyx/models/ai/missions/runs/plan_steps_created_response.rbi +40 -0
- data/rbi/telnyx/models/ai/missions/runs/plan_update_step_params.rbi +4 -58
- data/rbi/telnyx/models/ai/missions/runs/step_status.rbi +55 -0
- data/rbi/telnyx/models/ai/node_position.rbi +40 -0
- data/rbi/telnyx/models/ai/observability.rbi +8 -68
- data/rbi/telnyx/models/ai/observability_req.rbi +8 -73
- data/rbi/telnyx/models/ai/observability_status.rbi +27 -0
- data/rbi/telnyx/models/ai/openai/chat_create_completion_params.rbi +5 -934
- data/rbi/telnyx/models/ai/openai_create_response_params.rbi +4 -4
- data/rbi/telnyx/models/ai/post_conversation_settings.rbi +45 -0
- data/rbi/telnyx/models/ai/post_conversation_settings_req.rbi +45 -0
- data/rbi/telnyx/models/ai/prompt_sync_status.rbi +29 -0
- data/rbi/telnyx/models/ai/shared_tool_response.rbi +76 -0
- data/rbi/telnyx/models/ai/start_speaking_plan.rbi +70 -0
- data/rbi/telnyx/models/ai/transcription_endpointing_plan.rbi +71 -0
- data/rbi/telnyx/models/ai/transfer_tool.rbi +5 -5
- data/rbi/telnyx/models/ai_create_response_deprecated_params.rbi +4 -4
- data/rbi/telnyx/models/ai_retrieve_conversation_histories_params.rbi +321 -0
- data/rbi/telnyx/models/ai_retrieve_conversation_histories_response.rbi +395 -0
- data/rbi/telnyx/models/branded_calling_pagination_meta.rbi +67 -0
- data/rbi/telnyx/models/bulk_sim_card_action_detailed.rbi +172 -0
- data/rbi/telnyx/models/bulk_sim_card_action_retrieve_response.rbi +6 -195
- data/rbi/telnyx/models/call_dial_params.rbi +4 -1490
- data/rbi/telnyx/models/calls/action_add_ai_assistant_messages_params.rbi +25 -472
- data/rbi/telnyx/models/calls/action_answer_params.rbi +4 -1497
- data/rbi/telnyx/models/calls/action_gather_using_ai_params.rbi +5 -41
- data/rbi/telnyx/models/calls/action_gather_using_speak_params.rbi +10 -154
- data/rbi/telnyx/models/calls/action_join_ai_assistant_params.rbi +4 -156
- data/rbi/telnyx/models/calls/action_speak_params.rbi +10 -154
- data/rbi/telnyx/models/calls/action_start_ai_assistant_params.rbi +34 -675
- data/rbi/telnyx/models/calls/action_start_conversation_relay_params.rbi +38 -1592
- data/rbi/telnyx/models/calls/ai_assistant_join_participant.rbi +146 -0
- data/rbi/telnyx/models/calls/assistant_message.rbi +224 -0
- data/rbi/telnyx/models/calls/conversation_relay_interruptible.rbi +51 -0
- data/rbi/telnyx/models/calls/developer_message.rbi +85 -0
- data/rbi/telnyx/models/calls/system_message.rbi +80 -0
- data/rbi/telnyx/models/calls/tool_message.rbi +85 -0
- data/rbi/telnyx/models/calls/transcription_engine_assemblyai_config.rbi +155 -0
- data/rbi/telnyx/models/calls/transcription_engine_soniox_config.rbi +184 -0
- data/rbi/telnyx/models/calls/transcription_engine_speechmatics_config.rbi +289 -0
- data/rbi/telnyx/models/calls/transcription_engine_xai_config.rbi +329 -0
- data/rbi/telnyx/models/calls/transcription_start_request.rbi +20 -913
- data/rbi/telnyx/models/calls/user_message.rbi +78 -0
- data/rbi/telnyx/models/conference_participant_resource.rbi +33 -0
- data/rbi/telnyx/models/conferences/action_hold_params.rbi +4 -51
- data/rbi/telnyx/models/conferences/action_join_params.rbi +4 -51
- data/rbi/telnyx/models/conferences/action_leave_params.rbi +4 -51
- data/rbi/telnyx/models/conferences/action_mute_params.rbi +4 -51
- data/rbi/telnyx/models/conferences/action_play_params.rbi +4 -51
- data/rbi/telnyx/models/conferences/action_record_pause_params.rbi +4 -59
- data/rbi/telnyx/models/conferences/action_record_resume_params.rbi +4 -59
- data/rbi/telnyx/models/conferences/action_record_start_params.rbi +4 -59
- data/rbi/telnyx/models/conferences/action_record_stop_params.rbi +4 -56
- data/rbi/telnyx/models/conferences/action_speak_params.rbi +14 -205
- data/rbi/telnyx/models/conferences/action_stop_params.rbi +4 -51
- data/rbi/telnyx/models/conferences/action_unhold_params.rbi +4 -51
- data/rbi/telnyx/models/conferences/action_unmute_params.rbi +4 -51
- data/rbi/telnyx/models/conferences/conference_region.rbi +38 -0
- data/rbi/telnyx/models/conferences/update_conference.rbi +4 -51
- data/rbi/telnyx/models/connection.rbi +186 -0
- data/rbi/telnyx/models/connection_noise_suppression.rbi +33 -0
- data/rbi/telnyx/models/connection_retrieve_response.rbi +4 -225
- data/rbi/telnyx/models/conversation_relay_embedded_config.rbi +501 -0
- data/rbi/telnyx/models/conversation_relay_interruption_settings.rbi +123 -0
- data/rbi/telnyx/models/conversation_relay_language.rbi +309 -0
- data/rbi/telnyx/models/create_verification_request_sms.rbi +65 -0
- data/rbi/telnyx/models/credential_connection.rbi +4 -56
- data/rbi/telnyx/models/credential_connection_create_params.rbi +4 -61
- data/rbi/telnyx/models/credential_connection_update_params.rbi +4 -61
- data/rbi/telnyx/models/credentials_response.rbi +81 -0
- data/rbi/telnyx/models/dialogflow_connection_response.rbi +116 -0
- data/rbi/telnyx/models/dir/comment_create_response.rbi +6 -333
- data/rbi/telnyx/models/dir/comment_list_params.rbi +4 -71
- data/rbi/telnyx/models/dir/comment_type.rbi +38 -0
- data/rbi/telnyx/models/dir/dir_comment.rbi +193 -0
- data/rbi/telnyx/models/dir/dir_phone_number.rbi +163 -0
- data/rbi/telnyx/models/dir/dir_phone_number_status.rbi +56 -0
- data/rbi/telnyx/models/dir/phone_number_add_params.rbi +3 -160
- data/rbi/telnyx/models/dir/phone_number_add_response.rbi +5 -334
- data/rbi/telnyx/models/dir/phone_number_batch.rbi +140 -0
- data/rbi/telnyx/models/dir/phone_number_batch_list_params.rbi +4 -73
- data/rbi/telnyx/models/dir/phone_number_batch_retrieve_response.rbi +6 -743
- data/rbi/telnyx/models/dir/phone_number_create_params.rbi +72 -0
- data/rbi/telnyx/models/dir/phone_number_create_response.rbi +48 -0
- data/rbi/telnyx/models/dir/phone_number_delete_all_params.rbi +48 -0
- data/rbi/telnyx/models/dir/phone_number_delete_all_response.rbi +206 -0
- data/rbi/telnyx/models/dir/phone_number_list_params.rbi +4 -67
- data/rbi/telnyx/models/dir/rejection_reason.rbi +68 -0
- data/rbi/telnyx/models/dir.rbi +244 -0
- data/rbi/telnyx/models/dir_list.rbi +50 -0
- data/rbi/telnyx/models/dir_list_document_types_response.rbi +4 -73
- data/rbi/telnyx/models/dir_list_params.rbi +4 -54
- data/rbi/telnyx/models/dir_loa_params.rbi +120 -0
- data/rbi/telnyx/models/dir_new_loa_params.rbi +122 -0
- data/rbi/telnyx/models/dir_retrieve_document_types_params.rbi +30 -0
- data/rbi/telnyx/models/dir_retrieve_document_types_response.rbi +103 -0
- data/rbi/telnyx/models/dir_retrieve_infringement_claims_params.rbi +66 -0
- data/rbi/telnyx/models/dir_retrieve_infringement_claims_response.rbi +55 -0
- data/rbi/telnyx/models/dir_status.rbi +43 -0
- data/rbi/telnyx/models/dir_update_infringement_params.rbi +3 -169
- data/rbi/telnyx/models/dir_update_infringement_update_params.rbi +256 -0
- data/rbi/telnyx/models/dir_update_params.rbi +4 -156
- data/rbi/telnyx/models/dir_wrapped.rbi +24 -0
- data/rbi/telnyx/models/doc_reqs_requirement.rbi +214 -0
- data/rbi/telnyx/models/doc_service_document.rbi +4 -37
- data/rbi/telnyx/models/doc_service_record.rbi +73 -0
- data/rbi/telnyx/models/document.rbi +121 -0
- data/rbi/telnyx/models/document_link_list_response.rbi +4 -37
- data/rbi/telnyx/models/enterprise_branded_calling_params.rbi +38 -0
- data/rbi/telnyx/models/enterprise_public_wrapped.rbi +28 -0
- data/rbi/telnyx/models/enterprises/dir_create_params.rbi +4 -171
- data/rbi/telnyx/models/enterprises/dir_list_params.rbi +4 -89
- data/rbi/telnyx/models/enterprises/enterprise_reputation_public.rbi +4 -60
- data/rbi/telnyx/models/enterprises/enterprise_reputation_public_wrapped.rbi +46 -0
- data/rbi/telnyx/models/enterprises/reputation/agent_input.rbi +110 -0
- data/rbi/telnyx/models/enterprises/reputation/loa_create_params.rbi +238 -0
- data/rbi/telnyx/models/enterprises/reputation/loa_patch_all_params.rbi +60 -0
- data/rbi/telnyx/models/enterprises/reputation/loa_render_params.rbi +4 -109
- data/rbi/telnyx/models/enterprises/reputation/remediation_create_params.rbi +88 -0
- data/rbi/telnyx/models/enterprises/reputation/remediation_list_params.rbi +4 -54
- data/rbi/telnyx/models/enterprises/reputation/remediation_list_response.rbi +3 -53
- data/rbi/telnyx/models/enterprises/reputation/remediation_request_wrapped.rbi +282 -0
- data/rbi/telnyx/models/enterprises/reputation/remediation_status.rbi +56 -0
- data/rbi/telnyx/models/enterprises/reputation/reputation_phone_number.rbi +100 -0
- data/rbi/telnyx/models/enterprises/reputation/reputation_phone_number_list.rbi +73 -0
- data/rbi/telnyx/models/enterprises/reputation/reputation_phone_number_list_with_reputation.rbi +76 -0
- data/rbi/telnyx/models/enterprises/reputation/reputation_phone_number_with_reputation.rbi +52 -0
- data/rbi/telnyx/models/enterprises/reputation_check_frequency.rbi +60 -0
- data/rbi/telnyx/models/enterprises/reputation_enable_params.rbi +4 -62
- data/rbi/telnyx/models/enterprises/reputation_update_frequency_params.rbi +3 -63
- data/rbi/telnyx/models/external_connections/log_message.rbi +167 -0
- data/rbi/telnyx/models/external_connections/log_message_retrieve_response.rbi +4 -193
- data/rbi/telnyx/models/external_connections/release.rbi +175 -0
- data/rbi/telnyx/models/external_connections/release_retrieve_response.rbi +6 -198
- data/rbi/telnyx/models/fax.rbi +4 -24
- data/rbi/telnyx/models/fax_create_params.rbi +4 -32
- data/rbi/telnyx/models/fqdn_connection.rbi +4 -47
- data/rbi/telnyx/models/fqdn_connection_create_params.rbi +4 -58
- data/rbi/telnyx/models/fqdn_connection_update_params.rbi +4 -58
- data/rbi/telnyx/models/gcb_channel_zone.rbi +104 -0
- data/rbi/telnyx/models/global_ip.rbi +71 -0
- data/rbi/telnyx/models/global_ip_create_params.rbi +6 -47
- data/rbi/telnyx/models/global_ip_create_response.rbi +4 -83
- data/rbi/telnyx/models/global_ip_delete_response.rbi +4 -83
- data/rbi/telnyx/models/global_ip_health_check.rbi +62 -0
- data/rbi/telnyx/models/global_ip_health_check_create_params.rbi +6 -47
- data/rbi/telnyx/models/global_ip_health_check_create_response.rbi +6 -78
- data/rbi/telnyx/models/global_ip_health_check_delete_response.rbi +6 -78
- data/rbi/telnyx/models/global_ip_health_check_retrieve_response.rbi +6 -80
- data/rbi/telnyx/models/global_ip_retrieve_response.rbi +4 -87
- data/rbi/telnyx/models/infringement_claim.rbi +424 -0
- data/rbi/telnyx/models/infringement_claim_contest_params.rbi +4 -171
- data/rbi/telnyx/models/infringement_claim_wrapped.rbi +30 -0
- data/rbi/telnyx/models/inworld_voice_settings.rbi +118 -0
- data/rbi/telnyx/models/ip_connection.rbi +4 -34
- data/rbi/telnyx/models/ip_connection_create_params.rbi +4 -58
- data/rbi/telnyx/models/ip_connection_update_params.rbi +4 -58
- data/rbi/telnyx/models/messaging_10dlc/brand/external_vetting.rbi +121 -0
- data/rbi/telnyx/models/messaging_10dlc/brand/external_vetting_list_response.rbi +1 -113
- data/rbi/telnyx/models/messaging_10dlc/brand_sms_otp_status.rbi +110 -0
- data/rbi/telnyx/models/messaging_hosted_number_update_params.rbi +3 -58
- data/rbi/telnyx/models/messaging_metrics_time_frame.rbi +35 -0
- data/rbi/telnyx/models/messaging_profile_metric_list_params.rbi +4 -67
- data/rbi/telnyx/models/messaging_profile_retrieve_metrics_params.rbi +4 -70
- data/rbi/telnyx/models/mobile_phone_numbers/messaging_retrieve_response.rbi +4 -313
- data/rbi/telnyx/models/mobile_phone_numbers/mobile_phone_number_with_messaging_settings.rbi +319 -0
- data/rbi/telnyx/models/model_metadata.rbi +272 -0
- data/rbi/telnyx/models/models_response.rbi +38 -0
- data/rbi/telnyx/models/network.rbi +28 -0
- data/rbi/telnyx/models/network_create.rbi +4 -11
- data/rbi/telnyx/models/network_create_params.rbi +1 -1
- data/rbi/telnyx/models/network_create_response.rbi +4 -40
- data/rbi/telnyx/models/network_delete_response.rbi +4 -40
- data/rbi/telnyx/models/network_list_interfaces_response.rbi +181 -4
- data/rbi/telnyx/models/network_retrieve_response.rbi +4 -42
- data/rbi/telnyx/models/network_update_params.rbi +1 -1
- data/rbi/telnyx/models/network_update_response.rbi +4 -40
- data/rbi/telnyx/models/networks/default_gateway.rbi +67 -0
- data/rbi/telnyx/models/networks/default_gateway_create_params.rbi +2 -16
- data/rbi/telnyx/models/networks/default_gateway_create_response.rbi +4 -79
- data/rbi/telnyx/models/networks/default_gateway_delete_response.rbi +4 -79
- data/rbi/telnyx/models/networks/default_gateway_retrieve_response.rbi +4 -79
- data/rbi/telnyx/models/number_reputation_pagination_meta.rbi +70 -0
- data/rbi/telnyx/models/phone_numbers/messaging_update_params.rbi +3 -58
- data/rbi/telnyx/models/porting/event_retrieve_response.rbi +2 -39
- data/rbi/telnyx/models/porting/porting_event.rbi +31 -0
- data/rbi/telnyx/models/porting_order.rbi +4 -486
- data/rbi/telnyx/models/porting_order_activation_settings.rbi +3 -101
- data/rbi/telnyx/models/porting_order_activation_status.rbi +59 -0
- data/rbi/telnyx/models/porting_orders/action_requirement_initiate_response.rbi +4 -250
- data/rbi/telnyx/models/porting_orders/additional_document_create_response.rbi +4 -199
- data/rbi/telnyx/models/porting_orders/comment_create_response.rbi +4 -156
- data/rbi/telnyx/models/porting_orders/phone_number_block_list_params.rbi +4 -100
- data/rbi/telnyx/models/porting_orders/phone_number_configuration_create_response.rbi +4 -101
- data/rbi/telnyx/models/porting_orders/porting_action_requirement.rbi +244 -0
- data/rbi/telnyx/models/porting_orders/porting_additional_document.rbi +191 -0
- data/rbi/telnyx/models/porting_orders/porting_orders_comment.rbi +151 -0
- data/rbi/telnyx/models/porting_orders/porting_phone_number_configuration.rbi +100 -0
- data/rbi/telnyx/models/porting_orders/porting_verification_code.rbi +111 -0
- data/rbi/telnyx/models/porting_orders/verification_code_verify_response.rbi +4 -121
- data/rbi/telnyx/models/porting_phone_number.rbi +377 -0
- data/rbi/telnyx/models/portouts/event_retrieve_response.rbi +2 -36
- data/rbi/telnyx/models/portouts/portout_event.rbi +28 -0
- data/rbi/telnyx/models/pronunciation_dict_create_params.rbi +0 -23
- data/rbi/telnyx/models/pronunciation_dict_data.rbi +2 -27
- data/rbi/telnyx/models/pronunciation_dict_item.rbi +26 -0
- data/rbi/telnyx/models/pronunciation_dict_response.rbi +35 -0
- data/rbi/telnyx/models/pronunciation_dict_update_params.rbi +0 -23
- data/rbi/telnyx/models/public_internet_gateway.rbi +20 -0
- data/rbi/telnyx/models/public_internet_gateway_create_params.rbi +29 -34
- data/rbi/telnyx/models/public_internet_gateway_create_response.rbi +6 -38
- data/rbi/telnyx/models/public_internet_gateway_delete_response.rbi +6 -38
- data/rbi/telnyx/models/public_internet_gateway_read.rbi +128 -0
- data/rbi/telnyx/models/public_internet_gateway_retrieve_response.rbi +6 -38
- data/rbi/telnyx/models/quality.rbi +25 -0
- data/rbi/telnyx/models/queues/call_retrieve_response.rbi +6 -179
- data/rbi/telnyx/models/queues/queue_call.rbi +158 -0
- data/rbi/telnyx/models/recording_response.rbi +30 -0
- data/rbi/telnyx/models/region_out.rbi +93 -0
- data/rbi/telnyx/models/requirement_retrieve_response.rbi +6 -264
- data/rbi/telnyx/models/room_recording.rbi +241 -0
- data/rbi/telnyx/models/room_recording_retrieve_response.rbi +4 -313
- data/rbi/telnyx/models/siprec_connector_response.rbi +132 -0
- data/rbi/telnyx/models/speech_to_text_list_providers_params.rbi +4 -64
- data/rbi/telnyx/models/speech_to_text_list_providers_response.rbi +3 -57
- data/rbi/telnyx/models/speech_to_text_retrieve_transcription_params.rbi +370 -0
- data/rbi/telnyx/models/speech_to_text_transcribe_params.rbi +27 -0
- data/rbi/telnyx/models/stt_service_type.rbi +25 -0
- data/rbi/telnyx/models/terms_of_service/agreement_list_params.rbi +4 -48
- data/rbi/telnyx/models/terms_of_service/tos_agreement.rbi +104 -0
- data/rbi/telnyx/models/terms_of_service/tos_agreement_wrapped.rbi +43 -0
- data/rbi/telnyx/models/terms_of_service/tos_product_type.rbi +35 -0
- data/rbi/telnyx/models/terms_of_service_retrieve_info_params.rbi +55 -0
- data/rbi/telnyx/models/terms_of_service_retrieve_info_response.rbi +143 -0
- data/rbi/telnyx/models/terms_of_service_retrieve_status_params.rbi +55 -0
- data/rbi/telnyx/models/terms_of_service_retrieve_status_response.rbi +131 -0
- data/rbi/telnyx/models/texml/account_retrieve_transcriptions_json_response.rbi +4 -192
- data/rbi/telnyx/models/texml/accounts/call_calls_params.rbi +423 -423
- data/rbi/telnyx/models/texml/accounts/call_resource.rbi +402 -0
- data/rbi/telnyx/models/texml/accounts/call_retrieve_calls_response.rbi +4 -423
- data/rbi/telnyx/models/texml/accounts/calls/recording_source.rbi +68 -0
- data/rbi/telnyx/models/texml/accounts/calls/texml_create_call_recording_response_body.rbi +251 -0
- data/rbi/telnyx/models/texml/accounts/calls/texml_get_call_recordings_response_body.rbi +152 -0
- data/rbi/telnyx/models/texml/accounts/calls/twiml_recording_channels.rbi +45 -0
- data/rbi/telnyx/models/texml/accounts/conference_resource.rbi +282 -0
- data/rbi/telnyx/models/texml/accounts/conference_retrieve_conferences_response.rbi +4 -287
- data/rbi/telnyx/models/texml/accounts/conferences/participant_resource.rbi +256 -0
- data/rbi/telnyx/models/texml/accounts/conferences/participant_retrieve_participants_response.rbi +4 -249
- data/rbi/telnyx/models/texml/accounts/queue_resource.rbi +135 -0
- data/rbi/telnyx/models/texml/accounts/transcriptions/texml_recording_transcription.rbi +202 -0
- data/rbi/telnyx/models/texml/texml_get_call_recording_response_body.rbi +8 -104
- data/rbi/telnyx/models/text_to_speech_generate_speech_params.rbi +1454 -0
- data/rbi/telnyx/models/text_to_speech_generate_speech_response.rbi +34 -0
- data/rbi/telnyx/models/text_to_speech_retrieve_speech_params.rbi +267 -0
- data/rbi/telnyx/models/transcribe_client_event.rbi +7 -0
- data/rbi/telnyx/models/transcribe_server_event.rbi +127 -0
- data/rbi/telnyx/models/uac_connection.rbi +644 -0
- data/rbi/telnyx/models/uac_connection_create_params.rbi +20 -985
- data/rbi/telnyx/models/uac_connection_create_response.rbi +4 -1756
- data/rbi/telnyx/models/uac_connection_delete_response.rbi +4 -1756
- data/rbi/telnyx/models/uac_connection_retrieve_response.rbi +4 -1756
- data/rbi/telnyx/models/uac_connection_update_params.rbi +20 -985
- data/rbi/telnyx/models/uac_connection_update_response.rbi +4 -1756
- data/rbi/telnyx/models/uac_external_settings.rbi +146 -0
- data/rbi/telnyx/models/uac_inbound.rbi +410 -0
- data/rbi/telnyx/models/uac_inbound_request.rbi +381 -0
- data/rbi/telnyx/models/uac_internal_settings.rbi +39 -0
- data/rbi/telnyx/models/uac_outbound.rbi +224 -0
- data/rbi/telnyx/models/update_phone_number_messaging_settings_request.rbi +81 -0
- data/rbi/telnyx/models/verification_trigger_sms_params.rbi +6 -49
- data/rbi/telnyx/models/virtual_cross_connect_combined.rbi +345 -0
- data/rbi/telnyx/models/virtual_cross_connect_create.rbi +61 -0
- data/rbi/telnyx/models/virtual_cross_connect_create_params.rbi +5 -271
- data/rbi/telnyx/models/virtual_cross_connect_create_response.rbi +6 -36
- data/rbi/telnyx/models/virtual_cross_connect_delete_response.rbi +6 -36
- data/rbi/telnyx/models/virtual_cross_connect_patch.rbi +107 -0
- data/rbi/telnyx/models/virtual_cross_connect_retrieve_response.rbi +6 -38
- data/rbi/telnyx/models/virtual_cross_connect_update_params.rbi +3 -87
- data/rbi/telnyx/models/virtual_cross_connect_update_response.rbi +6 -36
- data/rbi/telnyx/models/voice_clone_create_from_upload_params.rbi +86 -84
- data/rbi/telnyx/models/voice_clone_create_params.rbi +49 -47
- data/rbi/telnyx/models/voice_clone_response.rbi +33 -0
- data/rbi/telnyx/models/voice_design_rename_response.rbi +6 -208
- data/rbi/telnyx/models/voice_design_response.rbi +33 -0
- data/rbi/telnyx/models/voice_design_summary_data.rbi +171 -0
- data/rbi/telnyx/models/voice_designs_pagination_meta.rbi +74 -0
- data/rbi/telnyx/models/voice_sdk_call_report.rbi +466 -0
- data/rbi/telnyx/models/voice_sdk_call_report_log_entry.rbi +108 -0
- data/rbi/telnyx/models/voice_sdk_call_report_retrieve_response.rbi +1 -772
- data/rbi/telnyx/models/webhook_delivery.rbi +258 -0
- data/rbi/telnyx/models/webhook_delivery_retrieve_response.rbi +4 -322
- data/rbi/telnyx/models/whatsapp/template_create_params.rbi +20 -836
- data/rbi/telnyx/models/whatsapp/user_data_retrieve_response.rbi +6 -96
- data/rbi/telnyx/models/whatsapp/user_data_update_response.rbi +6 -94
- data/rbi/telnyx/models/whatsapp/whatsapp_template_body_component.rbi +149 -0
- data/rbi/telnyx/models/whatsapp/whatsapp_template_buttons_component.rbi +417 -0
- data/rbi/telnyx/models/whatsapp/whatsapp_template_carousel_component.rbi +130 -0
- data/rbi/telnyx/models/whatsapp/whatsapp_template_footer_component.rbi +103 -0
- data/rbi/telnyx/models/whatsapp/whatsapp_template_header_component.rbi +229 -0
- data/rbi/telnyx/models/whatsapp/whatsapp_user_data.rbi +82 -0
- data/rbi/telnyx/models/whatsapp_message_template_update_params.rbi +25 -839
- data/rbi/telnyx/models/wireguard_interface.rbi +20 -0
- data/rbi/telnyx/models/wireguard_interface_create_params.rbi +87 -42
- data/rbi/telnyx/models/wireguard_interface_create_response.rbi +6 -36
- data/rbi/telnyx/models/wireguard_interface_delete_response.rbi +6 -36
- data/rbi/telnyx/models/wireguard_interface_read.rbi +213 -0
- data/rbi/telnyx/models/wireguard_interface_retrieve_response.rbi +6 -36
- data/rbi/telnyx/models/wireguard_peer.rbi +68 -0
- data/rbi/telnyx/models/wireguard_peer_create_params.rbi +26 -10
- data/rbi/telnyx/models/wireguard_peer_create_response.rbi +4 -84
- data/rbi/telnyx/models/wireguard_peer_delete_response.rbi +4 -84
- data/rbi/telnyx/models/wireguard_peer_retrieve_response.rbi +4 -84
- data/rbi/telnyx/models/wireguard_peer_update_response.rbi +4 -84
- data/rbi/telnyx/models/xai_voice_settings.rbi +64 -0
- data/rbi/telnyx/models.rbi +159 -15
- data/rbi/telnyx/resources/advanced_orders.rbi +9 -7
- data/rbi/telnyx/resources/ai/assistants/canary_deploys.rbi +2 -4
- data/rbi/telnyx/resources/ai/assistants/scheduled_events.rbi +1 -1
- data/rbi/telnyx/resources/ai/assistants/tags.rbi +3 -3
- data/rbi/telnyx/resources/ai/assistants/versions.rbi +7 -16
- data/rbi/telnyx/resources/ai/assistants.rbi +14 -24
- data/rbi/telnyx/resources/ai/chat.rbi +6 -6
- data/rbi/telnyx/resources/ai/integrations.rbi +1 -1
- data/rbi/telnyx/resources/ai/mcp_servers.rbi +4 -4
- data/rbi/telnyx/resources/ai/missions/runs/events.rbi +3 -6
- data/rbi/telnyx/resources/ai/missions/runs/plan.rbi +7 -14
- data/rbi/telnyx/resources/ai/missions/runs.rbi +7 -7
- data/rbi/telnyx/resources/ai/missions.rbi +5 -7
- data/rbi/telnyx/resources/ai/openai/chat.rbi +6 -9
- data/rbi/telnyx/resources/ai/openai.rbi +2 -2
- data/rbi/telnyx/resources/ai/tools.rbi +4 -4
- data/rbi/telnyx/resources/ai.rbi +24 -23
- data/rbi/telnyx/resources/bulk_sim_card_actions.rbi +1 -1
- data/rbi/telnyx/resources/calls/actions.rbi +29 -35
- data/rbi/telnyx/resources/calls.rbi +1 -1
- data/rbi/telnyx/resources/channel_zones.rbi +2 -4
- data/rbi/telnyx/resources/conferences/actions.rbi +16 -20
- data/rbi/telnyx/resources/conferences.rbi +2 -2
- data/rbi/telnyx/resources/connections.rbi +1 -5
- data/rbi/telnyx/resources/credential_connections.rbi +2 -4
- data/rbi/telnyx/resources/custom_storage_credentials.rbi +3 -3
- data/rbi/telnyx/resources/dialogflow_connections.rbi +3 -3
- data/rbi/telnyx/resources/dir/comments.rbi +2 -4
- data/rbi/telnyx/resources/dir/phone_number_batches.rbi +2 -3
- data/rbi/telnyx/resources/dir/phone_numbers.rbi +3 -6
- data/rbi/telnyx/resources/dir.rbi +45 -54
- data/rbi/telnyx/resources/enterprises/dir.rbi +4 -10
- data/rbi/telnyx/resources/enterprises/reputation/loa.rbi +2 -5
- data/rbi/telnyx/resources/enterprises/reputation/numbers.rbi +3 -3
- data/rbi/telnyx/resources/enterprises/reputation/remediation.rbi +38 -38
- data/rbi/telnyx/resources/enterprises/reputation.rbi +5 -7
- data/rbi/telnyx/resources/enterprises.rbi +5 -5
- data/rbi/telnyx/resources/external_connections/log_messages.rbi +1 -1
- data/rbi/telnyx/resources/external_connections/releases.rbi +1 -1
- data/rbi/telnyx/resources/faxes.rbi +1 -1
- data/rbi/telnyx/resources/fqdn_connections.rbi +2 -4
- data/rbi/telnyx/resources/global_ip_health_checks.rbi +1 -3
- data/rbi/telnyx/resources/global_ips.rbi +1 -5
- data/rbi/telnyx/resources/infringement_claims.rbi +3 -4
- data/rbi/telnyx/resources/ip_connections.rbi +2 -4
- data/rbi/telnyx/resources/messaging_10dlc/brand/external_vetting.rbi +3 -9
- data/rbi/telnyx/resources/messaging_10dlc/brand.rbi +2 -6
- data/rbi/telnyx/resources/messaging_profile_metrics.rbi +1 -2
- data/rbi/telnyx/resources/messaging_profiles.rbi +1 -2
- data/rbi/telnyx/resources/mobile_phone_numbers/messaging.rbi +1 -1
- data/rbi/telnyx/resources/networks.rbi +5 -14
- data/rbi/telnyx/resources/porting/events.rbi +1 -1
- data/rbi/telnyx/resources/porting_orders/action_requirements.rbi +1 -1
- data/rbi/telnyx/resources/porting_orders/additional_documents.rbi +1 -1
- data/rbi/telnyx/resources/porting_orders/comments.rbi +1 -1
- data/rbi/telnyx/resources/porting_orders/phone_number_configurations.rbi +1 -1
- data/rbi/telnyx/resources/porting_orders/verification_codes.rbi +1 -1
- data/rbi/telnyx/resources/porting_phone_numbers.rbi +1 -3
- data/rbi/telnyx/resources/portouts/events.rbi +1 -1
- data/rbi/telnyx/resources/pronunciation_dicts.rbi +3 -3
- data/rbi/telnyx/resources/public_internet_gateways.rbi +3 -13
- data/rbi/telnyx/resources/queues/calls.rbi +1 -3
- data/rbi/telnyx/resources/recordings.rbi +2 -2
- data/rbi/telnyx/resources/reputation/numbers.rbi +4 -2
- data/rbi/telnyx/resources/requirements.rbi +1 -3
- data/rbi/telnyx/resources/room_recordings.rbi +1 -3
- data/rbi/telnyx/resources/siprec_connectors.rbi +3 -3
- data/rbi/telnyx/resources/speech_to_text.rbi +63 -3
- data/rbi/telnyx/resources/terms_of_service/agreements.rbi +3 -4
- data/rbi/telnyx/resources/terms_of_service/branded_calling.rbi +1 -1
- data/rbi/telnyx/resources/terms_of_service/number_reputation.rbi +1 -1
- data/rbi/telnyx/resources/terms_of_service.rbi +6 -7
- data/rbi/telnyx/resources/texml/accounts/calls/recordings.rbi +1 -1
- data/rbi/telnyx/resources/texml/accounts/calls/recordings_json.rbi +2 -2
- data/rbi/telnyx/resources/texml/accounts/calls.rbi +7 -7
- data/rbi/telnyx/resources/texml/accounts/conferences/participants.rbi +2 -2
- data/rbi/telnyx/resources/texml/accounts/conferences.rbi +3 -5
- data/rbi/telnyx/resources/texml/accounts/queues.rbi +4 -4
- data/rbi/telnyx/resources/texml/accounts/transcriptions/json.rbi +1 -1
- data/rbi/telnyx/resources/texml/accounts.rbi +1 -1
- data/rbi/telnyx/resources/text_to_speech.rbi +83 -13
- data/rbi/telnyx/resources/uac_connections.rbi +11 -19
- data/rbi/telnyx/resources/virtual_cross_connects.rbi +2 -2
- data/rbi/telnyx/resources/voice_clones.rbi +12 -12
- data/rbi/telnyx/resources/voice_designs.rbi +3 -3
- data/rbi/telnyx/resources/voice_sdk_call_reports.rbi +2 -6
- data/rbi/telnyx/resources/webhook_deliveries.rbi +1 -3
- data/rbi/telnyx/resources/whatsapp/templates.rbi +5 -5
- data/rbi/telnyx/resources/whatsapp_message_templates.rbi +5 -5
- data/rbi/telnyx/resources/wireguard_interfaces.rbi +3 -16
- data/rbi/telnyx/resources/wireguard_peers.rbi +3 -9
- data/sig/telnyx/client.rbs +7 -7
- data/sig/telnyx/models/advanced_order.rbs +44 -9
- data/sig/telnyx/models/advanced_order_create_params.rbs +100 -4
- data/sig/telnyx/models/advanced_order_list_response.rbs +6 -148
- data/sig/telnyx/models/advanced_order_request.rbs +105 -0
- data/sig/telnyx/models/advanced_order_update_requirement_group_params.rbs +95 -4
- data/sig/telnyx/models/ai/arithmetic_expression.rbs +51 -0
- data/sig/telnyx/models/ai/assistant_create_params.rbs +42 -1010
- data/sig/telnyx/models/ai/assistant_integration.rbs +26 -0
- data/sig/telnyx/models/ai/assistant_mcp_server.rbs +19 -0
- data/sig/telnyx/models/ai/assistant_tool.rbs +8 -8
- data/sig/telnyx/models/ai/assistant_update_params.rbs +42 -1010
- data/sig/telnyx/models/ai/assistants/canary_deploy.rbs +6 -113
- data/sig/telnyx/models/ai/assistants/canary_deploy_response.rbs +4 -109
- data/sig/telnyx/models/ai/assistants/clause.rbs +46 -0
- data/sig/telnyx/models/ai/assistants/rollout_slot.rbs +19 -0
- data/sig/telnyx/models/ai/assistants/rule_input.rbs +33 -0
- data/sig/telnyx/models/ai/assistants/rule_output.rbs +33 -0
- data/sig/telnyx/models/ai/assistants/scheduled_call_settings.rbs +43 -0
- data/sig/telnyx/models/ai/assistants/scheduled_event_create_params.rbs +6 -42
- data/sig/telnyx/models/ai/assistants/scheduled_phone_call_event_response.rbs +6 -42
- data/sig/telnyx/models/ai/assistants/serve.rbs +35 -0
- data/sig/telnyx/models/ai/assistants/tags_response.rbs +17 -0
- data/sig/telnyx/models/ai/assistants/update_assistant.rbs +42 -1016
- data/sig/telnyx/models/ai/authentication_method.rbs +16 -0
- data/sig/telnyx/models/ai/boolean_op_expression.rbs +44 -0
- data/sig/telnyx/models/ai/chat_completion_request.rbs +426 -0
- data/sig/telnyx/models/ai/chat_create_completion_params.rbs +4 -419
- data/sig/telnyx/models/ai/comparison_expression.rbs +54 -0
- data/sig/telnyx/models/ai/conversation_flow_req.rbs +306 -0
- data/sig/telnyx/models/ai/events_list_response.rbs +27 -0
- data/sig/telnyx/models/ai/execution_mode.rbs +16 -0
- data/sig/telnyx/models/ai/expression.rbs +68 -0
- data/sig/telnyx/models/ai/external_llm.rbs +64 -0
- data/sig/telnyx/models/ai/external_llm_req.rbs +64 -0
- data/sig/telnyx/models/ai/fallback_config.rbs +38 -0
- data/sig/telnyx/models/ai/fallback_config_req.rbs +40 -0
- data/sig/telnyx/models/ai/flow_edge.rbs +155 -0
- data/sig/telnyx/models/ai/inference_embedding.rbs +65 -734
- data/sig/telnyx/models/ai/inference_embedding_interruption_settings.rbs +40 -0
- data/sig/telnyx/models/ai/integration.rbs +63 -0
- data/sig/telnyx/models/ai/integration_list_response.rbs +4 -66
- data/sig/telnyx/models/ai/mcp_server.rbs +52 -0
- data/sig/telnyx/models/ai/mission_create_params.rbs +6 -17
- data/sig/telnyx/models/ai/mission_data.rbs +4 -15
- data/sig/telnyx/models/ai/mission_response.rbs +15 -0
- data/sig/telnyx/models/ai/mission_update_mission_params.rbs +6 -17
- data/sig/telnyx/models/ai/missions/mission_run_data.rbs +4 -20
- data/sig/telnyx/models/ai/missions/mission_run_response.rbs +20 -0
- data/sig/telnyx/models/ai/missions/mission_runs_list_response.rbs +31 -0
- data/sig/telnyx/models/ai/missions/run_status.rbs +23 -0
- data/sig/telnyx/models/ai/missions/run_update_params.rbs +6 -22
- data/sig/telnyx/models/ai/missions/runs/create_plan_step_request.rbs +50 -0
- data/sig/telnyx/models/ai/missions/runs/event_data.rbs +4 -31
- data/sig/telnyx/models/ai/missions/runs/event_log_params.rbs +4 -31
- data/sig/telnyx/models/ai/missions/runs/event_response.rbs +21 -0
- data/sig/telnyx/models/ai/missions/runs/event_type.rbs +36 -0
- data/sig/telnyx/models/ai/missions/runs/plan_add_steps_to_plan_params.rbs +4 -45
- data/sig/telnyx/models/ai/missions/runs/plan_create_params.rbs +4 -45
- data/sig/telnyx/models/ai/missions/runs/plan_step_data.rbs +4 -19
- data/sig/telnyx/models/ai/missions/runs/plan_step_response.rbs +22 -0
- data/sig/telnyx/models/ai/missions/runs/plan_steps_created_response.rbs +24 -0
- data/sig/telnyx/models/ai/missions/runs/plan_update_step_params.rbs +6 -21
- data/sig/telnyx/models/ai/missions/runs/step_status.rbs +24 -0
- data/sig/telnyx/models/ai/node_position.rbs +17 -0
- data/sig/telnyx/models/ai/observability.rbs +12 -34
- data/sig/telnyx/models/ai/observability_req.rbs +12 -34
- data/sig/telnyx/models/ai/observability_status.rbs +16 -0
- data/sig/telnyx/models/ai/openai/chat_create_completion_params.rbs +4 -419
- data/sig/telnyx/models/ai/openai_create_response_params.rbs +5 -5
- data/sig/telnyx/models/ai/post_conversation_settings.rbs +17 -0
- data/sig/telnyx/models/ai/post_conversation_settings_req.rbs +17 -0
- data/sig/telnyx/models/ai/prompt_sync_status.rbs +16 -0
- data/sig/telnyx/models/ai/shared_tool_response.rbs +53 -0
- data/sig/telnyx/models/ai/start_speaking_plan.rbs +33 -0
- data/sig/telnyx/models/ai/transcription_endpointing_plan.rbs +38 -0
- data/sig/telnyx/models/ai/transfer_tool.rbs +4 -4
- data/sig/telnyx/models/ai_create_response_deprecated_params.rbs +5 -4
- data/sig/telnyx/models/ai_retrieve_conversation_histories_params.rbs +144 -0
- data/sig/telnyx/models/ai_retrieve_conversation_histories_response.rbs +168 -0
- data/sig/telnyx/models/branded_calling_pagination_meta.rbs +35 -0
- data/sig/telnyx/models/bulk_sim_card_action_detailed.rbs +81 -0
- data/sig/telnyx/models/bulk_sim_card_action_retrieve_response.rbs +6 -88
- data/sig/telnyx/models/call_dial_params.rbs +6 -521
- data/sig/telnyx/models/calls/action_add_ai_assistant_messages_params.rbs +5 -201
- data/sig/telnyx/models/calls/action_answer_params.rbs +6 -521
- data/sig/telnyx/models/calls/action_gather_using_ai_params.rbs +1 -15
- data/sig/telnyx/models/calls/action_gather_using_speak_params.rbs +2 -54
- data/sig/telnyx/models/calls/action_join_ai_assistant_params.rbs +4 -63
- data/sig/telnyx/models/calls/action_speak_params.rbs +2 -54
- data/sig/telnyx/models/calls/action_start_ai_assistant_params.rbs +12 -281
- data/sig/telnyx/models/calls/action_start_conversation_relay_params.rbs +44 -573
- data/sig/telnyx/models/calls/ai_assistant_join_participant.rbs +64 -0
- data/sig/telnyx/models/calls/assistant_message.rbs +102 -0
- data/sig/telnyx/models/calls/conversation_relay_interruptible.rbs +18 -0
- data/sig/telnyx/models/calls/developer_message.rbs +44 -0
- data/sig/telnyx/models/calls/system_message.rbs +44 -0
- data/sig/telnyx/models/calls/tool_message.rbs +49 -0
- data/sig/telnyx/models/calls/transcription_engine_assemblyai_config.rbs +62 -0
- data/sig/telnyx/models/calls/transcription_engine_soniox_config.rbs +79 -0
- data/sig/telnyx/models/calls/transcription_engine_speechmatics_config.rbs +114 -0
- data/sig/telnyx/models/calls/transcription_engine_xai_config.rbs +130 -0
- data/sig/telnyx/models/calls/transcription_start_request.rbs +4 -359
- data/sig/telnyx/models/calls/user_message.rbs +44 -0
- data/sig/telnyx/models/conference_participant_resource.rbs +18 -0
- data/sig/telnyx/models/conferences/action_hold_params.rbs +6 -19
- data/sig/telnyx/models/conferences/action_join_params.rbs +6 -19
- data/sig/telnyx/models/conferences/action_leave_params.rbs +6 -19
- data/sig/telnyx/models/conferences/action_mute_params.rbs +6 -19
- data/sig/telnyx/models/conferences/action_play_params.rbs +6 -19
- data/sig/telnyx/models/conferences/action_record_pause_params.rbs +6 -19
- data/sig/telnyx/models/conferences/action_record_resume_params.rbs +6 -19
- data/sig/telnyx/models/conferences/action_record_start_params.rbs +6 -19
- data/sig/telnyx/models/conferences/action_record_stop_params.rbs +6 -19
- data/sig/telnyx/models/conferences/action_speak_params.rbs +8 -73
- data/sig/telnyx/models/conferences/action_stop_params.rbs +6 -19
- data/sig/telnyx/models/conferences/action_unhold_params.rbs +6 -19
- data/sig/telnyx/models/conferences/action_unmute_params.rbs +6 -19
- data/sig/telnyx/models/conferences/conference_region.rbs +20 -0
- data/sig/telnyx/models/conferences/update_conference.rbs +6 -19
- data/sig/telnyx/models/connection.rbs +110 -0
- data/sig/telnyx/models/connection_noise_suppression.rbs +16 -0
- data/sig/telnyx/models/connection_retrieve_response.rbs +5 -117
- data/sig/telnyx/models/conversation_relay_embedded_config.rbs +185 -0
- data/sig/telnyx/models/conversation_relay_interruption_settings.rbs +49 -0
- data/sig/telnyx/models/conversation_relay_language.rbs +121 -0
- data/sig/telnyx/models/create_verification_request_sms.rbs +37 -0
- data/sig/telnyx/models/credential_connection.rbs +6 -19
- data/sig/telnyx/models/credential_connection_create_params.rbs +6 -19
- data/sig/telnyx/models/credential_connection_update_params.rbs +6 -19
- data/sig/telnyx/models/credentials_response.rbs +40 -0
- data/sig/telnyx/models/dialogflow_connection_response.rbs +61 -0
- data/sig/telnyx/models/dir/comment_create_response.rbs +4 -137
- data/sig/telnyx/models/dir/comment_list_params.rbs +6 -29
- data/sig/telnyx/models/dir/comment_type.rbs +28 -0
- data/sig/telnyx/models/dir/dir_comment.rbs +112 -0
- data/sig/telnyx/models/dir/dir_phone_number.rbs +90 -0
- data/sig/telnyx/models/dir/dir_phone_number_status.rbs +30 -0
- data/sig/telnyx/models/dir/phone_number_add_params.rbs +4 -68
- data/sig/telnyx/models/dir/phone_number_add_response.rbs +4 -147
- data/sig/telnyx/models/dir/phone_number_batch.rbs +84 -0
- data/sig/telnyx/models/dir/phone_number_batch_list_params.rbs +6 -29
- data/sig/telnyx/models/dir/phone_number_batch_retrieve_response.rbs +4 -315
- data/sig/telnyx/models/dir/phone_number_create_params.rbs +38 -0
- data/sig/telnyx/models/dir/phone_number_create_response.rbs +16 -0
- data/sig/telnyx/models/dir/phone_number_delete_all_params.rbs +30 -0
- data/sig/telnyx/models/dir/phone_number_delete_all_response.rbs +86 -0
- data/sig/telnyx/models/dir/phone_number_list_params.rbs +6 -29
- data/sig/telnyx/models/dir/rejection_reason.rbs +38 -0
- data/sig/telnyx/models/dir.rbs +155 -0
- data/sig/telnyx/models/dir_list.rbs +25 -0
- data/sig/telnyx/models/dir_list_document_types_response.rbs +4 -36
- data/sig/telnyx/models/dir_list_params.rbs +6 -35
- data/sig/telnyx/models/dir_loa_params.rbs +61 -0
- data/sig/telnyx/models/dir_new_loa_params.rbs +61 -0
- data/sig/telnyx/models/dir_retrieve_document_types_params.rbs +15 -0
- data/sig/telnyx/models/dir_retrieve_document_types_response.rbs +41 -0
- data/sig/telnyx/models/dir_retrieve_infringement_claims_params.rbs +36 -0
- data/sig/telnyx/models/dir_retrieve_infringement_claims_response.rbs +25 -0
- data/sig/telnyx/models/dir_status.rbs +32 -0
- data/sig/telnyx/models/dir_update_infringement_params.rbs +4 -68
- data/sig/telnyx/models/dir_update_infringement_update_params.rbs +111 -0
- data/sig/telnyx/models/dir_update_params.rbs +5 -71
- data/sig/telnyx/models/dir_wrapped.rbs +13 -0
- data/sig/telnyx/models/doc_reqs_requirement.rbs +109 -0
- data/sig/telnyx/models/doc_service_document.rbs +20 -41
- data/sig/telnyx/models/doc_service_record.rbs +43 -0
- data/sig/telnyx/models/document.rbs +67 -0
- data/sig/telnyx/models/document_link_list_response.rbs +12 -33
- data/sig/telnyx/models/enterprise_branded_calling_params.rbs +23 -0
- data/sig/telnyx/models/enterprise_public_wrapped.rbs +15 -0
- data/sig/telnyx/models/enterprises/dir_create_params.rbs +5 -71
- data/sig/telnyx/models/enterprises/dir_list_params.rbs +6 -35
- data/sig/telnyx/models/enterprises/enterprise_reputation_public.rbs +6 -22
- data/sig/telnyx/models/enterprises/enterprise_reputation_public_wrapped.rbs +22 -0
- data/sig/telnyx/models/enterprises/reputation/agent_input.rbs +79 -0
- data/sig/telnyx/models/enterprises/reputation/loa_create_params.rbs +135 -0
- data/sig/telnyx/models/enterprises/reputation/loa_patch_all_params.rbs +32 -0
- data/sig/telnyx/models/enterprises/reputation/loa_render_params.rbs +6 -78
- data/sig/telnyx/models/enterprises/reputation/remediation_create_params.rbs +54 -0
- data/sig/telnyx/models/enterprises/reputation/remediation_list_params.rbs +6 -21
- data/sig/telnyx/models/enterprises/reputation/remediation_list_response.rbs +4 -19
- data/sig/telnyx/models/enterprises/reputation/remediation_request_wrapped.rbs +148 -0
- data/sig/telnyx/models/enterprises/reputation/remediation_status.rbs +22 -0
- data/sig/telnyx/models/enterprises/reputation/reputation_phone_number.rbs +61 -0
- data/sig/telnyx/models/enterprises/reputation/reputation_phone_number_list.rbs +31 -0
- data/sig/telnyx/models/enterprises/reputation/reputation_phone_number_list_with_reputation.rbs +31 -0
- data/sig/telnyx/models/enterprises/reputation/reputation_phone_number_with_reputation.rbs +24 -0
- data/sig/telnyx/models/enterprises/reputation_check_frequency.rbs +21 -0
- data/sig/telnyx/models/enterprises/reputation_enable_params.rbs +6 -22
- data/sig/telnyx/models/enterprises/reputation_update_frequency_params.rbs +4 -20
- data/sig/telnyx/models/external_connections/log_message.rbs +97 -0
- data/sig/telnyx/models/external_connections/log_message_retrieve_response.rbs +6 -100
- data/sig/telnyx/models/external_connections/release.rbs +86 -0
- data/sig/telnyx/models/external_connections/release_retrieve_response.rbs +6 -93
- data/sig/telnyx/models/fax.rbs +5 -21
- data/sig/telnyx/models/fax_create_params.rbs +5 -21
- data/sig/telnyx/models/fqdn_connection.rbs +6 -19
- data/sig/telnyx/models/fqdn_connection_create_params.rbs +6 -19
- data/sig/telnyx/models/fqdn_connection_update_params.rbs +6 -19
- data/sig/telnyx/models/gcb_channel_zone.rbs +64 -0
- data/sig/telnyx/models/global_ip.rbs +43 -0
- data/sig/telnyx/models/global_ip_create_params.rbs +4 -27
- data/sig/telnyx/models/global_ip_create_response.rbs +5 -50
- data/sig/telnyx/models/global_ip_delete_response.rbs +5 -50
- data/sig/telnyx/models/global_ip_health_check.rbs +36 -0
- data/sig/telnyx/models/global_ip_health_check_create_params.rbs +4 -31
- data/sig/telnyx/models/global_ip_health_check_create_response.rbs +5 -44
- data/sig/telnyx/models/global_ip_health_check_delete_response.rbs +5 -44
- data/sig/telnyx/models/global_ip_health_check_retrieve_response.rbs +5 -44
- data/sig/telnyx/models/global_ip_retrieve_response.rbs +5 -50
- data/sig/telnyx/models/infringement_claim.rbs +242 -0
- data/sig/telnyx/models/infringement_claim_contest_params.rbs +5 -71
- data/sig/telnyx/models/infringement_claim_wrapped.rbs +13 -0
- data/sig/telnyx/models/inworld_voice_settings.rbs +51 -0
- data/sig/telnyx/models/ip_connection.rbs +6 -19
- data/sig/telnyx/models/ip_connection_create_params.rbs +6 -19
- data/sig/telnyx/models/ip_connection_update_params.rbs +6 -19
- data/sig/telnyx/models/messaging_10dlc/brand/external_vetting.rbs +68 -0
- data/sig/telnyx/models/messaging_10dlc/brand/external_vetting_list_response.rbs +1 -62
- data/sig/telnyx/models/messaging_10dlc/brand_sms_otp_status.rbs +63 -0
- data/sig/telnyx/models/messaging_hosted_number_update_params.rbs +5 -30
- data/sig/telnyx/models/messaging_metrics_time_frame.rbs +19 -0
- data/sig/telnyx/models/messaging_profile_metric_list_params.rbs +6 -23
- data/sig/telnyx/models/messaging_profile_retrieve_metrics_params.rbs +6 -24
- data/sig/telnyx/models/mobile_phone_numbers/messaging_retrieve_response.rbs +6 -144
- data/sig/telnyx/models/mobile_phone_numbers/mobile_phone_number_with_messaging_settings.rbs +145 -0
- data/sig/telnyx/models/model_metadata.rbs +142 -0
- data/sig/telnyx/models/models_response.rbs +21 -0
- data/sig/telnyx/models/network.rbs +15 -0
- data/sig/telnyx/models/network_create.rbs +4 -8
- data/sig/telnyx/models/network_create_params.rbs +1 -1
- data/sig/telnyx/models/network_create_response.rbs +5 -22
- data/sig/telnyx/models/network_delete_response.rbs +5 -22
- data/sig/telnyx/models/network_list_interfaces_response.rbs +106 -4
- data/sig/telnyx/models/network_retrieve_response.rbs +5 -22
- data/sig/telnyx/models/network_update_params.rbs +2 -4
- data/sig/telnyx/models/network_update_response.rbs +5 -22
- data/sig/telnyx/models/networks/default_gateway.rbs +40 -0
- data/sig/telnyx/models/networks/default_gateway_create_params.rbs +4 -8
- data/sig/telnyx/models/networks/default_gateway_create_response.rbs +6 -41
- data/sig/telnyx/models/networks/default_gateway_delete_response.rbs +6 -41
- data/sig/telnyx/models/networks/default_gateway_retrieve_response.rbs +6 -41
- data/sig/telnyx/models/number_reputation_pagination_meta.rbs +35 -0
- data/sig/telnyx/models/phone_numbers/messaging_update_params.rbs +5 -30
- data/sig/telnyx/models/porting/event_retrieve_response.rbs +6 -24
- data/sig/telnyx/models/porting/porting_event.rbs +21 -0
- data/sig/telnyx/models/porting_order.rbs +6 -196
- data/sig/telnyx/models/porting_order_activation_settings.rbs +4 -39
- data/sig/telnyx/models/porting_order_activation_status.rbs +38 -0
- data/sig/telnyx/models/porting_orders/action_requirement_initiate_response.rbs +6 -114
- data/sig/telnyx/models/porting_orders/additional_document_create_response.rbs +6 -98
- data/sig/telnyx/models/porting_orders/comment_create_response.rbs +6 -76
- data/sig/telnyx/models/porting_orders/phone_number_block_list_params.rbs +6 -41
- data/sig/telnyx/models/porting_orders/phone_number_configuration_create_response.rbs +6 -60
- data/sig/telnyx/models/porting_orders/porting_action_requirement.rbs +111 -0
- data/sig/telnyx/models/porting_orders/porting_additional_document.rbs +95 -0
- data/sig/telnyx/models/porting_orders/porting_orders_comment.rbs +75 -0
- data/sig/telnyx/models/porting_orders/porting_phone_number_configuration.rbs +59 -0
- data/sig/telnyx/models/porting_orders/porting_verification_code.rbs +66 -0
- data/sig/telnyx/models/porting_orders/verification_code_verify_response.rbs +6 -69
- data/sig/telnyx/models/porting_phone_number.rbs +158 -0
- data/sig/telnyx/models/portouts/event_retrieve_response.rbs +6 -21
- data/sig/telnyx/models/portouts/portout_event.rbs +18 -0
- data/sig/telnyx/models/pronunciation_dict_create_params.rbs +4 -17
- data/sig/telnyx/models/pronunciation_dict_data.rbs +6 -16
- data/sig/telnyx/models/pronunciation_dict_item.rbs +12 -0
- data/sig/telnyx/models/pronunciation_dict_response.rbs +17 -0
- data/sig/telnyx/models/pronunciation_dict_update_params.rbs +6 -16
- data/sig/telnyx/models/public_internet_gateway.rbs +11 -0
- data/sig/telnyx/models/public_internet_gateway_create_params.rbs +12 -18
- data/sig/telnyx/models/public_internet_gateway_create_response.rbs +6 -18
- data/sig/telnyx/models/public_internet_gateway_delete_response.rbs +6 -18
- data/sig/telnyx/models/public_internet_gateway_read.rbs +80 -0
- data/sig/telnyx/models/public_internet_gateway_retrieve_response.rbs +6 -18
- data/sig/telnyx/models/quality.rbs +17 -0
- data/sig/telnyx/models/queues/call_retrieve_response.rbs +5 -96
- data/sig/telnyx/models/queues/queue_call.rbs +91 -0
- data/sig/telnyx/models/recording_response.rbs +17 -0
- data/sig/telnyx/models/region_out.rbs +46 -0
- data/sig/telnyx/models/requirement_retrieve_response.rbs +5 -118
- data/sig/telnyx/models/room_recording.rbs +153 -0
- data/sig/telnyx/models/room_recording_retrieve_response.rbs +5 -162
- data/sig/telnyx/models/siprec_connector_response.rbs +75 -0
- data/sig/telnyx/models/speech_to_text_list_providers_params.rbs +6 -19
- data/sig/telnyx/models/speech_to_text_list_providers_response.rbs +4 -20
- data/sig/telnyx/models/speech_to_text_retrieve_transcription_params.rbs +151 -0
- data/sig/telnyx/models/speech_to_text_transcribe_params.rbs +15 -0
- data/sig/telnyx/models/stt_service_type.rbs +16 -0
- data/sig/telnyx/models/terms_of_service/agreement_list_params.rbs +6 -17
- data/sig/telnyx/models/terms_of_service/tos_agreement.rbs +61 -0
- data/sig/telnyx/models/terms_of_service/tos_agreement_wrapped.rbs +16 -0
- data/sig/telnyx/models/terms_of_service/tos_product_type.rbs +16 -0
- data/sig/telnyx/models/terms_of_service_retrieve_info_params.rbs +28 -0
- data/sig/telnyx/models/terms_of_service_retrieve_info_response.rbs +73 -0
- data/sig/telnyx/models/terms_of_service_retrieve_status_params.rbs +28 -0
- data/sig/telnyx/models/terms_of_service_retrieve_status_response.rbs +60 -0
- data/sig/telnyx/models/texml/account_retrieve_transcriptions_json_response.rbs +6 -106
- data/sig/telnyx/models/texml/accounts/call_calls_params.rbs +343 -343
- data/sig/telnyx/models/texml/accounts/call_resource.rbs +197 -0
- data/sig/telnyx/models/texml/accounts/call_retrieve_calls_response.rbs +6 -196
- data/sig/telnyx/models/texml/accounts/calls/recording_source.rbs +32 -0
- data/sig/telnyx/models/texml/accounts/calls/texml_create_call_recording_response_body.rbs +134 -0
- data/sig/telnyx/models/texml/accounts/calls/texml_get_call_recordings_response_body.rbs +86 -0
- data/sig/telnyx/models/texml/accounts/calls/twiml_recording_channels.rbs +20 -0
- data/sig/telnyx/models/texml/accounts/conference_resource.rbs +136 -0
- data/sig/telnyx/models/texml/accounts/conference_retrieve_conferences_response.rbs +6 -135
- data/sig/telnyx/models/texml/accounts/conferences/participant_resource.rbs +140 -0
- data/sig/telnyx/models/texml/accounts/conferences/participant_retrieve_participants_response.rbs +6 -137
- data/sig/telnyx/models/texml/accounts/queue_resource.rbs +82 -0
- data/sig/telnyx/models/texml/accounts/transcriptions/texml_recording_transcription.rbs +111 -0
- data/sig/telnyx/models/texml/texml_get_call_recording_response_body.rbs +12 -46
- data/sig/telnyx/models/text_to_speech_generate_speech_params.rbs +650 -0
- data/sig/telnyx/models/text_to_speech_generate_speech_response.rbs +15 -0
- data/sig/telnyx/models/text_to_speech_retrieve_speech_params.rbs +113 -0
- data/sig/telnyx/models/transcribe_client_event.rbs +5 -0
- data/sig/telnyx/models/transcribe_server_event.rbs +61 -0
- data/sig/telnyx/models/uac_connection.rbs +325 -0
- data/sig/telnyx/models/uac_connection_create_params.rbs +28 -397
- data/sig/telnyx/models/uac_connection_create_response.rbs +5 -731
- data/sig/telnyx/models/uac_connection_delete_response.rbs +5 -731
- data/sig/telnyx/models/uac_connection_retrieve_response.rbs +5 -731
- data/sig/telnyx/models/uac_connection_update_params.rbs +28 -397
- data/sig/telnyx/models/uac_connection_update_response.rbs +5 -731
- data/sig/telnyx/models/uac_external_settings.rbs +73 -0
- data/sig/telnyx/models/uac_inbound.rbs +190 -0
- data/sig/telnyx/models/uac_inbound_request.rbs +163 -0
- data/sig/telnyx/models/uac_internal_settings.rbs +15 -0
- data/sig/telnyx/models/uac_outbound.rbs +113 -0
- data/sig/telnyx/models/update_phone_number_messaging_settings_request.rbs +36 -0
- data/sig/telnyx/models/verification_trigger_sms_params.rbs +4 -32
- data/sig/telnyx/models/virtual_cross_connect_combined.rbs +190 -0
- data/sig/telnyx/models/virtual_cross_connect_create.rbs +26 -0
- data/sig/telnyx/models/virtual_cross_connect_create_params.rbs +4 -127
- data/sig/telnyx/models/virtual_cross_connect_create_response.rbs +6 -18
- data/sig/telnyx/models/virtual_cross_connect_delete_response.rbs +6 -18
- data/sig/telnyx/models/virtual_cross_connect_patch.rbs +57 -0
- data/sig/telnyx/models/virtual_cross_connect_retrieve_response.rbs +6 -18
- data/sig/telnyx/models/virtual_cross_connect_update_params.rbs +5 -51
- data/sig/telnyx/models/virtual_cross_connect_update_response.rbs +6 -18
- data/sig/telnyx/models/voice_clone_create_from_upload_params.rbs +57 -55
- data/sig/telnyx/models/voice_clone_create_params.rbs +33 -31
- data/sig/telnyx/models/voice_clone_response.rbs +15 -0
- data/sig/telnyx/models/voice_design_rename_response.rbs +6 -91
- data/sig/telnyx/models/voice_design_response.rbs +15 -0
- data/sig/telnyx/models/voice_design_summary_data.rbs +85 -0
- data/sig/telnyx/models/voice_designs_pagination_meta.rbs +43 -0
- data/sig/telnyx/models/voice_sdk_call_report.rbs +227 -0
- data/sig/telnyx/models/voice_sdk_call_report_log_entry.rbs +58 -0
- data/sig/telnyx/models/voice_sdk_call_report_retrieve_response.rbs +1 -338
- data/sig/telnyx/models/webhook_delivery.rbs +145 -0
- data/sig/telnyx/models/webhook_delivery_retrieve_response.rbs +5 -154
- data/sig/telnyx/models/whatsapp/template_create_params.rbs +5 -357
- data/sig/telnyx/models/whatsapp/user_data_retrieve_response.rbs +6 -57
- data/sig/telnyx/models/whatsapp/user_data_update_response.rbs +6 -57
- data/sig/telnyx/models/whatsapp/whatsapp_template_body_component.rbs +62 -0
- data/sig/telnyx/models/whatsapp/whatsapp_template_buttons_component.rbs +182 -0
- data/sig/telnyx/models/whatsapp/whatsapp_template_carousel_component.rbs +53 -0
- data/sig/telnyx/models/whatsapp/whatsapp_template_footer_component.rbs +48 -0
- data/sig/telnyx/models/whatsapp/whatsapp_template_header_component.rbs +92 -0
- data/sig/telnyx/models/whatsapp/whatsapp_user_data.rbs +54 -0
- data/sig/telnyx/models/whatsapp_message_template_update_params.rbs +5 -355
- data/sig/telnyx/models/wireguard_interface.rbs +11 -0
- data/sig/telnyx/models/wireguard_interface_create_params.rbs +58 -27
- data/sig/telnyx/models/wireguard_interface_create_response.rbs +6 -18
- data/sig/telnyx/models/wireguard_interface_delete_response.rbs +6 -18
- data/sig/telnyx/models/wireguard_interface_read.rbs +127 -0
- data/sig/telnyx/models/wireguard_interface_retrieve_response.rbs +6 -18
- data/sig/telnyx/models/wireguard_peer.rbs +32 -0
- data/sig/telnyx/models/wireguard_peer_create_params.rbs +12 -4
- data/sig/telnyx/models/wireguard_peer_create_response.rbs +5 -45
- data/sig/telnyx/models/wireguard_peer_delete_response.rbs +5 -45
- data/sig/telnyx/models/wireguard_peer_retrieve_response.rbs +5 -45
- data/sig/telnyx/models/wireguard_peer_update_response.rbs +5 -45
- data/sig/telnyx/models/xai_voice_settings.rbs +34 -0
- data/sig/telnyx/models.rbs +142 -7
- data/sig/telnyx/resources/advanced_orders.rbs +7 -7
- data/sig/telnyx/resources/ai/assistants/canary_deploys.rbs +2 -2
- data/sig/telnyx/resources/ai/assistants/scheduled_events.rbs +1 -1
- data/sig/telnyx/resources/ai/assistants/tags.rbs +3 -3
- data/sig/telnyx/resources/ai/assistants/versions.rbs +7 -7
- data/sig/telnyx/resources/ai/assistants.rbs +14 -14
- data/sig/telnyx/resources/ai/chat.rbs +5 -5
- data/sig/telnyx/resources/ai/integrations.rbs +1 -1
- data/sig/telnyx/resources/ai/mcp_servers.rbs +4 -4
- data/sig/telnyx/resources/ai/missions/runs/events.rbs +3 -3
- data/sig/telnyx/resources/ai/missions/runs/plan.rbs +7 -7
- data/sig/telnyx/resources/ai/missions/runs.rbs +7 -7
- data/sig/telnyx/resources/ai/missions.rbs +5 -5
- data/sig/telnyx/resources/ai/openai/chat.rbs +5 -5
- data/sig/telnyx/resources/ai/openai.rbs +2 -2
- data/sig/telnyx/resources/ai/tools.rbs +4 -4
- data/sig/telnyx/resources/ai.rbs +9 -9
- data/sig/telnyx/resources/bulk_sim_card_actions.rbs +1 -1
- data/sig/telnyx/resources/calls/actions.rbs +7 -7
- data/sig/telnyx/resources/calls.rbs +1 -1
- data/sig/telnyx/resources/channel_zones.rbs +2 -2
- data/sig/telnyx/resources/conferences/actions.rbs +14 -14
- data/sig/telnyx/resources/conferences.rbs +2 -2
- data/sig/telnyx/resources/connections.rbs +1 -1
- data/sig/telnyx/resources/credential_connections.rbs +2 -2
- data/sig/telnyx/resources/custom_storage_credentials.rbs +3 -3
- data/sig/telnyx/resources/dialogflow_connections.rbs +3 -3
- data/sig/telnyx/resources/dir/comments.rbs +2 -2
- data/sig/telnyx/resources/dir/phone_number_batches.rbs +2 -2
- data/sig/telnyx/resources/dir/phone_numbers.rbs +3 -3
- data/sig/telnyx/resources/dir.rbs +17 -17
- data/sig/telnyx/resources/enterprises/dir.rbs +4 -4
- data/sig/telnyx/resources/enterprises/reputation/loa.rbs +2 -2
- data/sig/telnyx/resources/enterprises/reputation/numbers.rbs +3 -3
- data/sig/telnyx/resources/enterprises/reputation/remediation.rbs +11 -11
- data/sig/telnyx/resources/enterprises/reputation.rbs +5 -5
- data/sig/telnyx/resources/enterprises.rbs +5 -5
- data/sig/telnyx/resources/external_connections/log_messages.rbs +1 -1
- data/sig/telnyx/resources/external_connections/releases.rbs +1 -1
- data/sig/telnyx/resources/faxes.rbs +1 -1
- data/sig/telnyx/resources/fqdn_connections.rbs +2 -2
- data/sig/telnyx/resources/global_ip_health_checks.rbs +1 -1
- data/sig/telnyx/resources/global_ips.rbs +1 -1
- data/sig/telnyx/resources/infringement_claims.rbs +3 -3
- data/sig/telnyx/resources/ip_connections.rbs +2 -2
- data/sig/telnyx/resources/messaging_10dlc/brand/external_vetting.rbs +2 -2
- data/sig/telnyx/resources/messaging_10dlc/brand.rbs +2 -2
- data/sig/telnyx/resources/messaging_profile_metrics.rbs +1 -1
- data/sig/telnyx/resources/messaging_profiles.rbs +1 -1
- data/sig/telnyx/resources/mobile_phone_numbers/messaging.rbs +1 -1
- data/sig/telnyx/resources/networks.rbs +3 -3
- data/sig/telnyx/resources/porting/events.rbs +1 -1
- data/sig/telnyx/resources/porting_orders/action_requirements.rbs +1 -1
- data/sig/telnyx/resources/porting_orders/additional_documents.rbs +1 -1
- data/sig/telnyx/resources/porting_orders/comments.rbs +1 -1
- data/sig/telnyx/resources/porting_orders/phone_number_configurations.rbs +1 -1
- data/sig/telnyx/resources/porting_orders/verification_codes.rbs +1 -1
- data/sig/telnyx/resources/porting_phone_numbers.rbs +1 -1
- data/sig/telnyx/resources/portouts/events.rbs +1 -1
- data/sig/telnyx/resources/pronunciation_dicts.rbs +5 -5
- data/sig/telnyx/resources/public_internet_gateways.rbs +2 -4
- data/sig/telnyx/resources/queues/calls.rbs +1 -1
- data/sig/telnyx/resources/recordings.rbs +2 -2
- data/sig/telnyx/resources/reputation/numbers.rbs +2 -2
- data/sig/telnyx/resources/requirements.rbs +1 -1
- data/sig/telnyx/resources/room_recordings.rbs +1 -1
- data/sig/telnyx/resources/siprec_connectors.rbs +3 -3
- data/sig/telnyx/resources/speech_to_text.rbs +14 -1
- data/sig/telnyx/resources/terms_of_service/agreements.rbs +3 -3
- data/sig/telnyx/resources/terms_of_service/branded_calling.rbs +1 -1
- data/sig/telnyx/resources/terms_of_service/number_reputation.rbs +1 -1
- data/sig/telnyx/resources/terms_of_service.rbs +6 -6
- data/sig/telnyx/resources/texml/accounts/calls/recordings.rbs +1 -1
- data/sig/telnyx/resources/texml/accounts/calls/recordings_json.rbs +2 -2
- data/sig/telnyx/resources/texml/accounts/calls.rbs +3 -3
- data/sig/telnyx/resources/texml/accounts/conferences/participants.rbs +2 -2
- data/sig/telnyx/resources/texml/accounts/conferences.rbs +3 -3
- data/sig/telnyx/resources/texml/accounts/queues.rbs +4 -4
- data/sig/telnyx/resources/texml/accounts/transcriptions/json.rbs +1 -1
- data/sig/telnyx/resources/texml/accounts.rbs +1 -1
- data/sig/telnyx/resources/text_to_speech.rbs +24 -13
- data/sig/telnyx/resources/uac_connections.rbs +11 -11
- data/sig/telnyx/resources/virtual_cross_connects.rbs +2 -2
- data/sig/telnyx/resources/voice_clones.rbs +5 -5
- data/sig/telnyx/resources/voice_designs.rbs +3 -3
- data/sig/telnyx/resources/voice_sdk_call_reports.rbs +1 -1
- data/sig/telnyx/resources/webhook_deliveries.rbs +1 -1
- data/sig/telnyx/resources/wireguard_interfaces.rbs +2 -5
- data/sig/telnyx/resources/wireguard_peers.rbs +2 -2
- metadata +594 -453
- data/lib/telnyx/models/advanced_order_create_response.rb +0 -128
- data/lib/telnyx/models/advanced_order_retrieve_response.rb +0 -128
- data/lib/telnyx/models/advanced_order_update_requirement_group_response.rb +0 -128
- data/lib/telnyx/models/ai/assistants/tag_add_response.rb +0 -20
- data/lib/telnyx/models/ai/assistants/tag_list_response.rb +0 -20
- data/lib/telnyx/models/ai/assistants/tag_remove_response.rb +0 -20
- data/lib/telnyx/models/ai/integration_retrieve_response.rb +0 -65
- data/lib/telnyx/models/ai/mcp_server_create_response.rb +0 -54
- data/lib/telnyx/models/ai/mcp_server_list_response.rb +0 -54
- data/lib/telnyx/models/ai/mcp_server_retrieve_response.rb +0 -54
- data/lib/telnyx/models/ai/mcp_server_update_response.rb +0 -54
- data/lib/telnyx/models/ai/mission_create_response.rb +0 -18
- data/lib/telnyx/models/ai/mission_retrieve_response.rb +0 -18
- data/lib/telnyx/models/ai/mission_update_mission_response.rb +0 -18
- data/lib/telnyx/models/ai/missions/run_cancel_run_response.rb +0 -20
- data/lib/telnyx/models/ai/missions/run_create_response.rb +0 -20
- data/lib/telnyx/models/ai/missions/run_pause_run_response.rb +0 -20
- data/lib/telnyx/models/ai/missions/run_resume_run_response.rb +0 -20
- data/lib/telnyx/models/ai/missions/run_retrieve_response.rb +0 -20
- data/lib/telnyx/models/ai/missions/run_update_response.rb +0 -20
- data/lib/telnyx/models/ai/missions/runs/event_get_event_details_response.rb +0 -22
- data/lib/telnyx/models/ai/missions/runs/event_log_response.rb +0 -22
- data/lib/telnyx/models/ai/missions/runs/plan_add_steps_to_plan_response.rb +0 -22
- data/lib/telnyx/models/ai/missions/runs/plan_create_response.rb +0 -22
- data/lib/telnyx/models/ai/missions/runs/plan_get_step_details_response.rb +0 -22
- data/lib/telnyx/models/ai/missions/runs/plan_update_step_response.rb +0 -22
- data/lib/telnyx/models/ai/openai_list_models_response.rb +0 -231
- data/lib/telnyx/models/ai/tool_create_response.rb +0 -48
- data/lib/telnyx/models/ai/tool_list_response.rb +0 -48
- data/lib/telnyx/models/ai/tool_retrieve_response.rb +0 -48
- data/lib/telnyx/models/ai/tool_update_response.rb +0 -48
- data/lib/telnyx/models/ai_retrieve_models_response.rb +0 -229
- data/lib/telnyx/models/ai_search_conversation_histories_params.rb +0 -171
- data/lib/telnyx/models/ai_search_conversation_histories_response.rb +0 -233
- data/lib/telnyx/models/bulk_sim_card_action_list_response.rb +0 -94
- data/lib/telnyx/models/channel_zone_list_response.rb +0 -75
- data/lib/telnyx/models/channel_zone_update_response.rb +0 -75
- data/lib/telnyx/models/conference_retrieve_participant_response.rb +0 -16
- data/lib/telnyx/models/conference_update_participant_response.rb +0 -16
- data/lib/telnyx/models/connection_list_response.rb +0 -123
- data/lib/telnyx/models/custom_storage_credential_create_response.rb +0 -48
- data/lib/telnyx/models/custom_storage_credential_retrieve_response.rb +0 -48
- data/lib/telnyx/models/custom_storage_credential_update_response.rb +0 -48
- data/lib/telnyx/models/dialogflow_connection_create_response.rb +0 -63
- data/lib/telnyx/models/dialogflow_connection_retrieve_response.rb +0 -63
- data/lib/telnyx/models/dialogflow_connection_update_response.rb +0 -63
- data/lib/telnyx/models/dir/comment_list_response.rb +0 -136
- data/lib/telnyx/models/dir/phone_number_batch_list_response.rb +0 -349
- data/lib/telnyx/models/dir/phone_number_list_response.rb +0 -182
- data/lib/telnyx/models/dir_create_loa_params.rb +0 -158
- data/lib/telnyx/models/dir_list_infringement_claims_response.rb +0 -366
- data/lib/telnyx/models/dir_list_response.rb +0 -321
- data/lib/telnyx/models/dir_retrieve_response.rb +0 -332
- data/lib/telnyx/models/dir_submit_response.rb +0 -332
- data/lib/telnyx/models/dir_update_infringement_response.rb +0 -335
- data/lib/telnyx/models/dir_update_response.rb +0 -332
- data/lib/telnyx/models/enterprise_activate_branded_calling_params.rb +0 -20
- data/lib/telnyx/models/enterprise_activate_branded_calling_response.rb +0 -16
- data/lib/telnyx/models/enterprise_create_response.rb +0 -16
- data/lib/telnyx/models/enterprise_retrieve_response.rb +0 -16
- data/lib/telnyx/models/enterprise_update_response.rb +0 -16
- data/lib/telnyx/models/enterprises/dir_create_response.rb +0 -337
- data/lib/telnyx/models/enterprises/dir_list_response.rb +0 -324
- data/lib/telnyx/models/enterprises/reputation/loa_update_response.rb +0 -20
- data/lib/telnyx/models/enterprises/reputation/number_associate_response.rb +0 -131
- data/lib/telnyx/models/enterprises/reputation/number_list_response.rb +0 -59
- data/lib/telnyx/models/enterprises/reputation/number_retrieve_response.rb +0 -70
- data/lib/telnyx/models/enterprises/reputation/remediation_retrieve_response.rb +0 -187
- data/lib/telnyx/models/enterprises/reputation/remediation_submit_params.rb +0 -62
- data/lib/telnyx/models/enterprises/reputation/remediation_submit_response.rb +0 -187
- data/lib/telnyx/models/enterprises/reputation_enable_response.rb +0 -18
- data/lib/telnyx/models/enterprises/reputation_retrieve_response.rb +0 -18
- data/lib/telnyx/models/enterprises/reputation_update_frequency_response.rb +0 -18
- data/lib/telnyx/models/external_connections/log_message_list_response.rb +0 -82
- data/lib/telnyx/models/external_connections/release_list_response.rb +0 -76
- data/lib/telnyx/models/global_ip_health_check_list_response.rb +0 -33
- data/lib/telnyx/models/global_ip_list_response.rb +0 -43
- data/lib/telnyx/models/infringement_claim_contest_response.rb +0 -377
- data/lib/telnyx/models/infringement_claim_retrieve_response.rb +0 -377
- data/lib/telnyx/models/messaging_10dlc/brand/external_vetting_imports_response.rb +0 -77
- data/lib/telnyx/models/messaging_10dlc/brand/external_vetting_order_response.rb +0 -77
- data/lib/telnyx/models/messaging_10dlc/brand_get_sms_otp_by_reference_response.rb +0 -82
- data/lib/telnyx/models/messaging_10dlc/brand_retrieve_sms_otp_status_response.rb +0 -82
- data/lib/telnyx/models/mobile_phone_numbers/messaging_list_response.rb +0 -159
- data/lib/telnyx/models/network_list_response.rb +0 -17
- data/lib/telnyx/models/porting/event_list_response.rb +0 -29
- data/lib/telnyx/models/porting_orders/action_requirement_list_response.rb +0 -120
- data/lib/telnyx/models/porting_orders/additional_document_list_response.rb +0 -101
- data/lib/telnyx/models/porting_orders/comment_list_response.rb +0 -71
- data/lib/telnyx/models/porting_orders/phone_number_configuration_list_response.rb +0 -61
- data/lib/telnyx/models/porting_orders/verification_code_list_response.rb +0 -69
- data/lib/telnyx/models/porting_phone_number_list_response.rb +0 -180
- data/lib/telnyx/models/portouts/event_list_response.rb +0 -23
- data/lib/telnyx/models/pronunciation_dict_create_response.rb +0 -19
- data/lib/telnyx/models/pronunciation_dict_retrieve_response.rb +0 -19
- data/lib/telnyx/models/pronunciation_dict_update_response.rb +0 -19
- data/lib/telnyx/models/public_internet_gateway_list_response.rb +0 -10
- data/lib/telnyx/models/queues/call_list_response.rb +0 -121
- data/lib/telnyx/models/recording_delete_response.rb +0 -16
- data/lib/telnyx/models/recording_retrieve_response.rb +0 -16
- data/lib/telnyx/models/reputation/number_list_response.rb +0 -57
- data/lib/telnyx/models/reputation/number_retrieve_response.rb +0 -68
- data/lib/telnyx/models/requirement_list_response.rb +0 -119
- data/lib/telnyx/models/room_recording_list_response.rb +0 -164
- data/lib/telnyx/models/siprec_connector_create_response.rb +0 -75
- data/lib/telnyx/models/siprec_connector_retrieve_response.rb +0 -75
- data/lib/telnyx/models/siprec_connector_update_response.rb +0 -75
- data/lib/telnyx/models/terms_of_service/agreement_list_response.rb +0 -74
- data/lib/telnyx/models/terms_of_service/agreement_retrieve_response.rb +0 -92
- data/lib/telnyx/models/terms_of_service/branded_calling_agree_response.rb +0 -92
- data/lib/telnyx/models/terms_of_service/number_reputation_agree_response.rb +0 -93
- data/lib/telnyx/models/terms_of_service_info_params.rb +0 -33
- data/lib/telnyx/models/terms_of_service_info_response.rb +0 -69
- data/lib/telnyx/models/terms_of_service_status_params.rb +0 -33
- data/lib/telnyx/models/terms_of_service_status_response.rb +0 -93
- data/lib/telnyx/models/texml/account_retrieve_recordings_json_response.rb +0 -83
- data/lib/telnyx/models/texml/accounts/call_retrieve_response.rb +0 -208
- data/lib/telnyx/models/texml/accounts/call_update_response.rb +0 -208
- data/lib/telnyx/models/texml/accounts/calls/recording_recording_sid_json_response.rb +0 -177
- data/lib/telnyx/models/texml/accounts/calls/recordings_json_recordings_json_response.rb +0 -177
- data/lib/telnyx/models/texml/accounts/calls/recordings_json_retrieve_recordings_json_response.rb +0 -87
- data/lib/telnyx/models/texml/accounts/conference_retrieve_recordings_json_response.rb +0 -85
- data/lib/telnyx/models/texml/accounts/conference_retrieve_response.rb +0 -144
- data/lib/telnyx/models/texml/accounts/conference_update_response.rb +0 -144
- data/lib/telnyx/models/texml/accounts/conferences/participant_retrieve_response.rb +0 -150
- data/lib/telnyx/models/texml/accounts/conferences/participant_update_response.rb +0 -150
- data/lib/telnyx/models/texml/accounts/queue_create_response.rb +0 -85
- data/lib/telnyx/models/texml/accounts/queue_list_response.rb +0 -85
- data/lib/telnyx/models/texml/accounts/queue_retrieve_response.rb +0 -85
- data/lib/telnyx/models/texml/accounts/queue_update_response.rb +0 -85
- data/lib/telnyx/models/texml/accounts/transcriptions/json_retrieve_recording_transcription_sid_json_response.rb +0 -119
- data/lib/telnyx/models/text_to_speech_generate_params.rb +0 -638
- data/lib/telnyx/models/text_to_speech_generate_response.rb +0 -19
- data/lib/telnyx/models/uac_connection_list_response.rb +0 -876
- data/lib/telnyx/models/virtual_cross_connect_list_response.rb +0 -10
- data/lib/telnyx/models/voice_clone_create_from_design_params.rb +0 -79
- data/lib/telnyx/models/voice_clone_create_from_design_response.rb +0 -137
- data/lib/telnyx/models/voice_clone_create_from_upload_response.rb +0 -19
- data/lib/telnyx/models/voice_clone_create_response.rb +0 -19
- data/lib/telnyx/models/voice_clone_update_response.rb +0 -19
- data/lib/telnyx/models/voice_design_create_response.rb +0 -19
- data/lib/telnyx/models/voice_design_list_response.rb +0 -92
- data/lib/telnyx/models/voice_design_retrieve_response.rb +0 -19
- data/lib/telnyx/models/voice_sdk_call_report_list_response.rb +0 -385
- data/lib/telnyx/models/webhook_delivery_list_response.rb +0 -150
- data/lib/telnyx/models/wireguard_interface_list_response.rb +0 -10
- data/lib/telnyx/models/wireguard_peer_list_response.rb +0 -42
- data/rbi/telnyx/models/advanced_order_create_response.rbi +0 -332
- data/rbi/telnyx/models/advanced_order_retrieve_response.rbi +0 -335
- data/rbi/telnyx/models/advanced_order_update_requirement_group_response.rbi +0 -338
- data/rbi/telnyx/models/ai/assistants/tag_add_response.rbi +0 -30
- data/rbi/telnyx/models/ai/assistants/tag_list_response.rbi +0 -30
- data/rbi/telnyx/models/ai/assistants/tag_remove_response.rbi +0 -30
- data/rbi/telnyx/models/ai/integration_retrieve_response.rbi +0 -116
- data/rbi/telnyx/models/ai/mcp_server_create_response.rbi +0 -76
- data/rbi/telnyx/models/ai/mcp_server_list_response.rbi +0 -76
- data/rbi/telnyx/models/ai/mcp_server_retrieve_response.rbi +0 -76
- data/rbi/telnyx/models/ai/mcp_server_update_response.rbi +0 -76
- data/rbi/telnyx/models/ai/mission_create_response.rbi +0 -35
- data/rbi/telnyx/models/ai/mission_retrieve_response.rbi +0 -35
- data/rbi/telnyx/models/ai/mission_update_mission_response.rbi +0 -35
- data/rbi/telnyx/models/ai/missions/run_cancel_run_response.rbi +0 -41
- data/rbi/telnyx/models/ai/missions/run_create_response.rbi +0 -41
- data/rbi/telnyx/models/ai/missions/run_pause_run_response.rbi +0 -41
- data/rbi/telnyx/models/ai/missions/run_resume_run_response.rbi +0 -41
- data/rbi/telnyx/models/ai/missions/run_retrieve_response.rbi +0 -41
- data/rbi/telnyx/models/ai/missions/run_update_response.rbi +0 -41
- data/rbi/telnyx/models/ai/missions/runs/event_get_event_details_response.rbi +0 -43
- data/rbi/telnyx/models/ai/missions/runs/event_log_response.rbi +0 -43
- data/rbi/telnyx/models/ai/missions/runs/plan_add_steps_to_plan_response.rbi +0 -40
- data/rbi/telnyx/models/ai/missions/runs/plan_create_response.rbi +0 -40
- data/rbi/telnyx/models/ai/missions/runs/plan_get_step_details_response.rbi +0 -47
- data/rbi/telnyx/models/ai/missions/runs/plan_update_step_response.rbi +0 -47
- data/rbi/telnyx/models/ai/openai_list_models_response.rbi +0 -355
- data/rbi/telnyx/models/ai/tool_create_response.rbi +0 -79
- data/rbi/telnyx/models/ai/tool_list_response.rbi +0 -79
- data/rbi/telnyx/models/ai/tool_retrieve_response.rbi +0 -79
- data/rbi/telnyx/models/ai/tool_update_response.rbi +0 -79
- data/rbi/telnyx/models/ai_retrieve_models_response.rbi +0 -348
- data/rbi/telnyx/models/ai_search_conversation_histories_params.rbi +0 -319
- data/rbi/telnyx/models/ai_search_conversation_histories_response.rbi +0 -393
- data/rbi/telnyx/models/bulk_sim_card_action_list_response.rbi +0 -182
- data/rbi/telnyx/models/channel_zone_list_response.rbi +0 -120
- data/rbi/telnyx/models/channel_zone_update_response.rbi +0 -120
- data/rbi/telnyx/models/conference_retrieve_participant_response.rbi +0 -33
- data/rbi/telnyx/models/conference_update_participant_response.rbi +0 -33
- data/rbi/telnyx/models/connection_list_response.rbi +0 -212
- data/rbi/telnyx/models/custom_storage_credential_create_response.rbi +0 -95
- data/rbi/telnyx/models/custom_storage_credential_retrieve_response.rbi +0 -95
- data/rbi/telnyx/models/custom_storage_credential_update_response.rbi +0 -95
- data/rbi/telnyx/models/dialogflow_connection_create_response.rbi +0 -123
- data/rbi/telnyx/models/dialogflow_connection_retrieve_response.rbi +0 -127
- data/rbi/telnyx/models/dialogflow_connection_update_response.rbi +0 -123
- data/rbi/telnyx/models/dir/comment_list_response.rbi +0 -326
- data/rbi/telnyx/models/dir/phone_number_batch_list_response.rbi +0 -730
- data/rbi/telnyx/models/dir/phone_number_list_response.rbi +0 -327
- data/rbi/telnyx/models/dir_create_loa_params.rbi +0 -223
- data/rbi/telnyx/models/dir_list_infringement_claims_response.rbi +0 -801
- data/rbi/telnyx/models/dir_list_response.rbi +0 -575
- data/rbi/telnyx/models/dir_retrieve_response.rbi +0 -643
- data/rbi/telnyx/models/dir_submit_response.rbi +0 -639
- data/rbi/telnyx/models/dir_update_infringement_response.rbi +0 -663
- data/rbi/telnyx/models/dir_update_response.rbi +0 -639
- data/rbi/telnyx/models/enterprise_activate_branded_calling_params.rbi +0 -38
- data/rbi/telnyx/models/enterprise_activate_branded_calling_response.rbi +0 -31
- data/rbi/telnyx/models/enterprise_create_response.rbi +0 -31
- data/rbi/telnyx/models/enterprise_retrieve_response.rbi +0 -31
- data/rbi/telnyx/models/enterprise_update_response.rbi +0 -31
- data/rbi/telnyx/models/enterprises/dir_create_response.rbi +0 -665
- data/rbi/telnyx/models/enterprises/dir_list_response.rbi +0 -625
- data/rbi/telnyx/models/enterprises/reputation/loa_update_response.rbi +0 -45
- data/rbi/telnyx/models/enterprises/reputation/number_associate_response.rbi +0 -236
- data/rbi/telnyx/models/enterprises/reputation/number_list_response.rbi +0 -98
- data/rbi/telnyx/models/enterprises/reputation/number_retrieve_response.rbi +0 -143
- data/rbi/telnyx/models/enterprises/reputation/remediation_retrieve_response.rbi +0 -332
- data/rbi/telnyx/models/enterprises/reputation/remediation_submit_params.rbi +0 -88
- data/rbi/telnyx/models/enterprises/reputation/remediation_submit_response.rbi +0 -332
- data/rbi/telnyx/models/enterprises/reputation_enable_response.rbi +0 -43
- data/rbi/telnyx/models/enterprises/reputation_retrieve_response.rbi +0 -43
- data/rbi/telnyx/models/enterprises/reputation_update_frequency_response.rbi +0 -43
- data/rbi/telnyx/models/external_connections/log_message_list_response.rbi +0 -181
- data/rbi/telnyx/models/external_connections/release_list_response.rbi +0 -180
- data/rbi/telnyx/models/global_ip_health_check_list_response.rbi +0 -65
- data/rbi/telnyx/models/global_ip_list_response.rbi +0 -73
- data/rbi/telnyx/models/infringement_claim_contest_response.rbi +0 -841
- data/rbi/telnyx/models/infringement_claim_retrieve_response.rbi +0 -841
- data/rbi/telnyx/models/messaging_10dlc/brand/external_vetting_imports_response.rbi +0 -121
- data/rbi/telnyx/models/messaging_10dlc/brand/external_vetting_order_response.rbi +0 -121
- data/rbi/telnyx/models/messaging_10dlc/brand_get_sms_otp_by_reference_response.rbi +0 -110
- data/rbi/telnyx/models/messaging_10dlc/brand_retrieve_sms_otp_status_response.rbi +0 -110
- data/rbi/telnyx/models/mobile_phone_numbers/messaging_list_response.rbi +0 -316
- data/rbi/telnyx/models/network_list_response.rbi +0 -30
- data/rbi/telnyx/models/porting/event_list_response.rbi +0 -31
- data/rbi/telnyx/models/porting_orders/action_requirement_list_response.rbi +0 -244
- data/rbi/telnyx/models/porting_orders/additional_document_list_response.rbi +0 -191
- data/rbi/telnyx/models/porting_orders/comment_list_response.rbi +0 -149
- data/rbi/telnyx/models/porting_orders/phone_number_configuration_list_response.rbi +0 -100
- data/rbi/telnyx/models/porting_orders/verification_code_list_response.rbi +0 -111
- data/rbi/telnyx/models/porting_phone_number_list_response.rbi +0 -494
- data/rbi/telnyx/models/portouts/event_list_response.rbi +0 -28
- data/rbi/telnyx/models/pronunciation_dict_create_response.rbi +0 -38
- data/rbi/telnyx/models/pronunciation_dict_retrieve_response.rbi +0 -38
- data/rbi/telnyx/models/pronunciation_dict_update_response.rbi +0 -38
- data/rbi/telnyx/models/public_internet_gateway_list_response.rbi +0 -23
- data/rbi/telnyx/models/queues/call_list_response.rbi +0 -170
- data/rbi/telnyx/models/recording_delete_response.rbi +0 -33
- data/rbi/telnyx/models/recording_retrieve_response.rbi +0 -33
- data/rbi/telnyx/models/reputation/number_list_response.rbi +0 -96
- data/rbi/telnyx/models/reputation/number_retrieve_response.rbi +0 -136
- data/rbi/telnyx/models/requirement_list_response.rbi +0 -247
- data/rbi/telnyx/models/room_recording_list_response.rbi +0 -291
- data/rbi/telnyx/models/siprec_connector_create_response.rbi +0 -143
- data/rbi/telnyx/models/siprec_connector_retrieve_response.rbi +0 -143
- data/rbi/telnyx/models/siprec_connector_update_response.rbi +0 -143
- data/rbi/telnyx/models/terms_of_service/agreement_list_response.rbi +0 -143
- data/rbi/telnyx/models/terms_of_service/agreement_retrieve_response.rbi +0 -196
- data/rbi/telnyx/models/terms_of_service/branded_calling_agree_response.rbi +0 -196
- data/rbi/telnyx/models/terms_of_service/number_reputation_agree_response.rbi +0 -196
- data/rbi/telnyx/models/terms_of_service_info_params.rbi +0 -87
- data/rbi/telnyx/models/terms_of_service_info_response.rbi +0 -178
- data/rbi/telnyx/models/terms_of_service_status_params.rbi +0 -89
- data/rbi/telnyx/models/terms_of_service_status_response.rbi +0 -167
- data/rbi/telnyx/models/texml/account_retrieve_recordings_json_response.rbi +0 -146
- data/rbi/telnyx/models/texml/accounts/call_retrieve_response.rbi +0 -413
- data/rbi/telnyx/models/texml/accounts/call_update_response.rbi +0 -413
- data/rbi/telnyx/models/texml/accounts/calls/recording_recording_sid_json_response.rbi +0 -345
- data/rbi/telnyx/models/texml/accounts/calls/recordings_json_recordings_json_response.rbi +0 -345
- data/rbi/telnyx/models/texml/accounts/calls/recordings_json_retrieve_recordings_json_response.rbi +0 -152
- data/rbi/telnyx/models/texml/accounts/conference_retrieve_recordings_json_response.rbi +0 -150
- data/rbi/telnyx/models/texml/accounts/conference_retrieve_response.rbi +0 -282
- data/rbi/telnyx/models/texml/accounts/conference_update_response.rbi +0 -282
- data/rbi/telnyx/models/texml/accounts/conferences/participant_retrieve_response.rbi +0 -256
- data/rbi/telnyx/models/texml/accounts/conferences/participant_update_response.rbi +0 -256
- data/rbi/telnyx/models/texml/accounts/queue_create_response.rbi +0 -135
- data/rbi/telnyx/models/texml/accounts/queue_list_response.rbi +0 -135
- data/rbi/telnyx/models/texml/accounts/queue_retrieve_response.rbi +0 -135
- data/rbi/telnyx/models/texml/accounts/queue_update_response.rbi +0 -135
- data/rbi/telnyx/models/texml/accounts/transcriptions/json_retrieve_recording_transcription_sid_json_response.rbi +0 -199
- data/rbi/telnyx/models/text_to_speech_generate_params.rbi +0 -1404
- data/rbi/telnyx/models/text_to_speech_generate_response.rbi +0 -34
- data/rbi/telnyx/models/uac_connection_list_response.rbi +0 -1727
- data/rbi/telnyx/models/virtual_cross_connect_list_response.rbi +0 -23
- data/rbi/telnyx/models/voice_clone_create_from_design_params.rbi +0 -160
- data/rbi/telnyx/models/voice_clone_create_from_design_response.rbi +0 -270
- data/rbi/telnyx/models/voice_clone_create_from_upload_response.rbi +0 -36
- data/rbi/telnyx/models/voice_clone_create_response.rbi +0 -36
- data/rbi/telnyx/models/voice_clone_update_response.rbi +0 -36
- data/rbi/telnyx/models/voice_design_create_response.rbi +0 -36
- data/rbi/telnyx/models/voice_design_list_response.rbi +0 -191
- data/rbi/telnyx/models/voice_design_retrieve_response.rbi +0 -36
- data/rbi/telnyx/models/voice_sdk_call_report_list_response.rbi +0 -774
- data/rbi/telnyx/models/webhook_delivery_list_response.rbi +0 -297
- data/rbi/telnyx/models/wireguard_interface_list_response.rbi +0 -23
- data/rbi/telnyx/models/wireguard_peer_list_response.rbi +0 -73
- data/sig/telnyx/models/advanced_order_create_response.rbs +0 -140
- data/sig/telnyx/models/advanced_order_retrieve_response.rbs +0 -140
- data/sig/telnyx/models/advanced_order_update_requirement_group_response.rbs +0 -140
- data/sig/telnyx/models/ai/assistants/tag_add_response.rbs +0 -17
- data/sig/telnyx/models/ai/assistants/tag_list_response.rbs +0 -17
- data/sig/telnyx/models/ai/assistants/tag_remove_response.rbs +0 -17
- data/sig/telnyx/models/ai/integration_retrieve_response.rbs +0 -63
- data/sig/telnyx/models/ai/mcp_server_create_response.rbs +0 -52
- data/sig/telnyx/models/ai/mcp_server_list_response.rbs +0 -52
- data/sig/telnyx/models/ai/mcp_server_retrieve_response.rbs +0 -52
- data/sig/telnyx/models/ai/mcp_server_update_response.rbs +0 -52
- data/sig/telnyx/models/ai/mission_create_response.rbs +0 -15
- data/sig/telnyx/models/ai/mission_retrieve_response.rbs +0 -15
- data/sig/telnyx/models/ai/mission_update_mission_response.rbs +0 -15
- data/sig/telnyx/models/ai/missions/run_cancel_run_response.rbs +0 -18
- data/sig/telnyx/models/ai/missions/run_create_response.rbs +0 -18
- data/sig/telnyx/models/ai/missions/run_pause_run_response.rbs +0 -18
- data/sig/telnyx/models/ai/missions/run_resume_run_response.rbs +0 -18
- data/sig/telnyx/models/ai/missions/run_retrieve_response.rbs +0 -18
- data/sig/telnyx/models/ai/missions/run_update_response.rbs +0 -18
- data/sig/telnyx/models/ai/missions/runs/event_get_event_details_response.rbs +0 -22
- data/sig/telnyx/models/ai/missions/runs/event_log_response.rbs +0 -22
- data/sig/telnyx/models/ai/missions/runs/plan_add_steps_to_plan_response.rbs +0 -24
- data/sig/telnyx/models/ai/missions/runs/plan_create_response.rbs +0 -24
- data/sig/telnyx/models/ai/missions/runs/plan_get_step_details_response.rbs +0 -22
- data/sig/telnyx/models/ai/missions/runs/plan_update_step_response.rbs +0 -22
- data/sig/telnyx/models/ai/openai_list_models_response.rbs +0 -168
- data/sig/telnyx/models/ai/tool_create_response.rbs +0 -53
- data/sig/telnyx/models/ai/tool_list_response.rbs +0 -53
- data/sig/telnyx/models/ai/tool_retrieve_response.rbs +0 -53
- data/sig/telnyx/models/ai/tool_update_response.rbs +0 -53
- data/sig/telnyx/models/ai_retrieve_models_response.rbs +0 -166
- data/sig/telnyx/models/ai_search_conversation_histories_params.rbs +0 -144
- data/sig/telnyx/models/ai_search_conversation_histories_response.rbs +0 -168
- data/sig/telnyx/models/bulk_sim_card_action_list_response.rbs +0 -81
- data/sig/telnyx/models/channel_zone_list_response.rbs +0 -64
- data/sig/telnyx/models/channel_zone_update_response.rbs +0 -64
- data/sig/telnyx/models/conference_retrieve_participant_response.rbs +0 -18
- data/sig/telnyx/models/conference_update_participant_response.rbs +0 -18
- data/sig/telnyx/models/connection_list_response.rbs +0 -110
- data/sig/telnyx/models/custom_storage_credential_create_response.rbs +0 -40
- data/sig/telnyx/models/custom_storage_credential_retrieve_response.rbs +0 -40
- data/sig/telnyx/models/custom_storage_credential_update_response.rbs +0 -40
- data/sig/telnyx/models/dialogflow_connection_create_response.rbs +0 -65
- data/sig/telnyx/models/dialogflow_connection_retrieve_response.rbs +0 -65
- data/sig/telnyx/models/dialogflow_connection_update_response.rbs +0 -65
- data/sig/telnyx/models/dir/comment_list_response.rbs +0 -133
- data/sig/telnyx/models/dir/phone_number_batch_list_response.rbs +0 -312
- data/sig/telnyx/models/dir/phone_number_list_response.rbs +0 -144
- data/sig/telnyx/models/dir_create_loa_params.rbs +0 -133
- data/sig/telnyx/models/dir_list_infringement_claims_response.rbs +0 -337
- data/sig/telnyx/models/dir_list_response.rbs +0 -283
- data/sig/telnyx/models/dir_retrieve_response.rbs +0 -294
- data/sig/telnyx/models/dir_submit_response.rbs +0 -293
- data/sig/telnyx/models/dir_update_infringement_response.rbs +0 -298
- data/sig/telnyx/models/dir_update_response.rbs +0 -293
- data/sig/telnyx/models/enterprise_activate_branded_calling_params.rbs +0 -23
- data/sig/telnyx/models/enterprise_activate_branded_calling_response.rbs +0 -14
- data/sig/telnyx/models/enterprise_create_response.rbs +0 -13
- data/sig/telnyx/models/enterprise_retrieve_response.rbs +0 -13
- data/sig/telnyx/models/enterprise_update_response.rbs +0 -13
- data/sig/telnyx/models/enterprises/dir_create_response.rbs +0 -300
- data/sig/telnyx/models/enterprises/dir_list_response.rbs +0 -285
- data/sig/telnyx/models/enterprises/reputation/loa_update_response.rbs +0 -22
- data/sig/telnyx/models/enterprises/reputation/number_associate_response.rbs +0 -113
- data/sig/telnyx/models/enterprises/reputation/number_list_response.rbs +0 -59
- data/sig/telnyx/models/enterprises/reputation/number_retrieve_response.rbs +0 -76
- data/sig/telnyx/models/enterprises/reputation/remediation_retrieve_response.rbs +0 -163
- data/sig/telnyx/models/enterprises/reputation/remediation_submit_params.rbs +0 -54
- data/sig/telnyx/models/enterprises/reputation/remediation_submit_response.rbs +0 -163
- data/sig/telnyx/models/enterprises/reputation_enable_response.rbs +0 -20
- data/sig/telnyx/models/enterprises/reputation_retrieve_response.rbs +0 -20
- data/sig/telnyx/models/enterprises/reputation_update_frequency_response.rbs +0 -20
- data/sig/telnyx/models/external_connections/log_message_list_response.rbs +0 -97
- data/sig/telnyx/models/external_connections/release_list_response.rbs +0 -86
- data/sig/telnyx/models/global_ip_health_check_list_response.rbs +0 -36
- data/sig/telnyx/models/global_ip_list_response.rbs +0 -43
- data/sig/telnyx/models/infringement_claim_contest_response.rbs +0 -352
- data/sig/telnyx/models/infringement_claim_retrieve_response.rbs +0 -352
- data/sig/telnyx/models/messaging_10dlc/brand/external_vetting_imports_response.rbs +0 -68
- data/sig/telnyx/models/messaging_10dlc/brand/external_vetting_order_response.rbs +0 -68
- data/sig/telnyx/models/messaging_10dlc/brand_get_sms_otp_by_reference_response.rbs +0 -63
- data/sig/telnyx/models/messaging_10dlc/brand_retrieve_sms_otp_status_response.rbs +0 -63
- data/sig/telnyx/models/mobile_phone_numbers/messaging_list_response.rbs +0 -143
- data/sig/telnyx/models/network_list_response.rbs +0 -15
- data/sig/telnyx/models/porting/event_list_response.rbs +0 -19
- data/sig/telnyx/models/porting_orders/action_requirement_list_response.rbs +0 -111
- data/sig/telnyx/models/porting_orders/additional_document_list_response.rbs +0 -95
- data/sig/telnyx/models/porting_orders/comment_list_response.rbs +0 -73
- data/sig/telnyx/models/porting_orders/phone_number_configuration_list_response.rbs +0 -59
- data/sig/telnyx/models/porting_orders/verification_code_list_response.rbs +0 -66
- data/sig/telnyx/models/porting_phone_number_list_response.rbs +0 -193
- data/sig/telnyx/models/portouts/event_list_response.rbs +0 -16
- data/sig/telnyx/models/pronunciation_dict_create_response.rbs +0 -18
- data/sig/telnyx/models/pronunciation_dict_retrieve_response.rbs +0 -18
- data/sig/telnyx/models/pronunciation_dict_update_response.rbs +0 -18
- data/sig/telnyx/models/public_internet_gateway_list_response.rbs +0 -11
- data/sig/telnyx/models/queues/call_list_response.rbs +0 -89
- data/sig/telnyx/models/recording_delete_response.rbs +0 -17
- data/sig/telnyx/models/recording_retrieve_response.rbs +0 -17
- data/sig/telnyx/models/reputation/number_list_response.rbs +0 -57
- data/sig/telnyx/models/reputation/number_retrieve_response.rbs +0 -72
- data/sig/telnyx/models/requirement_list_response.rbs +0 -109
- data/sig/telnyx/models/room_recording_list_response.rbs +0 -153
- data/sig/telnyx/models/siprec_connector_create_response.rbs +0 -79
- data/sig/telnyx/models/siprec_connector_retrieve_response.rbs +0 -79
- data/sig/telnyx/models/siprec_connector_update_response.rbs +0 -79
- data/sig/telnyx/models/terms_of_service/agreement_list_response.rbs +0 -72
- data/sig/telnyx/models/terms_of_service/agreement_retrieve_response.rbs +0 -89
- data/sig/telnyx/models/terms_of_service/branded_calling_agree_response.rbs +0 -89
- data/sig/telnyx/models/terms_of_service/number_reputation_agree_response.rbs +0 -89
- data/sig/telnyx/models/terms_of_service_info_params.rbs +0 -39
- data/sig/telnyx/models/terms_of_service_info_response.rbs +0 -84
- data/sig/telnyx/models/terms_of_service_status_params.rbs +0 -39
- data/sig/telnyx/models/terms_of_service_status_response.rbs +0 -71
- data/sig/telnyx/models/texml/account_retrieve_recordings_json_response.rbs +0 -82
- data/sig/telnyx/models/texml/accounts/call_retrieve_response.rbs +0 -197
- data/sig/telnyx/models/texml/accounts/call_update_response.rbs +0 -197
- data/sig/telnyx/models/texml/accounts/calls/recording_recording_sid_json_response.rbs +0 -168
- data/sig/telnyx/models/texml/accounts/calls/recordings_json_recordings_json_response.rbs +0 -168
- data/sig/telnyx/models/texml/accounts/calls/recordings_json_retrieve_recordings_json_response.rbs +0 -86
- data/sig/telnyx/models/texml/accounts/conference_retrieve_recordings_json_response.rbs +0 -84
- data/sig/telnyx/models/texml/accounts/conference_retrieve_response.rbs +0 -136
- data/sig/telnyx/models/texml/accounts/conference_update_response.rbs +0 -136
- data/sig/telnyx/models/texml/accounts/conferences/participant_retrieve_response.rbs +0 -140
- data/sig/telnyx/models/texml/accounts/conferences/participant_update_response.rbs +0 -140
- data/sig/telnyx/models/texml/accounts/queue_create_response.rbs +0 -82
- data/sig/telnyx/models/texml/accounts/queue_list_response.rbs +0 -82
- data/sig/telnyx/models/texml/accounts/queue_retrieve_response.rbs +0 -82
- data/sig/telnyx/models/texml/accounts/queue_update_response.rbs +0 -82
- data/sig/telnyx/models/texml/accounts/transcriptions/json_retrieve_recording_transcription_sid_json_response.rbs +0 -109
- data/sig/telnyx/models/text_to_speech_generate_params.rbs +0 -650
- data/sig/telnyx/models/text_to_speech_generate_response.rbs +0 -15
- data/sig/telnyx/models/uac_connection_list_response.rbs +0 -722
- data/sig/telnyx/models/virtual_cross_connect_list_response.rbs +0 -11
- data/sig/telnyx/models/voice_clone_create_from_design_params.rbs +0 -75
- data/sig/telnyx/models/voice_clone_create_from_design_response.rbs +0 -118
- data/sig/telnyx/models/voice_clone_create_from_upload_response.rbs +0 -16
- data/sig/telnyx/models/voice_clone_create_response.rbs +0 -15
- data/sig/telnyx/models/voice_clone_update_response.rbs +0 -15
- data/sig/telnyx/models/voice_design_create_response.rbs +0 -15
- data/sig/telnyx/models/voice_design_list_response.rbs +0 -85
- data/sig/telnyx/models/voice_design_retrieve_response.rbs +0 -15
- data/sig/telnyx/models/voice_sdk_call_report_list_response.rbs +0 -340
- data/sig/telnyx/models/webhook_delivery_list_response.rbs +0 -145
- data/sig/telnyx/models/wireguard_interface_list_response.rbs +0 -11
- data/sig/telnyx/models/wireguard_peer_list_response.rbs +0 -32
|
@@ -5,7 +5,7 @@ module Telnyx
|
|
|
5
5
|
type call_calls_params =
|
|
6
6
|
{
|
|
7
7
|
account_sid: String,
|
|
8
|
-
|
|
8
|
+
body: Telnyx::Models::Texml::Accounts::CallCallsParams::body
|
|
9
9
|
}
|
|
10
10
|
& Telnyx::Internal::Type::request_parameters
|
|
11
11
|
|
|
@@ -15,26 +15,26 @@ module Telnyx
|
|
|
15
15
|
|
|
16
16
|
attr_accessor account_sid: String
|
|
17
17
|
|
|
18
|
-
attr_accessor
|
|
18
|
+
attr_accessor body: Telnyx::Models::Texml::Accounts::CallCallsParams::body
|
|
19
19
|
|
|
20
20
|
def initialize: (
|
|
21
21
|
account_sid: String,
|
|
22
|
-
|
|
22
|
+
body: Telnyx::Models::Texml::Accounts::CallCallsParams::body,
|
|
23
23
|
?request_options: Telnyx::request_opts
|
|
24
24
|
) -> void
|
|
25
25
|
|
|
26
26
|
def to_hash: -> {
|
|
27
27
|
account_sid: String,
|
|
28
|
-
|
|
28
|
+
body: Telnyx::Models::Texml::Accounts::CallCallsParams::body,
|
|
29
29
|
request_options: Telnyx::RequestOptions
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
type
|
|
33
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
34
|
-
| Telnyx::Texml::Accounts::CallCallsParams::
|
|
35
|
-
| Telnyx::Texml::Accounts::CallCallsParams::
|
|
32
|
+
type body =
|
|
33
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL
|
|
34
|
+
| Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml
|
|
35
|
+
| Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault
|
|
36
36
|
|
|
37
|
-
module
|
|
37
|
+
module Body
|
|
38
38
|
extend Telnyx::Internal::Type::Union
|
|
39
39
|
|
|
40
40
|
type with_url =
|
|
@@ -43,47 +43,47 @@ module Telnyx
|
|
|
43
43
|
application_sid: String,
|
|
44
44
|
async_amd: bool,
|
|
45
45
|
async_amd_status_callback: String,
|
|
46
|
-
async_amd_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
46
|
+
async_amd_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::async_amd_status_callback_method,
|
|
47
47
|
caller_id: String,
|
|
48
48
|
cancel_playback_on_detect_message_end: bool,
|
|
49
49
|
cancel_playback_on_machine_detection: bool,
|
|
50
|
-
custom_headers: ::Array[Telnyx::Texml::Accounts::CallCallsParams::
|
|
51
|
-
deepfake_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
52
|
-
deepfake_detection_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
50
|
+
custom_headers: ::Array[Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::CustomHeader],
|
|
51
|
+
deepfake_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::deepfake_detection,
|
|
52
|
+
deepfake_detection_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::deepfake_detection_callback_method,
|
|
53
53
|
deepfake_detection_callback_url: String,
|
|
54
|
-
detection_mode: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
54
|
+
detection_mode: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::detection_mode,
|
|
55
55
|
fallback_url: String,
|
|
56
56
|
from: String,
|
|
57
|
-
machine_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
57
|
+
machine_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::machine_detection,
|
|
58
58
|
machine_detection_prompt_end_timeout: Integer,
|
|
59
59
|
machine_detection_silence_timeout: Integer,
|
|
60
60
|
machine_detection_speech_end_threshold: Integer,
|
|
61
61
|
machine_detection_speech_threshold: Integer,
|
|
62
62
|
machine_detection_timeout: Integer,
|
|
63
|
-
media_encryption: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
63
|
+
media_encryption: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::media_encryption,
|
|
64
64
|
preferred_codecs: String,
|
|
65
65
|
record: bool,
|
|
66
|
-
recording_channels: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
66
|
+
recording_channels: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::recording_channels,
|
|
67
67
|
recording_status_callback: String,
|
|
68
68
|
recording_status_callback_event: String,
|
|
69
|
-
recording_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
69
|
+
recording_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::recording_status_callback_method,
|
|
70
70
|
recording_timeout: Integer,
|
|
71
|
-
recording_track: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
71
|
+
recording_track: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::recording_track,
|
|
72
72
|
send_recording_url: bool,
|
|
73
73
|
sip_auth_password: String,
|
|
74
74
|
sip_auth_username: String,
|
|
75
|
-
sip_region: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
75
|
+
sip_region: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::sip_region,
|
|
76
76
|
status_callback: String,
|
|
77
|
-
status_callback_event: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
78
|
-
status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
77
|
+
status_callback_event: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::status_callback_event,
|
|
78
|
+
status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::status_callback_method,
|
|
79
79
|
supervise_call_sid: String,
|
|
80
|
-
supervising_role: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
80
|
+
supervising_role: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::supervising_role,
|
|
81
81
|
texml: String?,
|
|
82
82
|
time_limit: Integer,
|
|
83
83
|
timeout: Integer,
|
|
84
84
|
to: String,
|
|
85
|
-
trim: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
86
|
-
url_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
85
|
+
trim: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::trim,
|
|
86
|
+
url_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::url_method
|
|
87
87
|
}
|
|
88
88
|
|
|
89
89
|
class WithURL < Telnyx::Internal::Type::BaseModel
|
|
@@ -101,11 +101,11 @@ module Telnyx
|
|
|
101
101
|
|
|
102
102
|
def async_amd_status_callback=: (String) -> String
|
|
103
103
|
|
|
104
|
-
attr_reader async_amd_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
104
|
+
attr_reader async_amd_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::async_amd_status_callback_method?
|
|
105
105
|
|
|
106
106
|
def async_amd_status_callback_method=: (
|
|
107
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
108
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
107
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::async_amd_status_callback_method
|
|
108
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::async_amd_status_callback_method
|
|
109
109
|
|
|
110
110
|
attr_reader caller_id: String?
|
|
111
111
|
|
|
@@ -119,33 +119,33 @@ module Telnyx
|
|
|
119
119
|
|
|
120
120
|
def cancel_playback_on_machine_detection=: (bool) -> bool
|
|
121
121
|
|
|
122
|
-
attr_reader custom_headers: ::Array[Telnyx::Texml::Accounts::CallCallsParams::
|
|
122
|
+
attr_reader custom_headers: ::Array[Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::CustomHeader]?
|
|
123
123
|
|
|
124
124
|
def custom_headers=: (
|
|
125
|
-
::Array[Telnyx::Texml::Accounts::CallCallsParams::
|
|
126
|
-
) -> ::Array[Telnyx::Texml::Accounts::CallCallsParams::
|
|
125
|
+
::Array[Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::CustomHeader]
|
|
126
|
+
) -> ::Array[Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::CustomHeader]
|
|
127
127
|
|
|
128
|
-
attr_reader deepfake_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
128
|
+
attr_reader deepfake_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::deepfake_detection?
|
|
129
129
|
|
|
130
130
|
def deepfake_detection=: (
|
|
131
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
132
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
131
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::deepfake_detection
|
|
132
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::deepfake_detection
|
|
133
133
|
|
|
134
|
-
attr_reader deepfake_detection_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
134
|
+
attr_reader deepfake_detection_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::deepfake_detection_callback_method?
|
|
135
135
|
|
|
136
136
|
def deepfake_detection_callback_method=: (
|
|
137
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
138
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
137
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::deepfake_detection_callback_method
|
|
138
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::deepfake_detection_callback_method
|
|
139
139
|
|
|
140
140
|
attr_reader deepfake_detection_callback_url: String?
|
|
141
141
|
|
|
142
142
|
def deepfake_detection_callback_url=: (String) -> String
|
|
143
143
|
|
|
144
|
-
attr_reader detection_mode: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
144
|
+
attr_reader detection_mode: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::detection_mode?
|
|
145
145
|
|
|
146
146
|
def detection_mode=: (
|
|
147
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
148
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
147
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::detection_mode
|
|
148
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::detection_mode
|
|
149
149
|
|
|
150
150
|
attr_reader fallback_url: String?
|
|
151
151
|
|
|
@@ -155,11 +155,11 @@ module Telnyx
|
|
|
155
155
|
|
|
156
156
|
def from=: (String) -> String
|
|
157
157
|
|
|
158
|
-
attr_reader machine_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
158
|
+
attr_reader machine_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::machine_detection?
|
|
159
159
|
|
|
160
160
|
def machine_detection=: (
|
|
161
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
162
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
161
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::machine_detection
|
|
162
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::machine_detection
|
|
163
163
|
|
|
164
164
|
attr_reader machine_detection_prompt_end_timeout: Integer?
|
|
165
165
|
|
|
@@ -181,11 +181,11 @@ module Telnyx
|
|
|
181
181
|
|
|
182
182
|
def machine_detection_timeout=: (Integer) -> Integer
|
|
183
183
|
|
|
184
|
-
attr_reader media_encryption: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
184
|
+
attr_reader media_encryption: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::media_encryption?
|
|
185
185
|
|
|
186
186
|
def media_encryption=: (
|
|
187
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
188
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
187
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::media_encryption
|
|
188
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::media_encryption
|
|
189
189
|
|
|
190
190
|
attr_reader preferred_codecs: String?
|
|
191
191
|
|
|
@@ -195,11 +195,11 @@ module Telnyx
|
|
|
195
195
|
|
|
196
196
|
def record=: (bool) -> bool
|
|
197
197
|
|
|
198
|
-
attr_reader recording_channels: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
198
|
+
attr_reader recording_channels: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::recording_channels?
|
|
199
199
|
|
|
200
200
|
def recording_channels=: (
|
|
201
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
202
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
201
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::recording_channels
|
|
202
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::recording_channels
|
|
203
203
|
|
|
204
204
|
attr_reader recording_status_callback: String?
|
|
205
205
|
|
|
@@ -209,21 +209,21 @@ module Telnyx
|
|
|
209
209
|
|
|
210
210
|
def recording_status_callback_event=: (String) -> String
|
|
211
211
|
|
|
212
|
-
attr_reader recording_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
212
|
+
attr_reader recording_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::recording_status_callback_method?
|
|
213
213
|
|
|
214
214
|
def recording_status_callback_method=: (
|
|
215
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
216
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
215
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::recording_status_callback_method
|
|
216
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::recording_status_callback_method
|
|
217
217
|
|
|
218
218
|
attr_reader recording_timeout: Integer?
|
|
219
219
|
|
|
220
220
|
def recording_timeout=: (Integer) -> Integer
|
|
221
221
|
|
|
222
|
-
attr_reader recording_track: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
222
|
+
attr_reader recording_track: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::recording_track?
|
|
223
223
|
|
|
224
224
|
def recording_track=: (
|
|
225
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
226
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
225
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::recording_track
|
|
226
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::recording_track
|
|
227
227
|
|
|
228
228
|
attr_reader send_recording_url: bool?
|
|
229
229
|
|
|
@@ -237,37 +237,37 @@ module Telnyx
|
|
|
237
237
|
|
|
238
238
|
def sip_auth_username=: (String) -> String
|
|
239
239
|
|
|
240
|
-
attr_reader sip_region: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
240
|
+
attr_reader sip_region: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::sip_region?
|
|
241
241
|
|
|
242
242
|
def sip_region=: (
|
|
243
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
244
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
243
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::sip_region
|
|
244
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::sip_region
|
|
245
245
|
|
|
246
246
|
attr_reader status_callback: String?
|
|
247
247
|
|
|
248
248
|
def status_callback=: (String) -> String
|
|
249
249
|
|
|
250
|
-
attr_reader status_callback_event: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
250
|
+
attr_reader status_callback_event: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::status_callback_event?
|
|
251
251
|
|
|
252
252
|
def status_callback_event=: (
|
|
253
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
254
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
253
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::status_callback_event
|
|
254
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::status_callback_event
|
|
255
255
|
|
|
256
|
-
attr_reader status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
256
|
+
attr_reader status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::status_callback_method?
|
|
257
257
|
|
|
258
258
|
def status_callback_method=: (
|
|
259
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
260
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
259
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::status_callback_method
|
|
260
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::status_callback_method
|
|
261
261
|
|
|
262
262
|
attr_reader supervise_call_sid: String?
|
|
263
263
|
|
|
264
264
|
def supervise_call_sid=: (String) -> String
|
|
265
265
|
|
|
266
|
-
attr_reader supervising_role: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
266
|
+
attr_reader supervising_role: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::supervising_role?
|
|
267
267
|
|
|
268
268
|
def supervising_role=: (
|
|
269
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
270
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
269
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::supervising_role
|
|
270
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::supervising_role
|
|
271
271
|
|
|
272
272
|
attr_accessor texml: String?
|
|
273
273
|
|
|
@@ -283,64 +283,64 @@ module Telnyx
|
|
|
283
283
|
|
|
284
284
|
def to=: (String) -> String
|
|
285
285
|
|
|
286
|
-
attr_reader trim: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
286
|
+
attr_reader trim: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::trim?
|
|
287
287
|
|
|
288
288
|
def trim=: (
|
|
289
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
290
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
289
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::trim
|
|
290
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::trim
|
|
291
291
|
|
|
292
|
-
attr_reader url_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
292
|
+
attr_reader url_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::url_method?
|
|
293
293
|
|
|
294
294
|
def url_method=: (
|
|
295
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
296
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
295
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::url_method
|
|
296
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::url_method
|
|
297
297
|
|
|
298
298
|
def initialize: (
|
|
299
299
|
url: String,
|
|
300
300
|
?application_sid: String,
|
|
301
301
|
?async_amd: bool,
|
|
302
302
|
?async_amd_status_callback: String,
|
|
303
|
-
?async_amd_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
303
|
+
?async_amd_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::async_amd_status_callback_method,
|
|
304
304
|
?caller_id: String,
|
|
305
305
|
?cancel_playback_on_detect_message_end: bool,
|
|
306
306
|
?cancel_playback_on_machine_detection: bool,
|
|
307
|
-
?custom_headers: ::Array[Telnyx::Texml::Accounts::CallCallsParams::
|
|
308
|
-
?deepfake_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
309
|
-
?deepfake_detection_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
307
|
+
?custom_headers: ::Array[Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::CustomHeader],
|
|
308
|
+
?deepfake_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::deepfake_detection,
|
|
309
|
+
?deepfake_detection_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::deepfake_detection_callback_method,
|
|
310
310
|
?deepfake_detection_callback_url: String,
|
|
311
|
-
?detection_mode: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
311
|
+
?detection_mode: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::detection_mode,
|
|
312
312
|
?fallback_url: String,
|
|
313
313
|
?from: String,
|
|
314
|
-
?machine_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
314
|
+
?machine_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::machine_detection,
|
|
315
315
|
?machine_detection_prompt_end_timeout: Integer,
|
|
316
316
|
?machine_detection_silence_timeout: Integer,
|
|
317
317
|
?machine_detection_speech_end_threshold: Integer,
|
|
318
318
|
?machine_detection_speech_threshold: Integer,
|
|
319
319
|
?machine_detection_timeout: Integer,
|
|
320
|
-
?media_encryption: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
320
|
+
?media_encryption: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::media_encryption,
|
|
321
321
|
?preferred_codecs: String,
|
|
322
322
|
?record: bool,
|
|
323
|
-
?recording_channels: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
323
|
+
?recording_channels: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::recording_channels,
|
|
324
324
|
?recording_status_callback: String,
|
|
325
325
|
?recording_status_callback_event: String,
|
|
326
|
-
?recording_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
326
|
+
?recording_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::recording_status_callback_method,
|
|
327
327
|
?recording_timeout: Integer,
|
|
328
|
-
?recording_track: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
328
|
+
?recording_track: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::recording_track,
|
|
329
329
|
?send_recording_url: bool,
|
|
330
330
|
?sip_auth_password: String,
|
|
331
331
|
?sip_auth_username: String,
|
|
332
|
-
?sip_region: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
332
|
+
?sip_region: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::sip_region,
|
|
333
333
|
?status_callback: String,
|
|
334
|
-
?status_callback_event: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
335
|
-
?status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
334
|
+
?status_callback_event: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::status_callback_event,
|
|
335
|
+
?status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::status_callback_method,
|
|
336
336
|
?supervise_call_sid: String,
|
|
337
|
-
?supervising_role: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
337
|
+
?supervising_role: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::supervising_role,
|
|
338
338
|
?texml: String?,
|
|
339
339
|
?time_limit: Integer,
|
|
340
340
|
?timeout: Integer,
|
|
341
341
|
?to: String,
|
|
342
|
-
?trim: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
343
|
-
?url_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
342
|
+
?trim: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::trim,
|
|
343
|
+
?url_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::url_method
|
|
344
344
|
) -> void
|
|
345
345
|
|
|
346
346
|
def to_hash: -> {
|
|
@@ -348,47 +348,47 @@ module Telnyx
|
|
|
348
348
|
application_sid: String,
|
|
349
349
|
async_amd: bool,
|
|
350
350
|
async_amd_status_callback: String,
|
|
351
|
-
async_amd_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
351
|
+
async_amd_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::async_amd_status_callback_method,
|
|
352
352
|
caller_id: String,
|
|
353
353
|
cancel_playback_on_detect_message_end: bool,
|
|
354
354
|
cancel_playback_on_machine_detection: bool,
|
|
355
|
-
custom_headers: ::Array[Telnyx::Texml::Accounts::CallCallsParams::
|
|
356
|
-
deepfake_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
357
|
-
deepfake_detection_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
355
|
+
custom_headers: ::Array[Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::CustomHeader],
|
|
356
|
+
deepfake_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::deepfake_detection,
|
|
357
|
+
deepfake_detection_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::deepfake_detection_callback_method,
|
|
358
358
|
deepfake_detection_callback_url: String,
|
|
359
|
-
detection_mode: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
359
|
+
detection_mode: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::detection_mode,
|
|
360
360
|
fallback_url: String,
|
|
361
361
|
from: String,
|
|
362
|
-
machine_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
362
|
+
machine_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::machine_detection,
|
|
363
363
|
machine_detection_prompt_end_timeout: Integer,
|
|
364
364
|
machine_detection_silence_timeout: Integer,
|
|
365
365
|
machine_detection_speech_end_threshold: Integer,
|
|
366
366
|
machine_detection_speech_threshold: Integer,
|
|
367
367
|
machine_detection_timeout: Integer,
|
|
368
|
-
media_encryption: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
368
|
+
media_encryption: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::media_encryption,
|
|
369
369
|
preferred_codecs: String,
|
|
370
370
|
record: bool,
|
|
371
|
-
recording_channels: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
371
|
+
recording_channels: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::recording_channels,
|
|
372
372
|
recording_status_callback: String,
|
|
373
373
|
recording_status_callback_event: String,
|
|
374
|
-
recording_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
374
|
+
recording_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::recording_status_callback_method,
|
|
375
375
|
recording_timeout: Integer,
|
|
376
|
-
recording_track: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
376
|
+
recording_track: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::recording_track,
|
|
377
377
|
send_recording_url: bool,
|
|
378
378
|
sip_auth_password: String,
|
|
379
379
|
sip_auth_username: String,
|
|
380
|
-
sip_region: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
380
|
+
sip_region: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::sip_region,
|
|
381
381
|
status_callback: String,
|
|
382
|
-
status_callback_event: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
383
|
-
status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
382
|
+
status_callback_event: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::status_callback_event,
|
|
383
|
+
status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::status_callback_method,
|
|
384
384
|
supervise_call_sid: String,
|
|
385
|
-
supervising_role: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
385
|
+
supervising_role: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::supervising_role,
|
|
386
386
|
texml: String?,
|
|
387
387
|
time_limit: Integer,
|
|
388
388
|
timeout: Integer,
|
|
389
389
|
to: String,
|
|
390
|
-
trim: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
391
|
-
url_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
390
|
+
trim: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::trim,
|
|
391
|
+
url_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::url_method
|
|
392
392
|
}
|
|
393
393
|
|
|
394
394
|
type async_amd_status_callback_method = :GET | :POST
|
|
@@ -399,7 +399,7 @@ module Telnyx
|
|
|
399
399
|
GET: :GET
|
|
400
400
|
POST: :POST
|
|
401
401
|
|
|
402
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
402
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::async_amd_status_callback_method]
|
|
403
403
|
end
|
|
404
404
|
|
|
405
405
|
type custom_header = { name: String, value: String }
|
|
@@ -421,7 +421,7 @@ module Telnyx
|
|
|
421
421
|
|
|
422
422
|
ENABLE: :Enable
|
|
423
423
|
|
|
424
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
424
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::deepfake_detection]
|
|
425
425
|
end
|
|
426
426
|
|
|
427
427
|
type deepfake_detection_callback_method = :GET | :POST
|
|
@@ -432,7 +432,7 @@ module Telnyx
|
|
|
432
432
|
GET: :GET
|
|
433
433
|
POST: :POST
|
|
434
434
|
|
|
435
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
435
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::deepfake_detection_callback_method]
|
|
436
436
|
end
|
|
437
437
|
|
|
438
438
|
type detection_mode = :Premium | :Regular | :PremiumCallScreening
|
|
@@ -444,7 +444,7 @@ module Telnyx
|
|
|
444
444
|
REGULAR: :Regular
|
|
445
445
|
PREMIUM_CALL_SCREENING: :PremiumCallScreening
|
|
446
446
|
|
|
447
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
447
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::detection_mode]
|
|
448
448
|
end
|
|
449
449
|
|
|
450
450
|
type machine_detection = :Enable | :Disable | :DetectMessageEnd
|
|
@@ -456,7 +456,7 @@ module Telnyx
|
|
|
456
456
|
DISABLE: :Disable
|
|
457
457
|
DETECT_MESSAGE_END: :DetectMessageEnd
|
|
458
458
|
|
|
459
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
459
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::machine_detection]
|
|
460
460
|
end
|
|
461
461
|
|
|
462
462
|
type media_encryption = :disabled | :SRTP | :DTLS
|
|
@@ -468,7 +468,7 @@ module Telnyx
|
|
|
468
468
|
SRTP: :SRTP
|
|
469
469
|
DTLS: :DTLS
|
|
470
470
|
|
|
471
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
471
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::media_encryption]
|
|
472
472
|
end
|
|
473
473
|
|
|
474
474
|
type recording_channels = :mono | :dual
|
|
@@ -479,7 +479,7 @@ module Telnyx
|
|
|
479
479
|
MONO: :mono
|
|
480
480
|
DUAL: :dual
|
|
481
481
|
|
|
482
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
482
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::recording_channels]
|
|
483
483
|
end
|
|
484
484
|
|
|
485
485
|
type recording_status_callback_method = :GET | :POST
|
|
@@ -490,7 +490,7 @@ module Telnyx
|
|
|
490
490
|
GET: :GET
|
|
491
491
|
POST: :POST
|
|
492
492
|
|
|
493
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
493
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::recording_status_callback_method]
|
|
494
494
|
end
|
|
495
495
|
|
|
496
496
|
type recording_track = :inbound | :outbound | :both
|
|
@@ -502,7 +502,7 @@ module Telnyx
|
|
|
502
502
|
OUTBOUND: :outbound
|
|
503
503
|
BOTH: :both
|
|
504
504
|
|
|
505
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
505
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::recording_track]
|
|
506
506
|
end
|
|
507
507
|
|
|
508
508
|
type sip_region =
|
|
@@ -517,7 +517,7 @@ module Telnyx
|
|
|
517
517
|
AUSTRALIA: :Australia
|
|
518
518
|
MIDDLE_EAST: :"Middle East"
|
|
519
519
|
|
|
520
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
520
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::sip_region]
|
|
521
521
|
end
|
|
522
522
|
|
|
523
523
|
type status_callback_event =
|
|
@@ -531,7 +531,7 @@ module Telnyx
|
|
|
531
531
|
ANSWERED: :answered
|
|
532
532
|
COMPLETED: :completed
|
|
533
533
|
|
|
534
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
534
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::status_callback_event]
|
|
535
535
|
end
|
|
536
536
|
|
|
537
537
|
type status_callback_method = :GET | :POST
|
|
@@ -542,7 +542,7 @@ module Telnyx
|
|
|
542
542
|
GET: :GET
|
|
543
543
|
POST: :POST
|
|
544
544
|
|
|
545
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
545
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::status_callback_method]
|
|
546
546
|
end
|
|
547
547
|
|
|
548
548
|
type supervising_role = :barge | :whisper | :monitor
|
|
@@ -554,7 +554,7 @@ module Telnyx
|
|
|
554
554
|
WHISPER: :whisper
|
|
555
555
|
MONITOR: :monitor
|
|
556
556
|
|
|
557
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
557
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::supervising_role]
|
|
558
558
|
end
|
|
559
559
|
|
|
560
560
|
type trim = :"trim-silence" | :"do-not-trim"
|
|
@@ -565,7 +565,7 @@ module Telnyx
|
|
|
565
565
|
TRIM_SILENCE: :"trim-silence"
|
|
566
566
|
DO_NOT_TRIM: :"do-not-trim"
|
|
567
567
|
|
|
568
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
568
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::trim]
|
|
569
569
|
end
|
|
570
570
|
|
|
571
571
|
type url_method = :GET | :POST
|
|
@@ -576,7 +576,7 @@ module Telnyx
|
|
|
576
576
|
GET: :GET
|
|
577
577
|
POST: :POST
|
|
578
578
|
|
|
579
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
579
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::url_method]
|
|
580
580
|
end
|
|
581
581
|
end
|
|
582
582
|
|
|
@@ -586,47 +586,47 @@ module Telnyx
|
|
|
586
586
|
application_sid: String,
|
|
587
587
|
async_amd: bool,
|
|
588
588
|
async_amd_status_callback: String,
|
|
589
|
-
async_amd_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
589
|
+
async_amd_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::async_amd_status_callback_method,
|
|
590
590
|
caller_id: String,
|
|
591
591
|
cancel_playback_on_detect_message_end: bool,
|
|
592
592
|
cancel_playback_on_machine_detection: bool,
|
|
593
|
-
custom_headers: ::Array[Telnyx::Texml::Accounts::CallCallsParams::
|
|
594
|
-
deepfake_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
595
|
-
deepfake_detection_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
593
|
+
custom_headers: ::Array[Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::CustomHeader],
|
|
594
|
+
deepfake_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::deepfake_detection,
|
|
595
|
+
deepfake_detection_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::deepfake_detection_callback_method,
|
|
596
596
|
deepfake_detection_callback_url: String,
|
|
597
|
-
detection_mode: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
597
|
+
detection_mode: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::detection_mode,
|
|
598
598
|
fallback_url: String,
|
|
599
599
|
from: String,
|
|
600
|
-
machine_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
600
|
+
machine_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::machine_detection,
|
|
601
601
|
machine_detection_prompt_end_timeout: Integer,
|
|
602
602
|
machine_detection_silence_timeout: Integer,
|
|
603
603
|
machine_detection_speech_end_threshold: Integer,
|
|
604
604
|
machine_detection_speech_threshold: Integer,
|
|
605
605
|
machine_detection_timeout: Integer,
|
|
606
|
-
media_encryption: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
606
|
+
media_encryption: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::media_encryption,
|
|
607
607
|
preferred_codecs: String,
|
|
608
608
|
record: bool,
|
|
609
|
-
recording_channels: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
609
|
+
recording_channels: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::recording_channels,
|
|
610
610
|
recording_status_callback: String,
|
|
611
611
|
recording_status_callback_event: String,
|
|
612
|
-
recording_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
612
|
+
recording_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::recording_status_callback_method,
|
|
613
613
|
recording_timeout: Integer,
|
|
614
|
-
recording_track: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
614
|
+
recording_track: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::recording_track,
|
|
615
615
|
send_recording_url: bool,
|
|
616
616
|
sip_auth_password: String,
|
|
617
617
|
sip_auth_username: String,
|
|
618
|
-
sip_region: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
618
|
+
sip_region: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::sip_region,
|
|
619
619
|
status_callback: String,
|
|
620
|
-
status_callback_event: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
621
|
-
status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
620
|
+
status_callback_event: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::status_callback_event,
|
|
621
|
+
status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::status_callback_method,
|
|
622
622
|
supervise_call_sid: String,
|
|
623
|
-
supervising_role: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
623
|
+
supervising_role: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::supervising_role,
|
|
624
624
|
time_limit: Integer,
|
|
625
625
|
timeout: Integer,
|
|
626
626
|
to: String,
|
|
627
|
-
trim: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
627
|
+
trim: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::trim,
|
|
628
628
|
url: String?,
|
|
629
|
-
url_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
629
|
+
url_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::url_method
|
|
630
630
|
}
|
|
631
631
|
|
|
632
632
|
class WithTeXml < Telnyx::Internal::Type::BaseModel
|
|
@@ -644,11 +644,11 @@ module Telnyx
|
|
|
644
644
|
|
|
645
645
|
def async_amd_status_callback=: (String) -> String
|
|
646
646
|
|
|
647
|
-
attr_reader async_amd_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
647
|
+
attr_reader async_amd_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::async_amd_status_callback_method?
|
|
648
648
|
|
|
649
649
|
def async_amd_status_callback_method=: (
|
|
650
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
651
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
650
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::async_amd_status_callback_method
|
|
651
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::async_amd_status_callback_method
|
|
652
652
|
|
|
653
653
|
attr_reader caller_id: String?
|
|
654
654
|
|
|
@@ -662,33 +662,33 @@ module Telnyx
|
|
|
662
662
|
|
|
663
663
|
def cancel_playback_on_machine_detection=: (bool) -> bool
|
|
664
664
|
|
|
665
|
-
attr_reader custom_headers: ::Array[Telnyx::Texml::Accounts::CallCallsParams::
|
|
665
|
+
attr_reader custom_headers: ::Array[Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::CustomHeader]?
|
|
666
666
|
|
|
667
667
|
def custom_headers=: (
|
|
668
|
-
::Array[Telnyx::Texml::Accounts::CallCallsParams::
|
|
669
|
-
) -> ::Array[Telnyx::Texml::Accounts::CallCallsParams::
|
|
668
|
+
::Array[Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::CustomHeader]
|
|
669
|
+
) -> ::Array[Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::CustomHeader]
|
|
670
670
|
|
|
671
|
-
attr_reader deepfake_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
671
|
+
attr_reader deepfake_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::deepfake_detection?
|
|
672
672
|
|
|
673
673
|
def deepfake_detection=: (
|
|
674
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
675
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
674
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::deepfake_detection
|
|
675
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::deepfake_detection
|
|
676
676
|
|
|
677
|
-
attr_reader deepfake_detection_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
677
|
+
attr_reader deepfake_detection_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::deepfake_detection_callback_method?
|
|
678
678
|
|
|
679
679
|
def deepfake_detection_callback_method=: (
|
|
680
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
681
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
680
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::deepfake_detection_callback_method
|
|
681
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::deepfake_detection_callback_method
|
|
682
682
|
|
|
683
683
|
attr_reader deepfake_detection_callback_url: String?
|
|
684
684
|
|
|
685
685
|
def deepfake_detection_callback_url=: (String) -> String
|
|
686
686
|
|
|
687
|
-
attr_reader detection_mode: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
687
|
+
attr_reader detection_mode: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::detection_mode?
|
|
688
688
|
|
|
689
689
|
def detection_mode=: (
|
|
690
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
691
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
690
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::detection_mode
|
|
691
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::detection_mode
|
|
692
692
|
|
|
693
693
|
attr_reader fallback_url: String?
|
|
694
694
|
|
|
@@ -698,11 +698,11 @@ module Telnyx
|
|
|
698
698
|
|
|
699
699
|
def from=: (String) -> String
|
|
700
700
|
|
|
701
|
-
attr_reader machine_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
701
|
+
attr_reader machine_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::machine_detection?
|
|
702
702
|
|
|
703
703
|
def machine_detection=: (
|
|
704
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
705
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
704
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::machine_detection
|
|
705
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::machine_detection
|
|
706
706
|
|
|
707
707
|
attr_reader machine_detection_prompt_end_timeout: Integer?
|
|
708
708
|
|
|
@@ -724,11 +724,11 @@ module Telnyx
|
|
|
724
724
|
|
|
725
725
|
def machine_detection_timeout=: (Integer) -> Integer
|
|
726
726
|
|
|
727
|
-
attr_reader media_encryption: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
727
|
+
attr_reader media_encryption: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::media_encryption?
|
|
728
728
|
|
|
729
729
|
def media_encryption=: (
|
|
730
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
731
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
730
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::media_encryption
|
|
731
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::media_encryption
|
|
732
732
|
|
|
733
733
|
attr_reader preferred_codecs: String?
|
|
734
734
|
|
|
@@ -738,11 +738,11 @@ module Telnyx
|
|
|
738
738
|
|
|
739
739
|
def record=: (bool) -> bool
|
|
740
740
|
|
|
741
|
-
attr_reader recording_channels: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
741
|
+
attr_reader recording_channels: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::recording_channels?
|
|
742
742
|
|
|
743
743
|
def recording_channels=: (
|
|
744
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
745
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
744
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::recording_channels
|
|
745
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::recording_channels
|
|
746
746
|
|
|
747
747
|
attr_reader recording_status_callback: String?
|
|
748
748
|
|
|
@@ -752,21 +752,21 @@ module Telnyx
|
|
|
752
752
|
|
|
753
753
|
def recording_status_callback_event=: (String) -> String
|
|
754
754
|
|
|
755
|
-
attr_reader recording_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
755
|
+
attr_reader recording_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::recording_status_callback_method?
|
|
756
756
|
|
|
757
757
|
def recording_status_callback_method=: (
|
|
758
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
759
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
758
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::recording_status_callback_method
|
|
759
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::recording_status_callback_method
|
|
760
760
|
|
|
761
761
|
attr_reader recording_timeout: Integer?
|
|
762
762
|
|
|
763
763
|
def recording_timeout=: (Integer) -> Integer
|
|
764
764
|
|
|
765
|
-
attr_reader recording_track: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
765
|
+
attr_reader recording_track: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::recording_track?
|
|
766
766
|
|
|
767
767
|
def recording_track=: (
|
|
768
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
769
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
768
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::recording_track
|
|
769
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::recording_track
|
|
770
770
|
|
|
771
771
|
attr_reader send_recording_url: bool?
|
|
772
772
|
|
|
@@ -780,37 +780,37 @@ module Telnyx
|
|
|
780
780
|
|
|
781
781
|
def sip_auth_username=: (String) -> String
|
|
782
782
|
|
|
783
|
-
attr_reader sip_region: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
783
|
+
attr_reader sip_region: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::sip_region?
|
|
784
784
|
|
|
785
785
|
def sip_region=: (
|
|
786
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
787
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
786
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::sip_region
|
|
787
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::sip_region
|
|
788
788
|
|
|
789
789
|
attr_reader status_callback: String?
|
|
790
790
|
|
|
791
791
|
def status_callback=: (String) -> String
|
|
792
792
|
|
|
793
|
-
attr_reader status_callback_event: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
793
|
+
attr_reader status_callback_event: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::status_callback_event?
|
|
794
794
|
|
|
795
795
|
def status_callback_event=: (
|
|
796
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
797
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
796
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::status_callback_event
|
|
797
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::status_callback_event
|
|
798
798
|
|
|
799
|
-
attr_reader status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
799
|
+
attr_reader status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::status_callback_method?
|
|
800
800
|
|
|
801
801
|
def status_callback_method=: (
|
|
802
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
803
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
802
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::status_callback_method
|
|
803
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::status_callback_method
|
|
804
804
|
|
|
805
805
|
attr_reader supervise_call_sid: String?
|
|
806
806
|
|
|
807
807
|
def supervise_call_sid=: (String) -> String
|
|
808
808
|
|
|
809
|
-
attr_reader supervising_role: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
809
|
+
attr_reader supervising_role: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::supervising_role?
|
|
810
810
|
|
|
811
811
|
def supervising_role=: (
|
|
812
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
813
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
812
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::supervising_role
|
|
813
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::supervising_role
|
|
814
814
|
|
|
815
815
|
attr_reader time_limit: Integer?
|
|
816
816
|
|
|
@@ -824,66 +824,66 @@ module Telnyx
|
|
|
824
824
|
|
|
825
825
|
def to=: (String) -> String
|
|
826
826
|
|
|
827
|
-
attr_reader trim: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
827
|
+
attr_reader trim: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::trim?
|
|
828
828
|
|
|
829
829
|
def trim=: (
|
|
830
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
831
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
830
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::trim
|
|
831
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::trim
|
|
832
832
|
|
|
833
833
|
attr_accessor url: String?
|
|
834
834
|
|
|
835
|
-
attr_reader url_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
835
|
+
attr_reader url_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::url_method?
|
|
836
836
|
|
|
837
837
|
def url_method=: (
|
|
838
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
839
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
838
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::url_method
|
|
839
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::url_method
|
|
840
840
|
|
|
841
841
|
def initialize: (
|
|
842
842
|
texml: String,
|
|
843
843
|
?application_sid: String,
|
|
844
844
|
?async_amd: bool,
|
|
845
845
|
?async_amd_status_callback: String,
|
|
846
|
-
?async_amd_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
846
|
+
?async_amd_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::async_amd_status_callback_method,
|
|
847
847
|
?caller_id: String,
|
|
848
848
|
?cancel_playback_on_detect_message_end: bool,
|
|
849
849
|
?cancel_playback_on_machine_detection: bool,
|
|
850
|
-
?custom_headers: ::Array[Telnyx::Texml::Accounts::CallCallsParams::
|
|
851
|
-
?deepfake_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
852
|
-
?deepfake_detection_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
850
|
+
?custom_headers: ::Array[Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::CustomHeader],
|
|
851
|
+
?deepfake_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::deepfake_detection,
|
|
852
|
+
?deepfake_detection_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::deepfake_detection_callback_method,
|
|
853
853
|
?deepfake_detection_callback_url: String,
|
|
854
|
-
?detection_mode: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
854
|
+
?detection_mode: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::detection_mode,
|
|
855
855
|
?fallback_url: String,
|
|
856
856
|
?from: String,
|
|
857
|
-
?machine_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
857
|
+
?machine_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::machine_detection,
|
|
858
858
|
?machine_detection_prompt_end_timeout: Integer,
|
|
859
859
|
?machine_detection_silence_timeout: Integer,
|
|
860
860
|
?machine_detection_speech_end_threshold: Integer,
|
|
861
861
|
?machine_detection_speech_threshold: Integer,
|
|
862
862
|
?machine_detection_timeout: Integer,
|
|
863
|
-
?media_encryption: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
863
|
+
?media_encryption: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::media_encryption,
|
|
864
864
|
?preferred_codecs: String,
|
|
865
865
|
?record: bool,
|
|
866
|
-
?recording_channels: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
866
|
+
?recording_channels: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::recording_channels,
|
|
867
867
|
?recording_status_callback: String,
|
|
868
868
|
?recording_status_callback_event: String,
|
|
869
|
-
?recording_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
869
|
+
?recording_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::recording_status_callback_method,
|
|
870
870
|
?recording_timeout: Integer,
|
|
871
|
-
?recording_track: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
871
|
+
?recording_track: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::recording_track,
|
|
872
872
|
?send_recording_url: bool,
|
|
873
873
|
?sip_auth_password: String,
|
|
874
874
|
?sip_auth_username: String,
|
|
875
|
-
?sip_region: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
875
|
+
?sip_region: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::sip_region,
|
|
876
876
|
?status_callback: String,
|
|
877
|
-
?status_callback_event: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
878
|
-
?status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
877
|
+
?status_callback_event: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::status_callback_event,
|
|
878
|
+
?status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::status_callback_method,
|
|
879
879
|
?supervise_call_sid: String,
|
|
880
|
-
?supervising_role: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
880
|
+
?supervising_role: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::supervising_role,
|
|
881
881
|
?time_limit: Integer,
|
|
882
882
|
?timeout: Integer,
|
|
883
883
|
?to: String,
|
|
884
|
-
?trim: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
884
|
+
?trim: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::trim,
|
|
885
885
|
?url: String?,
|
|
886
|
-
?url_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
886
|
+
?url_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::url_method
|
|
887
887
|
) -> void
|
|
888
888
|
|
|
889
889
|
def to_hash: -> {
|
|
@@ -891,47 +891,47 @@ module Telnyx
|
|
|
891
891
|
application_sid: String,
|
|
892
892
|
async_amd: bool,
|
|
893
893
|
async_amd_status_callback: String,
|
|
894
|
-
async_amd_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
894
|
+
async_amd_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::async_amd_status_callback_method,
|
|
895
895
|
caller_id: String,
|
|
896
896
|
cancel_playback_on_detect_message_end: bool,
|
|
897
897
|
cancel_playback_on_machine_detection: bool,
|
|
898
|
-
custom_headers: ::Array[Telnyx::Texml::Accounts::CallCallsParams::
|
|
899
|
-
deepfake_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
900
|
-
deepfake_detection_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
898
|
+
custom_headers: ::Array[Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::CustomHeader],
|
|
899
|
+
deepfake_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::deepfake_detection,
|
|
900
|
+
deepfake_detection_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::deepfake_detection_callback_method,
|
|
901
901
|
deepfake_detection_callback_url: String,
|
|
902
|
-
detection_mode: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
902
|
+
detection_mode: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::detection_mode,
|
|
903
903
|
fallback_url: String,
|
|
904
904
|
from: String,
|
|
905
|
-
machine_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
905
|
+
machine_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::machine_detection,
|
|
906
906
|
machine_detection_prompt_end_timeout: Integer,
|
|
907
907
|
machine_detection_silence_timeout: Integer,
|
|
908
908
|
machine_detection_speech_end_threshold: Integer,
|
|
909
909
|
machine_detection_speech_threshold: Integer,
|
|
910
910
|
machine_detection_timeout: Integer,
|
|
911
|
-
media_encryption: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
911
|
+
media_encryption: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::media_encryption,
|
|
912
912
|
preferred_codecs: String,
|
|
913
913
|
record: bool,
|
|
914
|
-
recording_channels: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
914
|
+
recording_channels: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::recording_channels,
|
|
915
915
|
recording_status_callback: String,
|
|
916
916
|
recording_status_callback_event: String,
|
|
917
|
-
recording_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
917
|
+
recording_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::recording_status_callback_method,
|
|
918
918
|
recording_timeout: Integer,
|
|
919
|
-
recording_track: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
919
|
+
recording_track: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::recording_track,
|
|
920
920
|
send_recording_url: bool,
|
|
921
921
|
sip_auth_password: String,
|
|
922
922
|
sip_auth_username: String,
|
|
923
|
-
sip_region: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
923
|
+
sip_region: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::sip_region,
|
|
924
924
|
status_callback: String,
|
|
925
|
-
status_callback_event: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
926
|
-
status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
925
|
+
status_callback_event: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::status_callback_event,
|
|
926
|
+
status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::status_callback_method,
|
|
927
927
|
supervise_call_sid: String,
|
|
928
|
-
supervising_role: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
928
|
+
supervising_role: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::supervising_role,
|
|
929
929
|
time_limit: Integer,
|
|
930
930
|
timeout: Integer,
|
|
931
931
|
to: String,
|
|
932
|
-
trim: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
932
|
+
trim: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::trim,
|
|
933
933
|
url: String?,
|
|
934
|
-
url_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
934
|
+
url_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::url_method
|
|
935
935
|
}
|
|
936
936
|
|
|
937
937
|
type async_amd_status_callback_method = :GET | :POST
|
|
@@ -942,7 +942,7 @@ module Telnyx
|
|
|
942
942
|
GET: :GET
|
|
943
943
|
POST: :POST
|
|
944
944
|
|
|
945
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
945
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::async_amd_status_callback_method]
|
|
946
946
|
end
|
|
947
947
|
|
|
948
948
|
type custom_header = { name: String, value: String }
|
|
@@ -964,7 +964,7 @@ module Telnyx
|
|
|
964
964
|
|
|
965
965
|
ENABLE: :Enable
|
|
966
966
|
|
|
967
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
967
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::deepfake_detection]
|
|
968
968
|
end
|
|
969
969
|
|
|
970
970
|
type deepfake_detection_callback_method = :GET | :POST
|
|
@@ -975,7 +975,7 @@ module Telnyx
|
|
|
975
975
|
GET: :GET
|
|
976
976
|
POST: :POST
|
|
977
977
|
|
|
978
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
978
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::deepfake_detection_callback_method]
|
|
979
979
|
end
|
|
980
980
|
|
|
981
981
|
type detection_mode = :Premium | :Regular | :PremiumCallScreening
|
|
@@ -987,7 +987,7 @@ module Telnyx
|
|
|
987
987
|
REGULAR: :Regular
|
|
988
988
|
PREMIUM_CALL_SCREENING: :PremiumCallScreening
|
|
989
989
|
|
|
990
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
990
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::detection_mode]
|
|
991
991
|
end
|
|
992
992
|
|
|
993
993
|
type machine_detection = :Enable | :Disable | :DetectMessageEnd
|
|
@@ -999,7 +999,7 @@ module Telnyx
|
|
|
999
999
|
DISABLE: :Disable
|
|
1000
1000
|
DETECT_MESSAGE_END: :DetectMessageEnd
|
|
1001
1001
|
|
|
1002
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1002
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::machine_detection]
|
|
1003
1003
|
end
|
|
1004
1004
|
|
|
1005
1005
|
type media_encryption = :disabled | :SRTP | :DTLS
|
|
@@ -1011,7 +1011,7 @@ module Telnyx
|
|
|
1011
1011
|
SRTP: :SRTP
|
|
1012
1012
|
DTLS: :DTLS
|
|
1013
1013
|
|
|
1014
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1014
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::media_encryption]
|
|
1015
1015
|
end
|
|
1016
1016
|
|
|
1017
1017
|
type recording_channels = :mono | :dual
|
|
@@ -1022,7 +1022,7 @@ module Telnyx
|
|
|
1022
1022
|
MONO: :mono
|
|
1023
1023
|
DUAL: :dual
|
|
1024
1024
|
|
|
1025
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1025
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::recording_channels]
|
|
1026
1026
|
end
|
|
1027
1027
|
|
|
1028
1028
|
type recording_status_callback_method = :GET | :POST
|
|
@@ -1033,7 +1033,7 @@ module Telnyx
|
|
|
1033
1033
|
GET: :GET
|
|
1034
1034
|
POST: :POST
|
|
1035
1035
|
|
|
1036
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1036
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::recording_status_callback_method]
|
|
1037
1037
|
end
|
|
1038
1038
|
|
|
1039
1039
|
type recording_track = :inbound | :outbound | :both
|
|
@@ -1045,7 +1045,7 @@ module Telnyx
|
|
|
1045
1045
|
OUTBOUND: :outbound
|
|
1046
1046
|
BOTH: :both
|
|
1047
1047
|
|
|
1048
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1048
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::recording_track]
|
|
1049
1049
|
end
|
|
1050
1050
|
|
|
1051
1051
|
type sip_region =
|
|
@@ -1060,7 +1060,7 @@ module Telnyx
|
|
|
1060
1060
|
AUSTRALIA: :Australia
|
|
1061
1061
|
MIDDLE_EAST: :"Middle East"
|
|
1062
1062
|
|
|
1063
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1063
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::sip_region]
|
|
1064
1064
|
end
|
|
1065
1065
|
|
|
1066
1066
|
type status_callback_event =
|
|
@@ -1074,7 +1074,7 @@ module Telnyx
|
|
|
1074
1074
|
ANSWERED: :answered
|
|
1075
1075
|
COMPLETED: :completed
|
|
1076
1076
|
|
|
1077
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1077
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::status_callback_event]
|
|
1078
1078
|
end
|
|
1079
1079
|
|
|
1080
1080
|
type status_callback_method = :GET | :POST
|
|
@@ -1085,7 +1085,7 @@ module Telnyx
|
|
|
1085
1085
|
GET: :GET
|
|
1086
1086
|
POST: :POST
|
|
1087
1087
|
|
|
1088
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1088
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::status_callback_method]
|
|
1089
1089
|
end
|
|
1090
1090
|
|
|
1091
1091
|
type supervising_role = :barge | :whisper | :monitor
|
|
@@ -1097,7 +1097,7 @@ module Telnyx
|
|
|
1097
1097
|
WHISPER: :whisper
|
|
1098
1098
|
MONITOR: :monitor
|
|
1099
1099
|
|
|
1100
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1100
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::supervising_role]
|
|
1101
1101
|
end
|
|
1102
1102
|
|
|
1103
1103
|
type trim = :"trim-silence" | :"do-not-trim"
|
|
@@ -1108,7 +1108,7 @@ module Telnyx
|
|
|
1108
1108
|
TRIM_SILENCE: :"trim-silence"
|
|
1109
1109
|
DO_NOT_TRIM: :"do-not-trim"
|
|
1110
1110
|
|
|
1111
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1111
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::trim]
|
|
1112
1112
|
end
|
|
1113
1113
|
|
|
1114
1114
|
type url_method = :GET | :POST
|
|
@@ -1119,7 +1119,7 @@ module Telnyx
|
|
|
1119
1119
|
GET: :GET
|
|
1120
1120
|
POST: :POST
|
|
1121
1121
|
|
|
1122
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1122
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::url_method]
|
|
1123
1123
|
end
|
|
1124
1124
|
end
|
|
1125
1125
|
|
|
@@ -1128,48 +1128,48 @@ module Telnyx
|
|
|
1128
1128
|
application_sid: String,
|
|
1129
1129
|
async_amd: bool,
|
|
1130
1130
|
async_amd_status_callback: String,
|
|
1131
|
-
async_amd_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1131
|
+
async_amd_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::async_amd_status_callback_method,
|
|
1132
1132
|
caller_id: String,
|
|
1133
1133
|
cancel_playback_on_detect_message_end: bool,
|
|
1134
1134
|
cancel_playback_on_machine_detection: bool,
|
|
1135
|
-
custom_headers: ::Array[Telnyx::Texml::Accounts::CallCallsParams::
|
|
1136
|
-
deepfake_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1137
|
-
deepfake_detection_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1135
|
+
custom_headers: ::Array[Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::CustomHeader],
|
|
1136
|
+
deepfake_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::deepfake_detection,
|
|
1137
|
+
deepfake_detection_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::deepfake_detection_callback_method,
|
|
1138
1138
|
deepfake_detection_callback_url: String,
|
|
1139
|
-
detection_mode: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1139
|
+
detection_mode: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::detection_mode,
|
|
1140
1140
|
fallback_url: String,
|
|
1141
1141
|
from: String,
|
|
1142
|
-
machine_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1142
|
+
machine_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::machine_detection,
|
|
1143
1143
|
machine_detection_prompt_end_timeout: Integer,
|
|
1144
1144
|
machine_detection_silence_timeout: Integer,
|
|
1145
1145
|
machine_detection_speech_end_threshold: Integer,
|
|
1146
1146
|
machine_detection_speech_threshold: Integer,
|
|
1147
1147
|
machine_detection_timeout: Integer,
|
|
1148
|
-
media_encryption: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1148
|
+
media_encryption: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::media_encryption,
|
|
1149
1149
|
preferred_codecs: String,
|
|
1150
1150
|
record: bool,
|
|
1151
|
-
recording_channels: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1151
|
+
recording_channels: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::recording_channels,
|
|
1152
1152
|
recording_status_callback: String,
|
|
1153
1153
|
recording_status_callback_event: String,
|
|
1154
|
-
recording_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1154
|
+
recording_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::recording_status_callback_method,
|
|
1155
1155
|
recording_timeout: Integer,
|
|
1156
|
-
recording_track: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1156
|
+
recording_track: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::recording_track,
|
|
1157
1157
|
send_recording_url: bool,
|
|
1158
1158
|
sip_auth_password: String,
|
|
1159
1159
|
sip_auth_username: String,
|
|
1160
|
-
sip_region: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1160
|
+
sip_region: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::sip_region,
|
|
1161
1161
|
status_callback: String,
|
|
1162
|
-
status_callback_event: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1163
|
-
status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1162
|
+
status_callback_event: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::status_callback_event,
|
|
1163
|
+
status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::status_callback_method,
|
|
1164
1164
|
supervise_call_sid: String,
|
|
1165
|
-
supervising_role: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1165
|
+
supervising_role: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::supervising_role,
|
|
1166
1166
|
texml: String?,
|
|
1167
1167
|
time_limit: Integer,
|
|
1168
1168
|
timeout: Integer,
|
|
1169
1169
|
to: String,
|
|
1170
|
-
trim: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1170
|
+
trim: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::trim,
|
|
1171
1171
|
url: String?,
|
|
1172
|
-
url_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1172
|
+
url_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::url_method
|
|
1173
1173
|
}
|
|
1174
1174
|
|
|
1175
1175
|
class ApplicationDefault < Telnyx::Internal::Type::BaseModel
|
|
@@ -1185,11 +1185,11 @@ module Telnyx
|
|
|
1185
1185
|
|
|
1186
1186
|
def async_amd_status_callback=: (String) -> String
|
|
1187
1187
|
|
|
1188
|
-
attr_reader async_amd_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1188
|
+
attr_reader async_amd_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::async_amd_status_callback_method?
|
|
1189
1189
|
|
|
1190
1190
|
def async_amd_status_callback_method=: (
|
|
1191
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1192
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1191
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::async_amd_status_callback_method
|
|
1192
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::async_amd_status_callback_method
|
|
1193
1193
|
|
|
1194
1194
|
attr_reader caller_id: String?
|
|
1195
1195
|
|
|
@@ -1203,33 +1203,33 @@ module Telnyx
|
|
|
1203
1203
|
|
|
1204
1204
|
def cancel_playback_on_machine_detection=: (bool) -> bool
|
|
1205
1205
|
|
|
1206
|
-
attr_reader custom_headers: ::Array[Telnyx::Texml::Accounts::CallCallsParams::
|
|
1206
|
+
attr_reader custom_headers: ::Array[Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::CustomHeader]?
|
|
1207
1207
|
|
|
1208
1208
|
def custom_headers=: (
|
|
1209
|
-
::Array[Telnyx::Texml::Accounts::CallCallsParams::
|
|
1210
|
-
) -> ::Array[Telnyx::Texml::Accounts::CallCallsParams::
|
|
1209
|
+
::Array[Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::CustomHeader]
|
|
1210
|
+
) -> ::Array[Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::CustomHeader]
|
|
1211
1211
|
|
|
1212
|
-
attr_reader deepfake_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1212
|
+
attr_reader deepfake_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::deepfake_detection?
|
|
1213
1213
|
|
|
1214
1214
|
def deepfake_detection=: (
|
|
1215
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1216
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1215
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::deepfake_detection
|
|
1216
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::deepfake_detection
|
|
1217
1217
|
|
|
1218
|
-
attr_reader deepfake_detection_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1218
|
+
attr_reader deepfake_detection_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::deepfake_detection_callback_method?
|
|
1219
1219
|
|
|
1220
1220
|
def deepfake_detection_callback_method=: (
|
|
1221
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1222
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1221
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::deepfake_detection_callback_method
|
|
1222
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::deepfake_detection_callback_method
|
|
1223
1223
|
|
|
1224
1224
|
attr_reader deepfake_detection_callback_url: String?
|
|
1225
1225
|
|
|
1226
1226
|
def deepfake_detection_callback_url=: (String) -> String
|
|
1227
1227
|
|
|
1228
|
-
attr_reader detection_mode: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1228
|
+
attr_reader detection_mode: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::detection_mode?
|
|
1229
1229
|
|
|
1230
1230
|
def detection_mode=: (
|
|
1231
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1232
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1231
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::detection_mode
|
|
1232
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::detection_mode
|
|
1233
1233
|
|
|
1234
1234
|
attr_reader fallback_url: String?
|
|
1235
1235
|
|
|
@@ -1239,11 +1239,11 @@ module Telnyx
|
|
|
1239
1239
|
|
|
1240
1240
|
def from=: (String) -> String
|
|
1241
1241
|
|
|
1242
|
-
attr_reader machine_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1242
|
+
attr_reader machine_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::machine_detection?
|
|
1243
1243
|
|
|
1244
1244
|
def machine_detection=: (
|
|
1245
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1246
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1245
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::machine_detection
|
|
1246
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::machine_detection
|
|
1247
1247
|
|
|
1248
1248
|
attr_reader machine_detection_prompt_end_timeout: Integer?
|
|
1249
1249
|
|
|
@@ -1265,11 +1265,11 @@ module Telnyx
|
|
|
1265
1265
|
|
|
1266
1266
|
def machine_detection_timeout=: (Integer) -> Integer
|
|
1267
1267
|
|
|
1268
|
-
attr_reader media_encryption: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1268
|
+
attr_reader media_encryption: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::media_encryption?
|
|
1269
1269
|
|
|
1270
1270
|
def media_encryption=: (
|
|
1271
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1272
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1271
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::media_encryption
|
|
1272
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::media_encryption
|
|
1273
1273
|
|
|
1274
1274
|
attr_reader preferred_codecs: String?
|
|
1275
1275
|
|
|
@@ -1279,11 +1279,11 @@ module Telnyx
|
|
|
1279
1279
|
|
|
1280
1280
|
def record=: (bool) -> bool
|
|
1281
1281
|
|
|
1282
|
-
attr_reader recording_channels: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1282
|
+
attr_reader recording_channels: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::recording_channels?
|
|
1283
1283
|
|
|
1284
1284
|
def recording_channels=: (
|
|
1285
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1286
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1285
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::recording_channels
|
|
1286
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::recording_channels
|
|
1287
1287
|
|
|
1288
1288
|
attr_reader recording_status_callback: String?
|
|
1289
1289
|
|
|
@@ -1293,21 +1293,21 @@ module Telnyx
|
|
|
1293
1293
|
|
|
1294
1294
|
def recording_status_callback_event=: (String) -> String
|
|
1295
1295
|
|
|
1296
|
-
attr_reader recording_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1296
|
+
attr_reader recording_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::recording_status_callback_method?
|
|
1297
1297
|
|
|
1298
1298
|
def recording_status_callback_method=: (
|
|
1299
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1300
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1299
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::recording_status_callback_method
|
|
1300
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::recording_status_callback_method
|
|
1301
1301
|
|
|
1302
1302
|
attr_reader recording_timeout: Integer?
|
|
1303
1303
|
|
|
1304
1304
|
def recording_timeout=: (Integer) -> Integer
|
|
1305
1305
|
|
|
1306
|
-
attr_reader recording_track: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1306
|
+
attr_reader recording_track: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::recording_track?
|
|
1307
1307
|
|
|
1308
1308
|
def recording_track=: (
|
|
1309
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1310
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1309
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::recording_track
|
|
1310
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::recording_track
|
|
1311
1311
|
|
|
1312
1312
|
attr_reader send_recording_url: bool?
|
|
1313
1313
|
|
|
@@ -1321,37 +1321,37 @@ module Telnyx
|
|
|
1321
1321
|
|
|
1322
1322
|
def sip_auth_username=: (String) -> String
|
|
1323
1323
|
|
|
1324
|
-
attr_reader sip_region: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1324
|
+
attr_reader sip_region: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::sip_region?
|
|
1325
1325
|
|
|
1326
1326
|
def sip_region=: (
|
|
1327
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1328
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1327
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::sip_region
|
|
1328
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::sip_region
|
|
1329
1329
|
|
|
1330
1330
|
attr_reader status_callback: String?
|
|
1331
1331
|
|
|
1332
1332
|
def status_callback=: (String) -> String
|
|
1333
1333
|
|
|
1334
|
-
attr_reader status_callback_event: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1334
|
+
attr_reader status_callback_event: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::status_callback_event?
|
|
1335
1335
|
|
|
1336
1336
|
def status_callback_event=: (
|
|
1337
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1338
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1337
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::status_callback_event
|
|
1338
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::status_callback_event
|
|
1339
1339
|
|
|
1340
|
-
attr_reader status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1340
|
+
attr_reader status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::status_callback_method?
|
|
1341
1341
|
|
|
1342
1342
|
def status_callback_method=: (
|
|
1343
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1344
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1343
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::status_callback_method
|
|
1344
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::status_callback_method
|
|
1345
1345
|
|
|
1346
1346
|
attr_reader supervise_call_sid: String?
|
|
1347
1347
|
|
|
1348
1348
|
def supervise_call_sid=: (String) -> String
|
|
1349
1349
|
|
|
1350
|
-
attr_reader supervising_role: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1350
|
+
attr_reader supervising_role: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::supervising_role?
|
|
1351
1351
|
|
|
1352
1352
|
def supervising_role=: (
|
|
1353
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1354
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1353
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::supervising_role
|
|
1354
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::supervising_role
|
|
1355
1355
|
|
|
1356
1356
|
attr_accessor texml: String?
|
|
1357
1357
|
|
|
@@ -1367,114 +1367,114 @@ module Telnyx
|
|
|
1367
1367
|
|
|
1368
1368
|
def to=: (String) -> String
|
|
1369
1369
|
|
|
1370
|
-
attr_reader trim: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1370
|
+
attr_reader trim: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::trim?
|
|
1371
1371
|
|
|
1372
1372
|
def trim=: (
|
|
1373
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1374
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1373
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::trim
|
|
1374
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::trim
|
|
1375
1375
|
|
|
1376
1376
|
attr_accessor url: String?
|
|
1377
1377
|
|
|
1378
|
-
attr_reader url_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1378
|
+
attr_reader url_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::url_method?
|
|
1379
1379
|
|
|
1380
1380
|
def url_method=: (
|
|
1381
|
-
Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1382
|
-
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1381
|
+
Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::url_method
|
|
1382
|
+
) -> Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::url_method
|
|
1383
1383
|
|
|
1384
1384
|
def initialize: (
|
|
1385
1385
|
?application_sid: String,
|
|
1386
1386
|
?async_amd: bool,
|
|
1387
1387
|
?async_amd_status_callback: String,
|
|
1388
|
-
?async_amd_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1388
|
+
?async_amd_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::async_amd_status_callback_method,
|
|
1389
1389
|
?caller_id: String,
|
|
1390
1390
|
?cancel_playback_on_detect_message_end: bool,
|
|
1391
1391
|
?cancel_playback_on_machine_detection: bool,
|
|
1392
|
-
?custom_headers: ::Array[Telnyx::Texml::Accounts::CallCallsParams::
|
|
1393
|
-
?deepfake_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1394
|
-
?deepfake_detection_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1392
|
+
?custom_headers: ::Array[Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::CustomHeader],
|
|
1393
|
+
?deepfake_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::deepfake_detection,
|
|
1394
|
+
?deepfake_detection_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::deepfake_detection_callback_method,
|
|
1395
1395
|
?deepfake_detection_callback_url: String,
|
|
1396
|
-
?detection_mode: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1396
|
+
?detection_mode: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::detection_mode,
|
|
1397
1397
|
?fallback_url: String,
|
|
1398
1398
|
?from: String,
|
|
1399
|
-
?machine_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1399
|
+
?machine_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::machine_detection,
|
|
1400
1400
|
?machine_detection_prompt_end_timeout: Integer,
|
|
1401
1401
|
?machine_detection_silence_timeout: Integer,
|
|
1402
1402
|
?machine_detection_speech_end_threshold: Integer,
|
|
1403
1403
|
?machine_detection_speech_threshold: Integer,
|
|
1404
1404
|
?machine_detection_timeout: Integer,
|
|
1405
|
-
?media_encryption: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1405
|
+
?media_encryption: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::media_encryption,
|
|
1406
1406
|
?preferred_codecs: String,
|
|
1407
1407
|
?record: bool,
|
|
1408
|
-
?recording_channels: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1408
|
+
?recording_channels: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::recording_channels,
|
|
1409
1409
|
?recording_status_callback: String,
|
|
1410
1410
|
?recording_status_callback_event: String,
|
|
1411
|
-
?recording_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1411
|
+
?recording_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::recording_status_callback_method,
|
|
1412
1412
|
?recording_timeout: Integer,
|
|
1413
|
-
?recording_track: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1413
|
+
?recording_track: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::recording_track,
|
|
1414
1414
|
?send_recording_url: bool,
|
|
1415
1415
|
?sip_auth_password: String,
|
|
1416
1416
|
?sip_auth_username: String,
|
|
1417
|
-
?sip_region: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1417
|
+
?sip_region: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::sip_region,
|
|
1418
1418
|
?status_callback: String,
|
|
1419
|
-
?status_callback_event: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1420
|
-
?status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1419
|
+
?status_callback_event: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::status_callback_event,
|
|
1420
|
+
?status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::status_callback_method,
|
|
1421
1421
|
?supervise_call_sid: String,
|
|
1422
|
-
?supervising_role: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1422
|
+
?supervising_role: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::supervising_role,
|
|
1423
1423
|
?texml: String?,
|
|
1424
1424
|
?time_limit: Integer,
|
|
1425
1425
|
?timeout: Integer,
|
|
1426
1426
|
?to: String,
|
|
1427
|
-
?trim: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1427
|
+
?trim: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::trim,
|
|
1428
1428
|
?url: String?,
|
|
1429
|
-
?url_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1429
|
+
?url_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::url_method
|
|
1430
1430
|
) -> void
|
|
1431
1431
|
|
|
1432
1432
|
def to_hash: -> {
|
|
1433
1433
|
application_sid: String,
|
|
1434
1434
|
async_amd: bool,
|
|
1435
1435
|
async_amd_status_callback: String,
|
|
1436
|
-
async_amd_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1436
|
+
async_amd_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::async_amd_status_callback_method,
|
|
1437
1437
|
caller_id: String,
|
|
1438
1438
|
cancel_playback_on_detect_message_end: bool,
|
|
1439
1439
|
cancel_playback_on_machine_detection: bool,
|
|
1440
|
-
custom_headers: ::Array[Telnyx::Texml::Accounts::CallCallsParams::
|
|
1441
|
-
deepfake_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1442
|
-
deepfake_detection_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1440
|
+
custom_headers: ::Array[Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::CustomHeader],
|
|
1441
|
+
deepfake_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::deepfake_detection,
|
|
1442
|
+
deepfake_detection_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::deepfake_detection_callback_method,
|
|
1443
1443
|
deepfake_detection_callback_url: String,
|
|
1444
|
-
detection_mode: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1444
|
+
detection_mode: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::detection_mode,
|
|
1445
1445
|
fallback_url: String,
|
|
1446
1446
|
from: String,
|
|
1447
|
-
machine_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1447
|
+
machine_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::machine_detection,
|
|
1448
1448
|
machine_detection_prompt_end_timeout: Integer,
|
|
1449
1449
|
machine_detection_silence_timeout: Integer,
|
|
1450
1450
|
machine_detection_speech_end_threshold: Integer,
|
|
1451
1451
|
machine_detection_speech_threshold: Integer,
|
|
1452
1452
|
machine_detection_timeout: Integer,
|
|
1453
|
-
media_encryption: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1453
|
+
media_encryption: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::media_encryption,
|
|
1454
1454
|
preferred_codecs: String,
|
|
1455
1455
|
record: bool,
|
|
1456
|
-
recording_channels: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1456
|
+
recording_channels: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::recording_channels,
|
|
1457
1457
|
recording_status_callback: String,
|
|
1458
1458
|
recording_status_callback_event: String,
|
|
1459
|
-
recording_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1459
|
+
recording_status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::recording_status_callback_method,
|
|
1460
1460
|
recording_timeout: Integer,
|
|
1461
|
-
recording_track: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1461
|
+
recording_track: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::recording_track,
|
|
1462
1462
|
send_recording_url: bool,
|
|
1463
1463
|
sip_auth_password: String,
|
|
1464
1464
|
sip_auth_username: String,
|
|
1465
|
-
sip_region: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1465
|
+
sip_region: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::sip_region,
|
|
1466
1466
|
status_callback: String,
|
|
1467
|
-
status_callback_event: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1468
|
-
status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1467
|
+
status_callback_event: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::status_callback_event,
|
|
1468
|
+
status_callback_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::status_callback_method,
|
|
1469
1469
|
supervise_call_sid: String,
|
|
1470
|
-
supervising_role: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1470
|
+
supervising_role: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::supervising_role,
|
|
1471
1471
|
texml: String?,
|
|
1472
1472
|
time_limit: Integer,
|
|
1473
1473
|
timeout: Integer,
|
|
1474
1474
|
to: String,
|
|
1475
|
-
trim: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1475
|
+
trim: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::trim,
|
|
1476
1476
|
url: String?,
|
|
1477
|
-
url_method: Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1477
|
+
url_method: Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::url_method
|
|
1478
1478
|
}
|
|
1479
1479
|
|
|
1480
1480
|
type async_amd_status_callback_method = :GET | :POST
|
|
@@ -1485,7 +1485,7 @@ module Telnyx
|
|
|
1485
1485
|
GET: :GET
|
|
1486
1486
|
POST: :POST
|
|
1487
1487
|
|
|
1488
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1488
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::async_amd_status_callback_method]
|
|
1489
1489
|
end
|
|
1490
1490
|
|
|
1491
1491
|
type custom_header = { name: String, value: String }
|
|
@@ -1507,7 +1507,7 @@ module Telnyx
|
|
|
1507
1507
|
|
|
1508
1508
|
ENABLE: :Enable
|
|
1509
1509
|
|
|
1510
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1510
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::deepfake_detection]
|
|
1511
1511
|
end
|
|
1512
1512
|
|
|
1513
1513
|
type deepfake_detection_callback_method = :GET | :POST
|
|
@@ -1518,7 +1518,7 @@ module Telnyx
|
|
|
1518
1518
|
GET: :GET
|
|
1519
1519
|
POST: :POST
|
|
1520
1520
|
|
|
1521
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1521
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::deepfake_detection_callback_method]
|
|
1522
1522
|
end
|
|
1523
1523
|
|
|
1524
1524
|
type detection_mode = :Premium | :Regular | :PremiumCallScreening
|
|
@@ -1530,7 +1530,7 @@ module Telnyx
|
|
|
1530
1530
|
REGULAR: :Regular
|
|
1531
1531
|
PREMIUM_CALL_SCREENING: :PremiumCallScreening
|
|
1532
1532
|
|
|
1533
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1533
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::detection_mode]
|
|
1534
1534
|
end
|
|
1535
1535
|
|
|
1536
1536
|
type machine_detection = :Enable | :Disable | :DetectMessageEnd
|
|
@@ -1542,7 +1542,7 @@ module Telnyx
|
|
|
1542
1542
|
DISABLE: :Disable
|
|
1543
1543
|
DETECT_MESSAGE_END: :DetectMessageEnd
|
|
1544
1544
|
|
|
1545
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1545
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::machine_detection]
|
|
1546
1546
|
end
|
|
1547
1547
|
|
|
1548
1548
|
type media_encryption = :disabled | :SRTP | :DTLS
|
|
@@ -1554,7 +1554,7 @@ module Telnyx
|
|
|
1554
1554
|
SRTP: :SRTP
|
|
1555
1555
|
DTLS: :DTLS
|
|
1556
1556
|
|
|
1557
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1557
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::media_encryption]
|
|
1558
1558
|
end
|
|
1559
1559
|
|
|
1560
1560
|
type recording_channels = :mono | :dual
|
|
@@ -1565,7 +1565,7 @@ module Telnyx
|
|
|
1565
1565
|
MONO: :mono
|
|
1566
1566
|
DUAL: :dual
|
|
1567
1567
|
|
|
1568
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1568
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::recording_channels]
|
|
1569
1569
|
end
|
|
1570
1570
|
|
|
1571
1571
|
type recording_status_callback_method = :GET | :POST
|
|
@@ -1576,7 +1576,7 @@ module Telnyx
|
|
|
1576
1576
|
GET: :GET
|
|
1577
1577
|
POST: :POST
|
|
1578
1578
|
|
|
1579
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1579
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::recording_status_callback_method]
|
|
1580
1580
|
end
|
|
1581
1581
|
|
|
1582
1582
|
type recording_track = :inbound | :outbound | :both
|
|
@@ -1588,7 +1588,7 @@ module Telnyx
|
|
|
1588
1588
|
OUTBOUND: :outbound
|
|
1589
1589
|
BOTH: :both
|
|
1590
1590
|
|
|
1591
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1591
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::recording_track]
|
|
1592
1592
|
end
|
|
1593
1593
|
|
|
1594
1594
|
type sip_region =
|
|
@@ -1603,7 +1603,7 @@ module Telnyx
|
|
|
1603
1603
|
AUSTRALIA: :Australia
|
|
1604
1604
|
MIDDLE_EAST: :"Middle East"
|
|
1605
1605
|
|
|
1606
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1606
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::sip_region]
|
|
1607
1607
|
end
|
|
1608
1608
|
|
|
1609
1609
|
type status_callback_event =
|
|
@@ -1617,7 +1617,7 @@ module Telnyx
|
|
|
1617
1617
|
ANSWERED: :answered
|
|
1618
1618
|
COMPLETED: :completed
|
|
1619
1619
|
|
|
1620
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1620
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::status_callback_event]
|
|
1621
1621
|
end
|
|
1622
1622
|
|
|
1623
1623
|
type status_callback_method = :GET | :POST
|
|
@@ -1628,7 +1628,7 @@ module Telnyx
|
|
|
1628
1628
|
GET: :GET
|
|
1629
1629
|
POST: :POST
|
|
1630
1630
|
|
|
1631
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1631
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::status_callback_method]
|
|
1632
1632
|
end
|
|
1633
1633
|
|
|
1634
1634
|
type supervising_role = :barge | :whisper | :monitor
|
|
@@ -1640,7 +1640,7 @@ module Telnyx
|
|
|
1640
1640
|
WHISPER: :whisper
|
|
1641
1641
|
MONITOR: :monitor
|
|
1642
1642
|
|
|
1643
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1643
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::supervising_role]
|
|
1644
1644
|
end
|
|
1645
1645
|
|
|
1646
1646
|
type trim = :"trim-silence" | :"do-not-trim"
|
|
@@ -1651,7 +1651,7 @@ module Telnyx
|
|
|
1651
1651
|
TRIM_SILENCE: :"trim-silence"
|
|
1652
1652
|
DO_NOT_TRIM: :"do-not-trim"
|
|
1653
1653
|
|
|
1654
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1654
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::trim]
|
|
1655
1655
|
end
|
|
1656
1656
|
|
|
1657
1657
|
type url_method = :GET | :POST
|
|
@@ -1662,11 +1662,11 @@ module Telnyx
|
|
|
1662
1662
|
GET: :GET
|
|
1663
1663
|
POST: :POST
|
|
1664
1664
|
|
|
1665
|
-
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1665
|
+
def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::url_method]
|
|
1666
1666
|
end
|
|
1667
1667
|
end
|
|
1668
1668
|
|
|
1669
|
-
def self?.variants: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::
|
|
1669
|
+
def self?.variants: -> ::Array[Telnyx::Models::Texml::Accounts::CallCallsParams::body]
|
|
1670
1670
|
end
|
|
1671
1671
|
end
|
|
1672
1672
|
end
|