Package ai.tock.bot.admin.story
Interface StoryDefinitionConfigurationSummaryBase
-
- All Implemented Interfaces:
public interface StoryDefinitionConfigurationSummaryBase
-
-
Method Summary
Modifier and Type Method Description abstract Id<StoryDefinitionConfiguration>get_id()abstract StringgetStoryId()abstract IntentWithoutNamespacegetIntent()abstract AnswerConfigurationTypegetCurrentType()abstract StringgetName()abstract StringgetCategory()-
-
Method Detail
-
get_id
abstract Id<StoryDefinitionConfiguration> get_id()
-
getStoryId
abstract String getStoryId()
-
getIntent
abstract IntentWithoutNamespace getIntent()
-
getCurrentType
abstract AnswerConfigurationType getCurrentType()
-
getCategory
abstract String getCategory()
-
-
-
-