Hi everyone,
I'm using node + Wit.AI + fb messenger to create chatbot.
Is there any example about make request from variables which collected from stories of user and chatbot ?
I mean this:
User: flight cost from var_A to var_B
BOT: when?
User: Tomorow (var_C)
BOT: how many people?
User: 1 adult (var_D)
==> collect var_A, var_B, var_C, var_D for request flight information.
Thanks so much :+1:
Hi everyone, I'm using node + Wit.AI + fb messenger to create chatbot. Is there any example about make request from variables which collected from stories of user and chatbot ? I mean this: User: flight cost from var_A to var_B BOT: when? User: Tomorow (var_C) BOT: how many people? User: 1 adult (var_D) ==> collect var_A, var_B, var_C, var_D for request flight information. Thanks so much :+1: