Nuance Mix - NLU Model Export

Learn how to use our NLU export with Nuance Mix

Quick Reference

DataSupport
File formatXML
Data Support
Intents
Training Phrases
Entities
Synonyms
Import Type
Modify
Overwrite

Video Walkthrough

Sample Export

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<project xmlns:nuance="https://developer.nuance.com/mix/nlu/trsx" xml:lang="en-US" nuance:version="2.5">
  <metadata>
    <entry key="short_name">VF Burger</entry>
    <entry key="source">Voiceflow</entry>
    <entry key="voiceflow_platform_type">chatbot</entry>
    <entry key="voiceflow_project_id">62430560456f30001d59c471</entry>
  </metadata>
  <ontology>
    <intents>
      <intent name="place_order_3q9945n8">
        <links>
          <link conceptref="sandwich_449h45os"/>
          <link conceptref="side_vr9o456k"/>
          <link conceptref="drink_dra045d9"/>
        </links>
      </intent>
    </intents>
    <concepts>
      <concept name="sandwich_449h45os"/>
      <concept name="side_vr9o456k"/>
      <concept name="drink_dra045d9"/>
    </concepts>
  </ontology>
  <dictionaries>
    <dictionary conceptref="sandwich_449h45os">
      <entry literal="burger" value="Hamburger"/>
      <entry literal="single" value="Hamburger"/>
      <entry literal="plain burger" value="Hamburger"/>
      <entry literal="Hamburger" value="Hamburger"/>
      <entry literal="cheeseburg" value="Cheeseburger"/>
      <entry literal="a cheeseburger" value="Cheeseburger"/>
      <entry literal="cheese burger" value="Cheeseburger"/>
      <entry literal="Cheeseburger" value="Cheeseburger"/>
      <entry literal="chicken" value="Super Chicken"/>
      <entry literal="chicken sandwich" value="Super Chicken"/>
      <entry literal="Super Chicken" value="Super Chicken"/>
      <entry literal="fish sandwich" value="Fish Burger"/>
      <entry literal="fish filet" value="Fish Burger"/>
      <entry literal="fish" value="Fish Burger"/>
      <entry literal="Fish Burger" value="Fish Burger"/>
      <entry literal="vegetable sandwich" value="Veggie Burger"/>
      <entry literal="vegetarian sandwich" value="Veggie Burger"/>
      <entry literal="veggie sandwich" value="Veggie Burger"/>
      <entry literal="Veggie Burger" value="Veggie Burger"/>
    </dictionary>
    <dictionary conceptref="side_vr9o456k">
      <entry literal="fry" value="Fries"/>
      <entry literal="a fries" value="Fries"/>
      <entry literal="some fries" value="Fries"/>
      <entry literal="french fries" value="Fries"/>
      <entry literal="Fries" value="Fries"/>
      <entry literal="gravy" value="Poutine"/>
      <entry literal="fries and gravy" value="Poutine"/>
      <entry literal="Poutine" value="Poutine"/>
      <entry literal="onion" value="Onion Rings"/>
      <entry literal="rings" value="Onion Rings"/>
      <entry literal="onions" value="Onion Rings"/>
      <entry literal="Onion Rings" value="Onion Rings"/>
      <entry literal="Salad" value="Salad"/>
    </dictionary>
    <dictionary conceptref="drink_dra045d9">
      <entry literal="coca cola" value="Coke"/>
      <entry literal="pepsi" value="Coke"/>
      <entry literal="Coke" value="Coke"/>
      <entry literal="seven up" value="Sprite"/>
      <entry literal="7 up" value="Sprite"/>
      <entry literal="Sprite" value="Sprite"/>
      <entry literal="barks" value="Root Beer"/>
      <entry literal="barks root beer" value="Root Beer"/>
      <entry literal="barqs" value="Root Beer"/>
      <entry literal="Root Beer" value="Root Beer"/>
      <entry literal="cold tea" value="Iced Tea"/>
      <entry literal="nestea" value="Iced Tea"/>
      <entry literal="Iced Tea" value="Iced Tea"/>
      <entry literal="Water" value="Water"/>
    </dictionary>
  </dictionaries>
  <samples>
    <sample intentref="place_order_3q9945n8" count="1">
      <annotation conceptref="drink_dra045d9">Coke</annotation>
    </sample>
    <sample intentref="place_order_3q9945n8" count="1">
      <annotation conceptref="side_vr9o456k">Fries</annotation>
    </sample>
    <sample intentref="place_order_3q9945n8" count="1">I'd like to order a combo</sample>
    <sample intentref="place_order_3q9945n8" count="1">
      <annotation conceptref="sandwich_449h45os">Hamburger</annotation>
      with
      <annotation conceptref="side_vr9o456k">fry</annotation>
      and a
      <annotation conceptref="drink_dra045d9">coca cola</annotation>
    </sample>
    <sample intentref="place_order_3q9945n8" count="1">
      need a
      <annotation conceptref="sandwich_449h45os">burger</annotation>
      and a
      <annotation conceptref="side_vr9o456k">a fries</annotation>
      and a
      <annotation conceptref="drink_dra045d9">pepsi</annotation>
    </sample>
    <sample intentref="place_order_3q9945n8" count="1">
      My order is
      <annotation conceptref="sandwich_449h45os">single</annotation>
    </sample>
    <sample intentref="place_order_3q9945n8" count="1">
      I want a
      <annotation conceptref="sandwich_449h45os">plain burger</annotation>
      with
      <annotation conceptref="drink_dra045d9">Sprite</annotation>
    </sample>
    <sample intentref="place_order_3q9945n8" count="1">
      <annotation conceptref="sandwich_449h45os">Cheeseburger</annotation>
      please
    </sample>
    <sample intentref="place_order_3q9945n8" count="1">
      <annotation conceptref="sandwich_449h45os">cheeseburg</annotation>
    </sample>
    <sample intentref="place_order_3q9945n8" count="1">
      Give me a
      <annotation conceptref="sandwich_449h45os">a cheeseburger</annotation>
      and
      <annotation conceptref="side_vr9o456k">some fries</annotation>
    </sample>
    <sample intentref="place_order_3q9945n8" count="1">
      I'd like to order a
      <annotation conceptref="sandwich_449h45os">cheese burger</annotation>
      with
      <annotation conceptref="side_vr9o456k">french fries</annotation>
      and a
      <annotation conceptref="drink_dra045d9">seven up</annotation>
    </sample>
    <sample intentref="place_order_3q9945n8" count="1">
      <annotation conceptref="sandwich_449h45os">Super Chicken</annotation>
      with
      <annotation conceptref="side_vr9o456k">Poutine</annotation>
      and a
      <annotation conceptref="drink_dra045d9">7 up</annotation>
    </sample>
    <sample intentref="place_order_3q9945n8" count="1">
      need a
      <annotation conceptref="sandwich_449h45os">chicken</annotation>
      and a
      <annotation conceptref="side_vr9o456k">gravy</annotation>
      and a
      <annotation conceptref="drink_dra045d9">Root Beer</annotation>
    </sample>
    <sample intentref="place_order_3q9945n8" count="1">
      I want a
      <annotation conceptref="sandwich_449h45os">chicken sandwich</annotation>
      with
      <annotation conceptref="drink_dra045d9">barks</annotation>
    </sample>
    <sample intentref="place_order_3q9945n8" count="1">
      I'd like to order a
      <annotation conceptref="sandwich_449h45os">Fish Burger</annotation>
      with
      <annotation conceptref="side_vr9o456k">fries and gravy</annotation>
      and a
      <annotation conceptref="drink_dra045d9">barks root beer</annotation>
    </sample>
    <sample intentref="place_order_3q9945n8" count="1">
      <annotation conceptref="drink_dra045d9">barqs</annotation>
    </sample>
    <sample intentref="place_order_3q9945n8" count="1">
      <annotation conceptref="sandwich_449h45os">fish sandwich</annotation>
      with
      <annotation conceptref="side_vr9o456k">Onion Rings</annotation>
      and a
      <annotation conceptref="drink_dra045d9">Iced Tea</annotation>
    </sample>
    <sample intentref="place_order_3q9945n8" count="1">
      need a
      <annotation conceptref="sandwich_449h45os">fish filet</annotation>
      and a
      <annotation conceptref="side_vr9o456k">onion</annotation>
      and a
      <annotation conceptref="drink_dra045d9">cold tea</annotation>
    </sample>
    <sample intentref="place_order_3q9945n8" count="1">
      I want a
      <annotation conceptref="sandwich_449h45os">fish</annotation>
      with
      <annotation conceptref="drink_dra045d9">nestea</annotation>
    </sample>
    <sample intentref="place_order_3q9945n8" count="1">
      I'd like to order a
      <annotation conceptref="sandwich_449h45os">Veggie Burger</annotation>
      with
      <annotation conceptref="side_vr9o456k">rings</annotation>
      and a
      <annotation conceptref="drink_dra045d9">Water</annotation>
    </sample>
    <sample intentref="place_order_3q9945n8" count="1">
      <annotation conceptref="side_vr9o456k">onions</annotation>
    </sample>
    <sample intentref="place_order_3q9945n8" count="1">
      <annotation conceptref="sandwich_449h45os">vegetable sandwich</annotation>
      with
      <annotation conceptref="side_vr9o456k">Salad</annotation>
      and a
      <annotation conceptref="drink_dra045d9">pepsi</annotation>
    </sample>
  </samples>
</project>