telnyx 5.69.0 → 5.71.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 +50 -0
- data/README.md +1 -1
- data/lib/telnyx/internal/util.rb +3 -1
- data/lib/telnyx/models/ai/assistant.rb +6 -149
- data/lib/telnyx/models/ai/assistant_create_params.rb +3 -42
- data/lib/telnyx/models/ai/assistant_update_params.rb +3 -42
- data/lib/telnyx/models/ai/assistants/update_assistant.rb +3 -43
- data/lib/telnyx/models/ai/conversation_add_message_params.rb +4 -4
- data/lib/telnyx/models/ai/inference_embedding.rb +3 -43
- data/lib/telnyx/models/ai/observability.rb +46 -0
- data/lib/telnyx/models/ai/observability_req.rb +46 -0
- data/lib/telnyx/models/book_appointment_tool.rb +31 -0
- data/lib/telnyx/models/book_appointment_tool_params.rb +51 -0
- data/lib/telnyx/models/call_assistant_request.rb +176 -0
- data/lib/telnyx/models/call_control_bucket_ids.rb +23 -0
- data/lib/telnyx/models/call_control_retrieval_tool.rb +31 -0
- data/lib/telnyx/models/call_dial_params.rb +34 -1
- data/lib/telnyx/models/calls/action_answer_params.rb +11 -1
- data/lib/telnyx/models/calls/action_start_ai_assistant_params.rb +6 -39
- data/lib/telnyx/models/calls/action_transfer_params.rb +24 -1
- data/lib/telnyx/models/check_availability_tool.rb +31 -0
- data/lib/telnyx/models/check_availability_tool_params.rb +31 -0
- data/lib/telnyx/models/enterprise_create_params.rb +1 -1
- data/lib/telnyx/models/enterprise_public.rb +1 -1
- data/lib/telnyx/models/enterprise_update_params.rb +1 -1
- data/lib/telnyx/models/enterprises/reputation/{number_create_params.rb → number_associate_params.rb} +2 -2
- data/lib/telnyx/models/enterprises/reputation/{number_create_response.rb → number_associate_response.rb} +5 -5
- data/lib/telnyx/models/enterprises/reputation/{number_delete_params.rb → number_disassociate_params.rb} +2 -2
- data/lib/telnyx/models/enterprises/{reputation_list_params.rb → reputation_disable_params.rb} +2 -2
- data/lib/telnyx/models/enterprises/{reputation_create_params.rb → reputation_enable_params.rb} +6 -6
- data/lib/telnyx/models/enterprises/{reputation_create_response.rb → reputation_enable_response.rb} +2 -2
- data/lib/telnyx/models/enterprises/{reputation_delete_all_params.rb → reputation_retrieve_params.rb} +2 -2
- data/lib/telnyx/models/enterprises/{reputation_list_response.rb → reputation_retrieve_response.rb} +2 -2
- data/lib/telnyx/models/porting_orders/phone_number_block_list_params.rb +9 -9
- data/lib/telnyx/models/pronunciation_dict_alias_item.rb +51 -0
- data/lib/telnyx/models/pronunciation_dict_create_params.rb +5 -93
- data/lib/telnyx/models/pronunciation_dict_create_response.rb +3 -191
- data/lib/telnyx/models/pronunciation_dict_data.rb +101 -0
- data/lib/telnyx/models/pronunciation_dict_phoneme_item.rb +71 -0
- data/lib/telnyx/models/pronunciation_dict_retrieve_response.rb +3 -191
- data/lib/telnyx/models/pronunciation_dict_update_params.rb +5 -93
- data/lib/telnyx/models/pronunciation_dict_update_response.rb +3 -191
- data/lib/telnyx/models/texml/accounts/call_calls_params.rb +203 -191
- data/lib/telnyx/models/voice_clone_create_from_design_params.rb +3 -3
- data/lib/telnyx/models/voice_clone_create_from_upload_params.rb +371 -71
- data/lib/telnyx/models/voice_clone_create_params.rb +161 -51
- data/lib/telnyx/models/voice_clone_data.rb +51 -4
- data/lib/telnyx/models/whatsapp/phone_numbers/profile/photo_retrieve_params.rb +26 -0
- data/lib/telnyx/models/whatsapp/phone_numbers/profile/photo_retrieve_response.rb +54 -0
- data/lib/telnyx/models.rb +20 -0
- data/lib/telnyx/resources/ai/assistants/versions.rb +1 -1
- data/lib/telnyx/resources/ai/assistants.rb +2 -2
- data/lib/telnyx/resources/calls/actions.rb +7 -3
- data/lib/telnyx/resources/calls.rb +5 -1
- data/lib/telnyx/resources/enterprises/reputation/numbers.rb +42 -42
- data/lib/telnyx/resources/enterprises/reputation.rb +61 -61
- data/lib/telnyx/resources/pronunciation_dicts.rb +4 -4
- data/lib/telnyx/resources/texml/accounts/calls.rb +3 -3
- data/lib/telnyx/resources/voice_clones.rb +7 -27
- data/lib/telnyx/resources/whatsapp/phone_numbers/profile/photo.rb +20 -0
- data/lib/telnyx/version.rb +1 -1
- data/lib/telnyx.rb +22 -9
- data/rbi/telnyx/models/ai/assistant.rbi +15 -329
- data/rbi/telnyx/models/ai/assistant_create_params.rbi +4 -121
- data/rbi/telnyx/models/ai/assistant_update_params.rbi +4 -121
- data/rbi/telnyx/models/ai/assistants/update_assistant.rbi +4 -123
- data/rbi/telnyx/models/ai/conversation_add_message_params.rbi +5 -5
- data/rbi/telnyx/models/ai/inference_embedding.rbi +4 -123
- data/rbi/telnyx/models/ai/observability.rbi +90 -0
- data/rbi/telnyx/models/ai/observability_req.rbi +92 -0
- data/rbi/telnyx/models/book_appointment_tool.rbi +65 -0
- data/rbi/telnyx/models/book_appointment_tool_params.rbi +83 -0
- data/rbi/telnyx/models/call_assistant_request.rbi +322 -0
- data/rbi/telnyx/models/call_control_bucket_ids.rbi +42 -0
- data/rbi/telnyx/models/call_control_retrieval_tool.rbi +63 -0
- data/rbi/telnyx/models/call_dial_params.rbi +52 -0
- data/rbi/telnyx/models/calls/action_answer_params.rbi +15 -0
- data/rbi/telnyx/models/calls/action_start_ai_assistant_params.rbi +10 -77
- data/rbi/telnyx/models/calls/action_transfer_params.rbi +57 -0
- data/rbi/telnyx/models/check_availability_tool.rbi +67 -0
- data/rbi/telnyx/models/check_availability_tool_params.rbi +45 -0
- data/rbi/telnyx/models/enterprise_create_params.rbi +1 -1
- data/rbi/telnyx/models/enterprise_public.rbi +1 -1
- data/rbi/telnyx/models/enterprise_update_params.rbi +1 -1
- data/rbi/telnyx/models/enterprises/reputation/{number_create_params.rbi → number_associate_params.rbi} +2 -2
- data/rbi/telnyx/models/enterprises/reputation/{number_create_response.rbi → number_associate_response.rbi} +7 -7
- data/rbi/telnyx/models/enterprises/reputation/{number_delete_params.rbi → number_disassociate_params.rbi} +2 -2
- data/rbi/telnyx/models/enterprises/{reputation_list_params.rbi → reputation_disable_params.rbi} +2 -2
- data/rbi/telnyx/models/enterprises/{reputation_create_params.rbi → reputation_enable_params.rbi} +14 -14
- data/rbi/telnyx/models/enterprises/{reputation_create_response.rbi → reputation_enable_response.rbi} +2 -2
- data/rbi/telnyx/models/enterprises/{reputation_delete_all_params.rbi → reputation_retrieve_params.rbi} +2 -2
- data/rbi/telnyx/models/enterprises/{reputation_list_response.rbi → reputation_retrieve_response.rbi} +2 -2
- data/rbi/telnyx/models/porting_orders/phone_number_block_list_params.rbi +34 -34
- data/rbi/telnyx/models/pronunciation_dict_alias_item.rbi +79 -0
- data/rbi/telnyx/models/pronunciation_dict_create_params.rbi +8 -154
- data/rbi/telnyx/models/pronunciation_dict_create_response.rbi +6 -366
- data/rbi/telnyx/models/pronunciation_dict_data.rbi +186 -0
- data/rbi/telnyx/models/pronunciation_dict_phoneme_item.rbi +117 -0
- data/rbi/telnyx/models/pronunciation_dict_retrieve_response.rbi +6 -366
- data/rbi/telnyx/models/pronunciation_dict_update_params.rbi +10 -156
- data/rbi/telnyx/models/pronunciation_dict_update_response.rbi +6 -366
- data/rbi/telnyx/models/texml/accounts/call_calls_params.rbi +391 -403
- data/rbi/telnyx/models/voice_clone_create_from_design_params.rbi +10 -10
- data/rbi/telnyx/models/voice_clone_create_from_upload_params.rbi +711 -134
- data/rbi/telnyx/models/voice_clone_create_params.rbi +345 -79
- data/rbi/telnyx/models/voice_clone_data.rbi +77 -4
- data/rbi/telnyx/models/whatsapp/phone_numbers/profile/photo_retrieve_params.rbi +47 -0
- data/rbi/telnyx/models/whatsapp/phone_numbers/profile/photo_retrieve_response.rbi +118 -0
- data/rbi/telnyx/models.rbi +20 -0
- data/rbi/telnyx/resources/ai/assistants/versions.rbi +1 -2
- data/rbi/telnyx/resources/ai/assistants.rbi +2 -4
- data/rbi/telnyx/resources/calls/actions.rbi +14 -3
- data/rbi/telnyx/resources/calls.rbi +10 -0
- data/rbi/telnyx/resources/enterprises/reputation/numbers.rbi +34 -34
- data/rbi/telnyx/resources/enterprises/reputation.rbi +44 -44
- data/rbi/telnyx/resources/pronunciation_dicts.rbi +5 -7
- data/rbi/telnyx/resources/texml/accounts/calls.rbi +5 -5
- data/rbi/telnyx/resources/voice_clones.rbi +17 -41
- data/rbi/telnyx/resources/whatsapp/phone_numbers/profile/photo.rbi +16 -0
- data/sig/telnyx/models/ai/assistant.rbs +3 -142
- data/sig/telnyx/models/ai/assistant_create_params.rbs +6 -59
- data/sig/telnyx/models/ai/assistant_update_params.rbs +6 -59
- data/sig/telnyx/models/ai/assistants/update_assistant.rbs +6 -59
- data/sig/telnyx/models/ai/conversation_add_message_params.rbs +5 -5
- data/sig/telnyx/models/ai/inference_embedding.rbs +6 -59
- data/sig/telnyx/models/ai/observability.rbs +58 -0
- data/sig/telnyx/models/ai/observability_req.rbs +58 -0
- data/sig/telnyx/models/book_appointment_tool.rbs +35 -0
- data/sig/telnyx/models/book_appointment_tool_params.rbs +39 -0
- data/sig/telnyx/models/call_assistant_request.rbs +132 -0
- data/sig/telnyx/models/call_control_bucket_ids.rbs +21 -0
- data/sig/telnyx/models/call_control_retrieval_tool.rbs +35 -0
- data/sig/telnyx/models/call_dial_params.rbs +29 -0
- data/sig/telnyx/models/calls/action_answer_params.rbs +9 -0
- data/sig/telnyx/models/calls/action_start_ai_assistant_params.rbs +6 -35
- data/sig/telnyx/models/calls/action_transfer_params.rbs +20 -0
- data/sig/telnyx/models/check_availability_tool.rbs +35 -0
- data/sig/telnyx/models/check_availability_tool_params.rbs +16 -0
- data/sig/telnyx/models/enterprise_create_params.rbs +1 -1
- data/sig/telnyx/models/enterprise_public.rbs +1 -1
- data/sig/telnyx/models/enterprise_update_params.rbs +1 -1
- data/sig/telnyx/models/enterprises/reputation/{number_create_params.rbs → number_associate_params.rbs} +2 -2
- data/sig/telnyx/models/enterprises/reputation/{number_create_response.rbs → number_associate_response.rbs} +8 -8
- data/sig/telnyx/models/enterprises/reputation/{number_delete_params.rbs → number_disassociate_params.rbs} +2 -2
- data/sig/telnyx/models/enterprises/{reputation_list_params.rbs → reputation_disable_params.rbs} +2 -2
- data/sig/telnyx/models/enterprises/{reputation_create_params.rbs → reputation_enable_params.rbs} +9 -9
- data/sig/telnyx/models/enterprises/{reputation_create_response.rbs → reputation_enable_response.rbs} +2 -2
- data/sig/telnyx/models/enterprises/{reputation_delete_all_params.rbs → reputation_retrieve_params.rbs} +2 -2
- data/sig/telnyx/models/enterprises/{reputation_list_response.rbs → reputation_retrieve_response.rbs} +2 -2
- data/sig/telnyx/models/porting_orders/phone_number_block_list_params.rbs +9 -9
- data/sig/telnyx/models/pronunciation_dict_alias_item.rbs +40 -0
- data/sig/telnyx/models/pronunciation_dict_create_params.rbs +2 -58
- data/sig/telnyx/models/pronunciation_dict_create_response.rbs +6 -155
- data/sig/telnyx/models/pronunciation_dict_data.rbs +88 -0
- data/sig/telnyx/models/pronunciation_dict_phoneme_item.rbs +55 -0
- data/sig/telnyx/models/pronunciation_dict_retrieve_response.rbs +6 -155
- data/sig/telnyx/models/pronunciation_dict_update_params.rbs +2 -58
- data/sig/telnyx/models/pronunciation_dict_update_response.rbs +6 -155
- data/sig/telnyx/models/texml/accounts/call_calls_params.rbs +317 -325
- data/sig/telnyx/models/voice_clone_create_from_design_params.rbs +7 -7
- data/sig/telnyx/models/voice_clone_create_from_upload_params.rbs +269 -56
- data/sig/telnyx/models/voice_clone_create_params.rbs +129 -44
- data/sig/telnyx/models/voice_clone_data.rbs +43 -0
- data/sig/telnyx/models/whatsapp/phone_numbers/profile/photo_retrieve_params.rbs +30 -0
- data/sig/telnyx/models/whatsapp/phone_numbers/profile/photo_retrieve_response.rbs +63 -0
- data/sig/telnyx/models.rbs +20 -0
- data/sig/telnyx/resources/ai/assistants/versions.rbs +1 -1
- data/sig/telnyx/resources/ai/assistants.rbs +2 -2
- data/sig/telnyx/resources/calls/actions.rbs +3 -1
- data/sig/telnyx/resources/calls.rbs +2 -0
- data/sig/telnyx/resources/enterprises/reputation/numbers.rbs +7 -7
- data/sig/telnyx/resources/enterprises/reputation.rbs +8 -8
- data/sig/telnyx/resources/pronunciation_dicts.rbs +1 -1
- data/sig/telnyx/resources/texml/accounts/calls.rbs +1 -1
- data/sig/telnyx/resources/voice_clones.rbs +2 -12
- data/sig/telnyx/resources/whatsapp/phone_numbers/profile/photo.rbs +5 -0
- metadata +68 -29
- data/lib/telnyx/models/pronunciation_dict_list_response.rb +0 -190
- data/rbi/telnyx/models/pronunciation_dict_list_response.rbi +0 -353
- data/sig/telnyx/models/pronunciation_dict_list_response.rbs +0 -144
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: telnyx
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.
|
|
4
|
+
version: 5.71.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Telnyx
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-04-
|
|
11
|
+
date: 2026-04-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|
|
@@ -381,6 +381,8 @@ files:
|
|
|
381
381
|
- lib/telnyx/models/ai/missions/tool_list_tools_response.rb
|
|
382
382
|
- lib/telnyx/models/ai/missions/tool_update_tool_params.rb
|
|
383
383
|
- lib/telnyx/models/ai/missions/tool_update_tool_response.rb
|
|
384
|
+
- lib/telnyx/models/ai/observability.rb
|
|
385
|
+
- lib/telnyx/models/ai/observability_req.rb
|
|
384
386
|
- lib/telnyx/models/ai/openai/embedding_create_embeddings_params.rb
|
|
385
387
|
- lib/telnyx/models/ai/openai/embedding_create_embeddings_response.rb
|
|
386
388
|
- lib/telnyx/models/ai/openai/embedding_list_embedding_models_params.rb
|
|
@@ -454,6 +456,8 @@ files:
|
|
|
454
456
|
- lib/telnyx/models/billing_group_retrieve_response.rb
|
|
455
457
|
- lib/telnyx/models/billing_group_update_params.rb
|
|
456
458
|
- lib/telnyx/models/billing_group_update_response.rb
|
|
459
|
+
- lib/telnyx/models/book_appointment_tool.rb
|
|
460
|
+
- lib/telnyx/models/book_appointment_tool_params.rb
|
|
457
461
|
- lib/telnyx/models/bulk_messaging_settings_update_phone_numbers.rb
|
|
458
462
|
- lib/telnyx/models/bulk_sim_card_action_list_params.rb
|
|
459
463
|
- lib/telnyx/models/bulk_sim_card_action_list_response.rb
|
|
@@ -485,6 +489,7 @@ files:
|
|
|
485
489
|
- lib/telnyx/models/call_ai_gather_partial_results_webhook_event.rb
|
|
486
490
|
- lib/telnyx/models/call_answered.rb
|
|
487
491
|
- lib/telnyx/models/call_answered_webhook_event.rb
|
|
492
|
+
- lib/telnyx/models/call_assistant_request.rb
|
|
488
493
|
- lib/telnyx/models/call_bridged.rb
|
|
489
494
|
- lib/telnyx/models/call_bridged_webhook_event.rb
|
|
490
495
|
- lib/telnyx/models/call_control_application.rb
|
|
@@ -499,6 +504,8 @@ files:
|
|
|
499
504
|
- lib/telnyx/models/call_control_application_retrieve_response.rb
|
|
500
505
|
- lib/telnyx/models/call_control_application_update_params.rb
|
|
501
506
|
- lib/telnyx/models/call_control_application_update_response.rb
|
|
507
|
+
- lib/telnyx/models/call_control_bucket_ids.rb
|
|
508
|
+
- lib/telnyx/models/call_control_retrieval_tool.rb
|
|
502
509
|
- lib/telnyx/models/call_conversation_ended.rb
|
|
503
510
|
- lib/telnyx/models/call_conversation_ended_webhook_event.rb
|
|
504
511
|
- lib/telnyx/models/call_conversation_insights_generated.rb
|
|
@@ -671,6 +678,8 @@ files:
|
|
|
671
678
|
- lib/telnyx/models/charges_breakdown_retrieve_response.rb
|
|
672
679
|
- lib/telnyx/models/charges_summary_retrieve_params.rb
|
|
673
680
|
- lib/telnyx/models/charges_summary_retrieve_response.rb
|
|
681
|
+
- lib/telnyx/models/check_availability_tool.rb
|
|
682
|
+
- lib/telnyx/models/check_availability_tool_params.rb
|
|
674
683
|
- lib/telnyx/models/cloudflare_sync_status.rb
|
|
675
684
|
- lib/telnyx/models/comment.rb
|
|
676
685
|
- lib/telnyx/models/comment_create_params.rb
|
|
@@ -864,17 +873,17 @@ files:
|
|
|
864
873
|
- lib/telnyx/models/enterprise_update_params.rb
|
|
865
874
|
- lib/telnyx/models/enterprise_update_response.rb
|
|
866
875
|
- lib/telnyx/models/enterprises/enterprise_reputation_public.rb
|
|
867
|
-
- lib/telnyx/models/enterprises/reputation/
|
|
868
|
-
- lib/telnyx/models/enterprises/reputation/
|
|
869
|
-
- lib/telnyx/models/enterprises/reputation/
|
|
876
|
+
- lib/telnyx/models/enterprises/reputation/number_associate_params.rb
|
|
877
|
+
- lib/telnyx/models/enterprises/reputation/number_associate_response.rb
|
|
878
|
+
- lib/telnyx/models/enterprises/reputation/number_disassociate_params.rb
|
|
870
879
|
- lib/telnyx/models/enterprises/reputation/number_list_params.rb
|
|
871
880
|
- lib/telnyx/models/enterprises/reputation/number_retrieve_params.rb
|
|
872
881
|
- lib/telnyx/models/enterprises/reputation/number_retrieve_response.rb
|
|
873
|
-
- lib/telnyx/models/enterprises/
|
|
874
|
-
- lib/telnyx/models/enterprises/
|
|
875
|
-
- lib/telnyx/models/enterprises/
|
|
876
|
-
- lib/telnyx/models/enterprises/
|
|
877
|
-
- lib/telnyx/models/enterprises/
|
|
882
|
+
- lib/telnyx/models/enterprises/reputation_disable_params.rb
|
|
883
|
+
- lib/telnyx/models/enterprises/reputation_enable_params.rb
|
|
884
|
+
- lib/telnyx/models/enterprises/reputation_enable_response.rb
|
|
885
|
+
- lib/telnyx/models/enterprises/reputation_retrieve_params.rb
|
|
886
|
+
- lib/telnyx/models/enterprises/reputation_retrieve_response.rb
|
|
878
887
|
- lib/telnyx/models/enterprises/reputation_update_frequency_params.rb
|
|
879
888
|
- lib/telnyx/models/enterprises/reputation_update_frequency_response.rb
|
|
880
889
|
- lib/telnyx/models/event_node.rb
|
|
@@ -1786,11 +1795,13 @@ files:
|
|
|
1786
1795
|
- lib/telnyx/models/private_wireless_gateway_retrieve_params.rb
|
|
1787
1796
|
- lib/telnyx/models/private_wireless_gateway_retrieve_response.rb
|
|
1788
1797
|
- lib/telnyx/models/private_wireless_gateway_status.rb
|
|
1798
|
+
- lib/telnyx/models/pronunciation_dict_alias_item.rb
|
|
1789
1799
|
- lib/telnyx/models/pronunciation_dict_create_params.rb
|
|
1790
1800
|
- lib/telnyx/models/pronunciation_dict_create_response.rb
|
|
1801
|
+
- lib/telnyx/models/pronunciation_dict_data.rb
|
|
1791
1802
|
- lib/telnyx/models/pronunciation_dict_delete_params.rb
|
|
1792
1803
|
- lib/telnyx/models/pronunciation_dict_list_params.rb
|
|
1793
|
-
- lib/telnyx/models/
|
|
1804
|
+
- lib/telnyx/models/pronunciation_dict_phoneme_item.rb
|
|
1794
1805
|
- lib/telnyx/models/pronunciation_dict_retrieve_params.rb
|
|
1795
1806
|
- lib/telnyx/models/pronunciation_dict_retrieve_response.rb
|
|
1796
1807
|
- lib/telnyx/models/pronunciation_dict_update_params.rb
|
|
@@ -2343,6 +2354,8 @@ files:
|
|
|
2343
2354
|
- lib/telnyx/models/whatsapp/phone_numbers/calling_setting_update_params.rb
|
|
2344
2355
|
- lib/telnyx/models/whatsapp/phone_numbers/calling_setting_update_response.rb
|
|
2345
2356
|
- lib/telnyx/models/whatsapp/phone_numbers/profile/photo_delete_params.rb
|
|
2357
|
+
- lib/telnyx/models/whatsapp/phone_numbers/profile/photo_retrieve_params.rb
|
|
2358
|
+
- lib/telnyx/models/whatsapp/phone_numbers/profile/photo_retrieve_response.rb
|
|
2346
2359
|
- lib/telnyx/models/whatsapp/phone_numbers/profile/photo_upload_params.rb
|
|
2347
2360
|
- lib/telnyx/models/whatsapp/phone_numbers/profile/photo_upload_response.rb
|
|
2348
2361
|
- lib/telnyx/models/whatsapp/phone_numbers/profile_retrieve_params.rb
|
|
@@ -3048,6 +3061,8 @@ files:
|
|
|
3048
3061
|
- rbi/telnyx/models/ai/missions/tool_list_tools_response.rbi
|
|
3049
3062
|
- rbi/telnyx/models/ai/missions/tool_update_tool_params.rbi
|
|
3050
3063
|
- rbi/telnyx/models/ai/missions/tool_update_tool_response.rbi
|
|
3064
|
+
- rbi/telnyx/models/ai/observability.rbi
|
|
3065
|
+
- rbi/telnyx/models/ai/observability_req.rbi
|
|
3051
3066
|
- rbi/telnyx/models/ai/openai/embedding_create_embeddings_params.rbi
|
|
3052
3067
|
- rbi/telnyx/models/ai/openai/embedding_create_embeddings_response.rbi
|
|
3053
3068
|
- rbi/telnyx/models/ai/openai/embedding_list_embedding_models_params.rbi
|
|
@@ -3121,6 +3136,8 @@ files:
|
|
|
3121
3136
|
- rbi/telnyx/models/billing_group_retrieve_response.rbi
|
|
3122
3137
|
- rbi/telnyx/models/billing_group_update_params.rbi
|
|
3123
3138
|
- rbi/telnyx/models/billing_group_update_response.rbi
|
|
3139
|
+
- rbi/telnyx/models/book_appointment_tool.rbi
|
|
3140
|
+
- rbi/telnyx/models/book_appointment_tool_params.rbi
|
|
3124
3141
|
- rbi/telnyx/models/bulk_messaging_settings_update_phone_numbers.rbi
|
|
3125
3142
|
- rbi/telnyx/models/bulk_sim_card_action_list_params.rbi
|
|
3126
3143
|
- rbi/telnyx/models/bulk_sim_card_action_list_response.rbi
|
|
@@ -3152,6 +3169,7 @@ files:
|
|
|
3152
3169
|
- rbi/telnyx/models/call_ai_gather_partial_results_webhook_event.rbi
|
|
3153
3170
|
- rbi/telnyx/models/call_answered.rbi
|
|
3154
3171
|
- rbi/telnyx/models/call_answered_webhook_event.rbi
|
|
3172
|
+
- rbi/telnyx/models/call_assistant_request.rbi
|
|
3155
3173
|
- rbi/telnyx/models/call_bridged.rbi
|
|
3156
3174
|
- rbi/telnyx/models/call_bridged_webhook_event.rbi
|
|
3157
3175
|
- rbi/telnyx/models/call_control_application.rbi
|
|
@@ -3166,6 +3184,8 @@ files:
|
|
|
3166
3184
|
- rbi/telnyx/models/call_control_application_retrieve_response.rbi
|
|
3167
3185
|
- rbi/telnyx/models/call_control_application_update_params.rbi
|
|
3168
3186
|
- rbi/telnyx/models/call_control_application_update_response.rbi
|
|
3187
|
+
- rbi/telnyx/models/call_control_bucket_ids.rbi
|
|
3188
|
+
- rbi/telnyx/models/call_control_retrieval_tool.rbi
|
|
3169
3189
|
- rbi/telnyx/models/call_conversation_ended.rbi
|
|
3170
3190
|
- rbi/telnyx/models/call_conversation_ended_webhook_event.rbi
|
|
3171
3191
|
- rbi/telnyx/models/call_conversation_insights_generated.rbi
|
|
@@ -3338,6 +3358,8 @@ files:
|
|
|
3338
3358
|
- rbi/telnyx/models/charges_breakdown_retrieve_response.rbi
|
|
3339
3359
|
- rbi/telnyx/models/charges_summary_retrieve_params.rbi
|
|
3340
3360
|
- rbi/telnyx/models/charges_summary_retrieve_response.rbi
|
|
3361
|
+
- rbi/telnyx/models/check_availability_tool.rbi
|
|
3362
|
+
- rbi/telnyx/models/check_availability_tool_params.rbi
|
|
3341
3363
|
- rbi/telnyx/models/cloudflare_sync_status.rbi
|
|
3342
3364
|
- rbi/telnyx/models/comment.rbi
|
|
3343
3365
|
- rbi/telnyx/models/comment_create_params.rbi
|
|
@@ -3531,17 +3553,17 @@ files:
|
|
|
3531
3553
|
- rbi/telnyx/models/enterprise_update_params.rbi
|
|
3532
3554
|
- rbi/telnyx/models/enterprise_update_response.rbi
|
|
3533
3555
|
- rbi/telnyx/models/enterprises/enterprise_reputation_public.rbi
|
|
3534
|
-
- rbi/telnyx/models/enterprises/reputation/
|
|
3535
|
-
- rbi/telnyx/models/enterprises/reputation/
|
|
3536
|
-
- rbi/telnyx/models/enterprises/reputation/
|
|
3556
|
+
- rbi/telnyx/models/enterprises/reputation/number_associate_params.rbi
|
|
3557
|
+
- rbi/telnyx/models/enterprises/reputation/number_associate_response.rbi
|
|
3558
|
+
- rbi/telnyx/models/enterprises/reputation/number_disassociate_params.rbi
|
|
3537
3559
|
- rbi/telnyx/models/enterprises/reputation/number_list_params.rbi
|
|
3538
3560
|
- rbi/telnyx/models/enterprises/reputation/number_retrieve_params.rbi
|
|
3539
3561
|
- rbi/telnyx/models/enterprises/reputation/number_retrieve_response.rbi
|
|
3540
|
-
- rbi/telnyx/models/enterprises/
|
|
3541
|
-
- rbi/telnyx/models/enterprises/
|
|
3542
|
-
- rbi/telnyx/models/enterprises/
|
|
3543
|
-
- rbi/telnyx/models/enterprises/
|
|
3544
|
-
- rbi/telnyx/models/enterprises/
|
|
3562
|
+
- rbi/telnyx/models/enterprises/reputation_disable_params.rbi
|
|
3563
|
+
- rbi/telnyx/models/enterprises/reputation_enable_params.rbi
|
|
3564
|
+
- rbi/telnyx/models/enterprises/reputation_enable_response.rbi
|
|
3565
|
+
- rbi/telnyx/models/enterprises/reputation_retrieve_params.rbi
|
|
3566
|
+
- rbi/telnyx/models/enterprises/reputation_retrieve_response.rbi
|
|
3545
3567
|
- rbi/telnyx/models/enterprises/reputation_update_frequency_params.rbi
|
|
3546
3568
|
- rbi/telnyx/models/enterprises/reputation_update_frequency_response.rbi
|
|
3547
3569
|
- rbi/telnyx/models/event_node.rbi
|
|
@@ -4453,11 +4475,13 @@ files:
|
|
|
4453
4475
|
- rbi/telnyx/models/private_wireless_gateway_retrieve_params.rbi
|
|
4454
4476
|
- rbi/telnyx/models/private_wireless_gateway_retrieve_response.rbi
|
|
4455
4477
|
- rbi/telnyx/models/private_wireless_gateway_status.rbi
|
|
4478
|
+
- rbi/telnyx/models/pronunciation_dict_alias_item.rbi
|
|
4456
4479
|
- rbi/telnyx/models/pronunciation_dict_create_params.rbi
|
|
4457
4480
|
- rbi/telnyx/models/pronunciation_dict_create_response.rbi
|
|
4481
|
+
- rbi/telnyx/models/pronunciation_dict_data.rbi
|
|
4458
4482
|
- rbi/telnyx/models/pronunciation_dict_delete_params.rbi
|
|
4459
4483
|
- rbi/telnyx/models/pronunciation_dict_list_params.rbi
|
|
4460
|
-
- rbi/telnyx/models/
|
|
4484
|
+
- rbi/telnyx/models/pronunciation_dict_phoneme_item.rbi
|
|
4461
4485
|
- rbi/telnyx/models/pronunciation_dict_retrieve_params.rbi
|
|
4462
4486
|
- rbi/telnyx/models/pronunciation_dict_retrieve_response.rbi
|
|
4463
4487
|
- rbi/telnyx/models/pronunciation_dict_update_params.rbi
|
|
@@ -5010,6 +5034,8 @@ files:
|
|
|
5010
5034
|
- rbi/telnyx/models/whatsapp/phone_numbers/calling_setting_update_params.rbi
|
|
5011
5035
|
- rbi/telnyx/models/whatsapp/phone_numbers/calling_setting_update_response.rbi
|
|
5012
5036
|
- rbi/telnyx/models/whatsapp/phone_numbers/profile/photo_delete_params.rbi
|
|
5037
|
+
- rbi/telnyx/models/whatsapp/phone_numbers/profile/photo_retrieve_params.rbi
|
|
5038
|
+
- rbi/telnyx/models/whatsapp/phone_numbers/profile/photo_retrieve_response.rbi
|
|
5013
5039
|
- rbi/telnyx/models/whatsapp/phone_numbers/profile/photo_upload_params.rbi
|
|
5014
5040
|
- rbi/telnyx/models/whatsapp/phone_numbers/profile/photo_upload_response.rbi
|
|
5015
5041
|
- rbi/telnyx/models/whatsapp/phone_numbers/profile_retrieve_params.rbi
|
|
@@ -5706,6 +5732,8 @@ files:
|
|
|
5706
5732
|
- sig/telnyx/models/ai/missions/tool_list_tools_response.rbs
|
|
5707
5733
|
- sig/telnyx/models/ai/missions/tool_update_tool_params.rbs
|
|
5708
5734
|
- sig/telnyx/models/ai/missions/tool_update_tool_response.rbs
|
|
5735
|
+
- sig/telnyx/models/ai/observability.rbs
|
|
5736
|
+
- sig/telnyx/models/ai/observability_req.rbs
|
|
5709
5737
|
- sig/telnyx/models/ai/openai/embedding_create_embeddings_params.rbs
|
|
5710
5738
|
- sig/telnyx/models/ai/openai/embedding_create_embeddings_response.rbs
|
|
5711
5739
|
- sig/telnyx/models/ai/openai/embedding_list_embedding_models_params.rbs
|
|
@@ -5779,6 +5807,8 @@ files:
|
|
|
5779
5807
|
- sig/telnyx/models/billing_group_retrieve_response.rbs
|
|
5780
5808
|
- sig/telnyx/models/billing_group_update_params.rbs
|
|
5781
5809
|
- sig/telnyx/models/billing_group_update_response.rbs
|
|
5810
|
+
- sig/telnyx/models/book_appointment_tool.rbs
|
|
5811
|
+
- sig/telnyx/models/book_appointment_tool_params.rbs
|
|
5782
5812
|
- sig/telnyx/models/bulk_messaging_settings_update_phone_numbers.rbs
|
|
5783
5813
|
- sig/telnyx/models/bulk_sim_card_action_list_params.rbs
|
|
5784
5814
|
- sig/telnyx/models/bulk_sim_card_action_list_response.rbs
|
|
@@ -5810,6 +5840,7 @@ files:
|
|
|
5810
5840
|
- sig/telnyx/models/call_ai_gather_partial_results_webhook_event.rbs
|
|
5811
5841
|
- sig/telnyx/models/call_answered.rbs
|
|
5812
5842
|
- sig/telnyx/models/call_answered_webhook_event.rbs
|
|
5843
|
+
- sig/telnyx/models/call_assistant_request.rbs
|
|
5813
5844
|
- sig/telnyx/models/call_bridged.rbs
|
|
5814
5845
|
- sig/telnyx/models/call_bridged_webhook_event.rbs
|
|
5815
5846
|
- sig/telnyx/models/call_control_application.rbs
|
|
@@ -5824,6 +5855,8 @@ files:
|
|
|
5824
5855
|
- sig/telnyx/models/call_control_application_retrieve_response.rbs
|
|
5825
5856
|
- sig/telnyx/models/call_control_application_update_params.rbs
|
|
5826
5857
|
- sig/telnyx/models/call_control_application_update_response.rbs
|
|
5858
|
+
- sig/telnyx/models/call_control_bucket_ids.rbs
|
|
5859
|
+
- sig/telnyx/models/call_control_retrieval_tool.rbs
|
|
5827
5860
|
- sig/telnyx/models/call_conversation_ended.rbs
|
|
5828
5861
|
- sig/telnyx/models/call_conversation_ended_webhook_event.rbs
|
|
5829
5862
|
- sig/telnyx/models/call_conversation_insights_generated.rbs
|
|
@@ -5996,6 +6029,8 @@ files:
|
|
|
5996
6029
|
- sig/telnyx/models/charges_breakdown_retrieve_response.rbs
|
|
5997
6030
|
- sig/telnyx/models/charges_summary_retrieve_params.rbs
|
|
5998
6031
|
- sig/telnyx/models/charges_summary_retrieve_response.rbs
|
|
6032
|
+
- sig/telnyx/models/check_availability_tool.rbs
|
|
6033
|
+
- sig/telnyx/models/check_availability_tool_params.rbs
|
|
5999
6034
|
- sig/telnyx/models/cloudflare_sync_status.rbs
|
|
6000
6035
|
- sig/telnyx/models/comment.rbs
|
|
6001
6036
|
- sig/telnyx/models/comment_create_params.rbs
|
|
@@ -6189,17 +6224,17 @@ files:
|
|
|
6189
6224
|
- sig/telnyx/models/enterprise_update_params.rbs
|
|
6190
6225
|
- sig/telnyx/models/enterprise_update_response.rbs
|
|
6191
6226
|
- sig/telnyx/models/enterprises/enterprise_reputation_public.rbs
|
|
6192
|
-
- sig/telnyx/models/enterprises/reputation/
|
|
6193
|
-
- sig/telnyx/models/enterprises/reputation/
|
|
6194
|
-
- sig/telnyx/models/enterprises/reputation/
|
|
6227
|
+
- sig/telnyx/models/enterprises/reputation/number_associate_params.rbs
|
|
6228
|
+
- sig/telnyx/models/enterprises/reputation/number_associate_response.rbs
|
|
6229
|
+
- sig/telnyx/models/enterprises/reputation/number_disassociate_params.rbs
|
|
6195
6230
|
- sig/telnyx/models/enterprises/reputation/number_list_params.rbs
|
|
6196
6231
|
- sig/telnyx/models/enterprises/reputation/number_retrieve_params.rbs
|
|
6197
6232
|
- sig/telnyx/models/enterprises/reputation/number_retrieve_response.rbs
|
|
6198
|
-
- sig/telnyx/models/enterprises/
|
|
6199
|
-
- sig/telnyx/models/enterprises/
|
|
6200
|
-
- sig/telnyx/models/enterprises/
|
|
6201
|
-
- sig/telnyx/models/enterprises/
|
|
6202
|
-
- sig/telnyx/models/enterprises/
|
|
6233
|
+
- sig/telnyx/models/enterprises/reputation_disable_params.rbs
|
|
6234
|
+
- sig/telnyx/models/enterprises/reputation_enable_params.rbs
|
|
6235
|
+
- sig/telnyx/models/enterprises/reputation_enable_response.rbs
|
|
6236
|
+
- sig/telnyx/models/enterprises/reputation_retrieve_params.rbs
|
|
6237
|
+
- sig/telnyx/models/enterprises/reputation_retrieve_response.rbs
|
|
6203
6238
|
- sig/telnyx/models/enterprises/reputation_update_frequency_params.rbs
|
|
6204
6239
|
- sig/telnyx/models/enterprises/reputation_update_frequency_response.rbs
|
|
6205
6240
|
- sig/telnyx/models/event_node.rbs
|
|
@@ -7111,11 +7146,13 @@ files:
|
|
|
7111
7146
|
- sig/telnyx/models/private_wireless_gateway_retrieve_params.rbs
|
|
7112
7147
|
- sig/telnyx/models/private_wireless_gateway_retrieve_response.rbs
|
|
7113
7148
|
- sig/telnyx/models/private_wireless_gateway_status.rbs
|
|
7149
|
+
- sig/telnyx/models/pronunciation_dict_alias_item.rbs
|
|
7114
7150
|
- sig/telnyx/models/pronunciation_dict_create_params.rbs
|
|
7115
7151
|
- sig/telnyx/models/pronunciation_dict_create_response.rbs
|
|
7152
|
+
- sig/telnyx/models/pronunciation_dict_data.rbs
|
|
7116
7153
|
- sig/telnyx/models/pronunciation_dict_delete_params.rbs
|
|
7117
7154
|
- sig/telnyx/models/pronunciation_dict_list_params.rbs
|
|
7118
|
-
- sig/telnyx/models/
|
|
7155
|
+
- sig/telnyx/models/pronunciation_dict_phoneme_item.rbs
|
|
7119
7156
|
- sig/telnyx/models/pronunciation_dict_retrieve_params.rbs
|
|
7120
7157
|
- sig/telnyx/models/pronunciation_dict_retrieve_response.rbs
|
|
7121
7158
|
- sig/telnyx/models/pronunciation_dict_update_params.rbs
|
|
@@ -7668,6 +7705,8 @@ files:
|
|
|
7668
7705
|
- sig/telnyx/models/whatsapp/phone_numbers/calling_setting_update_params.rbs
|
|
7669
7706
|
- sig/telnyx/models/whatsapp/phone_numbers/calling_setting_update_response.rbs
|
|
7670
7707
|
- sig/telnyx/models/whatsapp/phone_numbers/profile/photo_delete_params.rbs
|
|
7708
|
+
- sig/telnyx/models/whatsapp/phone_numbers/profile/photo_retrieve_params.rbs
|
|
7709
|
+
- sig/telnyx/models/whatsapp/phone_numbers/profile/photo_retrieve_response.rbs
|
|
7671
7710
|
- sig/telnyx/models/whatsapp/phone_numbers/profile/photo_upload_params.rbs
|
|
7672
7711
|
- sig/telnyx/models/whatsapp/phone_numbers/profile/photo_upload_response.rbs
|
|
7673
7712
|
- sig/telnyx/models/whatsapp/phone_numbers/profile_retrieve_params.rbs
|
|
@@ -1,190 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Telnyx
|
|
4
|
-
module Models
|
|
5
|
-
# @see Telnyx::Resources::PronunciationDicts#list
|
|
6
|
-
class PronunciationDictListResponse < Telnyx::Internal::Type::BaseModel
|
|
7
|
-
# @!attribute id
|
|
8
|
-
# Unique identifier for the pronunciation dictionary.
|
|
9
|
-
#
|
|
10
|
-
# @return [String, nil]
|
|
11
|
-
optional :id, String
|
|
12
|
-
|
|
13
|
-
# @!attribute created_at
|
|
14
|
-
# ISO 8601 timestamp with millisecond precision.
|
|
15
|
-
#
|
|
16
|
-
# @return [Time, nil]
|
|
17
|
-
optional :created_at, Time
|
|
18
|
-
|
|
19
|
-
# @!attribute items
|
|
20
|
-
# List of pronunciation items (alias or phoneme type).
|
|
21
|
-
#
|
|
22
|
-
# @return [Array<Telnyx::Models::PronunciationDictListResponse::Item::Alias, Telnyx::Models::PronunciationDictListResponse::Item::Phoneme>, nil]
|
|
23
|
-
optional :items,
|
|
24
|
-
-> { Telnyx::Internal::Type::ArrayOf[union: Telnyx::Models::PronunciationDictListResponse::Item] }
|
|
25
|
-
|
|
26
|
-
# @!attribute name
|
|
27
|
-
# Human-readable name for the dictionary. Must be unique within the organization.
|
|
28
|
-
#
|
|
29
|
-
# @return [String, nil]
|
|
30
|
-
optional :name, String
|
|
31
|
-
|
|
32
|
-
# @!attribute record_type
|
|
33
|
-
# Identifies the resource type.
|
|
34
|
-
#
|
|
35
|
-
# @return [Symbol, Telnyx::Models::PronunciationDictListResponse::RecordType, nil]
|
|
36
|
-
optional :record_type, enum: -> { Telnyx::Models::PronunciationDictListResponse::RecordType }
|
|
37
|
-
|
|
38
|
-
# @!attribute updated_at
|
|
39
|
-
# ISO 8601 timestamp with millisecond precision.
|
|
40
|
-
#
|
|
41
|
-
# @return [Time, nil]
|
|
42
|
-
optional :updated_at, Time
|
|
43
|
-
|
|
44
|
-
# @!attribute version
|
|
45
|
-
# Auto-incrementing version number. Increases by 1 on each update. Used for
|
|
46
|
-
# optimistic concurrency control and cache invalidation.
|
|
47
|
-
#
|
|
48
|
-
# @return [Integer, nil]
|
|
49
|
-
optional :version, Integer
|
|
50
|
-
|
|
51
|
-
# @!method initialize(id: nil, created_at: nil, items: nil, name: nil, record_type: nil, updated_at: nil, version: nil)
|
|
52
|
-
# Some parameter documentations has been truncated, see
|
|
53
|
-
# {Telnyx::Models::PronunciationDictListResponse} for more details.
|
|
54
|
-
#
|
|
55
|
-
# A pronunciation dictionary record.
|
|
56
|
-
#
|
|
57
|
-
# @param id [String] Unique identifier for the pronunciation dictionary.
|
|
58
|
-
#
|
|
59
|
-
# @param created_at [Time] ISO 8601 timestamp with millisecond precision.
|
|
60
|
-
#
|
|
61
|
-
# @param items [Array<Telnyx::Models::PronunciationDictListResponse::Item::Alias, Telnyx::Models::PronunciationDictListResponse::Item::Phoneme>] List of pronunciation items (alias or phoneme type).
|
|
62
|
-
#
|
|
63
|
-
# @param name [String] Human-readable name for the dictionary. Must be unique within the organization.
|
|
64
|
-
#
|
|
65
|
-
# @param record_type [Symbol, Telnyx::Models::PronunciationDictListResponse::RecordType] Identifies the resource type.
|
|
66
|
-
#
|
|
67
|
-
# @param updated_at [Time] ISO 8601 timestamp with millisecond precision.
|
|
68
|
-
#
|
|
69
|
-
# @param version [Integer] Auto-incrementing version number. Increases by 1 on each update. Used for optimi
|
|
70
|
-
|
|
71
|
-
# A single pronunciation dictionary item. Use type 'alias' to replace matched text
|
|
72
|
-
# with a spoken alias, or type 'phoneme' to specify exact pronunciation using IPA
|
|
73
|
-
# notation.
|
|
74
|
-
module Item
|
|
75
|
-
extend Telnyx::Internal::Type::Union
|
|
76
|
-
|
|
77
|
-
discriminator :type
|
|
78
|
-
|
|
79
|
-
# An alias pronunciation item. When the `text` value is found in input, it is replaced with the `alias` before speech synthesis.
|
|
80
|
-
variant :alias, -> { Telnyx::Models::PronunciationDictListResponse::Item::Alias }
|
|
81
|
-
|
|
82
|
-
# A phoneme pronunciation item. When the `text` value is found in input, it is pronounced using the specified IPA phoneme notation.
|
|
83
|
-
variant :phoneme, -> { Telnyx::Models::PronunciationDictListResponse::Item::Phoneme }
|
|
84
|
-
|
|
85
|
-
class Alias < Telnyx::Internal::Type::BaseModel
|
|
86
|
-
# @!attribute alias_
|
|
87
|
-
# The replacement text that will be spoken instead.
|
|
88
|
-
#
|
|
89
|
-
# @return [String]
|
|
90
|
-
required :alias_, String, api_name: :alias
|
|
91
|
-
|
|
92
|
-
# @!attribute text
|
|
93
|
-
# The text to match in the input. Case-insensitive matching is used during
|
|
94
|
-
# synthesis.
|
|
95
|
-
#
|
|
96
|
-
# @return [String]
|
|
97
|
-
required :text, String
|
|
98
|
-
|
|
99
|
-
# @!attribute type
|
|
100
|
-
# The item type.
|
|
101
|
-
#
|
|
102
|
-
# @return [Symbol, :alias]
|
|
103
|
-
required :type, const: :alias
|
|
104
|
-
|
|
105
|
-
# @!method initialize(alias_:, text:, type: :alias)
|
|
106
|
-
# Some parameter documentations has been truncated, see
|
|
107
|
-
# {Telnyx::Models::PronunciationDictListResponse::Item::Alias} for more details.
|
|
108
|
-
#
|
|
109
|
-
# An alias pronunciation item. When the `text` value is found in input, it is
|
|
110
|
-
# replaced with the `alias` before speech synthesis.
|
|
111
|
-
#
|
|
112
|
-
# @param alias_ [String] The replacement text that will be spoken instead.
|
|
113
|
-
#
|
|
114
|
-
# @param text [String] The text to match in the input. Case-insensitive matching is used during synthes
|
|
115
|
-
#
|
|
116
|
-
# @param type [Symbol, :alias] The item type.
|
|
117
|
-
end
|
|
118
|
-
|
|
119
|
-
class Phoneme < Telnyx::Internal::Type::BaseModel
|
|
120
|
-
# @!attribute alphabet
|
|
121
|
-
# The phonetic alphabet used for the phoneme notation.
|
|
122
|
-
#
|
|
123
|
-
# @return [Symbol, Telnyx::Models::PronunciationDictListResponse::Item::Phoneme::Alphabet]
|
|
124
|
-
required :alphabet, enum: -> { Telnyx::Models::PronunciationDictListResponse::Item::Phoneme::Alphabet }
|
|
125
|
-
|
|
126
|
-
# @!attribute phoneme
|
|
127
|
-
# The phoneme notation representing the desired pronunciation.
|
|
128
|
-
#
|
|
129
|
-
# @return [String]
|
|
130
|
-
required :phoneme, String
|
|
131
|
-
|
|
132
|
-
# @!attribute text
|
|
133
|
-
# The text to match in the input. Case-insensitive matching is used during
|
|
134
|
-
# synthesis.
|
|
135
|
-
#
|
|
136
|
-
# @return [String]
|
|
137
|
-
required :text, String
|
|
138
|
-
|
|
139
|
-
# @!attribute type
|
|
140
|
-
# The item type.
|
|
141
|
-
#
|
|
142
|
-
# @return [Symbol, :phoneme]
|
|
143
|
-
required :type, const: :phoneme
|
|
144
|
-
|
|
145
|
-
# @!method initialize(alphabet:, phoneme:, text:, type: :phoneme)
|
|
146
|
-
# Some parameter documentations has been truncated, see
|
|
147
|
-
# {Telnyx::Models::PronunciationDictListResponse::Item::Phoneme} for more details.
|
|
148
|
-
#
|
|
149
|
-
# A phoneme pronunciation item. When the `text` value is found in input, it is
|
|
150
|
-
# pronounced using the specified IPA phoneme notation.
|
|
151
|
-
#
|
|
152
|
-
# @param alphabet [Symbol, Telnyx::Models::PronunciationDictListResponse::Item::Phoneme::Alphabet] The phonetic alphabet used for the phoneme notation.
|
|
153
|
-
#
|
|
154
|
-
# @param phoneme [String] The phoneme notation representing the desired pronunciation.
|
|
155
|
-
#
|
|
156
|
-
# @param text [String] The text to match in the input. Case-insensitive matching is used during synthes
|
|
157
|
-
#
|
|
158
|
-
# @param type [Symbol, :phoneme] The item type.
|
|
159
|
-
|
|
160
|
-
# The phonetic alphabet used for the phoneme notation.
|
|
161
|
-
#
|
|
162
|
-
# @see Telnyx::Models::PronunciationDictListResponse::Item::Phoneme#alphabet
|
|
163
|
-
module Alphabet
|
|
164
|
-
extend Telnyx::Internal::Type::Enum
|
|
165
|
-
|
|
166
|
-
IPA = :ipa
|
|
167
|
-
|
|
168
|
-
# @!method self.values
|
|
169
|
-
# @return [Array<Symbol>]
|
|
170
|
-
end
|
|
171
|
-
end
|
|
172
|
-
|
|
173
|
-
# @!method self.variants
|
|
174
|
-
# @return [Array(Telnyx::Models::PronunciationDictListResponse::Item::Alias, Telnyx::Models::PronunciationDictListResponse::Item::Phoneme)]
|
|
175
|
-
end
|
|
176
|
-
|
|
177
|
-
# Identifies the resource type.
|
|
178
|
-
#
|
|
179
|
-
# @see Telnyx::Models::PronunciationDictListResponse#record_type
|
|
180
|
-
module RecordType
|
|
181
|
-
extend Telnyx::Internal::Type::Enum
|
|
182
|
-
|
|
183
|
-
PRONUNCIATION_DICT = :pronunciation_dict
|
|
184
|
-
|
|
185
|
-
# @!method self.values
|
|
186
|
-
# @return [Array<Symbol>]
|
|
187
|
-
end
|
|
188
|
-
end
|
|
189
|
-
end
|
|
190
|
-
end
|