I have a problem, I’m using Glitch for make a bot, just right now the bot respond me with the mirroring effect, like if I type “HELLO” it responds “HELLO”, what I want is link Glitch with wit.ai, because in there I have the things that my bot have to respond.
1 Like
I’d take a look at their Node SDK, they have examples which should help you do what you need: https://github.com/wit-ai/node-wit
1 Like
Thanks a lot Gareth, I’m reading it.