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()
The assistant ID or the environment ID of the environment where the assistant is deployed, depending on the type of request: - For message, session, and log requests, specify the environment ID of the environment where the assistant is deployed. - For all other requests, specify the assistant ID of the assistant.
To find the environment ID or assistant ID in the watsonx Assistant user interface, open the assistant settings and scroll to the **Environments** section.
**Note:** If you are using the classic Watson Assistant experience, always use the assistant ID. To find the assistant ID in the user interface, open the assistant settings and click API 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 © 2024 IBM Cloud. All rights reserved.