tock / ai.tock.bot.admin.test / TestClientService

TestClientService

interface TestClientService (source)

A tock client, used to get info from Tock in a potential test context.

Functions

getBotConfigurations

abstract fun getBotConfigurations(namespace: String, botId: String): List<BotApplicationConfiguration>

priority

abstract fun priority(): Int

saveAndExecuteTestPlan

abstract fun saveAndExecuteTestPlan(testPlan: TestPlan, executionId: Id<TestPlanExecution>): TestPlanExecution