Skip to content

Commit

Permalink
Added ActionIncomplete Parameter
Browse files Browse the repository at this point in the history
Further matching the response json string
  • Loading branch information
pmiri committed Nov 23, 2016
1 parent 24f4a9f commit 20cc2df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ApiAiSDK/Model/Result.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ public class Result

String action;

[JsonProperty("actionIncomplete")]
public Boolean ActionIncomplete { get; set; }

[JsonProperty("action")]
public String Action
{
Expand Down

0 comments on commit 20cc2df

Please sign in to comment.