From dbaf66f9ec19a0c331801d2985d1c22a02ae6b0e Mon Sep 17 00:00:00 2001 From: drinfernoo <2319508+drinfernoo@users.noreply.github.com> Date: Fri, 22 Oct 2021 14:50:45 -0700 Subject: [PATCH] Update Watson TTS Documentation (#19912) --- source/_integrations/watson_tts.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_integrations/watson_tts.markdown b/source/_integrations/watson_tts.markdown index b18a116c668..c659e7fbd1e 100644 --- a/source/_integrations/watson_tts.markdown +++ b/source/_integrations/watson_tts.markdown @@ -106,3 +106,13 @@ Say with break: Watson ``` + +Optionally, specify a voice for the message: + +```yaml +- service: tts.watson_tts_say + data: + message: "Hello from Watson" + options: + voice: en-US_EmilyV3Voice +```