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.
2 parents 4929e31 + 91e62e9 commit d93e03bCopy full SHA for d93e03b
src/IBM.WatsonDeveloperCloud.Conversation.v1/Model/MessageRequest.cs
@@ -42,7 +42,7 @@ public class MessageRequest
42
/// </summary>
43
/// <value>State information for the conversation. Continue a conversation by including the context object from the previous response.</value>
44
[JsonProperty("context", NullValueHandling = NullValueHandling.Ignore)]
45
- public Context Context { get; set; }
+ public dynamic Context { get; set; }
46
/// <summary>
47
/// Include the entities from the previous response when they do not need to change and to prevent Watson from trying to identify them.
48
0 commit comments