LogoLogo
  • GETTING STARTED
    • Welcome to the NLX platform
    • How NLX works
    • Guides
      • Analytics dashboard
      • Chat
      • Generative Journey (Slots)
      • Model Context Protocol
      • Voice
      • Voice+
      • Touchpoint components
        • Carousel modality
        • Video modality
    • Terms & concepts
    • Generative AI
    • Developer
  • Build
    • Workspace setup
    • Flows
      • Intro to flows & variables
      • The Canvas
      • Flow settings
      • Nodes
      • Flow appearance
    • Resources
      • Actions
        • Implementation
        • Request model
      • Analytics tags
      • Context variables
      • Data requests
        • Implementation
        • Response model
        • Request model
      • Knowledge bases
        • Ingest content
        • Add metadata (beta)
        • Apply KB
      • Lifecycle hooks
        • Implementation
      • Modalities
      • Secrets
      • Slots (custom)
        • Adding values
        • Translating slots
      • Voice+ scripts
        • Add + download script
        • Deploy script + install SDK
        • Create Voice+ flow
    • Integrations
      • Channels
        • Alexa
        • Amazon Chime SDK
        • Amazon Connect
        • AWS End User Messaging SMS
        • AWS End User Messaging Social
        • Bandwidth
        • Genesys
        • Twilio
        • Zendesk Sunshine
      • LLM services
        • Amazon Bedrock
        • Anthropic
        • Azure OpenAI
        • Cerebras
        • Cohere
        • Google Vertex AI
        • Groq
        • NVIDIA
        • OpenAI
        • xAI
      • NLP
        • Amazon Lex
        • Google Dialogflow
        • Google Dialogflow CX
        • Custom NLP
    • Translations
  • Test & Deploy
    • Applications
      • Attach flows
      • Assign default behavior
      • Add channels
        • API
          • REST API
        • Alexa
        • Amazon Chime SDK
        • Amazon Connect
        • AWS End User Messaging SMS
        • AWS End User Messaging Social
        • Genesys
        • Genesys SMS
        • Messenger
        • Microsoft Teams
        • Slack
        • SMS via Bandwidth
        • Twilio SMS
        • Twilio Voice
        • WhatsApp via Twilio
        • Zendesk Sunshine
      • Deploy
      • Optional: Set lifecycle
      • Optional: Set languages
    • Test
      • Test a conversation
      • Automated tests
      • Test an external integration
  • Analyze
    • Conversations
    • Analytics
      • Creating dashboards
      • Formulas & multi-metrics
      • Canvas analytics
    • Training
  • Workspace Settings
    • Escalation channels
    • Resource tags
    • Audit
  • Admin
    • Access control
      • Roles & permissions
    • Notifications
    • FAQ
    • Contact support
Powered by GitBook
On this page
  • What's the Voice+ Deployment tab?
  • Build & deploy Voice+ script
  • Install SDK
  1. Build
  2. Resources
  3. Voice+ scripts

Deploy script + install SDK

Create new builds and deploy or rollback on a Voice+ script in your NLX workspace

Last updated 5 days ago

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.

Applications that access your Voice+ script through their attached intents do not need to be re-deployed after an initial application build and deployment. Only updates to the intent flows themselves require an .


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.

Changes made to your Voice+ script require a new script build and deployment to be experienced.


Install SDK

  • 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 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:

Install code snippet with applicable step IDs () 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) .

https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams/get#examples
application re-deployment
downloaded previously
Voice+ script's Settings
in the Voice+ script's Settings