-
- All Implemented Interfaces:
-
ai.tock.bot.orchestration.shared.OrchestrationResponse
public class AvailableOrchestrationResponse implements OrchestrationResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final OrchestrationTargetedBottargetBotprivate final SecondaryBotAvailableResponsebotResponse
-
Constructor Summary
Constructors Constructor Description AvailableOrchestrationResponse(OrchestrationTargetedBot targetBot, SecondaryBotAvailableResponse botResponse)
-
Method Summary
Modifier and Type Method Description final OrchestrationTargetedBotgetTargetBot()final SecondaryBotAvailableResponsegetBotResponse()-
-
Constructor Detail
-
AvailableOrchestrationResponse
AvailableOrchestrationResponse(OrchestrationTargetedBot targetBot, SecondaryBotAvailableResponse botResponse)
-
-
Method Detail
-
getTargetBot
final OrchestrationTargetedBot getTargetBot()
-
getBotResponse
final SecondaryBotAvailableResponse getBotResponse()
-
-
-
-