Deploy script + install Touchpoint
Create new builds and deploy or rollback on a Voice+ script in your NLX workspace
What's the Voice+ Deployment tab?
Deployment on a Voice+ script allows you to create a package of your script (build) and release it to production whenever changes are made. You may also access the configurator through a successful deployment to install on your web, mobile, or IoT application.
Build & deploy Voice+ script
Select Create your first build
Click Create build
After a build successfully completes, select Deploy from the Production column
Choose the deployment environment and select/deselect languages to support for the deployment
When ready, click Create deployment
For failed builds, expand the Details link in the Build status column for additional information.
Install Touchpoint
Select the Details link next to the Deployed status
Under Setup instructions, click Open Voice+ configurator
API key: If not already entered, provide the API key under your Voice+ script's Settings and enter it in the configurator's field
Conversation ID: Since this is dynamically generated for each conversation session with a user by NLX, you may parse the ID from the user's URL path. Sample code: https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams/get#examples
Install code snippet with applicable step IDs (downloaded previously) to each page of your frontend UI
In order for your Voice+ communication to work properly and not trigger CORS errors, make sure to whitelist the URL domain(s) in the Voice+ script's Settings.
Last updated