public class BulkClassifyOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
BulkClassifyOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
List<BulkClassifyUtterance> |
input()
Gets the input.
|
BulkClassifyOptions.Builder |
newBuilder()
New builder.
|
String |
skillId()
Gets the skillId.
|
public BulkClassifyOptions.Builder newBuilder()
public String skillId()
Unique identifier of the skill. To find the action or dialog skill ID in the watsonx Assistant user interface, open the skill settings and click **API Details**. To find the search skill ID, use the Get environment API to retrieve the skill references for an environment and it will include the search skill info, if available.
public List<BulkClassifyUtterance> input()
An array of input utterances to classify.
Copyright © 2025 IBM Cloud. All rights reserved.