Package ai.tock.bot.orchestration.shared
Class EligibilityOrchestrationResponse
-
- All Implemented Interfaces:
-
ai.tock.bot.orchestration.shared.OrchestrationResponse
public class EligibilityOrchestrationResponse implements OrchestrationResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final OrchestrationTargetedBottargetBotprivate final SecondaryBotEligibilityResponsebotResponse
-
Constructor Summary
Constructors Constructor Description EligibilityOrchestrationResponse(OrchestrationTargetedBot targetBot, SecondaryBotEligibilityResponse botResponse)
-
Method Summary
Modifier and Type Method Description final OrchestrationTargetedBotgetTargetBot()final SecondaryBotEligibilityResponsegetBotResponse()-
-
Constructor Detail
-
EligibilityOrchestrationResponse
EligibilityOrchestrationResponse(OrchestrationTargetedBot targetBot, SecondaryBotEligibilityResponse botResponse)
-
-
Method Detail
-
getTargetBot
final OrchestrationTargetedBot getTargetBot()
-
getBotResponse
final SecondaryBotEligibilityResponse getBotResponse()
-
-
-
-