Automated DialogFlow Testing

I developed a bot using DialogFlow / API.ai.

I am trying to turn on automatic testing to test the conversation that I developed before moving the code to the deployment. Are there any frameworks supported by Dialogflow / API.ai that can be used for automated testing?

+4
source share
4 answers

Dialogflow does not currently support any testing framework.

You can use the Dialogflow v1 or v2 detectIntent request APIs to request your agent with answers and search for answers sequentially to test dialog flows:

+3

Tx, . ? ,

-1

Dialogflow Botium, Selenium Chatbots. API Dialogflow V2 . Excel . , Dialogflow -

-1

Source: https://habr.com/ru/post/1689720/


All Articles