| Package | Description |
|---|---|
| co.aurasphere.botmill.fb.autoreply | |
| co.aurasphere.botmill.fb.model.outcoming.action | |
| co.aurasphere.botmill.fb.model.outcoming.factory |
| Constructor and Description |
|---|
ActionAutoReply(TypingAction typingAction)
Instantiates a new action auto reply.
|
| Modifier and Type | Method and Description |
|---|---|
TypingAction |
FbBotMillActionResponse.getAction()
Gets the
FbBotMillActionResponse.action. |
static TypingAction |
TypingAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypingAction[] |
TypingAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FbBotMillActionResponse.setAction(TypingAction action)
Sets the
FbBotMillActionResponse.action. |
| Constructor and Description |
|---|
FbBotMillActionResponse(User recipient,
TypingAction action)
Instantiates a new fb bot mill action response.
|
| Modifier and Type | Method and Description |
|---|---|
static ActionResponseBuilder |
ReplyFactory.addTypingAction(TypingAction action)
Adds a
TypingAction to the response. |
Copyright © 2017 BotMill. All rights reserved.