Skip to content

Commit

Permalink
Add dispatch child to LUIS Runtime response (Azure#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 AnuTalluri committed Feb 6, 2019
1 parent 3848bf0 commit eec8a28
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 eec8a28

Please sign in to comment.