blocksForInput

public abstract boolean blocksForInput(ConversationContext context)

Checks to see if this prompt implementation should wait for user input or immediately display the next prompt.

Return

If true, the Conversation will wait for input before continuing.

Parameters

context

Context information about the conversation.