my Question is if I can get my Wit.ai-Bot to respond with a random response from an Array of responses?
For example:
User: Search for Cats
Bot: Ok. I'll search for that real quick.
...
User: Search for Cat Images
Bot: Sure. I'll look for it!
my Question is if I can get my Wit.ai-Bot to respond with a random response from an Array of responses?
For example:
User: Search for Cats
Bot: Ok. I'll search for that real quick.
...
User: Search for Cat Images
Bot: Sure. I'll look for it!
Wit.ai handles the NLP. Once it knows what the user wants to do, you can use one of your defined 'Actions' to return a random response to the user.