UNPKG

botium-core

Version:
34 lines (33 loc) 541 B
{ "convos": [ { "name": "goodbye", "description": "desc of convo goodbye", "steps": [ { "me": "UTT_GREETING" }, { "bot": "hello" }, { "me": "UTT_GOODBYE" }, { "bot": "goodbye" } ] } ], "utterances": { "UTT_GREETING": [ "hi", "hello!", "hey!" ], "UTT_GOODBYE": [ "bye!", "goodbye!" ] } }