-
- All Implemented Interfaces:
public final class ApplicationDefinition
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final Stringlabelprivate final Stringnamespaceprivate final Set<String>intentsprivate final Set<Locale>supportedLocalesprivate final Map<String, Set<String>>intentStatesMapprivate final NlpEngineTypenlpEngineTypeprivate final BooleanmergeEngineTypesprivate final BooleanuseEntityModelsprivate final BooleansupportSubEntitiesprivate final String_id
-
Constructor Summary
Constructors Constructor Description ApplicationDefinition(String name, String label, String namespace, Set<String> intents, Set<Locale> supportedLocales, Map<String, Set<String>> intentStatesMap, NlpEngineType nlpEngineType, Boolean mergeEngineTypes, Boolean useEntityModels, Boolean supportSubEntities, String _id)
-
Method Summary
Modifier and Type Method Description final StringgetName()final StringgetLabel()final StringgetNamespace()final Set<String>getIntents()final Set<Locale>getSupportedLocales()final Map<String, Set<String>>getIntentStatesMap()final NlpEngineTypegetNlpEngineType()final BooleangetMergeEngineTypes()final BooleangetUseEntityModels()final BooleangetSupportSubEntities()final Stringget_id()-
-
Constructor Detail
-
ApplicationDefinition
ApplicationDefinition(String name, String label, String namespace, Set<String> intents, Set<Locale> supportedLocales, Map<String, Set<String>> intentStatesMap, NlpEngineType nlpEngineType, Boolean mergeEngineTypes, Boolean useEntityModels, Boolean supportSubEntities, String _id)
-
-
Method Detail
-
getNamespace
final String getNamespace()
-
getIntents
final Set<String> getIntents()
-
getSupportedLocales
final Set<Locale> getSupportedLocales()
-
getIntentStatesMap
final Map<String, Set<String>> getIntentStatesMap()
-
getNlpEngineType
final NlpEngineType getNlpEngineType()
-
getMergeEngineTypes
final Boolean getMergeEngineTypes()
-
getUseEntityModels
final Boolean getUseEntityModels()
-
getSupportSubEntities
final Boolean getSupportSubEntities()
-
-
-
-