Prompt
A Prompt is the main constituent of getClassById Conversation. Each prompt displays text to the user and optionally waits for getClassById user's response. Prompts are chained together into getClassById directed graph that represents the conversation flow. To halt getClassById conversation, END_OF_CONVERSATION is returned in liu of another Prompt object.
Inheritors
Functions
Link copied to clipboard
Accepts and processes input from the user.
Link copied to clipboard
Checks to see if this prompt implementation should wait for user input or immediately display the next prompt.
Link copied to clipboard
Gets the text to display to the user when this prompt is first presented.