public class GetSkillOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
GetSkillOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
assistantId()
Gets the assistantId.
|
GetSkillOptions.Builder |
newBuilder()
New builder.
|
String |
skillId()
Gets the skillId.
|
public GetSkillOptions.Builder newBuilder()
public String assistantId()
Unique identifier of the assistant. To get the **assistant ID** in the watsonx Assistant interface, open the **Assistant settings** page, and scroll to the **Assistant IDs and API details** section and click **View Details**.
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.
Copyright © 2025 IBM Cloud. All rights reserved.