Package com.mypurecloud.sdk.v2.model
Class NluDomain
java.lang.Object
com.mypurecloud.sdk.v2.model.NluDomain
- All Implemented Interfaces:
Serializable
NluDomain
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionengineVersion(String engineVersion) The version of the NLU engine to use.booleangetId()getName()inthashCode()The language culture of the NLU domain, e.g.The name of the NLU domain.voidsetEngineVersion(String engineVersion) voidsetLanguage(String language) voidtoString()
-
Constructor Details
-
NluDomain
public NluDomain() -
NluDomain
-
-
Method Details
-
getId
-
name
The name of the NLU domain. -
getName
-
setName
-
language
The language culture of the NLU domain, e.g. `en-us`, `de-de`. -
getLanguage
-
setLanguage
-
getDraftVersion
-
getLastPublishedVersion
-
getDateCreated
-
getDateModified
-
engineVersion
The version of the NLU engine to use. -
getEngineVersion
-
setEngineVersion
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-