Skip to content

Commit

Permalink
Updating subscriptions and models for luis samples
Browse files Browse the repository at this point in the history
  • Loading branch information
msft-shahins committed Mar 29, 2016
1 parent 50a3e44 commit 99fb1f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CSharp/Samples/PizzaBot/PizzaOrderDialog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace Microsoft.Bot.Sample.PizzaBot
{
[LuisModel("a19f7eee-0280-4a9a-b5e5-73c16b32c43d", "fe054e042fd14754a83f0a205f6552a5")]
[LuisModel("4311ccf1-5ed1-44fe-9f10-a6adbad05c14", "6d0966209c6e4f6b835ce34492f3e6d9")]
[Serializable]
public class PizzaOrderDialog : LuisDialog
{
Expand Down
2 changes: 1 addition & 1 deletion CSharp/Samples/SimpleAlarmBot/SimpleAlarmDialog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace Microsoft.Bot.Sample.SimpleAlarmBot
{
[LuisModel("c413b2ef-382c-45bd-8ff0-f76d60e2a821", "fe054e042fd14754a83f0a205f6552a5")]
[LuisModel("c413b2ef-382c-45bd-8ff0-f76d60e2a821", "6d0966209c6e4f6b835ce34492f3e6d9")]
[Serializable]
public class SimpleAlarmDialog : LuisDialog
{
Expand Down

0 comments on commit 99fb1f7

Please sign in to comment.