-
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
-
-
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
-
component1
final String component1()
-
component2
final String component2()
-
component3
final String component3()
-
component4
final Set<String> component4()
-
component5
final Set<Locale> component5()
-
component6
final Map<String, Set<String>> component6()
-
component7
final NlpEngineType component7()
-
component8
final Boolean component8()
-
component9
final Boolean component9()
-
component10
final Boolean component10()
-
component11
final String component11()
-
copy
final ApplicationDefinition copy(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)
-
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()
-
-
-
-