Package | Description |
---|---|
com.flowable.action.api.bot | |
com.flowable.action.api.history | |
com.flowable.action.api.intents | |
com.flowable.action.engine.impl.cmd | |
com.flowable.platform.service.bot |
Modifier and Type | Field and Description |
---|---|
protected Intent |
BaseBotActionResult.intent |
Modifier and Type | Method and Description |
---|---|
Intent |
BotActionResult.getIntent()
Action to perform in the user interface right after executing the bot action.
|
Intent |
BaseBotActionResult.getIntent() |
Constructor and Description |
---|
BaseBotActionResult(com.fasterxml.jackson.databind.JsonNode payloadNode,
Intent intent) |
BaseBotActionResult(Map<String,Object> payload,
Intent intent)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Intent |
ActionInstanceExecutionResult.getIntent()
The optional ui intent of the execution
|
Modifier and Type | Class and Description |
---|---|
class |
BaseIntent |
Modifier and Type | Field and Description |
---|---|
static Intent |
Intent.CONFIRMATION_MESSAGE |
static Intent |
Intent.ERROR_MESSAGE |
static Intent |
Intent.NOOP |
static Intent |
Intent.REFRESH_CONVERSATION |
static Intent |
Intent.SELECT_CONVERSATION |
Modifier and Type | Field and Description |
---|---|
protected Intent |
ExecuteActionInstanceCmd.ActionInstanceExecutionResultWrapper.intent |
Modifier and Type | Method and Description |
---|---|
Intent |
ExecuteActionInstanceCmd.ActionInstanceExecutionResultWrapper.getIntent() |
Constructor and Description |
---|
ActionInstanceExecutionResultWrapper(HistoricActionInstance historicActionInstance,
Intent intent,
com.fasterxml.jackson.databind.JsonNode executionPayload) |
Modifier and Type | Method and Description |
---|---|
Intent |
BpmnTestActionBot.TestBotActionResult.getIntent() |
Constructor and Description |
---|
TestBotActionResult(com.fasterxml.jackson.databind.JsonNode payloadNode,
Intent intent) |