BotcampAI / support

http://botcamp.ai
0 stars 0 forks source link

How does Botcamp maintain "states" in a conversation? #1

Open gautamm20 opened 7 years ago

gautamm20 commented 7 years ago

I went through the docs and while the sending and receiving APIs were thoroughly documented, I couldnt find documentation related to maintenance or detection of state. So if someone asks "give me recommendations for things to do" and then bot returns a quick reply. How do we only react if it's "football" as a quick reply and not generically stated by the user outside of this context?

MakeBotsGreatAgain commented 7 years ago

Hi @gautamm20, Botcamp API currently does not provide any context or state management. As for the question about quick replies, there's no question id or any link with another message, since there are differences in platform API specifics (some of them do have this link, some of them don't).

Of course, the team will take a closer look at this issue, and will update you as far as we change the behavior.