Class MessageContextSkill
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v2.model.MessageContextSkill
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class MessageContextSkill
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Contains information specific to a particular skill used by the Assistant. The property name must
be the same as the name of the skill (for example, `main skill`).
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MessageContextSkill.Builder
Builder. -
Method Summary
Modifier and Type Method Description MessageContextSkill.Builder
newBuilder()
New builder.MessageContextSkillSystem
system()
Gets the system.Map<String,Object>
userDefined()
Gets the userDefined.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a MessageContextSkill builder
-
userDefined
Gets the userDefined.Arbitrary variables that can be read and written by a particular skill.
- Returns:
- the userDefined
-
system
Gets the system.System context data used by the skill.
- Returns:
- the system
-