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
ConstructorsConstructorDescriptionTestBotActionResult(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.JsonNodeThe 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:BotActionResultThe information from invoking the action.- Specified by:
getPayloadNodein interfaceBotActionResult- Overrides:
getPayloadNodein classBaseBotActionResult- Returns:
- the information that should be displayed to the user
-
getIntent
Description copied from interface:BotActionResultAction to perform in the user interface right after executing the bot action.- Specified by:
getIntentin interfaceBotActionResult- Overrides:
getIntentin classBaseBotActionResult- Returns:
- UI action to perform in the frontend
-