Skip to content

Instantly share code, notes, and snippets.

@wrathagom
Created May 25, 2018 01:32
Show Gist options
  • Save wrathagom/7fb8b89fe7b416574415c97fcd496315 to your computer and use it in GitHub Desktop.
Save wrathagom/7fb8b89fe7b416574415c97fcd496315 to your computer and use it in GitHub Desktop.
Chatbots Questions for Articulate Gitter user
{
"status": "Ready",
"language": "en",
"timezone": "UTC",
"agentName": "Chatbot Demo Questions",
"useWebhook": false,
"description": "A demo agent for Gitter user",
"lastTraining": "2018-05-25T01:30:14.755Z",
"extraTrainingData": false,
"fallbackResponses": [
"Sorry can you rephrase that?",
"I'm still learning to speak with humans. What you mean?"
],
"domainClassifierThreshold": 0.5,
"entities": [],
"domains": [
{
"model": "f03fa784-182f-f7e7-08af-40800ab34091",
"status": "Ready",
"enabled": true,
"domainName": "Questions",
"lastTraining": "Fri May 25 2018 01:30:14 GMT+0000 (UTC)",
"intentThreshold": 0.5,
"extraTrainingData": false,
"intents": [
{
"intentName": "Chatbots are Awesome",
"useWebhook": false,
"examples": [
{
"entities": [],
"userSays": "I like them"
},
{
"userSays": "I think they are neat",
"entities": []
},
{
"userSays": "well you seem to work okay",
"entities": []
},
{
"userSays": "I love chatbots",
"entities": []
},
{
"userSays": "Chatbots are awesome!",
"entities": []
}
],
"scenario": {
"slots": [],
"scenarioName": "Chatbots are Awesome",
"intentResponses": [
"Great, I hope you like me too."
]
}
},
{
"intentName": "Chatbots suck",
"useWebhook": false,
"examples": [
{
"userSays": "I do not like them",
"entities": []
},
{
"userSays": "I never can get chatbots to work!",
"entities": []
},
{
"entities": [],
"userSays": "chatbots suck"
},
{
"userSays": "chatbots never work how I want them to!",
"entities": []
},
{
"entities": [],
"userSays": "I hate chatbots"
}
],
"scenario": {
"slots": [],
"scenarioName": "Chatbots suck",
"intentResponses": [
"I'm sorry to hear that. Maybe I can change your mind!"
]
}
},
{
"intentName": "Like Chatbots",
"useWebhook": false,
"examples": [
{
"entities": [],
"userSays": "What do you think about chat bots?"
},
{
"entities": [],
"userSays": "aren't chatbots the best?"
},
{
"userSays": "are chatbots awesome?",
"entities": []
},
{
"userSays": "Do you like chatbots?",
"entities": []
}
],
"scenario": {
"slots": [],
"scenarioName": "Like Chatbots",
"intentResponses": [
"I may be partial, but I think chatbots are awesome! What do you think about chatbots?"
]
}
}
]
},
{
"model": "9dfd3230-be80-9a6f-c27b-d43067e13d4a",
"status": "Ready",
"enabled": true,
"domainName": "Small Talk",
"lastTraining": "Fri May 25 2018 00:51:56 GMT+0000 (UTC)",
"intentThreshold": 0.5,
"extraTrainingData": false,
"intents": [
{
"intentName": "Goodbye",
"useWebhook": false,
"examples": [
{
"entities": [],
"userSays": "later"
},
{
"entities": [],
"userSays": "see you later"
},
{
"userSays": "adios",
"entities": []
},
{
"userSays": "ciao",
"entities": []
},
{
"userSays": "see you",
"entities": []
},
{
"userSays": "c-ya",
"entities": []
},
{
"userSays": "goodbye",
"entities": []
},
{
"userSays": "good bye",
"entities": []
},
{
"userSays": "bye",
"entities": []
}
],
"scenario": {
"slots": [],
"scenarioName": "Goodbye",
"intentResponses": [
"Goodbye."
]
}
},
{
"intentName": "Greet",
"useWebhook": false,
"examples": [
{
"entities": [],
"userSays": "howdy"
},
{
"entities": [],
"userSays": "hola"
},
{
"userSays": "greetings",
"entities": []
},
{
"userSays": "what's up",
"entities": []
},
{
"userSays": "hi",
"entities": []
},
{
"userSays": "hey",
"entities": []
},
{
"userSays": "Hello",
"entities": []
}
],
"scenario": {
"slots": [],
"scenarioName": "Greet",
"intentResponses": [
"Hello."
]
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment