Interface OrchestrationCallback
-
- All Implemented Interfaces:
public interface OrchestrationCallback
-
-
Method Summary
Modifier and Type Method Description abstract UnitsendResponse()abstract UnitsendResponse(SecondaryBotResponse response)abstract UnitsendError()abstract List<Action>getActions()-
-
Method Detail
-
sendResponse
abstract Unit sendResponse()
-
sendResponse
abstract Unit sendResponse(SecondaryBotResponse response)
-
getActions
abstract List<Action> getActions()
-
-
-
-