Package ai.tock.bot.orchestration.shared
Interface SecondaryBotResponse
-
- All Implemented Interfaces:
public interface SecondaryBotResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSecondaryBotResponse.Companion
-
Method Summary
Modifier and Type Method Description abstract OrchestrationResponsetoOrchestratorResponse(OrchestrationTargetedBot bot)abstract OrchestrationMetaDatagetMetaData()abstract DoublegetIndice()-
-
Method Detail
-
toOrchestratorResponse
abstract OrchestrationResponse toOrchestratorResponse(OrchestrationTargetedBot bot)
-
getMetaData
abstract OrchestrationMetaData getMetaData()
-
-
-
-