Prabhu Krishnan
Prabhu Krishnan

Reputation: 91

How to automate chatbot (developed using Amazon Lambda and Lex) using Botium

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

Answers (2)

Florian Treml
Florian Treml

Reputation: 1315

Botium now supports Amazon Lex: https://github.com/codeforequity-at/botium-connector-lex

Upvotes: 2

Niroshan Ranapathi
Niroshan Ranapathi

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

Related Questions