<?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>question How to translate &amp;quot;Scripted Response&amp;quot; in Virtual Agent? in Virtual Agent, NLU forum</title>
    <link>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-translate-quot-scripted-response-quot-in-virtual-agent/m-p/252640#M6319</link>
    <description>&lt;P&gt;Dear all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am following the doc. to translate for Virtual Agent:&lt;/P&gt;
&lt;P&gt;https://community.servicenow.com/community?id=community_article&amp;amp;sys_id=e134c27c1b773c50b09633f2cd4bcbde&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I found that it doesn't work for "Scripted Response" (in Virtual Agent -&amp;gt; Languages -&amp;gt; Translations, it doesn't show "Scripted Response" so I can't edit (translate) it).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/3428i9BA168463B7BC2F2/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;How can I translate the script response?&lt;/P&gt;</description>
    <pubDate>Mon, 11 Jul 2022 02:25:52 GMT</pubDate>
    <dc:creator>Junyu</dc:creator>
    <dc:date>2022-07-11T02:25:52Z</dc:date>
    <item>
      <title>How to translate "Scripted Response" in Virtual Agent?</title>
      <link>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-translate-quot-scripted-response-quot-in-virtual-agent/m-p/252640#M6319</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am following the doc. to translate for Virtual Agent:&lt;/P&gt;
&lt;P&gt;https://community.servicenow.com/community?id=community_article&amp;amp;sys_id=e134c27c1b773c50b09633f2cd4bcbde&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I found that it doesn't work for "Scripted Response" (in Virtual Agent -&amp;gt; Languages -&amp;gt; Translations, it doesn't show "Scripted Response" so I can't edit (translate) it).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/3428i9BA168463B7BC2F2/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;How can I translate the script response?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 02:25:52 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-translate-quot-scripted-response-quot-in-virtual-agent/m-p/252640#M6319</guid>
      <dc:creator>Junyu</dc:creator>
      <dc:date>2022-07-11T02:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to translate "Scripted Response" in Virtual Agent?</title>
      <link>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-translate-quot-scripted-response-quot-in-virtual-agent/m-p/252641#M6320</link>
      <description>&lt;P&gt;Hi Junyu,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Scripted responses need to be wrapped in gs.getMessageLang() API as per the commented-out code in your screenshot above.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also refer to this community article &lt;A href="https://community.servicenow.com/community?id=community_article&amp;amp;sys_id=fcebed42db8dfc10d58ea345ca9619b9"&gt;Return a message in a specific language, gs.getMessageLang() &lt;/A&gt;for more information on how to implement this.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I have answered your question, please mark my response as correct and/or helpful.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Nilima&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 04:06:56 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-translate-quot-scripted-response-quot-in-virtual-agent/m-p/252641#M6320</guid>
      <dc:creator>nilimadesai</dc:creator>
      <dc:date>2022-07-11T04:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to translate "Scripted Response" in Virtual Agent?</title>
      <link>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-translate-quot-scripted-response-quot-in-virtual-agent/m-p/252642#M6321</link>
      <description>&lt;P style="text-align: left;"&gt;Hi &lt;SN-MENTION class="sn-mention" table="live_profile" sysid="fb92926ddbd81fc09c9ffb651f9619ed"&gt;@nilimadesai&lt;/SN-MENTION&gt; ,&lt;/P&gt;
&lt;P style="text-align: left;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="text-align: left;"&gt;Thanks for your reply,&lt;/P&gt;
&lt;P style="text-align: left;"&gt;Now I'm confused about is: &lt;STRONG&gt;how do the system know that I switched a certain language?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="text-align: left;"&gt;For example,&lt;/P&gt;
&lt;P style="text-align: left;"&gt;When you go to a portal and switch the language in your profile:&lt;/P&gt;
&lt;P style="text-align: left;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/3430i1A59E66C5292F616/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style="text-align: left;"&gt;Then how do you write a script to get this language id?&lt;/P&gt;
&lt;P style="text-align: left;"&gt;I followed the doc. you shared with me:&lt;/P&gt;
&lt;PRE class="language-javascript"&gt;&lt;CODE&gt;var language = current.assigned_to.preferred_language;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;But this occurred "technical issue" in Virtual Agent,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you write a simple demo for me to see how it works?&lt;/P&gt;
&lt;P&gt;Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 10:12:37 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-translate-quot-scripted-response-quot-in-virtual-agent/m-p/252642#M6321</guid>
      <dc:creator>Junyu</dc:creator>
      <dc:date>2022-07-11T10:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to translate "Scripted Response" in Virtual Agent?</title>
      <link>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-translate-quot-scripted-response-quot-in-virtual-agent/m-p/252643#M6322</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;Can you share in detail your updated code?&lt;/P&gt;
