-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement a quality check via the Dialogflow API #4
Comments
Hi, can I have context about this issue |
We were discussing, that you need to test whether certain intents stay stable. That is, implement tests which fire not only one turn but multiple so you can see whether a conversation works or not. |
Hi, I know two platforms to test the chatbot Botium has a free plan to test qbox gives only 5 free tests I have used both of them just to test the current intents of our chatbot and both of them works fine below are the images of testing Botium - qbox.ai - |
@jayeshdesai4520 Where is the current quality check available/accessible? |
@anbo-de here is the screenshot of the test which I ran today Botium was taking so much time so I did use Qbox.ai so the result is I need to add more training phrases in 6 intents according to Test |
@jayeshdesai4520 Please create list of test cases as preparation. |
Context
The quality of a chatbot should be measured in multiple dimensions. The custom script should be written and test cases should be prepared for each dimension of quality check. Script should demonstrate quality check report after its execution.
Definition of Done (DoD)
The text was updated successfully, but these errors were encountered: