Deploy + install SDK
Create new builds and deploy or rollback on a Voice+ script in your NLX workspace
Last updated
Create new builds and deploy or rollback on a Voice+ script in your NLX workspace
Last updated
Deployment allows you to create builds of your Voice+ script and deploy 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.
Bots that access your Voice+ script through their attached intents do not need to be re-deployed after an initial bot build and deployment. Only updates to the intent flows themselves require a bot re-deployment.
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.
Changes made to your Voice+ script require a new script build and deployment to be experienced.
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 Dialog Studio, 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.