&lt;P&gt;You could try using:&lt;/P&gt;
&lt;DIV&gt;
&lt;PRE class="language-javascript"&gt;&lt;CODE&gt;vaContext.getRequesterLang()&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;P&gt;If my answer helped you in any way, please then mark it as helpful.&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;BR /&gt;Mark&lt;BR /&gt;&lt;EM&gt;2020-2022 ServiceNow Community MVP&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;2020-2022 ServiceNow Developer MVP&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;---&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.linkedin.com/in/markroethof/" target="_blank" rel="noopener noreferrer"&gt;LinkedIn&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.servicenow.com/community?id=community_blog&amp;amp;sys_id=14e51965db2200d013b5fb24399619fb" target="_blank" rel="noopener noreferrer"&gt;Community article, blog, video list&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 10:46:36 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-translate-quot-scripted-response-quot-in-virtual-agent/m-p/252643#M6322</guid>
      <dc:creator>Mark Roethof</dc:creator>
      <dc:date>2022-07-11T10:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to translate "Scripted Response" in Virtual Agent?</title>
      <link>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-translate-quot-scripted-response-quot-in-virtual-agent/m-p/252644#M6323</link>
      <description>&lt;P&gt;Hi &lt;SN-MENTION class="sn-mention" table="live_profile" sysid="9b88d944dbb9bcd0fb115583ca961940"&gt;@Mark Roethof&lt;/SN-MENTION&gt; ,&lt;/P&gt;
&lt;P&gt;Here is my script:&lt;/P&gt;
&lt;PRE class="language-javascript"&gt;&lt;CODE&gt;(function execute() {
    var tmp = vaInputs.fourth_choice_decision3.getDefaultDisplayValue();
    var language = current.assigned_to.preferred_language;
    
    return gs.getMessageLang('We only have: \" {0} \" as your next decision, please click \"Yes\" to continue.', language, [tmp]);
})()
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know how to edit it with "vaContext.getRequesterLang()".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you show me a demo or tutorial for me?&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 02:14:18 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-translate-quot-scripted-response-quot-in-virtual-agent/m-p/252644#M6323</guid>
      <dc:creator>Junyu</dc:creator>
      <dc:date>2022-07-12T02:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to translate "Scripted Response" in Virtual Agent?</title>
      <link>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-translate-quot-scripted-response-quot-in-virtual-agent/m-p/252645#M6324</link>
      <description>&lt;P&gt;Hi Junyu,&lt;/P&gt;
&lt;P&gt;Once you set the preferred language in the portal or Native UI, VA can detect your preferred language and convert the message accordingly.&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;vaContext&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;.&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;getRequesterLang&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;()&amp;nbsp; - This detects your pref langu that you have chosen,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;gs&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;.&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;getMessageLang() - Converts the message to your pref lang&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE class="language-javascript"&gt;&lt;CODE&gt;(function execute() {

    var tmp = vaInputs.fourth_choice_decision3.getDisplayValue()
   
    return gs.getMessageLang('We only have: \"{0}\" as your next decision, please click \"Yes\" to continue.', vaContext.getRequesterLang(), [tmp]);

})()
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 02:31:27 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-translate-quot-scripted-response-quot-in-virtual-agent/m-p/252645#M6324</guid>
      <dc:creator>Muralidharan BS</dc:creator>
      <dc:date>2022-07-12T02:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to translate "Scripted Response" in Virtual Agent?</title>
      <link>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-translate-quot-scripted-response-quot-in-virtual-agent/m-p/252646#M6325</link>
      <description>&lt;P&gt;Hi Murali,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your reply, no errors have been generated so far.&lt;BR /&gt;Next step I want it to be able to translate according to the preferred language, what should I do?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way, can you show me where is the "VA Web Client" for debug?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 02:38:18 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-translate-quot-scripted-response-quot-in-virtual-agent/m-p/252646#M6325</guid>
      <dc:creator>Junyu</dc:creator>
      <dc:date>2022-07-12T02:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to translate "Scripted Response" in Virtual Agent?</title>
      <link>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-translate-quot-scripted-response-quot-in-virtual-agent/m-p/252647#M6326</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;
