Package io.micronaut.chatbots.core
Class CommandResponse
java.lang.Object
io.micronaut.chatbots.core.CommandResponse
Static Response for a Slash command.
- Since:
- 1.0.0
- Author:
- Sergio del Amo
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CommandResponse
- Parameters:
extension
- Extensiontext
- response Text
-
-
Method Details
-
getExtension
- Returns:
- File extension
-
getText
- Returns:
- response Text
-