Skip to content

Commit 515b661

Browse files
authored
Update chatbots.html
1 parent 5aef248 commit 515b661

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Shital/SDB3/chatbots.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@ <h1> In APP Web Client for Org: "PRISM20241230"</h1>
1414
<script type='text/javascript'>
1515
function initEmbeddedMessaging() {
1616
try {
17-
embeddedservice_bootstrap.settings.language = 'en'; // For example, enter 'en' or 'en-US'
17+
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
1818

1919
embeddedservice_bootstrap.init(
20-
'00DSB00000K11Ef',
21-
'DEPLOYMENT_MIAW_FORBOTS',
22-
'https://prism20241230.demo.test1.my.pc-rnd.site.com/ESWDEPLOYMENTMIAWFORBOT1736142439400',
20+
'00DSB00000KVyaf',
21+
'MIAW_BOTS_DEPLOYEMENT',
22+
'https://bt20250106.demo.test1.my.pc-rnd.site.com/ESWMIAWBOTSDEPLOYEMENT1736223888553',
2323
{
24-
scrt2URL: 'https://prism20241230.demo.test1.my.pc-rnd.salesforce-scrt.com'
24+
scrt2URL: 'https://bt20250106.demo.test1.my.pc-rnd.salesforce-scrt.com'
2525
}
2626
);
2727
} catch (err) {
2828
console.error('Error loading Embedded Messaging: ', err);
2929
}
3030
};
3131
</script>
32-
<script type='text/javascript' src='https://prism20241230.demo.test1.my.pc-rnd.site.com/ESWDEPLOYMENTMIAWFORBOT1736142439400/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
32+
<script type='text/javascript' src='https://bt20250106.demo.test1.my.pc-rnd.site.com/ESWMIAWBOTSDEPLOYEMENT1736223888553/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
3333

3434

3535
</body>

0 commit comments

Comments
 (0)