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
  1. Build
  2. Resources
  3. Voice+ scripts

Create Voice+ flow

Create a Voice+ intent flow and deploy your experience with NLX

Last updated 5 days ago

Create conversation flow

As all Voice+ experiences begin with a traditional voice experience (IVR), you'll construct a flow that sends the SMS containing a link to your digital asset and initiates Voice+ mode:

  • Create a new Flow or select an existing one

  • Add training phrases the AI model (NLP or the NLX native LLM) will use to recognize user intent, or disable the training setting on the flow's Settings, if applicable

  • After any greeting or logic that begins your flow, place an that will send the SMS link (requires a that sends SMS be previously set up in your workspace). At a minimum, be sure your Action's Request model has at least two properties 1) Phone number, 2) URL

  • Within your flow, select the Action node > Use the system variable {system.userId}for the phone number field of your payload on the

  • In your action's URL payload field, enter your URL followed by the query parameter ?cid={system.conversationID}

  • Place and link a after the Action node to indicate a text was successfully sent to the user and prompt them to tap the link

  • From the Basic node, place and link to a > Click Save

You may now attach your flow to in your workspace and deploy.

Future changes to Voice+ Steps can be deployed from your . Only updates to the flow(s) requires an application's .

custom Action
an application
Voice+ script's Deployment tab
re-deployment
Action node
Action node's side panel
Basic node
Voice+ node