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 +```