diff --git a/examples/demo-upload-example-utterances/demo-upload-utterances-from-exported-luis-app/example-files/app_defintion.json b/examples/demo-upload-example-utterances/demo-upload-utterances-from-exported-luis-app/example-files/app_defintion.json index 95cc6aa..1c32f4d 100644 --- a/examples/demo-upload-example-utterances/demo-upload-utterances-from-exported-luis-app/example-files/app_defintion.json +++ b/examples/demo-upload-example-utterances/demo-upload-utterances-from-exported-luis-app/example-files/app_defintion.json @@ -32,8 +32,7 @@ "composites": [], "closedLists": [], "bing_entities": [ - "datetimeV2", - "geography" + "datetimeV2" ], "actions": [], "model_features": [], diff --git a/examples/demo-upload-example-utterances/demo-upload-utterances-from-exported-luis-app/example-files/exported-luis-app-utterances.json b/examples/demo-upload-example-utterances/demo-upload-utterances-from-exported-luis-app/example-files/exported-luis-app-utterances.json index f1ed8e4..5b4503b 100644 --- a/examples/demo-upload-example-utterances/demo-upload-utterances-from-exported-luis-app/example-files/exported-luis-app-utterances.json +++ b/examples/demo-upload-example-utterances/demo-upload-utterances-from-exported-luis-app/example-files/exported-luis-app-utterances.json @@ -31,8 +31,7 @@ "composites": [], "closedLists": [], "bing_entities": [ - "datetimeV2", - "geography" + "datetimeV2" ], "actions": [], "model_features": [], diff --git a/examples/example-app-models/1.x/LuisBot.json b/examples/example-app-models/1.x/LuisBot.json index 4179b13..e8027e3 100644 --- a/examples/example-app-models/1.x/LuisBot.json +++ b/examples/example-app-models/1.x/LuisBot.json @@ -28,7 +28,7 @@ "composites": [], "closedLists": [], "bing_entities": [ - "geography" + ], "actions": [], "model_features": [ diff --git a/examples/example-app-models/custom/HomeAutomation.json b/examples/example-app-models/custom/HomeAutomation.json index abbfadb..2861553 100644 --- a/examples/example-app-models/custom/HomeAutomation.json +++ b/examples/example-app-models/custom/HomeAutomation.json @@ -47,8 +47,7 @@ "composites": [], "closedLists": [], "bing_entities": [ - "datetimeV2", - "geography" + "datetimeV2" ], "model_features": [], "regex_features": [],