We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b102aa2 commit 4fdf2c6Copy full SHA for 4fdf2c6
src/IBM.Watson.Assistant.v2/Model/MessageContextSkill.cs
@@ -34,7 +34,7 @@ public class MessageContextSkill
34
/// System context data used by the skill.
35
/// </summary>
36
[JsonProperty("system", NullValueHandling = NullValueHandling.Ignore)]
37
- public MessageContextSkillSystem System { get; set; }
+ public Dictionary<string, object> System { get; set; }
38
}
39
40
0 commit comments