Package com.mypurecloud.sdk.v2.model
Class NluDetectionInput
java.lang.Object
com.mypurecloud.sdk.v2.model.NluDetectionInput
- All Implemented Interfaces:
Serializable
NluDetectionInput
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetText()inthashCode()Language of the version for multilingual detection, e.g.voidsetLanguage(String language) voidThe text to perform NLU detection on.toString()
-
Constructor Details
-
NluDetectionInput
public NluDetectionInput() -
NluDetectionInput
-
-
Method Details
-
text
The text to perform NLU detection on. -
getText
-
setText
-
language
Language of the version for multilingual detection, e.g. `en-us`, `de-de` -
getLanguage
-
setLanguage
-
equals
-
hashCode
public int hashCode() -
toString
-