Package ai.tock.bot.admin.test
Interface TestClientService
-
- All Implemented Interfaces:
public interface TestClientServiceA tock client, used to get info from Tock in a potential test context.
-
-
Method Summary
Modifier and Type Method Description abstract TestPlanExecutionsaveAndExecuteTestPlan(TestPlan testPlan, Id<TestPlanExecution> executionId)abstract List<BotApplicationConfiguration>getBotConfigurations(String namespace, String botId)abstract Integerpriority()-
-
Method Detail
-
saveAndExecuteTestPlan
abstract TestPlanExecution saveAndExecuteTestPlan(TestPlan testPlan, Id<TestPlanExecution> executionId)
-
getBotConfigurations
abstract List<BotApplicationConfiguration> getBotConfigurations(String namespace, String botId)
-
-
-
-