instedd / aida

10 stars 1 forks source link

Support human override skills in manifest and bot parser #222

Closed macoca closed 6 years ago

macoca commented 6 years ago

For #152.

{
  "type": "human_override",
  "id": "1",
  "name": "Human override",
  "keywords": {
    "en": ["problem","missing"]
  },
  "response": {
    "en": "Give me a few minutes while I get you a response for that",
  },
  "out_of_window_response": {
    "en": "Sorry I'm not able to respond that now, but I'll try to answer soon",
  }
}
mmuller commented 6 years ago

Working properly in version edbe7e1