public interface AiAction
Modifier and Type | Method and Description |
---|---|
AiResponseSequence |
respond(MlMessageParser mlMessageParser,
SymMessage message,
AiCommand command)
Provides a sequence of responses to send back to user executing command
|
AiResponseSequence respond(MlMessageParser mlMessageParser, SymMessage message, AiCommand command)
mlMessageParser
- Parser used to process incoming messagemessage
- Message sent from usercommand
- Command being requested by userAiResponseSequence