public class MessageContextSkills
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
MessageContextSkills.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
MessageContextActionSkill |
actionsSkill()
Gets the actionsSkill.
|
MessageContextDialogSkill |
mainSkill()
Gets the mainSkill.
|
MessageContextSkills.Builder |
newBuilder()
New builder.
|
public MessageContextSkills.Builder newBuilder()
public MessageContextDialogSkill mainSkill()
Context variables that are used by the dialog skill.
public MessageContextActionSkill actionsSkill()
Context variables that are used by the action skill. Private variables are persisted, but not shown.
Copyright © 2024 IBM Cloud. All rights reserved.