| Modifier and Type | Method and Description |
|---|---|
FbBotMillResponse |
Reply.createResponse(MessageEnvelope envelope)
Method which defines the response to send back as a response to the
current message.
|
FbBotMillResponse |
MessageAutoReply.createResponse(MessageEnvelope envelope)
Method which defines the response to send back as a response to the
current message.
|
FbBotMillResponse |
LambdaAutoReply.createResponse(MessageEnvelope envelope) |
FbBotMillResponse |
EchoAutoReply.createResponse(MessageEnvelope envelope)
Method which defines the response to send back as a response to the
current message.
|
abstract FbBotMillResponse |
AutoReply.createResponse(MessageEnvelope envelope) |
FbBotMillResponse |
AttachmentAutoReply.createResponse(MessageEnvelope envelope)
Method which defines the response to send back as a response to the
current message.
|
FbBotMillResponse |
ActionAutoReply.createResponse(MessageEnvelope envelope)
Method which defines the response to send back as a response to the
current message.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
FbBotMillBean.validate(FbBotMillResponse response)
Validates the
FbBotMillResponse. |
| Modifier and Type | Class and Description |
|---|---|
class |
FbBotMillActionResponse
A
FbBotMillResponse which replies with a TypingAction. |
| Modifier and Type | Method and Description |
|---|---|
FbBotMillResponse |
TextMessageBuilder.build(MessageEnvelope envelope)
Builds the
FbBotMillResponse that the bot should return. |
FbBotMillResponse |
ReceiptTemplateBuilder.build(MessageEnvelope envelope)
Builds the
FbBotMillResponse that the bot should return. |
FbBotMillResponse |
ListTemplateBuilder.build(MessageEnvelope envelope)
Builds the
FbBotMillResponse that the bot should return. |
FbBotMillResponse |
GenericTemplateBuilder.build(MessageEnvelope envelope)
Builds the
FbBotMillResponse that the bot should return. |
FbBotMillResponse |
ButtonTemplateBuilder.build(MessageEnvelope envelope)
Builds the
FbBotMillResponse that the bot should return. |
FbBotMillResponse |
AttachmentMessageBuilder.build(MessageEnvelope envelope)
Builds the
FbBotMillResponse that the bot should return. |
FbBotMillResponse |
AirlineItineraryTemplateBuilder.build(MessageEnvelope envelope)
Builds the
FbBotMillResponse that the bot should return. |
FbBotMillResponse |
AirlineFlightUpdateTemplateBuilder.build(MessageEnvelope envelope)
Builds the
FbBotMillResponse that the bot should return. |
FbBotMillResponse |
AirlineCheckinTemplateBuilder.build(MessageEnvelope envelope)
Builds the
FbBotMillResponse that the bot should return. |
FbBotMillResponse |
AirlineBoardingPassTemplateBuilder.build(MessageEnvelope envelope)
Builds the
FbBotMillResponse that the bot should return. |
FbBotMillResponse |
ActionResponseBuilder.build(MessageEnvelope envelope)
Builds the
FbBotMillResponse that the bot should return. |
| Modifier and Type | Class and Description |
|---|---|
class |
FbBotMillMessageResponse
A
FbBotMillResponse which replies with a Message. |
| Modifier and Type | Method and Description |
|---|---|
void |
FbBotMillMonitor.onValidationError(FbBotMillResponse response,
Set<javax.validation.ConstraintViolation<FbBotMillResponse>> constraintViolations)
Callback processed each time there is a validation error on the response
produced by the bots.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FbBotMillMonitor.onValidationError(FbBotMillResponse response,
Set<javax.validation.ConstraintViolation<FbBotMillResponse>> constraintViolations)
Callback processed each time there is a validation error on the response
produced by the bots.
|
Copyright © 2017 BotMill. All rights reserved.