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 2131ebb commit 604004dCopy full SHA for 604004d
src/IBM.WatsonDeveloperCloud.Assistant.v2/Model/MessageContext.cs
@@ -33,7 +33,7 @@ public class MessageContext : BaseModel
33
/// Contains information specific to particular skills within the Assistant.
34
/// </summary>
35
[JsonProperty("skills", NullValueHandling = NullValueHandling.Ignore)]
36
- public MessageContextSkills Skills { get; set; }
+ public dynamic Skills { get; set; }
37
}
38
39
0 commit comments