How to import Amazon lex intent and use it in boitum convo directly for testing?
Asked
Active
Viewed 241 times
-1
-
We are currently working on the Botium Lex connector to add such features. Basic importer feature is available in pending PR (https://github.com/codeforequity-at/botium-connector-lex/pull/4). I will post a response here with instructions as soon as this is part of a release. – Florian Treml Feb 25 '20 at 15:34
1 Answers
0
See this tutorial how to do this in Botium Box: Tutorial: Using Paraphrasing to Increase Conversational AI Test Coverage.
You can also use the Botium Connector Lex CLI:
npx botium-connector-lex-cli import --buildconvos --buildentities --output spec/convo
- Bot intents and user examples are mapped to utterances in BotiumScript
- Slots in user examples are either filled with enumeration values (for enumeration slot types) or with samples values from the official documentation
- Convos are using the utterances as input and attach an INTENT asserter
- If using the --buildentities switch, the utterances are separated by slot names and an additional ENTITIES asserter is attached

Florian Treml
- 1,315
- 2
- 7
- 10