MakingChatbots / ivr-tester

An automated testing framework for Interactive Voice Response (IVR) call flows
https://ivr-tester.makingchatbots.com/
MIT License
28 stars 9 forks source link

Third-party plugins #3

Closed SketchingDev closed 3 years ago

SketchingDev commented 3 years ago

I want users to be able to configure the speech-to-text service of their choice without the core functionality being ladened with them as dependencies. This can be achieved by implementing a plugin architecture.

I don't know how this is achieved in node, but could investigate how Artillery does it.