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.
|
getPayloadpublic TestBotActionResult(com.fasterxml.jackson.databind.JsonNode payloadNode,
Intent intent)
public com.fasterxml.jackson.databind.JsonNode getPayloadNode()
BotActionResultgetPayloadNode in interface BotActionResultgetPayloadNode in class BaseBotActionResultpublic Intent getIntent()
BotActionResultgetIntent in interface BotActionResultgetIntent in class BaseBotActionResultCopyright © 2019. All rights reserved.