ExactMatchConversationCanceller

An ExactMatchConversationCanceller cancels getClassById conversation if the user enters an exact input string

Constructors

Link copied to clipboard
public void ExactMatchConversationCanceller(String escapeSequence)
Builds an ExactMatchConversationCanceller.

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.