Package ai.expert.nlapi.v2.message
Class DetectorsResponse
- java.lang.Object
-
- ai.expert.nlapi.v2.message.DetectorsResponse
-
public class DetectorsResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DetectorsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContextInfogetDetectorByName(java.lang.String name)voidprettyPrint()java.lang.StringtoJSON()
-
-
-
Method Detail
-
getDetectorByName
public ContextInfo getDetectorByName(java.lang.String name) throws NLApiException
- Throws:
NLApiException
-
toJSON
public java.lang.String toJSON()
-
prettyPrint
public void prettyPrint()
-
-