Class BpmnTestActionBot.TestBotActionResult
java.lang.Object
com.flowable.action.api.bot.BaseBotActionResult
com.flowable.platform.service.bot.BpmnTestActionBot.TestBotActionResult
- All Implemented Interfaces:
BotActionResult
- Enclosing class:
- BpmnTestActionBot
-
Field Summary
Fields inherited from class com.flowable.action.api.bot.BaseBotActionResult
intent, payload, payloadNode
-
Constructor Summary
ConstructorDescriptionTestBotActionResult
(com.fasterxml.jackson.databind.JsonNode payloadNode, Intent intent) -
Method Summary
Modifier and TypeMethodDescriptionAction to perform in the user interface right after executing the bot action.com.fasterxml.jackson.databind.JsonNode
The information from invoking the action.Methods inherited from class com.flowable.action.api.bot.BaseBotActionResult
getPayload
-
Constructor Details
-
TestBotActionResult
-
-
Method Details
-
getPayloadNode
public com.fasterxml.jackson.databind.JsonNode getPayloadNode()Description copied from interface:BotActionResult
The information from invoking the action.- Specified by:
getPayloadNode
in interfaceBotActionResult
- Overrides:
getPayloadNode
in classBaseBotActionResult
- Returns:
- the information that should be displayed to the user
-
getIntent
Description copied from interface:BotActionResult
Action to perform in the user interface right after executing the bot action.- Specified by:
getIntent
in interfaceBotActionResult
- Overrides:
getIntent
in classBaseBotActionResult
- Returns:
- UI action to perform in the frontend
-