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.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BulkClassifyOptions.Builder
Builder. -
Method Summary
Modifier and Type Method Description List<BulkClassifyUtterance>
input()
Gets the input.BulkClassifyOptions.Builder
newBuilder()
New builder.String
skillId()
Gets the skillId.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a BulkClassifyOptions builder
-
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
Gets the input.An array of input utterances to classify.
- Returns:
- the input
-