Skip to content

Commit d93e03b

Browse files
authored
Merge pull request #171 from watson-developer-cloud/hotfix-dynamic-context
make context dynamic in MessageRequest
2 parents 4929e31 + 91e62e9 commit d93e03b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IBM.WatsonDeveloperCloud.Conversation.v1/Model/MessageRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class MessageRequest
4242
/// </summary>
4343
/// <value>State information for the conversation. Continue a conversation by including the context object from the previous response.</value>
4444
[JsonProperty("context", NullValueHandling = NullValueHandling.Ignore)]
45-
public Context Context { get; set; }
45+
public dynamic Context { get; set; }
4646
/// <summary>
4747
/// Include the entities from the previous response when they do not need to change and to prevent Watson from trying to identify them.
4848
/// </summary>

0 commit comments

Comments
 (0)