Package com.mypurecloud.sdk.v2.model
Class NluDetectionRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.NluDetectionRequest
- All Implemented Interfaces:
Serializable
NluDetectionRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontext(NluDetectionContext context) The context for the input to NLU detection.booleangetInput()inthashCode()input(NluDetectionInput input) The input subject to NLU detection.voidsetContext(NluDetectionContext context) voidsetInput(NluDetectionInput input) toString()
-
Constructor Details
-
NluDetectionRequest
public NluDetectionRequest() -
NluDetectionRequest
-
-
Method Details