Skip to content

Commit 4fdf2c6

Browse files
committed
feat: Regenerate using sdk-2020-04-16 and generator 2.2.5
1 parent b102aa2 commit 4fdf2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IBM.Watson.Assistant.v2/Model/MessageContextSkill.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class MessageContextSkill
3434
/// System context data used by the skill.
3535
/// </summary>
3636
[JsonProperty("system", NullValueHandling = NullValueHandling.Ignore)]
37-
public MessageContextSkillSystem System { get; set; }
37+
public Dictionary<string, object> System { get; set; }
3838
}
3939

4040
}

0 commit comments

Comments
 (0)