public class MessageContextActionSkill
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
MessageContextActionSkill.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
actionVariables()
Gets the actionVariables.
|
MessageContextActionSkill.Builder |
newBuilder()
New builder.
|
Map<String,Object> |
skillVariables()
Gets the skillVariables.
|
MessageContextSkillSystem |
system()
Gets the system.
|
Map<String,Object> |
userDefined()
Gets the userDefined.
|
public MessageContextActionSkill.Builder newBuilder()
public Map<String,Object> userDefined()
An object containing any arbitrary variables that can be read and written by a particular skill.
public MessageContextSkillSystem system()
System context data used by the skill.
public Map<String,Object> actionVariables()
An object containing action variables. Action variables can be accessed only by steps in the same action, and do not persist after the action ends.
public Map<String,Object> skillVariables()
An object containing skill variables. (In the watsonx Assistant user interface, skill variables are called _session variables_.) Skill variables can be accessed by any action and persist for the duration of the session.
Copyright © 2024 IBM Cloud. All rights reserved.