Sample file
This documentation includes a sample coffeeShop dialog design file. Download coffeeShop.json, to explore its structure.
If you wish to import it into a Mix project to experiment:
- Download coffeeShop.trsx.
This TRSX file defines one NLU intent (ORDER_COFFEE), two entities (COFFEE_TYPE, and COFFEE_SIZE), and a few samples. - Create a project.
You can use any of the available templates—importing the sample files will overwrite the project content. - Import the TRSX file into the new project.
- Import the JSON file into the project.
The sample JSON file contains an object literal with this syntax:
{
"data": {
// project object literal...
}
}
Where:
Element | Type | Description |
---|---|---|
data | Project object | Top level of the dialog design |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.