<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is there a way to use SSML in SVAML instructions ? in Discussion Forum</title>
    <link>https://community.sinch.com/t5/Discussion-Forum/Is-there-a-way-to-use-SSML-in-SVAML-instructions/m-p/16176#M746</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, you can use SSML in pretty much any of the `prompt` or text `fields`,&amp;nbsp; in the SVAML actions and instructions. You would just supply the SSML syntax within the the text field, as demonstrated by this &lt;A href="https://community.sinch.com/t5/Voice-API/How-do-I-add-a-pause-to-the-beginning-of-a-text-to-speech/ta-p/9918" target="_self"&gt;article&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
    <pubDate>Fri, 27 Sep 2024 18:38:03 GMT</pubDate>
    <dc:creator>Alex_Sberna</dc:creator>
    <dc:date>2024-09-27T18:38:03Z</dc:date>
    <item>
      <title>Is there a way to use SSML in SVAML instructions ?</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/Is-there-a-way-to-use-SSML-in-SVAML-instructions/m-p/16175#M745</link>
      <description>&lt;P class=""&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;I use #ssml prosody to slow the rate of my call in my runMenu action. However, once the caller has made their selection, I have a simple goodbye message in a say instruction. I would like that goodbye message to be at the same rate. Is there a way to use SSML in a say instruction?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 18:05:08 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/Is-there-a-way-to-use-SSML-in-SVAML-instructions/m-p/16175#M745</guid>
      <dc:creator>beaver</dc:creator>
      <dc:date>2024-09-27T18:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to use SSML in SVAML instructions ?</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/Is-there-a-way-to-use-SSML-in-SVAML-instructions/m-p/16176#M746</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, you can use SSML in pretty much any of the `prompt` or text `fields`,&amp;nbsp; in the SVAML actions and instructions. You would just supply the SSML syntax within the the text field, as demonstrated by this &lt;A href="https://community.sinch.com/t5/Voice-API/How-do-I-add-a-pause-to-the-beginning-of-a-text-to-speech/ta-p/9918" target="_self"&gt;article&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 18:38:03 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/Is-there-a-way-to-use-SSML-in-SVAML-instructions/m-p/16176#M746</guid>
      <dc:creator>Alex_Sberna</dc:creator>
      <dc:date>2024-09-27T18:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to use SSML in SVAML instructions ?</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/Is-there-a-way-to-use-SSML-in-SVAML-instructions/m-p/16177#M747</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I tried the exact same ssml syntax that I use in my run menu, like this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;%{name: "say", text: "#ssml[&amp;lt;speak&amp;gt;&amp;lt;prosody rate='slow'&amp;gt;&amp;lt;lang xml:lang='en-US'&amp;gt;Message&amp;lt;/lang&amp;gt;&amp;lt;/prosody&amp;gt;&amp;lt;/speak&amp;gt;]"}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;The call literaly say "Hashtag ssm speak prosody rate equal etc..."&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 28 Sep 2024 23:31:40 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/Is-there-a-way-to-use-SSML-in-SVAML-instructions/m-p/16177#M747</guid>
      <dc:creator>beaver</dc:creator>
      <dc:date>2024-09-28T23:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to use SSML in SVAML instructions ?</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/Is-there-a-way-to-use-SSML-in-SVAML-instructions/m-p/16178#M748</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You are absolutely correct! Sorry about that. I completely forgot that `say` is only for plain text and doesn't support SSML. For SSML usage, you should use the &lt;A href="https://developers.sinch.com/docs/voice/api-reference/svaml/instructions/#playfiles" target="_self"&gt;`playFiles` instruction&lt;/A&gt;, as in this example: &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;%{name: "playFiles", ids: ["#ssml[&amp;lt;speak&amp;gt;&amp;lt;prosody rate='slow'&amp;gt;&amp;lt;lang xml:lang='en-US'&amp;gt;Message&amp;lt;/lang&amp;gt;&amp;lt;/prosody&amp;gt;&amp;lt;/speak&amp;gt;]"], locale: "en-US"}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry for the inconvenience and let me know if there're any other questions.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2024 15:26:46 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/Is-there-a-way-to-use-SSML-in-SVAML-instructions/m-p/16178#M748</guid>
      <dc:creator>Alex_Sberna</dc:creator>
      <dc:date>2024-09-30T15:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to use SSML in SVAML instructions ?</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/Is-there-a-way-to-use-SSML-in-SVAML-instructions/m-p/16179#M749</link>
      <description>&lt;P&gt;Awesome !&lt;BR /&gt;&lt;BR /&gt;Works just fine ! thanks&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2024 17:39:20 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/Is-there-a-way-to-use-SSML-in-SVAML-instructions/m-p/16179#M749</guid>
      <dc:creator>beaver</dc:creator>
      <dc:date>2024-09-30T17:39:20Z</dc:date>
    </item>
  </channel>
</rss>

