public class SkillReference
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
SkillReference.Type
The type of the skill.
|
Constructor and Description |
---|
SkillReference() |
Modifier and Type | Method and Description |
---|---|
String |
getSkillId()
Gets the skillId.
|
String |
getSkillReference()
Gets the skillReference.
|
String |
getSnapshot()
Gets the snapshot.
|
String |
getType()
Gets the type.
|
Boolean |
isDisabled()
Gets the disabled.
|
public String getSkillId()
The skill ID of the skill.
public String getType()
The type of the skill.
public Boolean isDisabled()
Whether the skill is disabled. A disabled skill in the draft environment does not handle any messages at run time, and it is not included in saved releases.
public String getSnapshot()
The name of the snapshot (skill version) that is saved as part of the release (for example, `draft` or `1`).
public String getSkillReference()
The type of skill identified by the skill reference. The possible values are `main skill` (for a dialog skill), `actions skill`, and `search skill`.
Copyright © 2024 IBM Cloud. All rights reserved.