Class BulkClassifyOutput
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v1.model.BulkClassifyOutput
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class BulkClassifyOutput
extends com.ibm.cloud.sdk.core.service.model.GenericModel
BulkClassifyOutput.
-
Constructor Summary
Constructors Constructor Description BulkClassifyOutput()
-
Method Summary
Modifier and Type Method Description List<RuntimeEntity>
getEntities()
Gets the entities.BulkClassifyUtterance
getInput()
Gets the input.List<RuntimeIntent>
getIntents()
Gets the intents.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
BulkClassifyOutput
public BulkClassifyOutput()
-
-
Method Details
-
getInput
Gets the input.The user input utterance to classify.
- Returns:
- the input
-
getEntities
Gets the entities.An array of entities identified in the utterance.
- Returns:
- the entities
-
getIntents
Gets the intents.An array of intents recognized in the utterance.
- Returns:
- the intents
-