&lt;DIV&gt;
&lt;PRE class="language-javascript"&gt;&lt;CODE&gt;var language = vaContext.getRequesterLang();&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If my answer helped you in any way, please then mark it as helpful.&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;BR /&gt;Mark&lt;BR /&gt;&lt;EM&gt;2020-2022 ServiceNow Community MVP&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;2020-2022 ServiceNow Developer MVP&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;---&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.linkedin.com/in/markroethof/" target="_blank" rel="noopener noreferrer"&gt;LinkedIn&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.servicenow.com/community?id=community_blog&amp;amp;sys_id=14e51965db2200d013b5fb24399619fb" target="_blank" rel="noopener noreferrer"&gt;Community article, blog, video list&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Jul 2022 03:47:24 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-translate-quot-scripted-response-quot-in-virtual-agent/m-p/252647#M6326</guid>
      <dc:creator>Mark Roethof</dc:creator>
      <dc:date>2022-07-12T03:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to translate "Scripted Response" in Virtual Agent?</title>
      <link>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-translate-quot-scripted-response-quot-in-virtual-agent/m-p/252648#M6327</link>
      <description>&lt;P&gt;Hi &lt;SN-MENTION class="sn-mention" table="live_profile" sysid="9b88d944dbb9bcd0fb115583ca961940"&gt;@Mark Roethof&lt;/SN-MENTION&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your reply, no errors have been generated so far.&lt;BR /&gt;Next step I want it to be able to translate according to the preferred language, what should I do?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way, can you show me where is the "VA Web Client" for debug?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 03:54:13 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-translate-quot-scripted-response-quot-in-virtual-agent/m-p/252648#M6327</guid>
      <dc:creator>Junyu</dc:creator>
      <dc:date>2022-07-12T03:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to translate "Scripted Response" in Virtual Agent?</title>
      <link>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-translate-quot-scripted-response-quot-in-virtual-agent/m-p/252649#M6328</link>
      <description>&lt;P&gt;Do you mean the debug when testing a topic?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/3434i85AE198E3BFF7E76/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If my answer helped you in any way, please then mark it as helpful.&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;BR /&gt;Mark&lt;BR /&gt;&lt;EM&gt;2020-2022 ServiceNow Community MVP&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;2020-2022 ServiceNow Developer MVP&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;---&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.linkedin.com/in/markroethof/" target="_blank" rel="noopener noreferrer"&gt;LinkedIn&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.servicenow.com/community?id=community_blog&amp;amp;sys_id=14e51965db2200d013b5fb24399619fb" target="_blank" rel="noopener noreferrer"&gt;Community article, blog, video list&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 04:06:28 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-translate-quot-scripted-response-quot-in-virtual-agent/m-p/252649#M6328</guid>
      <dc:creator>Mark Roethof</dc:creator>
      <dc:date>2022-07-12T04:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to translate "Scripted Response" in Virtual Agent?</title>
      <link>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-translate-quot-scripted-response-quot-in-virtual-agent/m-p/252650#M6329</link>
      <description>&lt;P&gt;"Next step I want it to be able to translate according to the preferred language, what should I do?"&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="s1"&gt;vaContext&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;.&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;getRequesterLang&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;() is the preferred language of the user. So not sure what you are asking here that would be different?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;If my answer helped you in any way, please then mark it as helpful.&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;BR /&gt;Mark&lt;BR /&gt;&lt;EM&gt;2020-2022 ServiceNow Community MVP&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;2020-2022 ServiceNow Developer MVP&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;---&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.linkedin.com/in/markroethof/" target="_blank" rel="noopener noreferrer"&gt;LinkedIn&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.servicenow.com/community?id=community_blog&amp;amp;sys_id=14e51965db2200d013b5fb24399619fb" target="_blank" rel="noopener noreferrer"&gt;Community article, blog, video list&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 04:07:58 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-translate-quot-scripted-response-quot-in-virtual-agent/m-p/252650#M6329</guid>
      <dc:creator>Mark Roethof</dc:creator>
      <dc:date>2022-07-12T04:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to translate "Scripted Response" in Virtual Agent?</title>
      <link>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-translate-quot-scripted-response-quot-in-virtual-agent/m-p/252651#M6330</link>
      <description>&lt;P&gt;Hi &lt;SN-MENTION class="sn-mention" table="live_profile" sysid="9b88d944dbb9bcd0fb115583ca961940"&gt;@Mark Roethof&lt;/SN-MENTION&gt; ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I mean &lt;STRONG&gt;where should I go to edit the template for the corresponding language&lt;/STRONG&gt;?&lt;/P&gt;
&lt;P&gt;For example, the preferred language is German, so where to edit the corresponding German for this reponse text?&lt;/P&gt;
&lt;P&gt;I need to translate:&lt;/P&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;'We only have: \"{0}\" as your next decision, please click \"Yes\" to continue.'&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding debug I mean here:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/3432iBF5652038AC0C1B7/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In Rome version here is Web Client option and I can see some tab like "MSG".&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 05:07:29 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-translate-quot-scripted-response-quot-in-virtual-agent/m-p/252651#M6330</guid>
      <dc:creator>Junyu</dc:creator>
      <dc:date>2022-07-12T05:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to translate "Scripted Response" in Virtual Agent?</title>
      <link>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-translate-quot-scripted-response-quot-in-virtual-agent/m-p/252652#M6331</link>
      <description>&lt;P&gt;I mean here:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://www.servicenow.com/community/s/skins/images/8A378474714559DDCEBEB3415D4958A5/responsive_peak/images/image_not_found.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In Rome version here is Web Client option and I can see some tab like "MSG".&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 05:10:09 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-translate-quot-scripted-response-quot-in-virtual-agent/m-p/252652#M6331</guid>
      <dc:creator>Junyu</dc:creator>
      <dc:date>2022-07-12T05:10:09Z</dc:date>
    </item>
  </channel>
</rss>

