Class Query
java.lang.Object
io.micronaut.chatbots.basecamp.api.Query
Message directed to a Basecamp 3 interactive Chatbot.
Chatbots
- Since:
- 1.0.0
- Author:
- Sergio del Amo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NonNull String
@NonNull String
@NonNull Creator
void
setCallbackUrl
(@NonNull String callbackUrl) void
setCommand
(@NonNull String command) void
setCreator
(@NonNull Creator creator)
-
Constructor Details
-
Query
public Query()
-
-
Method Details
-
getCallbackUrl
- Returns:
- Callback URL
-
setCallbackUrl
- Parameters:
callbackUrl
- Callback URL
-
getCommand
- Returns:
- Command directed to the Bot.
-
setCommand
- Parameters:
command
- Command directed to the Bot.
-
getCreator
- Returns:
- Person who prompt the Bot
-
setCreator
- Parameters:
creator
- Person who prompt the Bot
-