Skip to content
This repository has been archived by the owner on Dec 23, 2019. It is now read-only.

Commit

Permalink
📚 docs(apiai): doc on training
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien DONQUE committed Aug 30, 2017
1 parent 88b263b commit df1d351
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions apiai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,19 @@ In order to have the good api.ai token used (ie: use the right language), you ha
}
```

## Training apiai

Once in production, you'll find that sometimes, api.ai doesn't find the right answer. Here is a step by step procedure to add new intent in production when you work with a preproduction agent.

1. add the **new intents** to **preproduction**
2. In the **production** agent, do the training with the **knwon** intents
3. once you are done, export the **production** and import it in the **preproduction** (**DO NOT RESTORE**, you'll lose your progress)
4. Now you can export your **preproduction** (it should have the new intents + the updated intents from production).
5. You can test you archive by importing it in **production** and see in the training tab, if the answers are good.
6. Repeat this process until your are satisfied.
7. Once your done, follow the step in the [`tools`](../tools) folder to translate the agent


## tools

Have a look at [/tools](../tools)!
Expand Down

0 comments on commit df1d351

Please sign in to comment.