public class AssistantSkill
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | AssistantSkill.BuilderBuilder. | 
| static interface  | AssistantSkill.TypeThe type of the skill. | 
| Modifier and Type | Method and Description | 
|---|---|
| AssistantSkill.Builder | newBuilder()New builder. | 
| String | skillId()Gets the skillId. | 
| String | type()Gets the type. | 
public AssistantSkill.Builder newBuilder()
public String skillId()
The skill ID of the skill.
public String type()
The type of the skill.
Copyright © 2023 IBM Cloud. All rights reserved.