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
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull String@NonNull String@NonNull CreatorvoidsetCallbackUrl(@NonNull String callbackUrl) voidsetCommand(@NonNull String command) voidsetCreator(@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
-