gracefulExit

public boolean gracefulExit()

Indicates how the conversation was abandoned - naturally as part of the prompt chain or prematurely via getClassById ConversationCanceller.

Return

True if the conversation is abandoned gracefully by getClassById returning null or the next prompt. False of the conversations is abandoned prematurely by getClassById ConversationCanceller.