Class BulkClassifyOutput

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v2.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 Details

    • BulkClassifyOutput

      public BulkClassifyOutput()
  • Method Details

    • getInput

      public BulkClassifyUtterance getInput()
      Gets the input.

      The user input utterance to classify.

      Returns:
      the input
    • getEntities

      public List<RuntimeEntity> getEntities()
      Gets the entities.

      An array of entities identified in the utterance.

      Returns:
      the entities
    • getIntents

      public List<RuntimeIntent> getIntents()
      Gets the intents.

      An array of intents recognized in the utterance.

      Returns:
      the intents