public class MessageContextSkill
extends com.ibm.cloud.sdk.core.service.model.GenericModel
**Note:** The default skill names are `main skill` for the dialog skill (if enabled), and `actions skill` for the actions skill.
Modifier and Type | Class and Description |
---|---|
static class |
MessageContextSkill.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
MessageContextSkill.Builder |
newBuilder()
New builder.
|
MessageContextSkillSystem |
system()
Gets the system.
|
Map<String,Object> |
userDefined()
Gets the userDefined.
|
public MessageContextSkill.Builder newBuilder()
public Map<String,Object> userDefined()
Arbitrary variables that can be read and written by a particular skill.
public MessageContextSkillSystem system()
System context data used by the skill.
Copyright © 2022 IBM Cloud. All rights reserved.