public class BulkClassifyOutput
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Method and Description | 
|---|---|
| List<RuntimeEntity> | getEntities()Gets the entities. | 
| BulkClassifyUtterance | getInput()Gets the input. | 
| List<RuntimeIntent> | getIntents()Gets the intents. | 
public BulkClassifyUtterance getInput()
The user input utterance to classify.
public List<RuntimeEntity> getEntities()
An array of entities identified in the utterance.
public List<RuntimeIntent> getIntents()
An array of intents recognized in the utterance.
Copyright © 2023 IBM Cloud. All rights reserved.