public class BpmnTestActionBot.TestBotActionResult extends BaseBotActionResult
intent, payload, payloadNode
Constructor and Description |
---|
TestBotActionResult(com.fasterxml.jackson.databind.JsonNode payloadNode,
Intent intent) |
Modifier and Type | Method and Description |
---|---|
Intent |
getIntent()
Action to perform in the user interface right after executing the bot action.
|
com.fasterxml.jackson.databind.JsonNode |
getPayloadNode()
The information from invoking the action.
|
getPayload
public TestBotActionResult(com.fasterxml.jackson.databind.JsonNode payloadNode, Intent intent)
public com.fasterxml.jackson.databind.JsonNode getPayloadNode()
BotActionResult
getPayloadNode
in interface BotActionResult
getPayloadNode
in class BaseBotActionResult
public Intent getIntent()
BotActionResult
getIntent
in interface BotActionResult
getIntent
in class BaseBotActionResult