public class EnvironmentSkill
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
EnvironmentSkill.Builder
Builder.
|
static interface |
EnvironmentSkill.Type
The type of the skill.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
disabled()
Gets the disabled.
|
EnvironmentSkill.Builder |
newBuilder()
New builder.
|
String |
skillId()
Gets the skillId.
|
String |
skillReference()
Gets the skillReference.
|
String |
snapshot()
Gets the snapshot.
|
String |
type()
Gets the type.
|
public EnvironmentSkill.Builder newBuilder()
public String skillId()
The skill ID of the skill.
public String type()
The type of the skill.
public Boolean disabled()
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 snapshot()
The name of the skill snapshot that is deployed to the environment (for example, `draft` or `1`).
public String skillReference()
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.