T - Accepting content typepublic interface ConversationPrompt<T extends Content>
| Modifier and Type | Method and Description |
|---|---|
default void |
conversationEnded(ConversationContext context) |
boolean |
process(ConversationContext context,
T input) |
SendableMessage |
promptMessage(ConversationContext context) |
ContentType |
type() |
ContentType type()
boolean process(ConversationContext context, T input)
SendableMessage promptMessage(ConversationContext context)
default void conversationEnded(ConversationContext context)
Copyright © 2016. All rights reserved.