public interface BotActionResult
Modifier and Type | Method and Description |
---|---|
Intent |
getIntent()
Action to perform in the user interface right after executing the bot action.
|
Map<String,Object> |
getPayload()
Deprecated.
use
getPayloadNode() instead |
default com.fasterxml.jackson.databind.JsonNode |
getPayloadNode()
The information from invoking the action.
|
@Deprecated Map<String,Object> getPayload()
getPayloadNode()
insteaddefault com.fasterxml.jackson.databind.JsonNode getPayloadNode()
Intent getIntent()