Interface BotSentenceGenerationConfigurationDAO
-
- All Implemented Interfaces:
public interface BotSentenceGenerationConfigurationDAO
-
-
Method Summary
Modifier and Type Method Description abstract UnitlistenChanges(Function0<Unit> listener)abstract BotSentenceGenerationConfigurationsave(BotSentenceGenerationConfiguration conf)abstract BotSentenceGenerationConfigurationfindByNamespaceAndBotId(String namespace, String botId)abstract Unitdelete(Id<BotSentenceGenerationConfiguration> id)-
-
Method Detail
-
listenChanges
abstract Unit listenChanges(Function0<Unit> listener)
-
save
abstract BotSentenceGenerationConfiguration save(BotSentenceGenerationConfiguration conf)
-
findByNamespaceAndBotId
abstract BotSentenceGenerationConfiguration findByNamespaceAndBotId(String namespace, String botId)
-
delete
abstract Unit delete(Id<BotSentenceGenerationConfiguration> id)
-
-
-
-