Reputation: 91
I need to do automation to test the chatbot that has been developed using Amazon lambda and Lex, how can i automate the chatbot using botium or is there is any other way to automate.
Upvotes: 1
Views: 289
Reputation: 1315
Botium now supports Amazon Lex: https://github.com/codeforequity-at/botium-connector-lex
Upvotes: 2
Reputation: 3047
Botium is still not supporting to aws lex.
You can use aws-lex api for automate chatbot.
Lex API reference
https://docs.aws.amazon.com/lex/latest/dg/API_runtime_PostText.html
Git Issue
https://github.com/codeforequity-at/botium-core/issues/73
Upvotes: 3