askbot.deployment.dialogs

functions that directly handle user input

askbot.deployment.dialogs.multiple_choice_input(prompt_phrase, options=None)

prints a prompt, accepts keyboard input and makes sure that user response is one of given in the options argument, which is required and must be a list

This Page