Package com.mypurecloud.sdk.v2.model
Class NluDomainVersion
java.lang.Object
com.mypurecloud.sdk.v2.model.NluDomainVersion
- All Implemented Interfaces:
Serializable
NluDomainVersion
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe evaluation status of the NLU domain version.static enumThe training status of the NLU domain version. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The description of the NLU domain version.entities(List<NamedEntityDefinition> entities) The entities defined for this NLU domain version.This field is mutually exclusive with entityTypeBindingsentityTypes(List<NamedEntityTypeDefinition> entityTypes) The entity types defined for this NLU domain version.booleangetId()inthashCode()intents(List<IntentDefinition> intents) The intents defined for this NLU domain version.The language that the NLU domain version supports.voidsetDescription(String description) voidsetEntities(List<NamedEntityDefinition> entities) voidsetEntityTypes(List<NamedEntityTypeDefinition> entityTypes) voidsetIntents(List<IntentDefinition> intents) voidsetLanguage(String language) toString()
-
Constructor Details
-
NluDomainVersion
public NluDomainVersion() -
NluDomainVersion
-
-
Method Details
-
getId
-
getDomain
-
description
The description of the NLU domain version. -
getDescription
-
setDescription
-
language
The language that the NLU domain version supports. -
getLanguage
-
setLanguage
-
getPublished
-
getDateCreated
-
getDateModified
-
getDateTrained
-
getDatePublished
-
getTrainingStatus
-
getEvaluationStatus
-
intents
The intents defined for this NLU domain version. -
getIntents
-
setIntents
-
entityTypes
The entity types defined for this NLU domain version. -
getEntityTypes
-
setEntityTypes
-
entities
The entities defined for this NLU domain version.This field is mutually exclusive with entityTypeBindings -
getEntities
-
setEntities
-
getLanguageVersions
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-