Skip to content

Commit

Permalink
Add dispatch child to LUIS Runtime response (#5100)
Browse files Browse the repository at this point in the history
* Add dispatch child to LUIS Runtime response

* fix typo
  • Loading branch information
AmirGeorge authored and jhendrixMSFT committed Jan 29, 2019
1 parent 31fa6a1 commit 03581da
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,9 @@
},
"sentimentAnalysis": {
"$ref": "#/definitions/Sentiment"
},
"connectedServiceResult": {
"$ref": "#/definitions/LuisResult"
}
}
},
Expand Down

0 comments on commit 03581da

Please sign in to comment.