Package ai.tock.bot.orchestration.shared
Class SecondaryBotEligibilityResponse
-
- All Implemented Interfaces:
-
ai.tock.bot.orchestration.shared.SecondaryBotResponse
public class SecondaryBotEligibilityResponse implements SecondaryBotResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final Doubleindiceprivate final OrchestrationMetaDatametaData
-
Constructor Summary
Constructors Constructor Description SecondaryBotEligibilityResponse(Double indice, OrchestrationMetaData metaData)
-
Method Summary
Modifier and Type Method Description DoublegetIndice()OrchestrationMetaDatagetMetaData()EligibilityOrchestrationResponsetoOrchestratorResponse(OrchestrationTargetedBot bot)-
-
Constructor Detail
-
SecondaryBotEligibilityResponse
SecondaryBotEligibilityResponse(Double indice, OrchestrationMetaData metaData)
-
-
Method Detail
-
getMetaData
OrchestrationMetaData getMetaData()
-
toOrchestratorResponse
EligibilityOrchestrationResponse toOrchestratorResponse(OrchestrationTargetedBot bot)
-
-
-
-