From 10299997d87ea8f4ec81fad2f19df1f3c3f38bf1 Mon Sep 17 00:00:00 2001 From: Phillip Schichtel Date: Mon, 23 Jan 2023 11:41:53 +0100 Subject: [PATCH] some readme cleanup --- .../vier-cognitive-voice-gateway/README.md | 30 +++++++------------ 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/extensions/vier-cognitive-voice-gateway/README.md b/extensions/vier-cognitive-voice-gateway/README.md index 4ad616c4..9af318df 100644 --- a/extensions/vier-cognitive-voice-gateway/README.md +++ b/extensions/vier-cognitive-voice-gateway/README.md @@ -32,12 +32,12 @@ Please note that [CVG sends events to Cognigy](https://cognitivevoice.io/docs/co Allow the caller to interrupt the bot output by speaking If checked, the talking bot can be interrupted by the speaker - ✔️ + ✔️ Allow the caller to interrupt the bot output by pressing keys If checked, the talking bot can be interrupted by pressing keys - ✔️ + ✔️ @@ -129,17 +129,17 @@ The audio file is subject to caching, which means repeated use of the same URL Audio URL* The URL of the audio file - https://url.to.audiofile.com/audio/prerecorded.wav + https://example.com/audio/prerecorded.wav Allow the speaker to interrupt the audio file by speaking If checked, the playing of the audio file can be interrupted by the speaker - ✔️ + ✔️ Allow the caller to interrupt the audio file by pressing keys If checked, the playing of the audio file can be interrupted by pressing keys - ✔️ + ✔️ Fallback text @@ -263,20 +263,15 @@ The automatic inactivity timeout in the CVG project settings must be disabled fo Define synthesizers that override the synthesizer list from the project settings. When using custom synthesizer profiles attach the profile name after the vendor with a dash GOOGLE or GOOGLE-profilename - - Interpret as - Explicitly state how the text should be interpreted, by default SSML is assumed - SSML or TEXT - Allow the caller to interrupt the bot output by speaking If checked, the talking bot can be interrupted by the speaker - ✔️ + ✔️ Allow the caller to interrupt the bot output by pressing keys If checked, the talking bot can be interrupted by pressing keys - ✔️ + ✔️ Use Submit Inputs @@ -335,20 +330,15 @@ The automatic inactivity timeout in the CVG project settings must be disabled fo Define synthesizers that override the synthesizer list from the project settings. When using custom synthesizer profiles attach the profile name after the vendor with a dash GOOGLE or GOOGLE-profilename - - Interpret as - Explicitly state how the text should be interpreted, by default SSML is assumed - SSML or TEXT - Allow the caller to interrupt the bot output by speaking If checked, the talking bot can be interrupted by the speaker - ✔️ + ✔️ Allow the caller to interrupt the bot output by pressing keys If checked, the talking bot can be interrupted by pressing keys - ✔️ + ✔️ Choices @@ -486,7 +476,7 @@ After a successful bridge, the bot will not receive further messages and will no Custom SIP Headers - SIP headers that can be attached to the request. Headers need to be in the form of [key: string]: [string]. Keys need to be prefixed with a x-. Due to limitations, only 128 bytes of data will be accepted. Any SIP proxy on the path to the system, that is supposed to read the information, can alter or drop headers + SIP headers that can be attached to the request. Headers need to be in the form of [key: string]: [string]. Keys need to be prefixed with an x-. Due to limitations, only 128 bytes of data will be accepted. Any SIP proxy on the path to the system, that is supposed to read the information, can alter or drop headers { "x-some-header": ["some", "data"] }