Uses of Interface
com.flowable.action.api.intents.Intent
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 |
-
Uses of Intent in com.flowable.action.api.bot
Fields in com.flowable.action.api.bot declared as Intent Modifier and Type Field Description protected Intent
BaseBotActionResult. intent
Methods in com.flowable.action.api.bot that return Intent Modifier and Type Method Description Intent
BaseBotActionResult. getIntent()
Intent
BotActionResult. getIntent()
Action to perform in the user interface right after executing the bot action.Constructors in com.flowable.action.api.bot with parameters of type Intent Constructor Description BaseBotActionResult(com.fasterxml.jackson.databind.JsonNode payloadNode, Intent intent)
BaseBotActionResult(java.util.Map<java.lang.String,java.lang.Object> payload, Intent intent)
Deprecated. -
Uses of Intent in com.flowable.action.api.history
Methods in com.flowable.action.api.history that return Intent Modifier and Type Method Description Intent
ActionInstanceExecutionResult. getIntent()
The optional ui intent of the execution -
Uses of Intent in com.flowable.action.api.intents
Classes in com.flowable.action.api.intents that implement Intent Modifier and Type Class Description class
BaseIntent
Fields in com.flowable.action.api.intents declared as Intent Modifier and Type Field 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
-
Uses of Intent in com.flowable.action.engine.impl.cmd
Fields in com.flowable.action.engine.impl.cmd declared as Intent Modifier and Type Field Description protected Intent
ExecuteActionInstanceCmd.ActionInstanceExecutionResultWrapper. intent
Methods in com.flowable.action.engine.impl.cmd that return Intent Modifier and Type Method Description Intent
ExecuteActionInstanceCmd.ActionInstanceExecutionResultWrapper. getIntent()
Constructors in com.flowable.action.engine.impl.cmd with parameters of type Intent Constructor Description ActionInstanceExecutionResultWrapper(HistoricActionInstance historicActionInstance, Intent intent, com.fasterxml.jackson.databind.JsonNode executionPayload)
-
Uses of Intent in com.flowable.platform.service.bot
Methods in com.flowable.platform.service.bot that return Intent Modifier and Type Method Description Intent
BpmnTestActionBot.TestBotActionResult. getIntent()
Constructors in com.flowable.platform.service.bot with parameters of type Intent Constructor Description TestBotActionResult(com.fasterxml.jackson.databind.JsonNode payloadNode, Intent intent)