protected abstract boolean |
TextValidatingPrompt.accept(ConversationContext context,
TextContent input) |
protected boolean |
NumericPrompt.accept(ConversationContext context,
TextContent input) |
protected SendableMessage |
TextValidatingPrompt.invalidationMessage(ConversationContext context,
TextContent input) |
protected SendableMessage |
NumericPrompt.invalidationMessage(ConversationContext context,
TextContent input) |
protected abstract SendableMessage |
NumericPrompt.invalidInputMessage(ConversationContext context,
TextContent input) |
protected abstract SendableMessage |
NumericPrompt.notNumericMessage(ConversationContext context,
TextContent input) |
boolean |
TextValidatingPrompt.process(ConversationContext context,
TextContent input) |
protected abstract boolean |
TextValidatingPrompt.validate(ConversationContext context,
TextContent input) |
protected boolean |
NumericPrompt.validate(ConversationContext context,
TextContent input) |
protected boolean |
RegexPrompt.validate(ConversationContext context,
TextContent input) |