public class ImportSkillsOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
ImportSkillsOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
assistantId()
Gets the assistantId.
|
List<SkillImport> |
assistantSkills()
Gets the assistantSkills.
|
AssistantState |
assistantState()
Gets the assistantState.
|
Boolean |
includeAudit()
Gets the includeAudit.
|
ImportSkillsOptions.Builder |
newBuilder()
New builder.
|
public ImportSkillsOptions.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 List<SkillImport> assistantSkills()
An array of objects describing the skills for the assistant. Included in responses only if **status**=`Available`.
public AssistantState assistantState()
Status information about the skills for the assistant. Included in responses only if **status**=`Available`.
public Boolean includeAudit()
Whether to include the audit properties (`created` and `updated` timestamps) in the response.
Copyright © 2025 IBM Cloud. All rights reserved.