public class BulkClassifyResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Field and Description | 
|---|---|
| protected java.util.List<BulkClassifyOutput> | output | 
| Constructor and Description | 
|---|
| BulkClassifyResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<BulkClassifyOutput> | getOutput()Gets the output. | 
protected java.util.List<BulkClassifyOutput> output
public java.util.List<BulkClassifyOutput> getOutput()
An array of objects that contain classification information for the submitted input utterances.