Interface BotActionResult

    • Method Detail

      • getPayloadNode

        default com.fasterxml.jackson.databind.JsonNode getPayloadNode()
        The information from invoking the action.
        Returns:
        the information that should be displayed to the user
      • getIntent

        Intent getIntent()
        Action to perform in the user interface right after executing the bot action.
        Returns:
        UI action to perform in the frontend