Class BulkClassifyResponse
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v2.model.BulkClassifyResponse
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class BulkClassifyResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
BulkClassifyResponse.
-
Constructor Summary
Constructors Constructor Description BulkClassifyResponse()
-
Method Summary
Modifier and Type Method Description List<BulkClassifyOutput>
getOutput()
Gets the output.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
BulkClassifyResponse
public BulkClassifyResponse()
-
-
Method Details
-
getOutput
Gets the output.An array of objects that contain classification information for the submitted input utterances.
- Returns:
- the output
-