botium-core
Version:
The Selenium for Chatbots
34 lines (33 loc) • 541 B
JSON
{
"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!"
]
}
}