codeforequity-at / botium-bindings

The Selenium for Chatbots
http://www.botium.at
MIT License
108 stars 33 forks source link

Can you please tell me how botium can be used to train the my utteracances for which my chatbot is not able to find proper intent or how can use botium for intent resolution #106

Closed radhabasida closed 5 years ago

radhabasida commented 5 years ago

I am using watson assistant. and I want to train my utterances using automation. Can botium provide any solution for it?

codeforequity-at commented 5 years ago

The process usually is to compose a test set containing all the utterances you want your Watson to train, then send all of them to Watson with Botium, and you evaluate the result. The training itself is done in Watson, on the Improvement tab. And then repeat until all utterances are resolved.

You typically don't have to write full convo files as test cases, you can just write the utterances files and use the "Expand Utterances to Conversations" option in Botium Box, or the "expandutterances" argument to Botium CLI.

image

https://chatbotsmagazine.com/10-minutes-codeless-test-automation-for-ibm-watson-chatbots-d71eac9626d7