Class BulkClassifyOptions

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v2.model.BulkClassifyOptions
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class BulkClassifyOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The bulkClassify options.
  • Method Details

    • newBuilder

      public BulkClassifyOptions.Builder newBuilder()
      New builder.
      Returns:
      a BulkClassifyOptions builder
    • skillId

      public String skillId()
      Gets the skillId.

      Unique identifier of the skill. To find the skill ID in the Watson Assistant user interface, open the skill settings and click **API Details**.

      Returns:
      the skillId
    • input

      public List<BulkClassifyUtterance> input()
      Gets the input.

      An array of input utterances to classify.

      Returns:
      the input