Package ai.tock.bot.admin.story.dump
Interface StoryDefinitionConfigurationDumpController
-
- All Implemented Interfaces:
public interface StoryDefinitionConfigurationDumpController
-
-
Method Summary
Modifier and Type Method Description abstract BooleankeepFeature(StoryDefinitionConfigurationFeatureDump feature)abstract ScriptAnswerVersionedConfigurationbuildScript(ScriptAnswerVersionedConfigurationDump script, Boolean compile)abstract IntentWithoutNamespacecheckIntent(IntentWithoutNamespace intent)abstract StringgetTargetNamespace()abstract StringgetBotId()-
-
Method Detail
-
keepFeature
abstract Boolean keepFeature(StoryDefinitionConfigurationFeatureDump feature)
-
buildScript
abstract ScriptAnswerVersionedConfiguration buildScript(ScriptAnswerVersionedConfigurationDump script, Boolean compile)
-
checkIntent
abstract IntentWithoutNamespace checkIntent(IntentWithoutNamespace intent)
-
getTargetNamespace
abstract String getTargetNamespace()
-
-
-
-