hangoutsbot / hangoutsbot

Google Hangouts bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wait to user's response

fedebisignani opened this issue · comments

Is there a way that within a command, the bot waits for an answer?

Example:

User command: get_forecast
Bot answer: Where?
User: "new york"

Everything within the same command

Not natively, no. You'll need to make your own stateful logic for that.