public class FbBotMillActionResponse extends FbBotMillResponse
FbBotMillResponse which replies with a TypingAction.recipient| Constructor and Description |
|---|
FbBotMillActionResponse(User recipient,
TypingAction action)
Instantiates a new fb bot mill action response.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
TypingAction |
getAction()
Gets the
action. |
int |
hashCode() |
void |
setAction(TypingAction action)
Sets the
action. |
String |
toString() |
getRecipient, setRecipientpublic FbBotMillActionResponse(User recipient, TypingAction action)
recipient - the FbBotMillResponse.recipient.action - the action.public TypingAction getAction()
action.action.public void setAction(TypingAction action)
action.action - the action to set.public int hashCode()
hashCode in class FbBotMillResponsepublic boolean equals(Object obj)
equals in class FbBotMillResponsepublic String toString()
toString in class FbBotMillResponseCopyright © 2017 BotMill. All rights reserved.