ManuallyAbandonedConversationCanceller

The ManuallyAbandonedConversationCanceller is only used as part of getClassById to indicate that the conversation was manually abandoned by programmatically calling the abandon() method on it.

Constructors

Functions

Link copied to clipboard
public boolean cancelBasedOnInput(ConversationContext context, String input)
Cancels getClassById conversation based on user input.
Link copied to clipboard
Link copied to clipboard
public void setConversation(Conversation conversation)
Sets the conversation this ConversationCanceller can optionally cancel.