Class BpmnTestActionBot.TestBotActionResult

java.lang.Object
com.flowable.action.api.bot.BaseBotActionResult
com.flowable.platform.service.bot.BpmnTestActionBot.TestBotActionResult
All Implemented Interfaces:
BotActionResult
Enclosing class:
BpmnTestActionBot

public class BpmnTestActionBot.TestBotActionResult
extends BaseBotActionResult
  • Field Summary

    Fields inherited from class com.flowable.action.api.bot.BaseBotActionResult

    intent, payload, payloadNode
  • Constructor Summary

    Constructors 
    Constructor Description
    TestBotActionResult​(com.fasterxml.jackson.databind.JsonNode payloadNode, Intent intent)  
  • Method Summary

    Modifier and Type Method 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.

    Methods inherited from class com.flowable.action.api.bot.BaseBotActionResult

    getPayload

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait