From 21b5ed53a5cdf665c5e8c1300bbe7cc747dcbc64 Mon Sep 17 00:00:00 2001 From: Francesco Disperati Date: Fri, 21 Nov 2025 13:58:53 -0800 Subject: [PATCH 1/2] RANG-193: Remove Readspeaker TTS voices from documentation Default prompt voices are not indicated. Instead, added a text to explain that defaults are selected based on the campaign country. --- .../network_integration/prompt_voice/index.rst | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/source/api_documentation/network_integration/prompt_voice/index.rst b/source/api_documentation/network_integration/prompt_voice/index.rst index 5fbea8d1..b94439cf 100644 --- a/source/api_documentation/network_integration/prompt_voice/index.rst +++ b/source/api_documentation/network_integration/prompt_voice/index.rst @@ -13,6 +13,8 @@ Set Prompt Voice To use a particular prompt voice for your campaign, set ``"tts_voice_talent_id"`` on the IVR. See the tables in the **Conditions** section below to determine which prompt voice to use. (Make sure to reference *only* the table that corresponds to the language of your campaign.) +If no voice is provided, a default voice will be selected based on the Campaign Country. + POST ``https://invoca.net/api/@@CAMPAIGN_FEATURES_API_VERSION//advertisers//advertiser_campaigns/.json`` @@ -49,16 +51,6 @@ English voice options - Gender - Language code (Country) - * - 3 (Default) - - Julie - - Female - - en-US (United States) - - * - 7 - - Bridget - - Female - - en-UK (United Kingdom) - * - 8 - Nicole - Female From 229989ea891a0104f426a0828dca190c2562cf04 Mon Sep 17 00:00:00 2001 From: Francesco Disperati Date: Thu, 4 Dec 2025 16:01:39 -0800 Subject: [PATCH 2/2] Remove any mention of defaults in Prompt Voice --- .../network_integration/prompt_voice/index.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/api_documentation/network_integration/prompt_voice/index.rst b/source/api_documentation/network_integration/prompt_voice/index.rst index b94439cf..a3f8a00c 100644 --- a/source/api_documentation/network_integration/prompt_voice/index.rst +++ b/source/api_documentation/network_integration/prompt_voice/index.rst @@ -13,8 +13,6 @@ Set Prompt Voice To use a particular prompt voice for your campaign, set ``"tts_voice_talent_id"`` on the IVR. See the tables in the **Conditions** section below to determine which prompt voice to use. (Make sure to reference *only* the table that corresponds to the language of your campaign.) -If no voice is provided, a default voice will be selected based on the Campaign Country. - POST ``https://invoca.net/api/@@CAMPAIGN_FEATURES_API_VERSION//advertisers//advertiser_campaigns/.json``