public class UpdateSkillOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
UpdateSkillOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
assistantId()
Gets the assistantId.
|
String |
description()
Gets the description.
|
Map<String,Object> |
dialogSettings()
Gets the dialogSettings.
|
String |
name()
Gets the name.
|
UpdateSkillOptions.Builder |
newBuilder()
New builder.
|
SearchSettings |
searchSettings()
Gets the searchSettings.
|
String |
skillId()
Gets the skillId.
|
Map<String,Object> |
workspace()
Gets the workspace.
|
public UpdateSkillOptions.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 String skillId()
Unique identifier of the skill. To find the skill ID in the watsonx Assistant user interface, open the skill settings and click **API Details**.
public String name()
The name of the skill. This string cannot contain carriage return, newline, or tab characters.
public String description()
The description of the skill. This string cannot contain carriage return, newline, or tab characters.
public Map<String,Object> workspace()
An object containing the conversational content of an action or dialog skill.
public Map<String,Object> dialogSettings()
For internal use only.
public SearchSettings searchSettings()
An object describing the search skill configuration.
**Note:** Search settings are not supported in **Import skills** requests, and are not included in **Export skills** responses.
Copyright © 2024 IBM Cloud. All rights reserved.