-
- All Implemented Interfaces:
public final class RestJacksonOrchestratedRuntimeBot extends OrchestratedRuntimeBot
-
-
Field Summary
Fields Modifier and Type Field Description private final OrchestrationTargetedBottarget
-
Constructor Summary
Constructors Constructor Description RestJacksonOrchestratedRuntimeBot(OrchestrationTargetedBot target, String urlBot, Long timeoutMs, List<Module> serialisationModules)
-
Method Summary
Modifier and Type Method Description SecondaryBotResponseaskOrchestration(AskEligibilityToOrchestratedBotRequest request)SecondaryBotResponseresumeOrchestration(ResumeOrchestrationRequest request)-
-
Constructor Detail
-
RestJacksonOrchestratedRuntimeBot
RestJacksonOrchestratedRuntimeBot(OrchestrationTargetedBot target, String urlBot, Long timeoutMs, List<Module> serialisationModules)
-
-
Method Detail
-
askOrchestration
SecondaryBotResponse askOrchestration(AskEligibilityToOrchestratedBotRequest request)
-
resumeOrchestration
SecondaryBotResponse resumeOrchestration(ResumeOrchestrationRequest request)
-
-
-
-