From 0e7ec14e46f8c7f678ed0e2ea6e77a7f9147ebc5 Mon Sep 17 00:00:00 2001 From: Omar Samir Galal Date: Tue, 27 Aug 2019 18:16:28 +0200 Subject: [PATCH] Luis Authoring modified SDK tests (#7408) * new modified tests luis authoring * fixing long path issue --- .../Language.LUIS.Authoring/tests/BaseTest.cs | 5 +- .../tests/Luis/AppsTests.cs | 3 +- .../tests/Luis/EntityRolesTests.cs | 105 +----- .../tests/Luis/ExamplesTests.cs | 1 + .../tests/Luis/FeaturesPhraseListsTests.cs | 1 + .../tests/Luis/FeaturesTests.cs | 1 + .../tests/Luis/ImportExportTests.cs | 1 + .../tests/Luis/ModelClosedListsTests.cs | 1 + .../tests/Luis/ModelEntitiesTests.cs | 1 + .../tests/Luis/ModelIntentsTests.cs | 1 + .../tests/Luis/ModelPatternAnyTests.cs | 1 + .../tests/Luis/ModelPrebuiltDomainTests.cs | 116 ++++-- .../tests/Luis/ModelRegexEntitiesTests.cs | 1 + .../tests/Luis/ModelTests.cs | 2 + .../tests/Luis/ModelprebuiltsTests.cs | 1 + .../tests/Luis/PatternsTests.cs | 1 + .../tests/Luis/PermissionsTests.cs | 3 +- .../tests/Luis/TrainTests.cs | 1 + .../tests/Luis/VersionsTests.cs | 7 +- .../AppsTests/AddApplication.json | 72 ++-- .../AddCustomPrebuiltApplication.json | 46 +-- .../AppsTests/DeleteApplication.json | 68 ++-- .../AppsTests/DownloadQueryLogs.json | 74 ++-- .../AppsTests/GetApplication.json | 72 ++-- .../AppsTests/GetPublishSettings.json | 70 ++-- .../SessionRecords/AppsTests/GetSettings.json | 70 ++-- .../AppsTests/ListApplications.json | 68 ++-- .../ListAvailableCustomPrebuiltDomains.json | 22 +- .../SessionRecords/AppsTests/ListDomains.json | 18 +- .../AppsTests/ListEndpoints.json | 72 ++-- .../AppsTests/ListSupportedCultures.json | 18 +- .../AppsTests/ListUsageScenarios.json | 18 +- .../AppsTests/PublishApplication.json | 26 +- .../AppsTests/UpdateApplication.json | 94 ++--- .../AppsTests/UpdatePublishSettings.json | 92 ++--- .../AppsTests/UpdateSettings.json | 92 ++--- .../AddClosedListEntityRole.json | 102 ++--- .../AddCompositeEntityRole.json | 148 ++++---- .../AddCustomPrebuiltDomainEntityRole.json | 102 ++--- .../AddHierarchicalEntityRole.json | 134 ++----- .../AddPatternAnyEntityRole.json | 102 ++--- .../AddPrebuiltEntityRole.json | 98 ++--- .../EntityRolesTests/AddRegexEntityRole.json | 102 ++--- .../EntityRolesTests/AddSimpleEntityRole.json | 102 ++--- .../DeleteClosedListEntityRole.json | 122 +++--- .../DeleteCompositeEntityRole.json | 168 ++++----- .../DeleteCustomPrebuiltDomainEntityRole.json | 122 +++--- .../DeletePatternAnyEntityRole.json | 122 +++--- .../DeletePrebuiltEntityRole.json | 118 +++--- .../DeleteRegexEntityRole.json | 122 +++--- .../DeleteSimpleEntityRole.json | 122 +++--- .../GetClosedListEntityRole.json | 102 ++--- .../GetClosedListEntityRoles.json | 102 ++--- .../GetCompositeEntityRole.json | 148 ++++---- .../GetCompositeEntityRoles.json | 148 ++++---- .../GetCustomPrebuiltDomainEntityRole.json | 102 ++--- .../GetCustomPrebuiltDomainEntityRoles.json | 102 ++--- .../GetPatternAnyEntityRole.json | 102 ++--- .../GetPatternAnyEntityRoles.json | 102 ++--- .../GetPrebuiltEntityRole.json | 98 ++--- .../GetPrebuiltEntityRoles.json | 98 ++--- .../EntityRolesTests/GetRegexEntityRole.json | 102 ++--- .../EntityRolesTests/GetRegexEntityRoles.json | 102 ++--- .../EntityRolesTests/GetSimpleEntityRole.json | 102 ++--- .../GetSimpleEntityRoles.json | 102 ++--- .../UpdateClosedListEntityRole.json | 124 +++---- .../UpdateCompositeEntityRole.json | 170 ++++----- .../UpdateCustomPrebuiltDomainEntityRole.json | 124 +++---- .../UpdatePatternAnyEntityRole.json | 124 +++---- .../UpdatePrebuiltEntityRole.json | 120 +++--- .../UpdateRegexEntityRole.json | 124 +++---- .../UpdateSimpleEntityRole.json | 124 +++---- .../ExamplesTests/AddExample.json | 126 +++---- .../ExamplesTests/AddExamplesInBatch.json | 126 +++---- ...SomeInvalidExamples_ReturnsSomeErrors.json | 124 +++---- .../ExamplesTests/DeleteExample.json | 114 +++--- .../ExamplesTests/ListExamples.json | 26 +- ...ples_ForEmptyApplication_ReturnsEmpty.json | 68 ++-- .../AddPhraseList.json | 74 ++-- .../DeletePhraseList.json | 96 ++--- .../GetPhraseList.json | 74 ++-- .../ListPhraseLists.json | 74 ++-- .../UpdatePhraseList.json | 96 ++--- .../FeaturesTests/ListFeatures.json | 70 ++-- .../tests/SessionRecords/ImportApp.json | 2 +- .../ImportExportTests/ExportVersion.json | 68 ++-- .../ImportExportTests/ImportApp.json | 72 ++-- .../ImportExportTests/ImportVersion.json | 72 ++-- .../ModelClosedListsTests/AddClosedList.json | 50 +-- .../ModelClosedListsTests/AddSubList.json | 104 +++--- .../DeleteClosedList.json | 72 ++-- .../ModelClosedListsTests/DeleteSubList.json | 124 +++---- .../ModelClosedListsTests/GetClosedList.json | 76 ++-- .../ListClosedLists.json | 76 ++-- .../PatchClosedList.json | 98 ++--- .../UpdateClosedList.json | 98 ++--- .../ModelClosedListsTests/UpdateSubList.json | 124 +++---- .../ModelIntentsTests/AddIntent.json | 76 ++-- .../ModelIntentsTests/DeleteIntent.json | 102 ++--- .../ModelIntentsTests/GetIntent.json | 74 ++-- .../ModelIntentsTests/ListIntents.json | 26 +- .../ModelIntentsTests/UpdateIntent.json | 120 +++--- .../ModelPatternAnyTests/AddEntity.json | 76 ++-- .../AddExplicitListItem.json | 106 +++--- .../ModelPatternAnyTests/DeleteEntity.json | 72 ++-- .../DeleteExplicitListItem.json | 124 +++---- .../ModelPatternAnyTests/GetEntity.json | 76 ++-- .../ModelPatternAnyTests/GetExplicitList.json | 76 ++-- .../GetExplicitListItem.json | 106 +++--- .../ModelPatternAnyTests/ListEntities.json | 76 ++-- .../ModelPatternAnyTests/UpdateEntity.json | 98 ++--- .../UpdateExplicitListItem.json | 128 +++---- .../AddCustomPrebuiltDomain.json | 252 +++++++++++-- .../AddCustomPrebuiltEntity.json | 132 +++++-- .../AddCustomPrebuiltIntent.json | 104 +++--- .../DeleteCustomPrebuiltDomain.json | 246 +++++++++---- .../ListCustomPrebuiltEntities.json | 252 +++++++++++-- .../ListCustomPrebuiltIntents.json | 252 +++++++++++-- .../ListCustomPrebuiltModels.json | 252 +++++++++++-- .../ModelPrebuiltsTests/AddPrebuilt.json | 68 ++-- .../ModelPrebuiltsTests/DeletePrebuilt.json | 68 ++-- .../ModelPrebuiltsTests/GetPrebuilt.json | 70 ++-- .../ListPrebuiltEntities.json | 26 +- .../ModelPrebuiltsTests/ListPrebuilts.json | 70 ++-- .../CreateRegexEntity.json | 50 +-- .../DeleteRegexEntity.json | 72 ++-- .../GetRegexEntities.json | 74 ++-- .../GetRegexEntity.json | 74 ++-- .../UpdateRegexEntity.json | 98 ++--- .../ModelSimpleEntitiesTests/AddEntity.json | 74 ++-- .../DeleteEntity.json | 76 ++-- .../ModelSimpleEntitiesTests/GetEntity.json | 74 ++-- .../GetEntitySuggestions_ReturnsEmpty.json | 72 ++-- .../ListEntities.json | 76 ++-- .../UpdateEntity.json | 96 ++--- .../ModelTests/AddCompositeEntity.json | 96 ++--- .../ModelTests/AddCompositeEntityChild.json | 178 ++++----- .../ModelTests/AddHierarchicalEntity.json | 50 +-- .../AddHierarchicalEntityChild.json | 78 ++-- .../ModelTests/DeleteCompositeEntity.json | 146 +++++--- .../DeleteCompositeEntityChild.json | 188 +++++----- .../ModelTests/DeleteHierarchicalEntity.json | 96 ++--- .../DeleteHierarchicalEntityChild.json | 120 +++--- .../ModelTests/GetCompositeEntity.json | 120 +++--- .../ModelTests/GetHierarchicalEntity.json | 74 ++-- .../GetHierarchicalEntityChild.json | 98 ++--- .../ModelTests/ListCompositeEntities.json | 120 +++--- .../ModelTests/ListHierarchicalEntities.json | 74 ++-- .../SessionRecords/ModelTests/ListModels.json | 100 +++-- .../ModelTests/UpdateCompositeEntity.json | 142 +++---- .../ModelTests/UpdateHierarchicalEntity.json | 96 ++--- .../UpdateHierarchicalEntityChild.json | 120 +++--- .../PatternsTests/AddPattern.json | 96 ++--- .../PatternsTests/AddPatterns.json | 116 +++--- .../PatternsTests/DeletePattern.json | 118 +++--- .../PatternsTests/DeletePatterns.json | 138 +++---- .../PatternsTests/GetIntentPatterns.json | 140 +++---- .../PatternsTests/GetPatterns.json | 140 +++---- .../PatternsTests/UpdatePattern.json | 120 +++--- .../PatternsTests/UpdatePatterns.json | 142 +++---- .../PermissionsTests/AddPermission.json | 70 ++-- .../PermissionsTests/DeletePermission.json | 70 ++-- .../PermissionsTests/ListPermissions.json | 92 ++--- .../PermissionsTests/UpdatePermission.json | 70 ++-- .../SessionRecords/TrainTests/GetStatus.json | 52 +-- .../TrainTests/TrainVersion.json | 348 ++++++++++++++++-- .../VersionsTests/CloneVersion.json | 100 ++--- .../CloneVersion_ErrorModel.json | 52 +-- .../VersionsTests/DeleteVersion.json | 126 +++---- .../DeleteVersion_ErrorModel.json | 48 +-- .../VersionsTests/GetVersion.json | 52 +-- .../GetVersion_ErrorVersion.json | 48 +-- .../VersionsTests/ListVersions.json | 26 +- .../ListVersions_ErrorAppId.json | 18 +- .../ListVersions_ErrorSubscriptionKey.json | 33 +- .../VersionsTests/UpdateVersion.json | 96 ++--- .../UpdateVersion_ErrorModel.json | 52 +-- 177 files changed, 8465 insertions(+), 7315 deletions(-) diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/BaseTest.cs b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/BaseTest.cs index 3904d05337f27..969bfcb330462 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/BaseTest.cs +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/BaseTest.cs @@ -12,11 +12,12 @@ public abstract class BaseTest { private const HttpRecorderMode mode = HttpRecorderMode.Playback; - protected readonly Guid GlobalAppId = new Guid("741516ba-5148-4f5c-91cc-f25d10d3a22e"); + protected readonly Guid GlobalAppId = new Guid("3327b33c-35df-40d0-a661-c9ade29da239"); protected const string GlobalVersionId = "0.1"; protected readonly Guid GlobalAppIdError = new Guid("86226c53-b7a6-416f-876b-226b2b5ab07d"); - protected readonly Guid GlobalNoneId = new Guid("9a3fce96-2ab4-4f88-ba80-2011731e3188"); + protected readonly Guid GlobalNoneId = new Guid("ac04c5c6-2c0c-4af8-ba3f-5db090fa7de5"); protected const string AuthoringKey = "00000000000000000000000000000000"; + protected readonly string OwnerEmail = "a-omsami@microsoft.com"; private Type TypeName => GetType(); diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/AppsTests.cs b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/AppsTests.cs index bc251b09a8092..c41c86cdf41c8 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/AppsTests.cs +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/AppsTests.cs @@ -8,6 +8,7 @@ using Xunit; using System.Linq; + [Collection("TestCollection")] public class AppsTests : BaseTest { [Fact] @@ -385,7 +386,7 @@ public void ListAvailableCustomPrebuiltDomains() }); } - [Fact] + [Fact (Skip = "Problem from API")] public void ListAvailableCustomPrebuiltDomainsForCulture() { UseClientFor(async client => diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/EntityRolesTests.cs b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/EntityRolesTests.cs index d260318c83bec..7e4486683364c 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/EntityRolesTests.cs +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/EntityRolesTests.cs @@ -9,6 +9,7 @@ namespace LUIS.Authoring.Tests.Luis using System.Text; using Xunit; + [Collection("TestCollection")] public class EntityRolesTests : BaseTest { [Fact] @@ -155,15 +156,16 @@ public void AddHierarchicalEntityRole() Name = "Pattern.Any model", Children = new[] { "child1" } }); - - var roleId = await client.Model.CreateHierarchicalEntityRoleAsync(GlobalAppId, "0.1", entityId, new EntityRoleCreateObject + var exception = await Assert.ThrowsAsync(async () => await client.Model.CreateHierarchicalEntityRoleAsync(GlobalAppId, "0.1", entityId, new EntityRoleCreateObject { Name = "simple role" - }); - var roles = await client.Model.ListHierarchicalEntityRolesAsync(GlobalAppId, "0.1", entityId); + })); await client.Model.DeleteHierarchicalEntityAsync(GlobalAppId, "0.1", entityId); - Assert.Contains(roles, r => r.Name == "simple role"); + var error = exception.Body; + var errorCode = "BadArgument"; + + Assert.Equal(errorCode, error.Code); }); } @@ -323,28 +325,6 @@ public void GetPatternAnyEntityRole() }); } - [Fact] - public void GetHierarchicalEntityRole() - { - UseClientFor(async client => - { - var entityId = await client.Model.AddHierarchicalEntityAsync(GlobalAppId, "0.1", new HierarchicalEntityModel - { - Name = "Pattern.Any model", - Children = new[] { "child1" } - }); - - var roleId = await client.Model.CreateHierarchicalEntityRoleAsync(GlobalAppId, "0.1", entityId, new EntityRoleCreateObject - { - Name = "simple role" - }); - var role = await client.Model.GetHierarchicalEntityRoleAsync(GlobalAppId, "0.1", entityId, roleId); - await client.Model.DeleteHierarchicalEntityAsync(GlobalAppId, "0.1", entityId); - - Assert.Equal("simple role", role.Name); - }); - } - [Fact] public void GetCustomPrebuiltDomainEntityRole() { @@ -501,28 +481,6 @@ public void GetPatternAnyEntityRoles() }); } - [Fact] - public void GetHierarchicalEntityRoles() - { - UseClientFor(async client => - { - var entityId = await client.Model.AddHierarchicalEntityAsync(GlobalAppId, "0.1", new HierarchicalEntityModel - { - Name = "Pattern.Any model", - Children = new[] { "child1" } - }); - - var roleId = await client.Model.CreateHierarchicalEntityRoleAsync(GlobalAppId, "0.1", entityId, new EntityRoleCreateObject - { - Name = "simple role" - }); - var roles = await client.Model.ListHierarchicalEntityRolesAsync(GlobalAppId, "0.1", entityId); - await client.Model.DeleteHierarchicalEntityAsync(GlobalAppId, "0.1", entityId); - - Assert.Equal("simple role", Assert.Single(roles).Name); - }); - } - [Fact] public void GetCustomPrebuiltDomainEntityRoles() { @@ -703,32 +661,6 @@ public void UpdatePatternAnyEntityRole() }); } - [Fact] - public void UpdateHierarchicalEntityRole() - { - UseClientFor(async client => - { - var entityId = await client.Model.AddHierarchicalEntityAsync(GlobalAppId, "0.1", new HierarchicalEntityModel - { - Name = "Pattern.Any model", - Children = new[] { "child1" } - }); - - var roleId = await client.Model.CreateHierarchicalEntityRoleAsync(GlobalAppId, "0.1", entityId, new EntityRoleCreateObject - { - Name = "simple role" - }); - await client.Model.UpdateHierarchicalEntityRoleAsync(GlobalAppId, "0.1", entityId, roleId, new EntityRoleUpdateObject - { - Name = "simple role 2" - }); - var role = await client.Model.GetHierarchicalEntityRoleAsync(GlobalAppId, "0.1", entityId, roleId); - await client.Model.DeleteHierarchicalEntityAsync(GlobalAppId, "0.1", entityId); - - Assert.Equal("simple role 2", role.Name); - }); - } - [Fact] public void UpdateCustomPrebuiltDomainEntityRole() { @@ -895,29 +827,6 @@ public void DeletePatternAnyEntityRole() }); } - [Fact] - public void DeleteHierarchicalEntityRole() - { - UseClientFor(async client => - { - var entityId = await client.Model.AddHierarchicalEntityAsync(GlobalAppId, "0.1", new HierarchicalEntityModel - { - Name = "Pattern.Any model", - Children = new[] { "child1" } - }); - - var roleId = await client.Model.CreateHierarchicalEntityRoleAsync(GlobalAppId, "0.1", entityId, new EntityRoleCreateObject - { - Name = "simple role" - }); - await client.Model.DeleteHierarchicalEntityRoleAsync(GlobalAppId, "0.1", entityId, roleId); - var roles = await client.Model.ListHierarchicalEntityRolesAsync(GlobalAppId, "0.1", entityId); - await client.Model.DeleteHierarchicalEntityAsync(GlobalAppId, "0.1", entityId); - - Assert.Empty(roles); - }); - } - [Fact] public void DeleteCustomPrebuiltDomainEntityRole() { diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ExamplesTests.cs b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ExamplesTests.cs index 618510a4117f4..8f4feee255589 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ExamplesTests.cs +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ExamplesTests.cs @@ -7,6 +7,7 @@ using Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models; using Xunit; + [Collection("TestCollection")] public class ExamplesTests : BaseTest { private const string versionId = "0.1"; diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/FeaturesPhraseListsTests.cs b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/FeaturesPhraseListsTests.cs index 2b4517562a152..e684875132583 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/FeaturesPhraseListsTests.cs +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/FeaturesPhraseListsTests.cs @@ -4,6 +4,7 @@ using Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models; using Xunit; + [Collection("TestCollection")] public class FeaturesPhraseListsTests : BaseTest { private const string versionId = "0.1"; diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/FeaturesTests.cs b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/FeaturesTests.cs index 3df11dcc76991..338ae211cffe3 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/FeaturesTests.cs +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/FeaturesTests.cs @@ -6,6 +6,7 @@ using System.IO; using Xunit; + [Collection("TestCollection")] public class FeaturesTests : BaseTest { [Fact] diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ImportExportTests.cs b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ImportExportTests.cs index 12b55f92d2280..c83c71cd6fb5c 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ImportExportTests.cs +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ImportExportTests.cs @@ -6,6 +6,7 @@ using Newtonsoft.Json; using Xunit; + [Collection("TestCollection")] public class ImportExportTests : BaseTest { private const string versionId = "0.1"; diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ModelClosedListsTests.cs b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ModelClosedListsTests.cs index 58fcc8251bbf9..393e67296dfdf 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ModelClosedListsTests.cs +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ModelClosedListsTests.cs @@ -7,6 +7,7 @@ using Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models; using Xunit; + [Collection("TestCollection")] public class ModelClosedListsTests : BaseTest { private const string versionId = "0.1"; diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ModelEntitiesTests.cs b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ModelEntitiesTests.cs index b7f05af465cd6..c1ea330632e0a 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ModelEntitiesTests.cs +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ModelEntitiesTests.cs @@ -5,6 +5,7 @@ using Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models; using Xunit; + [Collection("TestCollection")] public class ModelSimpleEntitiesTests : BaseTest { private const string versionId = "0.1"; diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ModelIntentsTests.cs b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ModelIntentsTests.cs index b9675b30684da..254cc7bd20eab 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ModelIntentsTests.cs +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ModelIntentsTests.cs @@ -6,6 +6,7 @@ using Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models; using Xunit; + [Collection("TestCollection")] public class ModelIntentsTests : BaseTest { private const string versionId = "0.1"; diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ModelPatternAnyTests.cs b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ModelPatternAnyTests.cs index 94e8e34bb88c4..108694ed1a662 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ModelPatternAnyTests.cs +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ModelPatternAnyTests.cs @@ -8,6 +8,7 @@ using Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models; using Xunit; + [Collection("TestCollection")] public class ModelPatternAnyTests : BaseTest { private const string versionId = "0.1"; diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ModelPrebuiltDomainTests.cs b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ModelPrebuiltDomainTests.cs index 19889c73856ec..7f4dc9ee03137 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ModelPrebuiltDomainTests.cs +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ModelPrebuiltDomainTests.cs @@ -6,6 +6,7 @@ using System.Linq; using Xunit; + [Collection("TestCollection")] public class ModelPrebuiltDomainTests: BaseTest { [Fact] @@ -13,20 +14,29 @@ public void AddCustomPrebuiltDomain() { UseClientFor(async client => { - var versionsApp = await client.Versions.ListAsync(GlobalAppId); + var testAppId = await client.Apps.AddAsync(new ApplicationCreateObject + { + Name = "New LUIS App", + Description = "New LUIS App", + Culture = "en-us", + Domain = "Comics", + UsageScenario = "IoT" + }); + var versionsApp = await client.Versions.ListAsync(testAppId); var version = versionsApp.FirstOrDefault().Version; var prebuiltDomainToAdd = new PrebuiltDomainCreateBaseObject { - DomainName = "Gaming" + DomainName = "Communication" }; - var results = await client.Model.AddCustomPrebuiltDomainAsync(GlobalAppId, version, prebuiltDomainToAdd); - var prebuiltModels = await client.Model.ListCustomPrebuiltModelsAsync(GlobalAppId, version); + var results = await client.Model.AddCustomPrebuiltDomainAsync(testAppId, version, prebuiltDomainToAdd); + var prebuiltModels = await client.Model.ListCustomPrebuiltModelsAsync(testAppId, version); + await client.Model.DeleteCustomPrebuiltDomainAsync(testAppId, version, "Communication"); + await client.Apps.DeleteAsync(testAppId); - foreach (var result in results) + foreach (var result in prebuiltModels) { - Assert.True(result != Guid.Empty); - Assert.Contains(prebuiltModels, m => m.Id.Equals(result)); + Assert.Contains(results, m => m == result.Id); } }); } @@ -36,23 +46,33 @@ public void DeleteCustomPrebuiltDomain() { UseClientFor(async client => { - var versionsApp = await client.Versions.ListAsync(GlobalAppId); + var testAppId = await client.Apps.AddAsync(new ApplicationCreateObject + { + Name = "New LUIS App", + Description = "New LUIS App", + Culture = "en-us", + Domain = "Comics", + UsageScenario = "IoT" + }); + var versionsApp = await client.Versions.ListAsync(testAppId); var version = versionsApp.FirstOrDefault().Version; var prebuiltDomain = new PrebuiltDomainCreateBaseObject { - DomainName = "Gaming" + DomainName = "Communication" }; - var results = await client.Model.AddCustomPrebuiltDomainAsync(GlobalAppId, version, prebuiltDomain); - var prebuiltModels = await client.Model.ListCustomPrebuiltModelsAsync(GlobalAppId, version); + var results = await client.Model.AddCustomPrebuiltDomainAsync(testAppId, version, prebuiltDomain); + var prebuiltModels = await client.Model.ListCustomPrebuiltModelsAsync(testAppId, version); - Assert.Contains(prebuiltModels, o => o.CustomPrebuiltDomainName == "Gaming"); + Assert.Contains(prebuiltModels, o => o.CustomPrebuiltDomainName == "Communication"); - await client.Model.DeleteCustomPrebuiltDomainAsync(GlobalAppId, version, prebuiltDomain.DomainName); + await client.Model.DeleteCustomPrebuiltDomainAsync(testAppId, version, prebuiltDomain.DomainName); - prebuiltModels = await client.Model.ListCustomPrebuiltModelsAsync(GlobalAppId, version); + prebuiltModels = await client.Model.ListCustomPrebuiltModelsAsync(testAppId, version); + await client.Apps.DeleteAsync(testAppId); - Assert.DoesNotContain(prebuiltModels, o => o.CustomPrebuiltDomainName == "Gaming"); + + Assert.DoesNotContain(prebuiltModels, o => o.CustomPrebuiltDomainName == "Communication"); }); } @@ -61,15 +81,25 @@ public void ListCustomPrebuiltEntities() { UseClientFor(async client => { - var versionsApp = await client.Versions.ListAsync(GlobalAppId); + var testAppId = await client.Apps.AddAsync(new ApplicationCreateObject + { + Name = "New LUIS App", + Description = "New LUIS App", + Culture = "en-us", + Domain = "Comics", + UsageScenario = "IoT" + }); + var versionsApp = await client.Versions.ListAsync(testAppId); var version = versionsApp.FirstOrDefault().Version; var prebuiltDomain = new PrebuiltDomainCreateBaseObject { - DomainName = "Gaming" + DomainName = "Communication" }; - var results = await client.Model.AddCustomPrebuiltDomainAsync(GlobalAppId, version, prebuiltDomain); - var prebuiltEntities = await client.Model.ListCustomPrebuiltEntitiesAsync(GlobalAppId, version); + var results = await client.Model.AddCustomPrebuiltDomainAsync(testAppId, version, prebuiltDomain); + var prebuiltEntities = await client.Model.ListCustomPrebuiltEntitiesAsync(testAppId, version); + await client.Model.DeleteCustomPrebuiltDomainAsync(testAppId, version, "Communication"); + await client.Apps.DeleteAsync(testAppId); Assert.Contains(prebuiltEntities, entity => entity.CustomPrebuiltDomainName == prebuiltDomain.DomainName); }); @@ -84,12 +114,13 @@ public void AddCustomPrebuiltEntity() var version = versionsApp.FirstOrDefault().Version; var prebuiltModel = new PrebuiltDomainModelCreateObject { - DomainName = "Camera", - ModelName = "AppName" + DomainName = "Communication", + ModelName = "Category" }; var guidModel = await client.Model.AddCustomPrebuiltEntityAsync(GlobalAppId, version, prebuiltModel); var prebuiltEntities = await client.Model.ListCustomPrebuiltEntitiesAsync(GlobalAppId, version); + await client.Model.DeleteEntityAsync(GlobalAppId, version, guidModel); Assert.Contains(prebuiltEntities, entity => entity.Id == guidModel); }); @@ -100,15 +131,25 @@ public void ListCustomPrebuiltIntents() { UseClientFor(async client => { - var versionsApp = await client.Versions.ListAsync(GlobalAppId); + var testAppId = await client.Apps.AddAsync(new ApplicationCreateObject + { + Name = "New LUIS App", + Description = "New LUIS App", + Culture = "en-us", + Domain = "Comics", + UsageScenario = "IoT" + }); + var versionsApp = await client.Versions.ListAsync(testAppId); var version = versionsApp.FirstOrDefault().Version; var prebuiltDomain = new PrebuiltDomainCreateBaseObject { - DomainName = "Gaming" + DomainName = "Communication" }; - var results = await client.Model.AddCustomPrebuiltDomainAsync(GlobalAppId, version, prebuiltDomain); - var prebuiltIntents = await client.Model.ListCustomPrebuiltIntentsAsync(GlobalAppId, version); + var results = await client.Model.AddCustomPrebuiltDomainAsync(testAppId, version, prebuiltDomain); + var prebuiltIntents = await client.Model.ListCustomPrebuiltIntentsAsync(testAppId, version); + await client.Model.DeleteCustomPrebuiltDomainAsync(testAppId, version, "Communication"); + await client.Apps.DeleteAsync(testAppId); Assert.Contains(prebuiltIntents, entity => entity.CustomPrebuiltDomainName == prebuiltDomain.DomainName); }); @@ -123,13 +164,12 @@ public void AddCustomPrebuiltIntent() var version = versionsApp.FirstOrDefault().Version; var prebuiltModel = new PrebuiltDomainModelCreateObject { - DomainName = "Calendar", - ModelName = "Add" + DomainName = "Communication", + ModelName = "AddContact" }; var guidModel = await client.Model.AddCustomPrebuiltIntentAsync(GlobalAppId, version, prebuiltModel); var prebuiltIntents = await client.Model.ListCustomPrebuiltIntentsAsync(GlobalAppId, version); - await client.Model.DeleteIntentAsync(GlobalAppId, version, guidModel); Assert.Contains(prebuiltIntents, entity => entity.Id == guidModel); @@ -141,16 +181,26 @@ public void ListCustomPrebuiltModels() { UseClientFor(async client => { - var versionsApp = await client.Versions.ListAsync(GlobalAppId); + var testAppId = await client.Apps.AddAsync(new ApplicationCreateObject + { + Name = "New LUIS App", + Description = "New LUIS App", + Culture = "en-us", + Domain = "Comics", + UsageScenario = "IoT" + }); + var versionsApp = await client.Versions.ListAsync(testAppId); var version = versionsApp.FirstOrDefault().Version; var prebuiltDomain = new PrebuiltDomainCreateBaseObject { - DomainName = "Calendar" + DomainName = "Communication" }; - var results = await client.Model.AddCustomPrebuiltDomainAsync(GlobalAppId, version, prebuiltDomain); - var prebuiltModels = await client.Model.ListCustomPrebuiltModelsAsync(GlobalAppId, version); - + var results = await client.Model.AddCustomPrebuiltDomainAsync(testAppId, version, prebuiltDomain); + var prebuiltModels = await client.Model.ListCustomPrebuiltModelsAsync(testAppId, version); + await client.Model.DeleteCustomPrebuiltDomainAsync(testAppId, version, "Communication"); + await client.Apps.DeleteAsync(testAppId); + var validTypes = new string[] { "Intent Classifier", "Entity Extractor" }; Assert.True(prebuiltModels.All(m => validTypes.Contains(m.ReadableType))); diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ModelRegexEntitiesTests.cs b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ModelRegexEntitiesTests.cs index b4e39fb10030b..44d8d441595da 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ModelRegexEntitiesTests.cs +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ModelRegexEntitiesTests.cs @@ -5,6 +5,7 @@ using Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models; using Xunit; + [Collection("TestCollection")] public class ModelRegexEntitiesTests : BaseTest { private const string versionId = "0.1"; diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ModelTests.cs b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ModelTests.cs index d60a19ed11967..dcc2f5c4e8037 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ModelTests.cs +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ModelTests.cs @@ -7,6 +7,7 @@ using Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models; using Xunit; + [Collection("TestCollection")] public class ModelTests : BaseTest { [Fact] @@ -83,6 +84,7 @@ public void DeleteCompositeEntity() var entity = new CompositeEntityModel(new List() { childEntity.Single().Name }, name: "CompositeTest"); var entityId = await client.Model.AddCompositeEntityAsync(GlobalAppId, GlobalVersionId, entity); await client.Model.DeleteCompositeEntityAsync(GlobalAppId, GlobalVersionId, entityId); + await client.Model.DeletePrebuiltAsync(GlobalAppId, GlobalVersionId, childEntity.Single().Id); var entities = await client.Model.ListCompositeEntitiesAsync(GlobalAppId, GlobalVersionId); Assert.DoesNotContain(entities, e => e.Id == entityId); diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ModelprebuiltsTests.cs b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ModelprebuiltsTests.cs index e08f65170b3a0..be751d02df956 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ModelprebuiltsTests.cs +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ModelprebuiltsTests.cs @@ -5,6 +5,7 @@ using Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring; using Xunit; + [Collection("TestCollection")] public class ModelPrebuiltsTests : BaseTest { [Fact] diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/PatternsTests.cs b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/PatternsTests.cs index a163ab37861b1..bbd0411813a7d 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/PatternsTests.cs +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/PatternsTests.cs @@ -7,6 +7,7 @@ namespace LUIS.Authoring.Tests.Luis using Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models; using Xunit; + [Collection("TestCollection")] public class PatternsTests : BaseTest { [Fact] diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/PermissionsTests.cs b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/PermissionsTests.cs index a356324974fa4..3f69dc82a6462 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/PermissionsTests.cs +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/PermissionsTests.cs @@ -4,6 +4,7 @@ using Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models; using Xunit; + [Collection("TestCollection")] public class PermissionsTests : BaseTest { [Fact] @@ -34,7 +35,7 @@ public void ListPermissions() }; await client.Permissions.DeleteAsync(GlobalAppId, userToRemove); - Assert.Equal("owner.user@microsoft.com", result.Owner); + Assert.Equal(OwnerEmail, result.Owner); Assert.Equal(new string[] { "guest@outlook.com", "invited.user@live.com" }, result.Emails); }); } diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/TrainTests.cs b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/TrainTests.cs index 4a0bfd37a998a..0f98f52c0ba34 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/TrainTests.cs +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/TrainTests.cs @@ -5,6 +5,7 @@ using System.Threading.Tasks; using Xunit; + [Collection("TestCollection")] public class TrainTests : BaseTest { [Fact] diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/VersionsTests.cs b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/VersionsTests.cs index 7969e3ca7ec86..39db4116e25c2 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/VersionsTests.cs +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/VersionsTests.cs @@ -6,6 +6,7 @@ using System.Linq; using Xunit; + [Collection("TestCollection")] public class VersionsTests: BaseTest { [Fact] @@ -120,13 +121,13 @@ public void ListVersions_ErrorSubscriptionKey() { { "Ocp-Apim-Subscription-Key", new List { "3eff76bb229942899255402725b72933" } } }; - var errorCode = "401"; + var errorMessage = "Operation returned an invalid status code 'Unauthorized'"; UseClientFor(async client => { var exception = await Assert.ThrowsAsync(async () => await client.Versions.ListWithHttpMessagesAsync(GlobalAppId, customHeaders: headers)); - var error = exception.Body; + var error = exception.Message; - Assert.Equal(errorCode, error.Code); + Assert.Equal(errorMessage, error); }); } diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/AddApplication.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/AddApplication.json index 1cc8e7ee959ee..15f1a0b836667 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/AddApplication.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/AddApplication.json @@ -7,13 +7,13 @@ "RequestBody": "{\r\n \"culture\": \"en-us\",\r\n \"domain\": \"Comics\",\r\n \"description\": \"New LUIS App\",\r\n \"usageScenario\": \"IoT\",\r\n \"name\": \"New LUIS App\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:44 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/d89d263b-d5f5-41a7-a239-50799063f76d" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/50cef68a-a82c-455c-92ca-592be9485019" ], "Apim-Request-Id": [ - "7d9d0045-aa79-43a6-a33e-2678ede19a49" + "34baa526-0628-455c-bd3a-09a14b991712" ], "Request-Id": [ - "7d9d0045-aa79-43a6-a33e-2678ede19a49" + "34baa526-0628-455c-bd3a-09a14b991712" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/d89d263b-d5f5-41a7-a239-50799063f76d" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/50cef68a-a82c-455c-92ca-592be9485019" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:17 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"d89d263b-d5f5-41a7-a239-50799063f76d\"", + "ResponseBody": "\"50cef68a-a82c-455c-92ca-592be9485019\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/d89d263b-d5f5-41a7-a239-50799063f76d", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9kODlkMjYzYi1kNWY1LTQxYTctYTIzOS01MDc5OTA2M2Y3NmQ=", + "RequestUri": "/luis/api/v2.0/apps/50cef68a-a82c-455c-92ca-592be9485019", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy81MGNlZjY4YS1hODJjLTQ1NWMtOTJjYS01OTJiZTk0ODUwMTk=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:45 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "cc6ebfda-8d77-4168-8d8f-b1c0cf582da7" + "bc2e54b1-fde1-4a93-b9f8-c1d39a8d0c34" ], "Request-Id": [ - "cc6ebfda-8d77-4168-8d8f-b1c0cf582da7" + "bc2e54b1-fde1-4a93-b9f8-c1d39a8d0c34" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,47 +107,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:17 GMT" + ], "Content-Length": [ - "334" + "337" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"d89d263b-d5f5-41a7-a239-50799063f76d\",\r\n \"name\": \"New LUIS App\",\r\n \"description\": \"New LUIS App\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"IoT\",\r\n \"domain\": \"Comics\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2019-02-12T23:34:44Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"50cef68a-a82c-455c-92ca-592be9485019\",\r\n \"name\": \"New LUIS App\",\r\n \"description\": \"New LUIS App\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"IoT\",\r\n \"domain\": \"Comics\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2019-08-25T19:16:17Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"a-omsami@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/d89d263b-d5f5-41a7-a239-50799063f76d?force=false", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9kODlkMjYzYi1kNWY1LTQxYTctYTIzOS01MDc5OTA2M2Y3NmQ/Zm9yY2U9ZmFsc2U=", + "RequestUri": "/luis/api/v2.0/apps/50cef68a-a82c-455c-92ca-592be9485019?force=false", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy81MGNlZjY4YS1hODJjLTQ1NWMtOTJjYS01OTJiZTk0ODUwMTk/Zm9yY2U9ZmFsc2U=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:46 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "896b48be-7bed-4bf6-b96f-87e51dca076e" + "b8c1c5d3-b808-4cc2-b10a-d316484a9dca" ], "Request-Id": [ - "896b48be-7bed-4bf6-b96f-87e51dca076e" + "b8c1c5d3-b808-4cc2-b10a-d316484a9dca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:18 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/AddCustomPrebuiltApplication.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/AddCustomPrebuiltApplication.json index 5f4c765bb33fb..07f7f8a74b911 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/AddCustomPrebuiltApplication.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/AddCustomPrebuiltApplication.json @@ -7,13 +7,13 @@ "RequestBody": "{\r\n \"domainName\": \"Calendar\",\r\n \"culture\": \"en-us\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:24 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/customprebuiltdomains/dbb10b9a-efed-432a-9155-450ab20d4f0a" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/customprebuiltdomains/e49fddaf-aa1f-4a29-ad2f-47bee94d69b0" ], "Apim-Request-Id": [ - "eb7871e8-6811-4d8b-8264-bd3a79536e2c" + "d2e06f6d-3586-4108-934f-a68b9a985474" ], "Request-Id": [ - "eb7871e8-6811-4d8b-8264-bd3a79536e2c" + "d2e06f6d-3586-4108-934f-a68b9a985474" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/customprebuiltdomains/dbb10b9a-efed-432a-9155-450ab20d4f0a" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/customprebuiltdomains/e49fddaf-aa1f-4a29-ad2f-47bee94d69b0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:30 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"dbb10b9a-efed-432a-9155-450ab20d4f0a\"", + "ResponseBody": "\"e49fddaf-aa1f-4a29-ad2f-47bee94d69b0\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/dbb10b9a-efed-432a-9155-450ab20d4f0a?force=false", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9kYmIxMGI5YS1lZmVkLTQzMmEtOTE1NS00NTBhYjIwZDRmMGE/Zm9yY2U9ZmFsc2U=", + "RequestUri": "/luis/api/v2.0/apps/e49fddaf-aa1f-4a29-ad2f-47bee94d69b0?force=false", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9lNDlmZGRhZi1hYTFmLTRhMjktYWQyZi00N2JlZTk0ZDY5YjA/Zm9yY2U9ZmFsc2U=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:24 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "b6799559-67ff-46fd-aaf6-4bb7e28136fe" + "c4841908-777f-4768-81a4-660bba1e5869" ], "Request-Id": [ - "b6799559-67ff-46fd-aaf6-4bb7e28136fe" + "c4841908-777f-4768-81a4-660bba1e5869" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:33 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/DeleteApplication.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/DeleteApplication.json index 19e7af89788f6..c39957abc8b5a 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/DeleteApplication.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/DeleteApplication.json @@ -7,13 +7,13 @@ "RequestBody": "{\r\n \"culture\": \"en-us\",\r\n \"domain\": \"Comics\",\r\n \"description\": \"New LUIS App\",\r\n \"usageScenario\": \"IoT\",\r\n \"name\": \"LUIS App to be deleted\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:34 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/fc500d6a-3036-4fed-8c88-aef57c65d418" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/a641450e-3eb9-49f8-85ba-84268ae9fcc8" ], "Apim-Request-Id": [ - "12351e8a-8921-4ad6-ac60-cc0adbc02327" + "fdcf7357-2305-4c6e-89d2-13a6c2bd990f" ], "Request-Id": [ - "12351e8a-8921-4ad6-ac60-cc0adbc02327" + "fdcf7357-2305-4c6e-89d2-13a6c2bd990f" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/fc500d6a-3036-4fed-8c88-aef57c65d418" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/a641450e-3eb9-49f8-85ba-84268ae9fcc8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:14 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"fc500d6a-3036-4fed-8c88-aef57c65d418\"", + "ResponseBody": "\"a641450e-3eb9-49f8-85ba-84268ae9fcc8\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/fc500d6a-3036-4fed-8c88-aef57c65d418?force=false", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9mYzUwMGQ2YS0zMDM2LTRmZWQtOGM4OC1hZWY1N2M2NWQ0MTg/Zm9yY2U9ZmFsc2U=", + "RequestUri": "/luis/api/v2.0/apps/a641450e-3eb9-49f8-85ba-84268ae9fcc8?force=false", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9hNjQxNDUwZS0zZWI5LTQ5ZjgtODViYS04NDI2OGFlOWZjYzg/Zm9yY2U9ZmFsc2U=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:35 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "7d252cfb-483b-4bef-96e6-a4aaafde1cc4" + "2572fc91-1525-4416-ba1f-53a1fdc772e1" ], "Request-Id": [ - "7d252cfb-483b-4bef-96e6-a4aaafde1cc4" + "2572fc91-1525-4416-ba1f-53a1fdc772e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:16 GMT" + ], "Content-Length": [ "51" ], @@ -127,30 +127,27 @@ "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:36 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "482221a8-0f2e-4d89-bc0a-fa0c5ef9f708" + "8f104487-0698-4f02-b1d9-41565d00cf5b" ], "Request-Id": [ - "482221a8-0f2e-4d89-bc0a-fa0c5ef9f708" + "8f104487-0698-4f02-b1d9-41565d00cf5b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,14 +161,17 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:16 GMT" + ], "Content-Length": [ - "54551" + "3175" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"741516ba-5148-4f5c-91cc-f25d10d3a22e\",\r\n \"name\": \"LUIS app to be published\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2019-02-12T23:23:48Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2019-02-12T23:34:14Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"85ed83af-7d40-482c-b251-a89d69cfa83c\",\r\n \"name\": \"AmirTest for LUIS CLI\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2019-02-12T18:50:31Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"e5d1cb98-f4ec-4d16-af6c-7c0e9d679fef\",\r\n \"name\": \"Empty app\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2019-01-29T15:15:10Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"a92fbfaa-1a05-46e0-8492-c020749ede7a\",\r\n \"name\": \"AmirTest dispatch child 1\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2019-01-27T11:55:20Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/a92fbfaa-1a05-46e0-8492-c020749ede7a\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2019-01-27T11:56:15Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 1,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"a61e4b5a-639b-470c-8283-85d16c9a81e9\",\r\n \"name\": \"AmirTest dispatch parent\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2019-01-27T11:54:54Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/a61e4b5a-639b-470c-8283-85d16c9a81e9\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2019-01-27T12:11:10Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 5,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"1fdc9a70-080d-4c89-8c0a-84b73766ac15\",\r\n \"name\": \"Testing speech priming\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2019-01-16T11:03:22Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"c860b134-2531-4941-915b-9b11675878bc\",\r\n \"name\": \"AshourTest for load testing\",\r\n \"description\": \"For load testing purposes.\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-12-28T19:50:55Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/c860b134-2531-4941-915b-9b11675878bc\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-12-28T19:51:27Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 5,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"b778a077-47da-4643-af84-d97f1d7837b4\",\r\n \"name\": \"Prebuilt domains app-after\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-12-18T14:15:56Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"39716025-bdd5-4ef4-b167-7ca4465478b2\",\r\n \"name\": \"Prebuilt domains\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-12-18T14:08:47Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"8ff3120a-cf64-42fe-96ce-36a1f2bbc47f\",\r\n \"name\": \"AmirTest for container\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-12-17T15:29:19Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/8ff3120a-cf64-42fe-96ce-36a1f2bbc47f\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2019-02-06T13:54:57Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 26,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"ff874498-3131-444f-a664-411a3b218c07\",\r\n \"name\": \"DispatchParentMissingChild\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-12-09T18:30:14Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/ff874498-3131-444f-a664-411a3b218c07\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-12-09T18:39:40Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"37a49674-5cf8-45e6-ac84-4143e63bd876\",\r\n \"name\": \"Hierarchical & 2 children\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-12-09T12:38:32Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"1f353126-20d2-4e52-8d13-32e3afa3368a\",\r\n \"name\": \"3 simple entities\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-12-09T12:32:37Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"799f0543-4582-4c6a-9e61-56350fa7909a\",\r\n \"name\": \"AmirTestNP\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-12-03T23:01:32Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"56d99ebb-de9e-496c-b66e-2e48942f7872\",\r\n \"name\": \"ChinesePersonTest\",\r\n \"description\": \"\",\r\n \"culture\": \"zh-cn\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-11-28T20:48:03Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/56d99ebb-de9e-496c-b66e-2e48942f7872\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-11-28T20:49:18Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 3,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"11a2a781-a12f-469a-a2ab-4deceeef2c4e\",\r\n \"name\": \"EnglishPersonTest\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-11-28T20:36:28Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/11a2a781-a12f-469a-a2ab-4deceeef2c4e\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-11-28T20:37:00Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 6,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"37606037-f2f5-45af-839a-1a65fbbaca5a\",\r\n \"name\": \"AshourTest\",\r\n \"description\": \"For load testing purposes.\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-11-28T19:43:15Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/37606037-f2f5-45af-839a-1a65fbbaca5a\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-11-28T19:44:12Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 4,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"ec1a4d02-a349-48fe-905f-9d368a58359b\",\r\n \"name\": \"HelloJio-Eval\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 601,\r\n \"createdDateTime\": \"2018-11-12T20:00:11Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"rc8.1.2-m\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/ec1a4d02-a349-48fe-905f-9d368a58359b\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2019-02-12T22:02:27Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 171370,\r\n \"activeVersion\": \"rc8.1.2-m\",\r\n \"ownerEmail\": \"chstone@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"1631d92f-6537-4272-88c1-b90aaff59e18\",\r\n \"name\": \"AmirTestNew\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-11-08T00:48:31Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/1631d92f-6537-4272-88c1-b90aaff59e18\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-11-28T20:25:49Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 13,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"a15a9ab6-0876-40f4-bbc0-0b4ec17dfb91\",\r\n \"name\": \"AmirTestAndEnglishBenchmarkDispatch\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-11-04T15:55:20Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"f7235535-ed7e-4dc4-8c1d-52dad3fafd49\",\r\n \"name\": \"DispatchFashee5_nlp-with-dispatchDispatch\",\r\n \"description\": \"Dispatch model for nlp-with-dispatchDispatch\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-11-01T01:16:34Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"Dispatch\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/f7235535-ed7e-4dc4-8c1d-52dad3fafd49\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-11-01T01:16:51Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"Dispatch\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"b6587853-a454-40a5-8713-04acfadf6fae\",\r\n \"name\": \"DispatchFashee5_Weather\",\r\n \"description\": \"Weather LUIS application - Bot Builder Samples\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-11-01T01:15:25Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/b6587853-a454-40a5-8713-04acfadf6fae\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-11-01T01:15:45Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"09bcfbe7-504d-425c-8ed1-1fbc7b29b70b\",\r\n \"name\": \"DispatchFashee5_Home Automation\",\r\n \"description\": \"Home Automation LUIS application - Bot Builder Samples\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-11-01T01:15:01Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/09bcfbe7-504d-425c-8ed1-1fbc7b29b70b\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-11-01T01:15:20Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"e4b48676-41f2-461a-aa7f-a89e2d7a615b\",\r\n \"name\": \"Miro-echobot-with-counter_basic-bot-LUIS\",\r\n \"description\": \"Basic bot Bot Builder V4 sample.\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-10-30T11:50:48Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/e4b48676-41f2-461a-aa7f-a89e2d7a615b\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-10-30T11:51:13Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 2,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"6f699f3d-7094-4853-9722-ec25eff89ad4\",\r\n \"name\": \"German gdeeda\",\r\n \"description\": \"\",\r\n \"culture\": \"de-de\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-10-28T22:50:12Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/6f699f3d-7094-4853-9722-ec25eff89ad4\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-10-28T23:29:43Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 1,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"2184bdcb-47ff-44db-bd3c-6b0f59bb06af\",\r\n \"name\": \"EnglishBenchmarkApp\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-10-23T00:32:55Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/2184bdcb-47ff-44db-bd3c-6b0f59bb06af\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-10-23T00:52:25Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 13,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"094ee0b3-8615-445c-8077-d2b2bc18c70c\",\r\n \"name\": \"ChineseBenchmarkApp\",\r\n \"description\": \"\",\r\n \"culture\": \"zh-cn\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-10-23T00:30:42Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/094ee0b3-8615-445c-8077-d2b2bc18c70c\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-10-23T00:32:29Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 7,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"fbaf8d5b-fdc2-4abf-a8e7-126d83e475ea\",\r\n \"name\": \"PortugeseBenchmark\",\r\n \"description\": \"\",\r\n \"culture\": \"pt-br\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-10-22T23:05:12Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/fbaf8d5b-fdc2-4abf-a8e7-126d83e475ea\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-10-23T00:06:25Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 11,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"323bd981-011c-48bd-bdc3-2e17a77e0315\",\r\n \"name\": \"ItalianBenchmark\",\r\n \"description\": \"\",\r\n \"culture\": \"it-it\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-10-22T19:38:45Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/323bd981-011c-48bd-bdc3-2e17a77e0315\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-10-22T19:43:26Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 10,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"884fc3e9-cf4a-47d8-8b34-3a3d20b08be4\",\r\n \"name\": \"SpanishBenchmark\",\r\n \"description\": \"\",\r\n \"culture\": \"es-es\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-10-22T18:59:31Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/884fc3e9-cf4a-47d8-8b34-3a3d20b08be4\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-10-22T19:02:22Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 17,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"b3868c5c-2f14-45d0-bccb-f3c9d20af12a\",\r\n \"name\": \"FrenchBenchmark\",\r\n \"description\": \"\",\r\n \"culture\": \"fr-fr\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-10-22T18:45:35Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/b3868c5c-2f14-45d0-bccb-f3c9d20af12a\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-10-22T18:54:40Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 9,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"2ad94f96-7052-4824-b1c5-4673b1014242\",\r\n \"name\": \"Chinese le3b\",\r\n \"description\": \"\",\r\n \"culture\": \"zh-cn\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-10-21T17:34:20Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"6861b1fa-24e9-44ab-8a77-ef7081149e61\",\r\n \"name\": \"I10-E20U5000_ee774e0a-bf2f-40c2-a4d8-1106a8a63f9c\",\r\n \"description\": \"For load testing purposes.\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-10-21T12:32:49Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/6861b1fa-24e9-44ab-8a77-ef7081149e61\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-10-21T12:35:24Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"4576967e-44ac-4e76-bccc-4d3882b0b5c3\",\r\n \"name\": \"I10-E20U500_b184a71c-d45e-4000-b490-6bd82b9868f1\",\r\n \"description\": \"For load testing purposes.\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-10-21T12:28:25Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/4576967e-44ac-4e76-bccc-4d3882b0b5c3\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-10-21T12:29:44Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"eb2f4ce6-605c-48ca-9564-50c8ad04a9da\",\r\n \"name\": \"NER test\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-09-24T12:21:49Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/eb2f4ce6-605c-48ca-9564-50c8ad04a9da\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-11-27T23:01:00Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 3,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"bec1cde0-e432-4247-8c5d-1107bfe8c02a\",\r\n \"name\": \"German EA\",\r\n \"description\": \"\",\r\n \"culture\": \"de-de\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-09-09T00:01:43Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/bec1cde0-e432-4247-8c5d-1107bfe8c02a\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-10-28T22:49:32Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 1,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"2f8e1c69-5318-4f6a-bcd0-88be3b0cbbb4\",\r\n \"name\": \"AmirTest\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 3,\r\n \"createdDateTime\": \"2018-08-26T12:51:44Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/2f8e1c69-5318-4f6a-bcd0-88be3b0cbbb4\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-11-07T16:18:09Z\",\r\n \"failedRegions\": null\r\n },\r\n \"STAGING\": {\r\n \"versionId\": \"0.1NonMlAF\",\r\n \"isStaging\": true,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/2f8e1c69-5318-4f6a-bcd0-88be3b0cbbb4\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-10-18T13:02:41Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 37,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"0c21eb0b-d589-4a48-9308-f413d45f3fd5\",\r\n \"name\": \"Spanish Mexican\",\r\n \"description\": \"\",\r\n \"culture\": \"es-mx\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-08-19T15:08:23Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/0c21eb0b-d589-4a48-9308-f413d45f3fd5\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-08-19T15:09:26Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 1,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"016442be-e82b-4fde-ad7a-abc08e4ba06d\",\r\n \"name\": \"French Canadian\",\r\n \"description\": \"\",\r\n \"culture\": \"fr-ca\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-08-19T15:07:15Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/016442be-e82b-4fde-ad7a-abc08e4ba06d\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-08-19T15:07:53Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 1,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"2ed74756-d99e-44d2-9474-14dd8e9a1a49\",\r\n \"name\": \"Japanese\",\r\n \"description\": \"\",\r\n \"culture\": \"ja-jp\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-08-15T18:52:23Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"75f13f69-84c3-474b-8ad5-3a940c780b47\",\r\n \"name\": \"NaiveDriveThruAmirEdition\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-08-15T12:31:26Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.6\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/75f13f69-84c3-474b-8ad5-3a940c780b47\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-08-15T12:33:22Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 8,\r\n \"activeVersion\": \"0.6\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"2d6fde9d-6ec9-430c-be7d-e6db4b31ab3c\",\r\n \"name\": \"English app Japanese characters\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-08-15T10:11:34Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/2d6fde9d-6ec9-430c-be7d-e6db4b31ab3c\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-08-15T10:13:21Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 1,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"f5f46150-9da1-4ecf-bab8-21f3a16e429d\",\r\n \"name\": \"TTA76557\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-08-13T18:35:53Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/f5f46150-9da1-4ecf-bab8-21f3a16e429d\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-08-13T18:36:30Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 1,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"969b2b54-a30a-4638-be53-18579db92e52\",\r\n \"name\": \"7lwa\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-08-05T16:11:16Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/969b2b54-a30a-4638-be53-18579db92e52\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-08-05T16:13:11Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 8,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"c173f753-6cdf-4103-b095-41595162e545\",\r\n \"name\": \"NaiveDriveThru\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 6,\r\n \"createdDateTime\": \"2018-07-30T23:11:34Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.6\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/c173f753-6cdf-4103-b095-41595162e545\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-08-16T17:30:02Z\",\r\n \"failedRegions\": null\r\n },\r\n \"STAGING\": {\r\n \"versionId\": \"0.6\",\r\n \"isStaging\": true,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/c173f753-6cdf-4103-b095-41595162e545\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-08-14T18:21:54Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 32211,\r\n \"activeVersion\": \"0.6\",\r\n \"ownerEmail\": \"chrhar@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"2cf3ae99-2231-4d8c-9d11-06b564ae7c38\",\r\n \"name\": \"GER APP\",\r\n \"description\": \"\",\r\n \"culture\": \"de-de\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 2,\r\n \"createdDateTime\": \"2018-07-25T19:28:24Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.2\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"c4458cf1-0d0c-40ed-9561-42e3d553c264\",\r\n \"name\": \"AT model file size\",\r\n \"description\": \"For load testing purposes.\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-07-19T14:21:00Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/c4458cf1-0d0c-40ed-9561-42e3d553c264\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-07-19T14:29:25Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"effff3ce-2238-4d78-ab1a-8490e1e1aa71\",\r\n \"name\": \"Keys kteer\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-07-18T16:35:34Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"f7d87986-a467-4193-ba85-bcf72feb04cb\",\r\n \"name\": \"TTA testing publish inconsistency\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-07-17T15:29:08Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/f7d87986-a467-4193-ba85-bcf72feb04cb\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-07-17T15:37:27Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 18,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"7b93a3d5-4239-4277-9b13-d2ba308a9411\",\r\n \"name\": \"HumanResources-publish-timeout\",\r\n \"description\": \"Tutorials use Human resources (HR) domain.\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 5,\r\n \"createdDateTime\": \"2018-07-05T22:08:44Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"patterns\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/7b93a3d5-4239-4277-9b13-d2ba308a9411\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-07-10T15:31:56Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 120,\r\n \"activeVersion\": \"patterns\",\r\n \"ownerEmail\": \"v-geberr@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"cc1f3300-73a4-4c8c-a89a-1075bb21153a\",\r\n \"name\": \"TTA543\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-07-03T17:49:22Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"1e9e11ad-8610-4321-a5aa-fa8b86fe72ca\",\r\n \"name\": \"dev-b2c-facebook-ouvidoria\",\r\n \"description\": \"Knowledge base for FacebookOuvidoria Questions\",\r\n \"culture\": \"pt-br\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-07-03T16:58:39Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"3bfeead0-b279-472f-b460-9375dcb0ff6f\",\r\n \"name\": \"Yet another TTA\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-07-03T16:36:54Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/3bfeead0-b279-472f-b460-9375dcb0ff6f\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-07-03T16:37:45Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"77e71bcb-7603-4170-bd05-45d703493218\",\r\n \"name\": \"WFERP_公司.业务\",\r\n \"description\": \"The 1st-Tier APP for Workflow ERP to identify WFERP Modules at 2nd-Tier\",\r\n \"culture\": \"zh-cn\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-07-03T11:11:47Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.6\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"8eba03a9-0f7a-4336-a077-62815857bcd9\",\r\n \"name\": \"Test suggest with quotes\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-06-24T11:38:42Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/8eba03a9-0f7a-4336-a077-62815857bcd9\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-06-24T11:39:19Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 1,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"a635c071-156f-458e-904f-78d1f4a05e51\",\r\n \"name\": \"chatbot-luis-int\",\r\n \"description\": \"\",\r\n \"culture\": \"zh-cn\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-06-20T00:12:23Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/a635c071-156f-458e-904f-78d1f4a05e51\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-06-20T00:14:54Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"5a070b9d-d43e-4d89-b53a-913bab79e522\",\r\n \"name\": \"TTA Runtime 1899 PR\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-06-13T14:43:31Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/5a070b9d-d43e-4d89-b53a-913bab79e522\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-07-03T13:25:56Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 26,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"db938f50-2dfa-424c-9385-27533dfa39a7\",\r\n \"name\": \"GUID tokenization\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-06-07T13:49:30Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"a4d69b13-928a-4bf8-83be-a77bdceb79ce\",\r\n \"name\": \"Contoso App\",\r\n \"description\": \"Default Intents for Azure Bot Service V2\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 2,\r\n \"createdDateTime\": \"2018-05-27T00:00:11Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"AllEntity\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/a4d69b13-928a-4bf8-83be-a77bdceb79ce\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-05-27T00:01:52Z\",\r\n \"failedRegions\": null\r\n },\r\n \"STAGING\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": true,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/a4d69b13-928a-4bf8-83be-a77bdceb79ce\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-05-27T00:05:48Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 15,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"c94a6568-4eec-4bed-8d62-58a73e9533e5\",\r\n \"name\": \"ogeenee-na-qa\",\r\n \"description\": \"oGenee for iO\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-05-22T20:52:14Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"f96368f4-0a31-4e63-807e-e95aff207899\",\r\n \"name\": \"TTA373\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-05-22T20:25:12Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/f96368f4-0a31-4e63-807e-e95aff207899\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-05-28T02:54:32Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 5,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"22f20c3e-b8aa-4c0c-9e76-b1c3c0da60c9\",\r\n \"name\": \"chatbotluis_master_dev\",\r\n \"description\": \"\",\r\n \"culture\": \"de-de\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-05-22T11:44:35Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0515-2-dev\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"41122dbc-ca03-4192-a792-9d7902c6cc0f\",\r\n \"name\": \"testntl-a3ad\",\r\n \"description\": \"Default Intents for Azure Bot Service V2\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 3,\r\n \"createdDateTime\": \"2018-05-21T09:15:49Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"hope\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/41122dbc-ca03-4192-a792-9d7902c6cc0f\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-10-14T05:42:49Z\",\r\n \"failedRegions\": null\r\n },\r\n \"STAGING\": {\r\n \"versionId\": \"hope\",\r\n \"isStaging\": true,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/41122dbc-ca03-4192-a792-9d7902c6cc0f\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-06-07T18:08:42Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 99828,\r\n \"activeVersion\": \"hope\",\r\n \"ownerEmail\": \"faizanasif0000@hotmail.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"406b4829-9bef-4748-b8f7-c9db07ed257c\",\r\n \"name\": \"App engleezy\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-05-17T17:27:51Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"c4c35e99-3b8f-42da-99b6-8d393a45ea5d\",\r\n \"name\": \"App Almany\",\r\n \"description\": \"\",\r\n \"culture\": \"de-de\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-05-17T17:26:13Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"bee9b934-9c95-4239-99e1-6cbbec0a54ea\",\r\n \"name\": \"Rename test\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-05-06T18:16:11Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/bee9b934-9c95-4239-99e1-6cbbec0a54ea\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-05-06T19:31:20Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 1,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"b5bf803f-8609-4370-a82c-49595ca9ef3b\",\r\n \"name\": \"TTA\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-05-06T16:38:49Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"be437a2b-546f-478a-aad4-ec866fa845fe\",\r\n \"name\": \"TTA48\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-05-04T18:17:40Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/be437a2b-546f-478a-aad4-ec866fa845fe\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-05-04T18:18:20Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 5,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"97ed881b-b89e-4001-8bc2-679880aa12af\",\r\n \"name\": \"Shopping prebuilt domain\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-05-03T18:49:07Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/97ed881b-b89e-4001-8bc2-679880aa12af\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-05-03T18:54:46Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 1,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"7e56b72e-e0a4-4ecf-b379-d4ddedb6c141\",\r\n \"name\": \"Travel test app new\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-05-02T19:14:30Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/7e56b72e-e0a4-4ecf-b379-d4ddedb6c141\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-05-02T19:40:51Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 1,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"03060234-1ebb-410e-9e23-8ab30b0a7786\",\r\n \"name\": \"Hie Ent child names\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-04-26T22:46:47Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"937bbe80-dfb1-4727-bf77-900a2305bda3\",\r\n \"name\": \"TicketFiler2\",\r\n \"description\": \"File tickets based on voice commands\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-04-25T13:17:01Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/937bbe80-dfb1-4727-bf77-900a2305bda3\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-04-25T13:20:06Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"4d4da9e6-12ea-4075-aeb6-da2667258cb2\",\r\n \"name\": \"TicketFiler\",\r\n \"description\": \"File tickets based on voice commands\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-04-24T23:27:45Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/4d4da9e6-12ea-4075-aeb6-da2667258cb2\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-04-24T23:30:48Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"c01d7bb3-9510-4f4b-a270-9298a27a91e2\",\r\n \"name\": \"Travel test app local\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-04-24T22:28:13Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/c01d7bb3-9510-4f4b-a270-9298a27a91e2\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-04-24T22:29:04Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"9eb1c885-fdeb-4c85-ba87-af7d10293218\",\r\n \"name\": \"Prebuilt Domain test\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-04-21T22:36:07Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"e92c270d-b956-435e-a37f-08990bdbef5c\",\r\n \"name\": \"ClosedLists 3ak\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-04-02T16:51:33Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/e92c270d-b956-435e-a37f-08990bdbef5c\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-04-02T16:52:25Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 6,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"a9ed0c8a-566e-4878-b9de-fb41f4b14b0a\",\r\n \"name\": \"CL\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-03-31T21:38:42Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/a9ed0c8a-566e-4878-b9de-fb41f4b14b0a\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-03-31T21:41:51Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 8,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"d5ae0133-cd40-4266-8b61-e75847b7df75\",\r\n \"name\": \"New labeling\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-03-27T14:29:49Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"822837f7-e6f6-4406-b39f-462a092abdea\",\r\n \"name\": \"DatetimeV2\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-03-26T22:35:42Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/822837f7-e6f6-4406-b39f-462a092abdea\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-03-26T22:36:54Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 3,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"6608d841-7403-4e54-b7a6-c19410fc3c85\",\r\n \"name\": \"Daylight saving\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-03-26T14:56:40Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/6608d841-7403-4e54-b7a6-c19410fc3c85\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-03-26T14:57:50Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 2,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"38018fe5-16f5-4199-a052-e4644fff8f63\",\r\n \"name\": \"WFERP_公司.生管\",\r\n \"description\": \"The 1st-Tier APP for Workflow ERP to identify WFERP Modules at 2nd-Tier\",\r\n \"culture\": \"zh-cn\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 12,\r\n \"createdDateTime\": \"2018-03-23T01:50:04Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.5\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/38018fe5-16f5-4199-a052-e4644fff8f63\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-06-19T06:34:30Z\",\r\n \"failedRegions\": null\r\n },\r\n \"STAGING\": {\r\n \"versionId\": \"0.6\",\r\n \"isStaging\": true,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/38018fe5-16f5-4199-a052-e4644fff8f63\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-09-19T09:31:24Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 6451,\r\n \"activeVersion\": \"0.61\",\r\n \"ownerEmail\": \"bp0800@outlook.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"da1e3233-f6be-4b26-a859-3bcc55475043\",\r\n \"name\": \"imported deployment\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-03-21T13:23:14Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"452ee148-b5d7-4e4a-90df-40a81ac9a93f\",\r\n \"name\": \"Back3\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-03-14T11:53:33Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/452ee148-b5d7-4e4a-90df-40a81ac9a93f\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-03-20T16:02:54Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 33,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"basolima@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"255049c9-c634-495d-964d-903a86cc0b5e\",\r\n \"name\": \"Back2\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 2,\r\n \"createdDateTime\": \"2018-03-14T11:53:08Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.2\",\r\n \"ownerEmail\": \"basolima@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"2a66a40a-069c-437f-b76e-b913127b6cd3\",\r\n \"name\": \"Back1\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-03-14T11:52:13Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/2a66a40a-069c-437f-b76e-b913127b6cd3\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-12-27T14:06:05Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 24,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"basolima@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"d37e9166-c5d7-44fa-878f-3d13a7b5c375\",\r\n \"name\": \"Mu\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-03-06T01:38:14Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/d37e9166-c5d7-44fa-878f-3d13a7b5c375\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-03-06T01:39:22Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"aa76ff0b-79fe-4684-bed0-5845e4188ae0\",\r\n \"name\": \"Modify after train test\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-03-06T00:50:21Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/aa76ff0b-79fe-4684-bed0-5845e4188ae0\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-03-06T00:53:07Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 2,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"d6b3b818-e27c-4210-86ac-182ea176c1be\",\r\n \"name\": \"App awesome\",\r\n \"description\": \"Awesomeness\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-02-25T22:45:44Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/d6b3b818-e27c-4210-86ac-182ea176c1be\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-02-25T22:49:00Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 4,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"053fb71f-2da5-4f53-992b-8d8afd2d9645\",\r\n \"name\": \"basoomty-rg-HUypyl9m6Go\",\r\n \"description\": \"Default Intents for Azure Bot Service V2\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 2,\r\n \"createdDateTime\": \"2018-02-25T17:41:35Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.2.1837\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/053fb71f-2da5-4f53-992b-8d8afd2d9645\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-02-25T17:43:21Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 8,\r\n \"activeVersion\": \"0.2.1837\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"35461f7c-d7ff-4dc7-85f6-2b866d2cbe9e\",\r\n \"name\": \"TTA52\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-02-24T02:35:25Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/35461f7c-d7ff-4dc7-85f6-2b866d2cbe9e\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-03-22T17:54:54Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 1,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"25013dec-6f16-4b42-a13f-a87e838b8eb2\",\r\n \"name\": \"App gdeeda 7lwa\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-02-23T18:49:13Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"48d6755c-93bb-4503-bf92-18c2bc370acb\",\r\n \"name\": \"LiveBot-V3\",\r\n \"description\": \"Productivity tools for enterprise.\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-02-23T01:18:47Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.3\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"d0df316a-069c-4feb-92ae-5829a848859f\",\r\n \"name\": \"Ballas\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-01-18T17:28:52Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"ae443358-d893-4fb8-b794-230e7cdaf437\",\r\n \"name\": \"Test App\",\r\n \"description\": \"This is my app.\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 2,\r\n \"createdDateTime\": \"2018-01-15T20:42:03Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/ae443358-d893-4fb8-b794-230e7cdaf437\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-07-27T14:49:30Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 7022,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"pablo.gazmuri@insight.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"9df33e90-99c0-425f-9e33-2be7937a1e4d\",\r\n \"name\": \"CRM Helper\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 2,\r\n \"createdDateTime\": \"2018-01-11T18:05:46Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"v2.0\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/9df33e90-99c0-425f-9e33-2be7937a1e4d\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-12-27T13:37:43Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 478,\r\n \"activeVersion\": \"v2.0\",\r\n \"ownerEmail\": \"rohit.gupta@razor-tech.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"9d271135-0fb1-4450-a0e2-8167b506fc39\",\r\n \"name\": \"WFERP_公司.业务\",\r\n \"description\": \"The 1st-Tier APP for Workflow ERP to identify WFERP Modules at 2nd-Tier\",\r\n \"culture\": \"zh-cn\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 39,\r\n \"createdDateTime\": \"2017-12-28T01:41:14Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.5\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/9d271135-0fb1-4450-a0e2-8167b506fc39\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-06-19T03:45:05Z\",\r\n \"failedRegions\": null\r\n },\r\n \"STAGING\": {\r\n \"versionId\": \"DPS.temp\",\r\n \"isStaging\": true,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/9d271135-0fb1-4450-a0e2-8167b506fc39\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-04-10T09:57:44Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 29365,\r\n \"activeVersion\": \"0.62\",\r\n \"ownerEmail\": \"bp0800@outlook.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"d0a85d8c-5d6e-425a-b25c-48902d5c6ad8\",\r\n \"name\": \"App with prebuilt domains fashee5a\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2017-11-16T10:04:20Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"6fa86655-db9c-498d-9a6c-843dee379f06\",\r\n \"name\": \"Publish\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2017-11-09T22:19:48Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/6fa86655-db9c-498d-9a6c-843dee379f06\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2017-11-09T22:20:43Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 2,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"9aa21dc4-fa24-4032-aba4-c822b8f2e7f2\",\r\n \"name\": \"App bt3ml NullReference fi GetColumn\",\r\n \"description\": \"Bot Application 20170920\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2017-11-01T17:10:18Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"129d6f39-0abc-46f5-841a-74489470d046\",\r\n \"name\": \"App gdeeda akeed fil gzip\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2017-10-27T21:18:10Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/129d6f39-0abc-46f5-841a-74489470d046\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-12-24T10:16:10Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 4,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"3327b33c-35df-40d0-a661-c9ade29da239\",\r\n \"name\": \"testapp4\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 7,\r\n \"createdDateTime\": \"2019-08-25T18:00:46Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"directVersionPublish\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239\",\r\n \"isStaging\": false,\r\n \"assignedEndpointKey\": null,\r\n \"region\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2019-08-25T18:33:31Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": null,\r\n \"ownerEmail\": \"a-omsami@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"71d1b615-fc37-4275-9812-cc9c7e5662f1\",\r\n \"name\": \"TestApp3\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 15,\r\n \"createdDateTime\": \"2019-08-20T12:32:21Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"directVersionPublish\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/71d1b615-fc37-4275-9812-cc9c7e5662f1\",\r\n \"isStaging\": false,\r\n \"assignedEndpointKey\": null,\r\n \"region\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2019-08-21T10:11:01Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": null,\r\n \"ownerEmail\": \"a-omsami@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"461ef36a-f5cb-47c7-a7ad-6dc0dd3e363b\",\r\n \"name\": \"TestApp2\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 3,\r\n \"createdDateTime\": \"2019-08-20T10:40:20Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"directVersionPublish\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/461ef36a-f5cb-47c7-a7ad-6dc0dd3e363b\",\r\n \"isStaging\": false,\r\n \"assignedEndpointKey\": null,\r\n \"region\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2019-08-20T10:43:01Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": null,\r\n \"ownerEmail\": \"a-omsami@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"db829a53-aef2-4d65-8a53-0a7745420753\",\r\n \"name\": \"TestApp\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2019-08-19T16:46:21Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"directVersionPublish\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/db829a53-aef2-4d65-8a53-0a7745420753\",\r\n \"isStaging\": false,\r\n \"assignedEndpointKey\": null,\r\n \"region\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2019-08-19T16:48:47Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"a-omsami@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"07dc8796-6355-49f8-805e-1dc2c4551897\",\r\n \"name\": \"HumanResources\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 13,\r\n \"createdDateTime\": \"2019-07-02T10:22:27Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"directVersionPublish\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/07dc8796-6355-49f8-805e-1dc2c4551897\",\r\n \"isStaging\": false,\r\n \"assignedEndpointKey\": null,\r\n \"region\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2019-08-20T09:55:23Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 5,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"a-omsami@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n }\r\n]", "StatusCode": 200 } ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/DownloadQueryLogs.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/DownloadQueryLogs.json index fd9d48d70fc00..259481ec43ea6 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/DownloadQueryLogs.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/DownloadQueryLogs.json @@ -7,13 +7,13 @@ "RequestBody": "{\r\n \"culture\": \"en-us\",\r\n \"domain\": \"Comics\",\r\n \"description\": \"New LUIS App\",\r\n \"usageScenario\": \"IoT\",\r\n \"name\": \"LUIS App for Query Logs test\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:49 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/025f3fd7-4181-4ca2-8c1d-c04d1eb08e14" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/621b2ae6-4a14-4c83-9b75-346e77176c95" ], "Apim-Request-Id": [ - "79f639d3-83a2-49c8-85b4-a352d1fae7aa" + "45eb2d38-7078-494f-9f57-a96a66a23616" ], "Request-Id": [ - "79f639d3-83a2-49c8-85b4-a352d1fae7aa" + "45eb2d38-7078-494f-9f57-a96a66a23616" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/025f3fd7-4181-4ca2-8c1d-c04d1eb08e14" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/621b2ae6-4a14-4c83-9b75-346e77176c95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:43 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"025f3fd7-4181-4ca2-8c1d-c04d1eb08e14\"", + "ResponseBody": "\"621b2ae6-4a14-4c83-9b75-346e77176c95\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/025f3fd7-4181-4ca2-8c1d-c04d1eb08e14/querylogs", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8wMjVmM2ZkNy00MTgxLTRjYTItOGMxZC1jMDRkMWViMDhlMTQvcXVlcnlsb2dz", + "RequestUri": "/luis/api/v2.0/apps/621b2ae6-4a14-4c83-9b75-346e77176c95/querylogs", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy82MjFiMmFlNi00YTE0LTRjODMtOWI3NS0zNDZlNzcxNzZjOTUvcXVlcnlsb2dz", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:50 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "9bbd0b16-9ed4-4480-ac62-946e6ba2e14b" + "db99cec1-4e40-4bc7-b643-10c492cea10b" ], "Request-Id": [ - "9bbd0b16-9ed4-4480-ac62-946e6ba2e14b" + "db99cec1-4e40-4bc7-b643-10c492cea10b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,50 +107,50 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:43 GMT" + ], "Content-Length": [ - "29" + "48" ], "Content-Type": [ "application/octet-stream" ], "Content-Disposition": [ - "attachment; filename=025f3fd7-4181-4ca2-8c1d-c04d1eb08e14_logs.csv" + "attachment; filename=621b2ae6-4a14-4c83-9b75-346e77176c95_logs.csv" ] }, - "ResponseBody": "UXVlcnksVVRDIERhdGVUaW1lLFJlc3BvbnNlDQo=", + "ResponseBody": "UXVlcnksVVRDIERhdGVUaW1lLFJlc3BvbnNlLFNlY29uZGFyeUlkLFJlZ2lvbg0K", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/025f3fd7-4181-4ca2-8c1d-c04d1eb08e14?force=false", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8wMjVmM2ZkNy00MTgxLTRjYTItOGMxZC1jMDRkMWViMDhlMTQ/Zm9yY2U9ZmFsc2U=", + "RequestUri": "/luis/api/v2.0/apps/621b2ae6-4a14-4c83-9b75-346e77176c95?force=false", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy82MjFiMmFlNi00YTE0LTRjODMtOWI3NS0zNDZlNzcxNzZjOTU/Zm9yY2U9ZmFsc2U=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:51 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "c3f73bb7-8cdf-4798-857b-60e09d03505b" + "fecfa264-2b06-434d-9c30-b739470e0650" ], "Request-Id": [ - "c3f73bb7-8cdf-4798-857b-60e09d03505b" + "fecfa264-2b06-434d-9c30-b739470e0650" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -167,6 +164,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:44 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/GetApplication.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/GetApplication.json index 290ecca9c8a3e..3a84ffae920b7 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/GetApplication.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/GetApplication.json @@ -7,13 +7,13 @@ "RequestBody": "{\r\n \"culture\": \"en-us\",\r\n \"domain\": \"Comics\",\r\n \"description\": \"New LUIS App\",\r\n \"usageScenario\": \"IoT\",\r\n \"name\": \"Existing LUIS App\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:47 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/ff46a634-89c2-4652-8280-d8cbd0a3be0c" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/ac6c8f47-9b6d-4533-bde5-c5adc8b06ad6" ], "Apim-Request-Id": [ - "e6152b1a-17a5-4948-ae68-d3a12b269d7b" + "58da2abe-0280-4944-89f8-2d6bf74aa7e2" ], "Request-Id": [ - "e6152b1a-17a5-4948-ae68-d3a12b269d7b" + "58da2abe-0280-4944-89f8-2d6bf74aa7e2" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/ff46a634-89c2-4652-8280-d8cbd0a3be0c" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/ac6c8f47-9b6d-4533-bde5-c5adc8b06ad6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:45 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"ff46a634-89c2-4652-8280-d8cbd0a3be0c\"", + "ResponseBody": "\"ac6c8f47-9b6d-4533-bde5-c5adc8b06ad6\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/ff46a634-89c2-4652-8280-d8cbd0a3be0c", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9mZjQ2YTYzNC04OWMyLTQ2NTItODI4MC1kOGNiZDBhM2JlMGM=", + "RequestUri": "/luis/api/v2.0/apps/ac6c8f47-9b6d-4533-bde5-c5adc8b06ad6", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9hYzZjOGY0Ny05YjZkLTQ1MzMtYmRlNS1jNWFkYzhiMDZhZDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:48 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "38078b9d-3d25-4bd5-9540-08ccd383e772" + "69877478-c39c-4917-926b-75f31d6b1b63" ], "Request-Id": [ - "38078b9d-3d25-4bd5-9540-08ccd383e772" + "69877478-c39c-4917-926b-75f31d6b1b63" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,47 +107,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:45 GMT" + ], "Content-Length": [ - "339" + "342" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"ff46a634-89c2-4652-8280-d8cbd0a3be0c\",\r\n \"name\": \"Existing LUIS App\",\r\n \"description\": \"New LUIS App\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"IoT\",\r\n \"domain\": \"Comics\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2019-02-12T23:34:47Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"ac6c8f47-9b6d-4533-bde5-c5adc8b06ad6\",\r\n \"name\": \"Existing LUIS App\",\r\n \"description\": \"New LUIS App\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"IoT\",\r\n \"domain\": \"Comics\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2019-08-25T19:16:45Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"a-omsami@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/ff46a634-89c2-4652-8280-d8cbd0a3be0c?force=false", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9mZjQ2YTYzNC04OWMyLTQ2NTItODI4MC1kOGNiZDBhM2JlMGM/Zm9yY2U9ZmFsc2U=", + "RequestUri": "/luis/api/v2.0/apps/ac6c8f47-9b6d-4533-bde5-c5adc8b06ad6?force=false", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9hYzZjOGY0Ny05YjZkLTQ1MzMtYmRlNS1jNWFkYzhiMDZhZDY/Zm9yY2U9ZmFsc2U=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:48 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "adcd899e-4edf-447e-9a39-0d4684e9f851" + "4fb014ab-a1c7-442c-8734-f770f9d1ee27" ], "Request-Id": [ - "adcd899e-4edf-447e-9a39-0d4684e9f851" + "4fb014ab-a1c7-442c-8734-f770f9d1ee27" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:46 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/GetPublishSettings.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/GetPublishSettings.json index bc30331071909..38462b05e921d 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/GetPublishSettings.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/GetPublishSettings.json @@ -7,13 +7,13 @@ "RequestBody": "{\r\n \"culture\": \"en-us\",\r\n \"domain\": \"Comics\",\r\n \"description\": \"New LUIS App\",\r\n \"usageScenario\": \"IoT\",\r\n \"name\": \"LUIS App for Settings test\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:26 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/e825caa4-2309-4279-9901-61c4df1b74e0" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/876fcae1-fc5e-487a-99ee-e6d2bed851af" ], "Apim-Request-Id": [ - "60f40058-0456-49be-ba14-8ff43ab79762" + "4f119a8a-4187-4566-b73d-c5174f81027d" ], "Request-Id": [ - "60f40058-0456-49be-ba14-8ff43ab79762" + "4f119a8a-4187-4566-b73d-c5174f81027d" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/e825caa4-2309-4279-9901-61c4df1b74e0" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/876fcae1-fc5e-487a-99ee-e6d2bed851af" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:21 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"e825caa4-2309-4279-9901-61c4df1b74e0\"", + "ResponseBody": "\"876fcae1-fc5e-487a-99ee-e6d2bed851af\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/e825caa4-2309-4279-9901-61c4df1b74e0/publishsettings", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9lODI1Y2FhNC0yMzA5LTQyNzktOTkwMS02MWM0ZGYxYjc0ZTAvcHVibGlzaHNldHRpbmdz", + "RequestUri": "/luis/api/v2.0/apps/876fcae1-fc5e-487a-99ee-e6d2bed851af/publishsettings", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy84NzZmY2FlMS1mYzVlLTQ4N2EtOTllZS1lNmQyYmVkODUxYWYvcHVibGlzaHNldHRpbmdz", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:26 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "76b2f47e-cef4-4f00-9c4a-fda2740a1e58" + "2eb879da-b5e7-42d6-8ed2-000e904e9c86" ], "Request-Id": [ - "76b2f47e-cef4-4f00-9c4a-fda2740a1e58" + "2eb879da-b5e7-42d6-8ed2-000e904e9c86" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:21 GMT" + ], "Content-Length": [ "107" ], @@ -117,40 +117,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"e825caa4-2309-4279-9901-61c4df1b74e0\",\r\n \"sentimentAnalysis\": false,\r\n \"speech\": false,\r\n \"spellChecker\": false\r\n}", + "ResponseBody": "{\r\n \"id\": \"876fcae1-fc5e-487a-99ee-e6d2bed851af\",\r\n \"sentimentAnalysis\": false,\r\n \"speech\": false,\r\n \"spellChecker\": false\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/e825caa4-2309-4279-9901-61c4df1b74e0?force=false", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9lODI1Y2FhNC0yMzA5LTQyNzktOTkwMS02MWM0ZGYxYjc0ZTA/Zm9yY2U9ZmFsc2U=", + "RequestUri": "/luis/api/v2.0/apps/876fcae1-fc5e-487a-99ee-e6d2bed851af?force=false", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy84NzZmY2FlMS1mYzVlLTQ4N2EtOTllZS1lNmQyYmVkODUxYWY/Zm9yY2U9ZmFsc2U=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:26 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "d971b224-7fd0-404c-9277-701053e32053" + "7d04c7a2-ed2f-4878-9cfb-f26135a42e28" ], "Request-Id": [ - "d971b224-7fd0-404c-9277-701053e32053" + "7d04c7a2-ed2f-4878-9cfb-f26135a42e28" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:22 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/GetSettings.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/GetSettings.json index 561b111214645..22239fce1ff4a 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/GetSettings.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/GetSettings.json @@ -7,13 +7,13 @@ "RequestBody": "{\r\n \"culture\": \"en-us\",\r\n \"domain\": \"Comics\",\r\n \"description\": \"New LUIS App\",\r\n \"usageScenario\": \"IoT\",\r\n \"name\": \"LUIS App for Settings test\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:28 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/216eb64b-7214-4794-9773-2e91ae81bfe4" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/e61cc5fd-c8ca-4ddd-a517-fa299e44bc88" ], "Apim-Request-Id": [ - "c27a8e91-3596-4c77-b69c-a25c6faa99a7" + "272b3a24-26e0-4e4c-8a74-981587e01f8a" ], "Request-Id": [ - "c27a8e91-3596-4c77-b69c-a25c6faa99a7" + "272b3a24-26e0-4e4c-8a74-981587e01f8a" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/216eb64b-7214-4794-9773-2e91ae81bfe4" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/e61cc5fd-c8ca-4ddd-a517-fa299e44bc88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:19 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"216eb64b-7214-4794-9773-2e91ae81bfe4\"", + "ResponseBody": "\"e61cc5fd-c8ca-4ddd-a517-fa299e44bc88\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/216eb64b-7214-4794-9773-2e91ae81bfe4/settings", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8yMTZlYjY0Yi03MjE0LTQ3OTQtOTc3My0yZTkxYWU4MWJmZTQvc2V0dGluZ3M=", + "RequestUri": "/luis/api/v2.0/apps/e61cc5fd-c8ca-4ddd-a517-fa299e44bc88/settings", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9lNjFjYzVmZC1jOGNhLTRkZGQtYTUxNy1mYTI5OWU0NGJjODgvc2V0dGluZ3M=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:29 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "1b24c807-1d1b-4658-8426-7a2fc4e52f75" + "8fa39ccd-5735-4248-a859-88d953464408" ], "Request-Id": [ - "1b24c807-1d1b-4658-8426-7a2fc4e52f75" + "8fa39ccd-5735-4248-a859-88d953464408" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:19 GMT" + ], "Content-Length": [ "60" ], @@ -117,40 +117,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"216eb64b-7214-4794-9773-2e91ae81bfe4\",\r\n \"public\": false\r\n}", + "ResponseBody": "{\r\n \"id\": \"e61cc5fd-c8ca-4ddd-a517-fa299e44bc88\",\r\n \"public\": false\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/216eb64b-7214-4794-9773-2e91ae81bfe4?force=false", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8yMTZlYjY0Yi03MjE0LTQ3OTQtOTc3My0yZTkxYWU4MWJmZTQ/Zm9yY2U9ZmFsc2U=", + "RequestUri": "/luis/api/v2.0/apps/e61cc5fd-c8ca-4ddd-a517-fa299e44bc88?force=false", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9lNjFjYzVmZC1jOGNhLTRkZGQtYTUxNy1mYTI5OWU0NGJjODg/Zm9yY2U9ZmFsc2U=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:29 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "f1846292-cdc8-4710-a53a-fe6d0903a4d5" + "7645e597-bd7d-4998-aa34-6b2e4b08c027" ], "Request-Id": [ - "f1846292-cdc8-4710-a53a-fe6d0903a4d5" + "7645e597-bd7d-4998-aa34-6b2e4b08c027" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:20 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/ListApplications.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/ListApplications.json index 1f9a5e90b6ecb..4ae01f7b852e2 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/ListApplications.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/ListApplications.json @@ -7,13 +7,13 @@ "RequestBody": "{\r\n \"culture\": \"en-us\",\r\n \"domain\": \"Comics\",\r\n \"description\": \"New LUIS App\",\r\n \"usageScenario\": \"IoT\",\r\n \"name\": \"Existing LUIS App\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:19 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/86dbebda-300d-47f0-9213-cd00505e3502" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/e7560b71-bed8-4af7-919c-43a74b8cfa4e" ], "Apim-Request-Id": [ - "87236422-14fb-4d5e-a7d8-83c85c81101a" + "a24a672d-f655-480d-b961-7a9eb71712fe" ], "Request-Id": [ - "87236422-14fb-4d5e-a7d8-83c85c81101a" + "a24a672d-f655-480d-b961-7a9eb71712fe" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/86dbebda-300d-47f0-9213-cd00505e3502" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/e7560b71-bed8-4af7-919c-43a74b8cfa4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:39 GMT" + ], "Content-Length": [ "38" ], @@ -63,7 +63,7 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"86dbebda-300d-47f0-9213-cd00505e3502\"", + "ResponseBody": "\"e7560b71-bed8-4af7-919c-43a74b8cfa4e\"", "StatusCode": 201 }, { @@ -73,30 +73,27 @@ "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:19 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "9d224a77-9158-4eda-a959-51a84a978965" + "98bd69ba-bbff-4734-95ce-a5fc6e9c052a" ], "Request-Id": [ - "9d224a77-9158-4eda-a959-51a84a978965" + "98bd69ba-bbff-4734-95ce-a5fc6e9c052a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,47 +107,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:39 GMT" + ], "Content-Length": [ - "54272" + "3518" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"86dbebda-300d-47f0-9213-cd00505e3502\",\r\n \"name\": \"Existing LUIS App\",\r\n \"description\": \"New LUIS App\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"IoT\",\r\n \"domain\": \"Comics\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2019-02-12T23:34:19Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"741516ba-5148-4f5c-91cc-f25d10d3a22e\",\r\n \"name\": \"LUIS app to be published\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2019-02-12T23:23:48Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2019-02-12T23:34:14Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"85ed83af-7d40-482c-b251-a89d69cfa83c\",\r\n \"name\": \"AmirTest for LUIS CLI\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2019-02-12T18:50:31Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"e5d1cb98-f4ec-4d16-af6c-7c0e9d679fef\",\r\n \"name\": \"Empty app\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2019-01-29T15:15:10Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"a92fbfaa-1a05-46e0-8492-c020749ede7a\",\r\n \"name\": \"AmirTest dispatch child 1\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2019-01-27T11:55:20Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/a92fbfaa-1a05-46e0-8492-c020749ede7a\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2019-01-27T11:56:15Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 1,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"a61e4b5a-639b-470c-8283-85d16c9a81e9\",\r\n \"name\": \"AmirTest dispatch parent\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2019-01-27T11:54:54Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/a61e4b5a-639b-470c-8283-85d16c9a81e9\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2019-01-27T12:11:10Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 5,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"1fdc9a70-080d-4c89-8c0a-84b73766ac15\",\r\n \"name\": \"Testing speech priming\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2019-01-16T11:03:22Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"c860b134-2531-4941-915b-9b11675878bc\",\r\n \"name\": \"AshourTest for load testing\",\r\n \"description\": \"For load testing purposes.\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-12-28T19:50:55Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/c860b134-2531-4941-915b-9b11675878bc\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-12-28T19:51:27Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 5,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"b778a077-47da-4643-af84-d97f1d7837b4\",\r\n \"name\": \"Prebuilt domains app-after\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-12-18T14:15:56Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"39716025-bdd5-4ef4-b167-7ca4465478b2\",\r\n \"name\": \"Prebuilt domains\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-12-18T14:08:47Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"8ff3120a-cf64-42fe-96ce-36a1f2bbc47f\",\r\n \"name\": \"AmirTest for container\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-12-17T15:29:19Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/8ff3120a-cf64-42fe-96ce-36a1f2bbc47f\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2019-02-06T13:54:57Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 26,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"ff874498-3131-444f-a664-411a3b218c07\",\r\n \"name\": \"DispatchParentMissingChild\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-12-09T18:30:14Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/ff874498-3131-444f-a664-411a3b218c07\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-12-09T18:39:40Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"37a49674-5cf8-45e6-ac84-4143e63bd876\",\r\n \"name\": \"Hierarchical & 2 children\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-12-09T12:38:32Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"1f353126-20d2-4e52-8d13-32e3afa3368a\",\r\n \"name\": \"3 simple entities\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-12-09T12:32:37Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"799f0543-4582-4c6a-9e61-56350fa7909a\",\r\n \"name\": \"AmirTestNP\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-12-03T23:01:32Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"56d99ebb-de9e-496c-b66e-2e48942f7872\",\r\n \"name\": \"ChinesePersonTest\",\r\n \"description\": \"\",\r\n \"culture\": \"zh-cn\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-11-28T20:48:03Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/56d99ebb-de9e-496c-b66e-2e48942f7872\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-11-28T20:49:18Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 3,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"11a2a781-a12f-469a-a2ab-4deceeef2c4e\",\r\n \"name\": \"EnglishPersonTest\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-11-28T20:36:28Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/11a2a781-a12f-469a-a2ab-4deceeef2c4e\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-11-28T20:37:00Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 6,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"37606037-f2f5-45af-839a-1a65fbbaca5a\",\r\n \"name\": \"AshourTest\",\r\n \"description\": \"For load testing purposes.\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-11-28T19:43:15Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/37606037-f2f5-45af-839a-1a65fbbaca5a\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-11-28T19:44:12Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 4,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"ec1a4d02-a349-48fe-905f-9d368a58359b\",\r\n \"name\": \"HelloJio-Eval\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 601,\r\n \"createdDateTime\": \"2018-11-12T20:00:11Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"rc8.1.2-m\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/ec1a4d02-a349-48fe-905f-9d368a58359b\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2019-02-12T22:02:27Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 171370,\r\n \"activeVersion\": \"rc8.1.2-m\",\r\n \"ownerEmail\": \"chstone@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"1631d92f-6537-4272-88c1-b90aaff59e18\",\r\n \"name\": \"AmirTestNew\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-11-08T00:48:31Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/1631d92f-6537-4272-88c1-b90aaff59e18\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-11-28T20:25:49Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 13,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"a15a9ab6-0876-40f4-bbc0-0b4ec17dfb91\",\r\n \"name\": \"AmirTestAndEnglishBenchmarkDispatch\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-11-04T15:55:20Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"f7235535-ed7e-4dc4-8c1d-52dad3fafd49\",\r\n \"name\": \"DispatchFashee5_nlp-with-dispatchDispatch\",\r\n \"description\": \"Dispatch model for nlp-with-dispatchDispatch\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-11-01T01:16:34Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"Dispatch\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/f7235535-ed7e-4dc4-8c1d-52dad3fafd49\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-11-01T01:16:51Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"Dispatch\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"b6587853-a454-40a5-8713-04acfadf6fae\",\r\n \"name\": \"DispatchFashee5_Weather\",\r\n \"description\": \"Weather LUIS application - Bot Builder Samples\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-11-01T01:15:25Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/b6587853-a454-40a5-8713-04acfadf6fae\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-11-01T01:15:45Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"09bcfbe7-504d-425c-8ed1-1fbc7b29b70b\",\r\n \"name\": \"DispatchFashee5_Home Automation\",\r\n \"description\": \"Home Automation LUIS application - Bot Builder Samples\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-11-01T01:15:01Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/09bcfbe7-504d-425c-8ed1-1fbc7b29b70b\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-11-01T01:15:20Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"e4b48676-41f2-461a-aa7f-a89e2d7a615b\",\r\n \"name\": \"Miro-echobot-with-counter_basic-bot-LUIS\",\r\n \"description\": \"Basic bot Bot Builder V4 sample.\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-10-30T11:50:48Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/e4b48676-41f2-461a-aa7f-a89e2d7a615b\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-10-30T11:51:13Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 2,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"6f699f3d-7094-4853-9722-ec25eff89ad4\",\r\n \"name\": \"German gdeeda\",\r\n \"description\": \"\",\r\n \"culture\": \"de-de\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-10-28T22:50:12Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/6f699f3d-7094-4853-9722-ec25eff89ad4\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-10-28T23:29:43Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 1,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"2184bdcb-47ff-44db-bd3c-6b0f59bb06af\",\r\n \"name\": \"EnglishBenchmarkApp\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-10-23T00:32:55Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/2184bdcb-47ff-44db-bd3c-6b0f59bb06af\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-10-23T00:52:25Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 13,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"094ee0b3-8615-445c-8077-d2b2bc18c70c\",\r\n \"name\": \"ChineseBenchmarkApp\",\r\n \"description\": \"\",\r\n \"culture\": \"zh-cn\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-10-23T00:30:42Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/094ee0b3-8615-445c-8077-d2b2bc18c70c\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-10-23T00:32:29Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 7,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"fbaf8d5b-fdc2-4abf-a8e7-126d83e475ea\",\r\n \"name\": \"PortugeseBenchmark\",\r\n \"description\": \"\",\r\n \"culture\": \"pt-br\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-10-22T23:05:12Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/fbaf8d5b-fdc2-4abf-a8e7-126d83e475ea\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-10-23T00:06:25Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 11,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"323bd981-011c-48bd-bdc3-2e17a77e0315\",\r\n \"name\": \"ItalianBenchmark\",\r\n \"description\": \"\",\r\n \"culture\": \"it-it\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-10-22T19:38:45Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/323bd981-011c-48bd-bdc3-2e17a77e0315\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-10-22T19:43:26Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 10,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"884fc3e9-cf4a-47d8-8b34-3a3d20b08be4\",\r\n \"name\": \"SpanishBenchmark\",\r\n \"description\": \"\",\r\n \"culture\": \"es-es\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-10-22T18:59:31Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/884fc3e9-cf4a-47d8-8b34-3a3d20b08be4\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-10-22T19:02:22Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 17,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"b3868c5c-2f14-45d0-bccb-f3c9d20af12a\",\r\n \"name\": \"FrenchBenchmark\",\r\n \"description\": \"\",\r\n \"culture\": \"fr-fr\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-10-22T18:45:35Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/b3868c5c-2f14-45d0-bccb-f3c9d20af12a\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-10-22T18:54:40Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 9,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"2ad94f96-7052-4824-b1c5-4673b1014242\",\r\n \"name\": \"Chinese le3b\",\r\n \"description\": \"\",\r\n \"culture\": \"zh-cn\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-10-21T17:34:20Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"6861b1fa-24e9-44ab-8a77-ef7081149e61\",\r\n \"name\": \"I10-E20U5000_ee774e0a-bf2f-40c2-a4d8-1106a8a63f9c\",\r\n \"description\": \"For load testing purposes.\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-10-21T12:32:49Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/6861b1fa-24e9-44ab-8a77-ef7081149e61\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-10-21T12:35:24Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"4576967e-44ac-4e76-bccc-4d3882b0b5c3\",\r\n \"name\": \"I10-E20U500_b184a71c-d45e-4000-b490-6bd82b9868f1\",\r\n \"description\": \"For load testing purposes.\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-10-21T12:28:25Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/4576967e-44ac-4e76-bccc-4d3882b0b5c3\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-10-21T12:29:44Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"eb2f4ce6-605c-48ca-9564-50c8ad04a9da\",\r\n \"name\": \"NER test\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-09-24T12:21:49Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/eb2f4ce6-605c-48ca-9564-50c8ad04a9da\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-11-27T23:01:00Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 3,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"bec1cde0-e432-4247-8c5d-1107bfe8c02a\",\r\n \"name\": \"German EA\",\r\n \"description\": \"\",\r\n \"culture\": \"de-de\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-09-09T00:01:43Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/bec1cde0-e432-4247-8c5d-1107bfe8c02a\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-10-28T22:49:32Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 1,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"2f8e1c69-5318-4f6a-bcd0-88be3b0cbbb4\",\r\n \"name\": \"AmirTest\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 3,\r\n \"createdDateTime\": \"2018-08-26T12:51:44Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/2f8e1c69-5318-4f6a-bcd0-88be3b0cbbb4\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-11-07T16:18:09Z\",\r\n \"failedRegions\": null\r\n },\r\n \"STAGING\": {\r\n \"versionId\": \"0.1NonMlAF\",\r\n \"isStaging\": true,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/2f8e1c69-5318-4f6a-bcd0-88be3b0cbbb4\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-10-18T13:02:41Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 37,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"0c21eb0b-d589-4a48-9308-f413d45f3fd5\",\r\n \"name\": \"Spanish Mexican\",\r\n \"description\": \"\",\r\n \"culture\": \"es-mx\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-08-19T15:08:23Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/0c21eb0b-d589-4a48-9308-f413d45f3fd5\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-08-19T15:09:26Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 1,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"016442be-e82b-4fde-ad7a-abc08e4ba06d\",\r\n \"name\": \"French Canadian\",\r\n \"description\": \"\",\r\n \"culture\": \"fr-ca\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-08-19T15:07:15Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/016442be-e82b-4fde-ad7a-abc08e4ba06d\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-08-19T15:07:53Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 1,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"2ed74756-d99e-44d2-9474-14dd8e9a1a49\",\r\n \"name\": \"Japanese\",\r\n \"description\": \"\",\r\n \"culture\": \"ja-jp\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-08-15T18:52:23Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"75f13f69-84c3-474b-8ad5-3a940c780b47\",\r\n \"name\": \"NaiveDriveThruAmirEdition\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-08-15T12:31:26Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.6\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/75f13f69-84c3-474b-8ad5-3a940c780b47\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-08-15T12:33:22Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 8,\r\n \"activeVersion\": \"0.6\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"2d6fde9d-6ec9-430c-be7d-e6db4b31ab3c\",\r\n \"name\": \"English app Japanese characters\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-08-15T10:11:34Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/2d6fde9d-6ec9-430c-be7d-e6db4b31ab3c\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-08-15T10:13:21Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 1,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"f5f46150-9da1-4ecf-bab8-21f3a16e429d\",\r\n \"name\": \"TTA76557\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-08-13T18:35:53Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/f5f46150-9da1-4ecf-bab8-21f3a16e429d\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-08-13T18:36:30Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 1,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"969b2b54-a30a-4638-be53-18579db92e52\",\r\n \"name\": \"7lwa\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-08-05T16:11:16Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/969b2b54-a30a-4638-be53-18579db92e52\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-08-05T16:13:11Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 8,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"c173f753-6cdf-4103-b095-41595162e545\",\r\n \"name\": \"NaiveDriveThru\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 6,\r\n \"createdDateTime\": \"2018-07-30T23:11:34Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.6\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/c173f753-6cdf-4103-b095-41595162e545\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-08-16T17:30:02Z\",\r\n \"failedRegions\": null\r\n },\r\n \"STAGING\": {\r\n \"versionId\": \"0.6\",\r\n \"isStaging\": true,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/c173f753-6cdf-4103-b095-41595162e545\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-08-14T18:21:54Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 32211,\r\n \"activeVersion\": \"0.6\",\r\n \"ownerEmail\": \"chrhar@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"2cf3ae99-2231-4d8c-9d11-06b564ae7c38\",\r\n \"name\": \"GER APP\",\r\n \"description\": \"\",\r\n \"culture\": \"de-de\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 2,\r\n \"createdDateTime\": \"2018-07-25T19:28:24Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.2\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"c4458cf1-0d0c-40ed-9561-42e3d553c264\",\r\n \"name\": \"AT model file size\",\r\n \"description\": \"For load testing purposes.\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-07-19T14:21:00Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/c4458cf1-0d0c-40ed-9561-42e3d553c264\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-07-19T14:29:25Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"effff3ce-2238-4d78-ab1a-8490e1e1aa71\",\r\n \"name\": \"Keys kteer\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-07-18T16:35:34Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"f7d87986-a467-4193-ba85-bcf72feb04cb\",\r\n \"name\": \"TTA testing publish inconsistency\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-07-17T15:29:08Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/f7d87986-a467-4193-ba85-bcf72feb04cb\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-07-17T15:37:27Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 18,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"7b93a3d5-4239-4277-9b13-d2ba308a9411\",\r\n \"name\": \"HumanResources-publish-timeout\",\r\n \"description\": \"Tutorials use Human resources (HR) domain.\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 5,\r\n \"createdDateTime\": \"2018-07-05T22:08:44Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"patterns\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/7b93a3d5-4239-4277-9b13-d2ba308a9411\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-07-10T15:31:56Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 120,\r\n \"activeVersion\": \"patterns\",\r\n \"ownerEmail\": \"v-geberr@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"cc1f3300-73a4-4c8c-a89a-1075bb21153a\",\r\n \"name\": \"TTA543\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-07-03T17:49:22Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"1e9e11ad-8610-4321-a5aa-fa8b86fe72ca\",\r\n \"name\": \"dev-b2c-facebook-ouvidoria\",\r\n \"description\": \"Knowledge base for FacebookOuvidoria Questions\",\r\n \"culture\": \"pt-br\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-07-03T16:58:39Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"3bfeead0-b279-472f-b460-9375dcb0ff6f\",\r\n \"name\": \"Yet another TTA\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-07-03T16:36:54Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/3bfeead0-b279-472f-b460-9375dcb0ff6f\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-07-03T16:37:45Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"77e71bcb-7603-4170-bd05-45d703493218\",\r\n \"name\": \"WFERP_公司.业务\",\r\n \"description\": \"The 1st-Tier APP for Workflow ERP to identify WFERP Modules at 2nd-Tier\",\r\n \"culture\": \"zh-cn\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-07-03T11:11:47Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.6\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"8eba03a9-0f7a-4336-a077-62815857bcd9\",\r\n \"name\": \"Test suggest with quotes\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-06-24T11:38:42Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/8eba03a9-0f7a-4336-a077-62815857bcd9\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-06-24T11:39:19Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 1,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"a635c071-156f-458e-904f-78d1f4a05e51\",\r\n \"name\": \"chatbot-luis-int\",\r\n \"description\": \"\",\r\n \"culture\": \"zh-cn\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-06-20T00:12:23Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/a635c071-156f-458e-904f-78d1f4a05e51\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-06-20T00:14:54Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"5a070b9d-d43e-4d89-b53a-913bab79e522\",\r\n \"name\": \"TTA Runtime 1899 PR\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-06-13T14:43:31Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/5a070b9d-d43e-4d89-b53a-913bab79e522\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-07-03T13:25:56Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 26,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"db938f50-2dfa-424c-9385-27533dfa39a7\",\r\n \"name\": \"GUID tokenization\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-06-07T13:49:30Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"a4d69b13-928a-4bf8-83be-a77bdceb79ce\",\r\n \"name\": \"Contoso App\",\r\n \"description\": \"Default Intents for Azure Bot Service V2\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 2,\r\n \"createdDateTime\": \"2018-05-27T00:00:11Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"AllEntity\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/a4d69b13-928a-4bf8-83be-a77bdceb79ce\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-05-27T00:01:52Z\",\r\n \"failedRegions\": null\r\n },\r\n \"STAGING\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": true,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/a4d69b13-928a-4bf8-83be-a77bdceb79ce\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-05-27T00:05:48Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 15,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"c94a6568-4eec-4bed-8d62-58a73e9533e5\",\r\n \"name\": \"ogeenee-na-qa\",\r\n \"description\": \"oGenee for iO\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-05-22T20:52:14Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"f96368f4-0a31-4e63-807e-e95aff207899\",\r\n \"name\": \"TTA373\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-05-22T20:25:12Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/f96368f4-0a31-4e63-807e-e95aff207899\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-05-28T02:54:32Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 5,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"22f20c3e-b8aa-4c0c-9e76-b1c3c0da60c9\",\r\n \"name\": \"chatbotluis_master_dev\",\r\n \"description\": \"\",\r\n \"culture\": \"de-de\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-05-22T11:44:35Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0515-2-dev\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"41122dbc-ca03-4192-a792-9d7902c6cc0f\",\r\n \"name\": \"testntl-a3ad\",\r\n \"description\": \"Default Intents for Azure Bot Service V2\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 3,\r\n \"createdDateTime\": \"2018-05-21T09:15:49Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"hope\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/41122dbc-ca03-4192-a792-9d7902c6cc0f\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-10-14T05:42:49Z\",\r\n \"failedRegions\": null\r\n },\r\n \"STAGING\": {\r\n \"versionId\": \"hope\",\r\n \"isStaging\": true,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/41122dbc-ca03-4192-a792-9d7902c6cc0f\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-06-07T18:08:42Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 99828,\r\n \"activeVersion\": \"hope\",\r\n \"ownerEmail\": \"faizanasif0000@hotmail.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"406b4829-9bef-4748-b8f7-c9db07ed257c\",\r\n \"name\": \"App engleezy\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-05-17T17:27:51Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"c4c35e99-3b8f-42da-99b6-8d393a45ea5d\",\r\n \"name\": \"App Almany\",\r\n \"description\": \"\",\r\n \"culture\": \"de-de\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-05-17T17:26:13Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"bee9b934-9c95-4239-99e1-6cbbec0a54ea\",\r\n \"name\": \"Rename test\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-05-06T18:16:11Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/bee9b934-9c95-4239-99e1-6cbbec0a54ea\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-05-06T19:31:20Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 1,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"b5bf803f-8609-4370-a82c-49595ca9ef3b\",\r\n \"name\": \"TTA\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-05-06T16:38:49Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"be437a2b-546f-478a-aad4-ec866fa845fe\",\r\n \"name\": \"TTA48\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-05-04T18:17:40Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/be437a2b-546f-478a-aad4-ec866fa845fe\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-05-04T18:18:20Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 5,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"97ed881b-b89e-4001-8bc2-679880aa12af\",\r\n \"name\": \"Shopping prebuilt domain\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-05-03T18:49:07Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/97ed881b-b89e-4001-8bc2-679880aa12af\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-05-03T18:54:46Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 1,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"7e56b72e-e0a4-4ecf-b379-d4ddedb6c141\",\r\n \"name\": \"Travel test app new\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-05-02T19:14:30Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/7e56b72e-e0a4-4ecf-b379-d4ddedb6c141\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-05-02T19:40:51Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 1,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"03060234-1ebb-410e-9e23-8ab30b0a7786\",\r\n \"name\": \"Hie Ent child names\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-04-26T22:46:47Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"937bbe80-dfb1-4727-bf77-900a2305bda3\",\r\n \"name\": \"TicketFiler2\",\r\n \"description\": \"File tickets based on voice commands\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-04-25T13:17:01Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/937bbe80-dfb1-4727-bf77-900a2305bda3\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-04-25T13:20:06Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"4d4da9e6-12ea-4075-aeb6-da2667258cb2\",\r\n \"name\": \"TicketFiler\",\r\n \"description\": \"File tickets based on voice commands\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-04-24T23:27:45Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/4d4da9e6-12ea-4075-aeb6-da2667258cb2\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-04-24T23:30:48Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"c01d7bb3-9510-4f4b-a270-9298a27a91e2\",\r\n \"name\": \"Travel test app local\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-04-24T22:28:13Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/c01d7bb3-9510-4f4b-a270-9298a27a91e2\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-04-24T22:29:04Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"9eb1c885-fdeb-4c85-ba87-af7d10293218\",\r\n \"name\": \"Prebuilt Domain test\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-04-21T22:36:07Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"e92c270d-b956-435e-a37f-08990bdbef5c\",\r\n \"name\": \"ClosedLists 3ak\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-04-02T16:51:33Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/e92c270d-b956-435e-a37f-08990bdbef5c\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-04-02T16:52:25Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 6,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"a9ed0c8a-566e-4878-b9de-fb41f4b14b0a\",\r\n \"name\": \"CL\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-03-31T21:38:42Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/a9ed0c8a-566e-4878-b9de-fb41f4b14b0a\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-03-31T21:41:51Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 8,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"d5ae0133-cd40-4266-8b61-e75847b7df75\",\r\n \"name\": \"New labeling\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-03-27T14:29:49Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"822837f7-e6f6-4406-b39f-462a092abdea\",\r\n \"name\": \"DatetimeV2\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-03-26T22:35:42Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/822837f7-e6f6-4406-b39f-462a092abdea\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-03-26T22:36:54Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 3,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"6608d841-7403-4e54-b7a6-c19410fc3c85\",\r\n \"name\": \"Daylight saving\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-03-26T14:56:40Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/6608d841-7403-4e54-b7a6-c19410fc3c85\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-03-26T14:57:50Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 2,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"38018fe5-16f5-4199-a052-e4644fff8f63\",\r\n \"name\": \"WFERP_公司.生管\",\r\n \"description\": \"The 1st-Tier APP for Workflow ERP to identify WFERP Modules at 2nd-Tier\",\r\n \"culture\": \"zh-cn\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 12,\r\n \"createdDateTime\": \"2018-03-23T01:50:04Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.5\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/38018fe5-16f5-4199-a052-e4644fff8f63\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-06-19T06:34:30Z\",\r\n \"failedRegions\": null\r\n },\r\n \"STAGING\": {\r\n \"versionId\": \"0.6\",\r\n \"isStaging\": true,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/38018fe5-16f5-4199-a052-e4644fff8f63\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-09-19T09:31:24Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 6451,\r\n \"activeVersion\": \"0.61\",\r\n \"ownerEmail\": \"bp0800@outlook.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"da1e3233-f6be-4b26-a859-3bcc55475043\",\r\n \"name\": \"imported deployment\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-03-21T13:23:14Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"452ee148-b5d7-4e4a-90df-40a81ac9a93f\",\r\n \"name\": \"Back3\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-03-14T11:53:33Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/452ee148-b5d7-4e4a-90df-40a81ac9a93f\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-03-20T16:02:54Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 33,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"basolima@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"255049c9-c634-495d-964d-903a86cc0b5e\",\r\n \"name\": \"Back2\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 2,\r\n \"createdDateTime\": \"2018-03-14T11:53:08Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.2\",\r\n \"ownerEmail\": \"basolima@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"2a66a40a-069c-437f-b76e-b913127b6cd3\",\r\n \"name\": \"Back1\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-03-14T11:52:13Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/2a66a40a-069c-437f-b76e-b913127b6cd3\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-12-27T14:06:05Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 24,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"basolima@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"d37e9166-c5d7-44fa-878f-3d13a7b5c375\",\r\n \"name\": \"Mu\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-03-06T01:38:14Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/d37e9166-c5d7-44fa-878f-3d13a7b5c375\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-03-06T01:39:22Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"aa76ff0b-79fe-4684-bed0-5845e4188ae0\",\r\n \"name\": \"Modify after train test\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-03-06T00:50:21Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/aa76ff0b-79fe-4684-bed0-5845e4188ae0\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-03-06T00:53:07Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 2,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"d6b3b818-e27c-4210-86ac-182ea176c1be\",\r\n \"name\": \"App awesome\",\r\n \"description\": \"Awesomeness\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-02-25T22:45:44Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/d6b3b818-e27c-4210-86ac-182ea176c1be\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-02-25T22:49:00Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 4,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"053fb71f-2da5-4f53-992b-8d8afd2d9645\",\r\n \"name\": \"basoomty-rg-HUypyl9m6Go\",\r\n \"description\": \"Default Intents for Azure Bot Service V2\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 2,\r\n \"createdDateTime\": \"2018-02-25T17:41:35Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.2.1837\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/053fb71f-2da5-4f53-992b-8d8afd2d9645\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-02-25T17:43:21Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 8,\r\n \"activeVersion\": \"0.2.1837\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"35461f7c-d7ff-4dc7-85f6-2b866d2cbe9e\",\r\n \"name\": \"TTA52\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-02-24T02:35:25Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/35461f7c-d7ff-4dc7-85f6-2b866d2cbe9e\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-03-22T17:54:54Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 1,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"25013dec-6f16-4b42-a13f-a87e838b8eb2\",\r\n \"name\": \"App gdeeda 7lwa\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-02-23T18:49:13Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"48d6755c-93bb-4503-bf92-18c2bc370acb\",\r\n \"name\": \"LiveBot-V3\",\r\n \"description\": \"Productivity tools for enterprise.\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-02-23T01:18:47Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.3\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"d0df316a-069c-4feb-92ae-5829a848859f\",\r\n \"name\": \"Ballas\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2018-01-18T17:28:52Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"ae443358-d893-4fb8-b794-230e7cdaf437\",\r\n \"name\": \"Test App\",\r\n \"description\": \"This is my app.\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 2,\r\n \"createdDateTime\": \"2018-01-15T20:42:03Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/ae443358-d893-4fb8-b794-230e7cdaf437\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-07-27T14:49:30Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 7022,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"pablo.gazmuri@insight.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"9df33e90-99c0-425f-9e33-2be7937a1e4d\",\r\n \"name\": \"CRM Helper\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 2,\r\n \"createdDateTime\": \"2018-01-11T18:05:46Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"v2.0\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/9df33e90-99c0-425f-9e33-2be7937a1e4d\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-12-27T13:37:43Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 478,\r\n \"activeVersion\": \"v2.0\",\r\n \"ownerEmail\": \"rohit.gupta@razor-tech.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"9d271135-0fb1-4450-a0e2-8167b506fc39\",\r\n \"name\": \"WFERP_公司.业务\",\r\n \"description\": \"The 1st-Tier APP for Workflow ERP to identify WFERP Modules at 2nd-Tier\",\r\n \"culture\": \"zh-cn\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 39,\r\n \"createdDateTime\": \"2017-12-28T01:41:14Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.5\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/9d271135-0fb1-4450-a0e2-8167b506fc39\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-06-19T03:45:05Z\",\r\n \"failedRegions\": null\r\n },\r\n \"STAGING\": {\r\n \"versionId\": \"DPS.temp\",\r\n \"isStaging\": true,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/9d271135-0fb1-4450-a0e2-8167b506fc39\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2018-04-10T09:57:44Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 29365,\r\n \"activeVersion\": \"0.62\",\r\n \"ownerEmail\": \"bp0800@outlook.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"d0a85d8c-5d6e-425a-b25c-48902d5c6ad8\",\r\n \"name\": \"App with prebuilt domains fashee5a\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2017-11-16T10:04:20Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"6fa86655-db9c-498d-9a6c-843dee379f06\",\r\n \"name\": \"Publish\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2017-11-09T22:19:48Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/6fa86655-db9c-498d-9a6c-843dee379f06\",\r\n \"region\": null,\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2017-11-09T22:20:43Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 2,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"9aa21dc4-fa24-4032-aba4-c822b8f2e7f2\",\r\n \"name\": \"App bt3ml NullReference fi GetColumn\",\r\n \"description\": \"Bot Application 20170920\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2017-11-01T17:10:18Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"e7560b71-bed8-4af7-919c-43a74b8cfa4e\",\r\n \"name\": \"Existing LUIS App\",\r\n \"description\": \"New LUIS App\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"IoT\",\r\n \"domain\": \"Comics\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2019-08-25T19:16:39Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"a-omsami@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"3327b33c-35df-40d0-a661-c9ade29da239\",\r\n \"name\": \"testapp4\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 7,\r\n \"createdDateTime\": \"2019-08-25T18:00:46Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"directVersionPublish\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239\",\r\n \"isStaging\": false,\r\n \"assignedEndpointKey\": null,\r\n \"region\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2019-08-25T19:16:37Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": null,\r\n \"ownerEmail\": \"a-omsami@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"71d1b615-fc37-4275-9812-cc9c7e5662f1\",\r\n \"name\": \"TestApp3\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 15,\r\n \"createdDateTime\": \"2019-08-20T12:32:21Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"directVersionPublish\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/71d1b615-fc37-4275-9812-cc9c7e5662f1\",\r\n \"isStaging\": false,\r\n \"assignedEndpointKey\": null,\r\n \"region\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2019-08-21T10:11:01Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": null,\r\n \"ownerEmail\": \"a-omsami@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"461ef36a-f5cb-47c7-a7ad-6dc0dd3e363b\",\r\n \"name\": \"TestApp2\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 3,\r\n \"createdDateTime\": \"2019-08-20T10:40:20Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"directVersionPublish\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/461ef36a-f5cb-47c7-a7ad-6dc0dd3e363b\",\r\n \"isStaging\": false,\r\n \"assignedEndpointKey\": null,\r\n \"region\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2019-08-20T10:43:01Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": null,\r\n \"ownerEmail\": \"a-omsami@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"db829a53-aef2-4d65-8a53-0a7745420753\",\r\n \"name\": \"TestApp\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2019-08-19T16:46:21Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"directVersionPublish\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/db829a53-aef2-4d65-8a53-0a7745420753\",\r\n \"isStaging\": false,\r\n \"assignedEndpointKey\": null,\r\n \"region\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2019-08-19T16:48:47Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"a-omsami@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n },\r\n {\r\n \"id\": \"07dc8796-6355-49f8-805e-1dc2c4551897\",\r\n \"name\": \"HumanResources\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 13,\r\n \"createdDateTime\": \"2019-07-02T10:22:27Z\",\r\n \"endpoints\": {\r\n \"PRODUCTION\": {\r\n \"versionId\": \"0.1\",\r\n \"directVersionPublish\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/07dc8796-6355-49f8-805e-1dc2c4551897\",\r\n \"isStaging\": false,\r\n \"assignedEndpointKey\": null,\r\n \"region\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2019-08-20T09:55:23Z\",\r\n \"failedRegions\": null\r\n }\r\n },\r\n \"endpointHitsCount\": 5,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"a-omsami@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/86dbebda-300d-47f0-9213-cd00505e3502?force=false", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy84NmRiZWJkYS0zMDBkLTQ3ZjAtOTIxMy1jZDAwNTA1ZTM1MDI/Zm9yY2U9ZmFsc2U=", + "RequestUri": "/luis/api/v2.0/apps/e7560b71-bed8-4af7-919c-43a74b8cfa4e?force=false", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9lNzU2MGI3MS1iZWQ4LTRhZjctOTE5Yy00M2E3NGI4Y2ZhNGU/Zm9yY2U9ZmFsc2U=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:20 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "6db67a24-d61c-4a5f-830d-c4143fbacec1" + "f62784fc-2a7c-4de7-978f-a086698590a0" ], "Request-Id": [ - "6db67a24-d61c-4a5f-830d-c4143fbacec1" + "f62784fc-2a7c-4de7-978f-a086698590a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:40 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/ListAvailableCustomPrebuiltDomains.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/ListAvailableCustomPrebuiltDomains.json index a5bb722a6c0b7..d63d8953a1378 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/ListAvailableCustomPrebuiltDomains.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/ListAvailableCustomPrebuiltDomains.json @@ -7,30 +7,27 @@ "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:16 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "36f21ba2-764e-4524-b115-bb549659c1e7" + "58b6dcf6-03ef-4ed9-8783-9d9ef68f81af" ], "Request-Id": [ - "36f21ba2-764e-4524-b115-bb549659c1e7" + "58b6dcf6-03ef-4ed9-8783-9d9ef68f81af" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -44,14 +41,17 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:47 GMT" + ], "Content-Length": [ - "69459" + "16696" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"name\": \"Calendar\",\r\n \"culture\": \"en-us\",\r\n \"description\": \"The Calendar domain provides intents and entities related to calendar entries. The Calendar intents include adding, deleting or editing an appointment, checking availability, and finding information about a calendar entry or appointment.\",\r\n \"examples\": \"Make an appointment with Lisa at 2pm on Sunday; When is Jim available to meet?; Delete my 9 am meeting\",\r\n \"intents\": [\r\n {\r\n \"name\": \"Add\",\r\n \"description\": \"Add a new one-time item to the calendar.\",\r\n \"examples\": \"Make an appointment with Lisa at 2pm on Sunday; I want to schedule a meeting ; I need to set up a meeting\"\r\n },\r\n {\r\n \"name\": \"CheckAvailability\",\r\n \"description\": \"Find availability for an appointment or meeting on the user's calendar or another person's calendar.\",\r\n \"examples\": \"When is Jim available to meet?; Show when Carol is available tomorrow; Is Chris free on Saturday?\"\r\n },\r\n {\r\n \"name\": \"Delete\",\r\n \"description\": \"Request to delete a calendar entry.\",\r\n \"examples\": \"Cancel my appointment with Carol; Delete my 9 am meeting\"\r\n },\r\n {\r\n \"name\": \"Edit\",\r\n \"description\": \"Request to change an existing meeting or calendar entry.\",\r\n \"examples\": \"Move my 9 am meeting to 10 am; I want to update my schedule; Reschdule my meeting with Ryan\"\r\n },\r\n {\r\n \"name\": \"Find\",\r\n \"description\": \"Request to view or find information about their calendar or any specific existing calendar entry.\",\r\n \"examples\": \"Display my weekly calendar; Show my calendar; Find the dentist review appointment.\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"Location\",\r\n \"description\": \"\\\"Location of calendar item, meeting or appointment. Addresses, cities, and regions are good examples of locations.\\\"\",\r\n \"examples\": \"209 Nashville Gym; 897 Pancake house; Garage\"\r\n },\r\n {\r\n \"name\": \"Subject\",\r\n \"description\": \"The title of a meeting or appointment.\",\r\n \"examples\": \"Dentist's appointment; Lunch with Julia; Doctor's appointment\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Camera\",\r\n \"culture\": \"en-us\",\r\n \"description\": \"The Camera domain provides intents and entities related to using a camera. The intents cover capturing a photo, selfie, screenshot or video, and broadcasting video to an application.\",\r\n \"examples\": \"Capture the screen; Take a selfie; Start broadcasting to Facebook\",\r\n \"intents\": [\r\n {\r\n \"name\": \"CapturePhoto\",\r\n \"description\": \"Capture a photo.\",\r\n \"examples\": \"Take a photo; capture\"\r\n },\r\n {\r\n \"name\": \"CaptureScreenshot\",\r\n \"description\": \"Capture a screenshot.\",\r\n \"examples\": \"Take screen shot; capture the screen\"\r\n },\r\n {\r\n \"name\": \"CaptureSelfie\",\r\n \"description\": \"Capture a selfie.\",\r\n \"examples\": \"Take a selfie; take a picture of me\"\r\n },\r\n {\r\n \"name\": \"CaptureVideo\",\r\n \"description\": \"Start recording video.\",\r\n \"examples\": \"Start recording; Begin recording\"\r\n },\r\n {\r\n \"name\": \"StartBroadcasting\",\r\n \"description\": \"Start broadcasting video.\",\r\n \"examples\": \"Start broadcasting to Facebook\"\r\n },\r\n {\r\n \"name\": \"StopBroadcasting\",\r\n \"description\": \"Stop broadcasting video.\",\r\n \"examples\": \"Stop broadcasting\"\r\n },\r\n {\r\n \"name\": \"StopVideoRecording\",\r\n \"description\": \"Stop recording a video.\",\r\n \"examples\": \"That's enough; stop recording\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"AppName\",\r\n \"description\": \"The name of an application to broadcast video to.\",\r\n \"examples\": \"OneNote; Facebook; Skype\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Communication\",\r\n \"culture\": \"en-us\",\r\n \"description\": \"The Communication domain provides intents and entities related to email, messages and phone calls.\",\r\n \"examples\": \"Connect me to my voicemail box; Save this number and put the name as Carol; Switch on call forwarding to 3333\",\r\n \"intents\": [\r\n {\r\n \"name\": \"AddContact\",\r\n \"description\": \"Add a new contact to the user's list of contacts.\",\r\n \"examples\": \"Add new contact; Save this number and put the name as Carol\"\r\n },\r\n {\r\n \"name\": \"AddMore\",\r\n \"description\": \"\\\"Add more to an email or text, as part of a step-wise email or text composition.\\\"\",\r\n \"examples\": \"Add more to text; Add more to email body\"\r\n },\r\n {\r\n \"name\": \"Answer\",\r\n \"description\": \"Answer an incoming phone call.\",\r\n \"examples\": \"Answer the call; Pick it up\"\r\n },\r\n {\r\n \"name\": \"AssignContactNickname\",\r\n \"description\": \"Assign a nickname to a contact.\",\r\n \"examples\": \"Change Isaac to dad; Add nickname to Carol Hanna; Edit Jim's nickname\"\r\n },\r\n {\r\n \"name\": \"CallVoiceMail\",\r\n \"description\": \"Connect to the user's voice mail.\",\r\n \"examples\": \"Connect me to my voicemail box; Call voicemail; Voice mail\"\r\n },\r\n {\r\n \"name\": \"CheckIMStatus\",\r\n \"description\": \"Check the status of a contact in Skype.\",\r\n \"examples\": \"Is Jim's online status set to away?; Is Carol available to chat with?\"\r\n },\r\n {\r\n \"name\": \"Confirm\",\r\n \"description\": \"Confirm an action.\",\r\n \"examples\": \"Yes; Okay; All right; I confirm that I want to send this email.\"\r\n },\r\n {\r\n \"name\": \"FindContact\",\r\n \"description\": \"Find contact information by name.\",\r\n \"examples\": \"Find Carol's number; Show me Carol's number\"\r\n },\r\n {\r\n \"name\": \"TurnForwardingOff\",\r\n \"description\": \"Turn off call forwarding.\",\r\n \"examples\": \"Stop forwarding my calls; Switch off call forwarding\"\r\n },\r\n {\r\n \"name\": \"TurnForwardingOn\",\r\n \"description\": \"Turn on call forwarding.\",\r\n \"examples\": \"Forwarding my calls to 3333; Switch on call forwarding to 3333\"\r\n },\r\n {\r\n \"name\": \"GetForwardingsStatus\",\r\n \"description\": \"Get the current status of call forwarding.\",\r\n \"examples\": \"Is my call forwarding turned on?; Tell me if my call status is on or off\"\r\n },\r\n {\r\n \"name\": \"GoBack\",\r\n \"description\": \"Go back to the previous step.\",\r\n \"examples\": \"Go back to twitter; Go back a step; Go back\"\r\n },\r\n {\r\n \"name\": \"Ignore\",\r\n \"description\": \"Ignore an incoming call.\",\r\n \"examples\": \"Don't answer; Ignore call\"\r\n },\r\n {\r\n \"name\": \"IgnoreWithMessage\",\r\n \"description\": \"Ignore an incoming call and reply with text instead.\",\r\n \"examples\": \"Don't answer that call but send a message instead; Ignore and send a text back\"\r\n },\r\n {\r\n \"name\": \"Dial\",\r\n \"description\": \"Make a phone call.\",\r\n \"examples\": \"Call Jim; Please dial 311\"\r\n },\r\n {\r\n \"name\": \"PressKey\",\r\n \"description\": \"Press a button or number on the keypad.\",\r\n \"examples\": \"Dial star; Press the 1 2 3\"\r\n },\r\n {\r\n \"name\": \"ReadAloud\",\r\n \"description\": \"Read a message or email to the user.\",\r\n \"examples\": \"read text; what did she say in the message\"\r\n },\r\n {\r\n \"name\": \"Redial\",\r\n \"description\": \"Redial or call a number again.\",\r\n \"examples\": \"redial; redial my last call\"\r\n },\r\n {\r\n \"name\": \"SendEmail\",\r\n \"description\": \"Send an email. This intent applies to email but not text messages.\",\r\n \"examples\": \"email to mike waters mike that dinner last week was splendid; send an email to bob\"\r\n },\r\n {\r\n \"name\": \"SendMessage\",\r\n \"description\": \"Send a text message or an instant message.\",\r\n \"examples\": \"Send text to Chris and Carol\"\r\n },\r\n {\r\n \"name\": \"SetSpeedDial\",\r\n \"description\": \"Set a speed dial shortcut for a contact's phone number.\",\r\n \"examples\": \"Set speed dial one for Carol; setup speed dial for mom\"\r\n },\r\n {\r\n \"name\": \"ShowNext\",\r\n \"description\": \"\\\"See the next item, for example, in a list of text messages or emails.\\\"\",\r\n \"examples\": \"Show the next one; go to the next page\"\r\n },\r\n {\r\n \"name\": \"ShowPrevious\",\r\n \"description\": \"\\\"See the previous item, for example, in a list of text messages or emails.\\\"\",\r\n \"examples\": \"show the previous one; previous; go to previous\"\r\n },\r\n {\r\n \"name\": \"TurnSpeakerOff\",\r\n \"description\": \"Turn off the speaker phone.\",\r\n \"examples\": \"take me off speaker; turn off speakerphone\"\r\n },\r\n {\r\n \"name\": \"TurnSpeakerOn\",\r\n \"description\": \"Turn on the speaker phone.\",\r\n \"examples\": \"speakerphone mode; put speakerphone on\"\r\n },\r\n {\r\n \"name\": \"StartOver\",\r\n \"description\": \"Start the system over or start a new session.\",\r\n \"examples\": \"Start over; New session; restart\"\r\n },\r\n {\r\n \"name\": \"FindSpeedDial\",\r\n \"description\": \"Find the speedial number a phone number is set to and vice versa.\",\r\n \"examples\": \"What is my dial number 5?; Do I have speed dial set?; What is the dial number for 941-5555-333?\"\r\n },\r\n {\r\n \"name\": \"Reject\",\r\n \"description\": \"Reject an incoming call.\",\r\n \"examples\": \"Reject call; Can't answer now; Not available at the moment and will call back later\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"ContactName\",\r\n \"description\": \"The name of a contact or message recipient.\",\r\n \"examples\": \"Carol; Jim; Chris\"\r\n },\r\n {\r\n \"name\": \"EmailSubject\",\r\n \"description\": \"The text used as the subject line for an email.\",\r\n \"examples\": \"RE: interesting story\"\r\n },\r\n {\r\n \"name\": \"SenderName\",\r\n \"description\": \"The name of the sender.\",\r\n \"examples\": \"Patti Owens\"\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"description\": \"The message to send as an email or text.\",\r\n \"examples\": \"It was great meeting you today. See you again soon!\"\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"description\": \"The category of a message or email.\",\r\n \"examples\": \"Important; High priority\"\r\n },\r\n {\r\n \"name\": \"MessageType\",\r\n \"description\": \"The type of message to search for.\",\r\n \"examples\": \"Text; Email\"\r\n },\r\n {\r\n \"name\": \"OrderReference\",\r\n \"description\": \"\\\"The ordinal or relative position in a list, identifying an item to retrieve. For example, last or recent in What was the last message I sent?.\\\"\",\r\n \"examples\": \"Last; Recent\"\r\n },\r\n {\r\n \"name\": \"AudioDeviceType\",\r\n \"description\": \"\\\"Type of audio device (speaker, headset, microphone, etc).\\\"\",\r\n \"examples\": \"Speaker; Hands-free; Bluetooth\"\r\n },\r\n {\r\n \"name\": \"ContactAttribute\",\r\n \"description\": \"The attribute of the contact the user inquires about.\",\r\n \"examples\": \"Birthdays; Address; Phone number\"\r\n },\r\n {\r\n \"name\": \"Line\",\r\n \"description\": \"The line the user wants to use to make a call or send a text/email from.\",\r\n \"examples\": \"Work line; British cell; Skype\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Entertainment\",\r\n \"culture\": \"en-us\",\r\n \"description\": \"The Entertainment domain provides intents and entities related to searching for movies, music, games and TV shows.\",\r\n \"examples\": \"Search the store for Halo; Search for Avatar; Look for Comedies\",\r\n \"intents\": [\r\n {\r\n \"name\": \"Search\",\r\n \"description\": \"\\\"Search for movies, music, apps, games and TV shows.\\\"\",\r\n \"examples\": \"Search the store for Halo; search for Avatar\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"ContentRating\",\r\n \"description\": \"\\\"Media content rating like G, or R for movies.\\\"\",\r\n \"examples\": \"Kids video;PG rated\"\r\n },\r\n {\r\n \"name\": \"Genre\",\r\n \"description\": \"\\\"The genre of a movie, game, app or song.\\\"\",\r\n \"examples\": \"Comedies; Dramas; Funny\"\r\n },\r\n {\r\n \"name\": \"Language\",\r\n \"description\": \"\\\"The language of a movie, show, or music.\\\"\",\r\n \"examples\": \"French; English; Korean\"\r\n },\r\n {\r\n \"name\": \"Nationality\",\r\n \"description\": \"\\\"The country where a movie, show, or song was created.\\\"\",\r\n \"examples\": \"French; German; Korean\"\r\n },\r\n {\r\n \"name\": \"Person\",\r\n \"description\": \"\\\"The actor, director, producer, musician or artist associated with a movie, app, game or TV show.\\\"\",\r\n \"examples\": \"Madonna; Stanley Kubrick\"\r\n },\r\n {\r\n \"name\": \"Role\",\r\n \"description\": \"Role played by a person in the creation of media.\",\r\n \"examples\": \"Sings; Directed by; By\"\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"description\": \"\\\"The name of a movie, app, game, TV show, or song.\\\"\",\r\n \"examples\": \"Friends; Minecraft\"\r\n },\r\n {\r\n \"name\": \"Type\",\r\n \"description\": \"\\\"The type or media format of a movie, app, game, TV show, or song.\\\"\",\r\n \"examples\": \"Music; Movie; TV shows\"\r\n },\r\n {\r\n \"name\": \"UserRating\",\r\n \"description\": \"User user star or thumbs rating.\",\r\n \"examples\": \"5 stars; 3 stars; 4 stars\"\r\n },\r\n {\r\n \"name\": \"Keyword\",\r\n \"description\": \"A generic search keyword specifying an attribute the doesn't exist in the more specific media slots.\",\r\n \"examples\": \"Soundtracks; Moon River; Amelia Earhart\"\r\n },\r\n {\r\n \"name\": \"MediaSource\",\r\n \"description\": \"Mentions of the store/marketplace.\",\r\n \"examples\": \"Halo; Netflix; Prime\"\r\n },\r\n {\r\n \"name\": \"MediaSubTypes\",\r\n \"description\": \"Media types smaller than movies and games.\",\r\n \"examples\": \"Demos; Dlc; Trailers\"\r\n },\r\n {\r\n \"name\": \"MediaFormat\",\r\n \"description\": \"The additional special technical type in which the media is formatted.\",\r\n \"examples\": \"HD movies; 3D movies; Downloadable\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Events\",\r\n \"culture\": \"en-us\",\r\n \"description\": \"The Events domain provides intents and entities related to booking tickets for events like concerts, festivals, sports games and comedy shows.\",\r\n \"examples\": \"I'd like to buy a ticket for the symphony this weekend; Get tickets for Shakespeare in the Park; Cancel my ticket order\",\r\n \"intents\": [\r\n {\r\n \"name\": \"Book\",\r\n \"description\": \"Purchase tickets to an event.\",\r\n \"examples\": \"I'd like to buy a ticket for the symphony this weekend.\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"Address\",\r\n \"description\": \"Event location or address.\",\r\n \"examples\": \"Palo Alto; 300 112th Ave SE; Seattle\"\r\n },\r\n {\r\n \"name\": \"Name\",\r\n \"description\": \"The name of an event.\",\r\n \"examples\": \"Shakespeare in the Park\"\r\n },\r\n {\r\n \"name\": \"Type\",\r\n \"description\": \"The type of an event.\",\r\n \"examples\": \"Concert; Sports game\"\r\n },\r\n {\r\n \"name\": \"PlaceName\",\r\n \"description\": \"The event location name.\",\r\n \"examples\": \"Louvre; Opera House; Broadway\"\r\n },\r\n {\r\n \"name\": \"PlaceType\",\r\n \"description\": \"The type of the location the event will be held in.\",\r\n \"examples\": \"Cafe; Theatre; Library\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Fitness\",\r\n \"culture\": \"en-us\",\r\n \"description\": \"The Fitness domain provides intents and entities related to tracking fitness activities. The intents include saving notes, remaining time or distance, or saving activity results.\",\r\n \"examples\": \"The difficulty of this run was 6/10; How much time till the next lap?; Log my Saturday morning walk\",\r\n \"intents\": [\r\n {\r\n \"name\": \"AddNote\",\r\n \"description\": \"Adds supplemental notes to a tracked activity.\",\r\n \"examples\": \"The difficulty of this run was 6/10; The terrain I am on running on is asphalt; I am using a 3 speed bike\"\r\n },\r\n {\r\n \"name\": \"GetRemaining\",\r\n \"description\": \"Gets the remaining time or distance for an activity.\",\r\n \"examples\": \"How much time till the next lap?; How many miles are remaining in my run? How much time for the split?\"\r\n },\r\n {\r\n \"name\": \"LogActivity\",\r\n \"description\": \"Save or log completed activity results.\",\r\n \"examples\": \"Save my last run; Log my Saturday morning walk; store my previous swim\"\r\n },\r\n {\r\n \"name\": \"LogWeight\",\r\n \"description\": \"Save or log the user's current weight.\",\r\n \"examples\": \"Save my current weight; log my weight now; store my current body weight\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"ActivityType\",\r\n \"description\": \"The type of activity to track.\",\r\n \"examples\": \"Run; Walk; Swim; Cycle\"\r\n },\r\n {\r\n \"name\": \"Food\",\r\n \"description\": \"A type of food to track in a fitness app.\",\r\n \"examples\": \"Banana; Salmon; Protein Shake\"\r\n },\r\n {\r\n \"name\": \"MealType\",\r\n \"description\": \"The meal type to track in a health or fitness app.\",\r\n \"examples\": \"Breakfast; Dinner; Lunch; Supper\"\r\n },\r\n {\r\n \"name\": \"Measurement\",\r\n \"description\": \"\\\"A type of measurements for time, distance or weight, for use in a fitness or health app.\\\"\",\r\n \"examples\": \"Kilometers; Miles; Minutes; Kilograms\"\r\n },\r\n {\r\n \"name\": \"Number\",\r\n \"description\": \"A numeric quantity for use in a fitness or health app.\",\r\n \"examples\": \"19; three; 200; one\"\r\n },\r\n {\r\n \"name\": \"StatType\",\r\n \"description\": \"\\\"A statistic type on aggregated data, for use in a fitness or health app. For example, sum, average, maximum, minimum.\\\"\",\r\n \"examples\": \"Sum; Average; Maximum; Minimum\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Gaming\",\r\n \"culture\": \"en-us\",\r\n \"description\": \"The Gaming domain provides intents and entities related to managing a game party in a multiplayer game.\",\r\n \"examples\": \"Join my clan; I'm leaving this party for another; should we start a clan tonight\",\r\n \"intents\": [\r\n {\r\n \"name\": \"InviteParty\",\r\n \"description\": \"Invite a contact to join a gaming party.\",\r\n \"examples\": \"Invite this player to my party; Come to my party; Join my clan\"\r\n },\r\n {\r\n \"name\": \"LeaveParty\",\r\n \"description\": \"Leave a gaming party in a multiplayer game.\",\r\n \"examples\": \"I'm out; I'm leaving this party for another; I am quitting\"\r\n },\r\n {\r\n \"name\": \"StartParty\",\r\n \"description\": \"Start a gaming party in a multiplayer game.\",\r\n \"examples\": \"Dude let's start a party; start a party; should we start a clan tonight\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"Contact\",\r\n \"description\": \"A contact name to use in a multiplayer game.\",\r\n \"examples\": \"Carol; Jim; Chris\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"HomeAutomation\",\r\n \"culture\": \"en-us\",\r\n \"description\": \"The Home Automation domain provides intents and entities related to controlling smart home devices like lights and appliances.\",\r\n \"examples\": \"Turn off the lights; Turn on my coffee maker; Close garage door\",\r\n \"intents\": [\r\n {\r\n \"name\": \"TurnOff\",\r\n \"description\": \"\\\"Turn off, close, or unlock a device.\\\"\",\r\n \"examples\": \"Turn off the lights; Stop the coffee maker; Close garage door\"\r\n },\r\n {\r\n \"name\": \"TurnOn\",\r\n \"description\": \"Turn on a device or set the device to a particular setting or mode.\",\r\n \"examples\": \"turn on my coffee maker; can you turn on my coffee maker?; Set the thermostat to 72 degrees.\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"Device\",\r\n \"description\": \"A type of device that can be turned on or off .\",\r\n \"examples\": \"coffee maker; thermostat; lights\"\r\n },\r\n {\r\n \"name\": \"Room\",\r\n \"description\": \"The location or room the device is in.\",\r\n \"examples\": \"living room; bedroom; kitchen\"\r\n },\r\n {\r\n \"name\": \"Operation\",\r\n \"description\": \"The current state of the device.\",\r\n \"examples\": \"lock; open; on; off\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"MovieTickets\",\r\n \"culture\": \"en-us\",\r\n \"description\": \"The Movie Tickets domain provides intents and entities related to booking tickets to movies at a movie theater.\",\r\n \"examples\": \"Book me two tickets for Captain Omar and the two Musketeers; Cancel tickets; When is Captain Omar showing?\",\r\n \"intents\": [\r\n {\r\n \"name\": \"Book\",\r\n \"description\": \"Purchase movie tickets.\",\r\n \"examples\": \"Book me two tickets for Captain Omar and the two musketeers; I want to buy a ticket for tomorrow's movie; I want a ticket for Captian Omar Part 2 next Wednesday\"\r\n },\r\n {\r\n \"name\": \"GetShowTime\",\r\n \"description\": \"Get the showtime of a movie.\",\r\n \"examples\": \"When is Captain Omar showing?\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"Address\",\r\n \"description\": \"The address of a movie theater.\",\r\n \"examples\": \"Palo Alto; 300 112th Ave SE; Seattle\"\r\n },\r\n {\r\n \"name\": \"MovieTitle\",\r\n \"description\": \"The title of a movie.\",\r\n \"examples\": \"Life of Pi;Hunger Games;Inception\"\r\n },\r\n {\r\n \"name\": \"PlaceName\",\r\n \"description\": \"The name of a movie theater or cinema.\",\r\n \"examples\": \"Cinema Amir; Alexandria Theatre; New York Theater\"\r\n },\r\n {\r\n \"name\": \"PlaceType\",\r\n \"description\": \"The type of location a movie is showing at.\",\r\n \"examples\": \"cinema; theater; IMAX cinema\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Music\",\r\n \"culture\": \"en-us\",\r\n \"description\": \"The Music domain provides intents and entities related to playing music on a music player.\",\r\n \"examples\": \"play Kevin Durant; Increase track volume; Skip to the next song\",\r\n \"intents\": [\r\n {\r\n \"name\": \"DecreaseVolume\",\r\n \"description\": \"Decrease the device volume.\",\r\n \"examples\": \"increase track volume; volume up\"\r\n },\r\n {\r\n \"name\": \"IncreaseVolume\",\r\n \"description\": \"Increase the device volume.\",\r\n \"examples\": \"decrease track volume; volume down\"\r\n },\r\n {\r\n \"name\": \"PlayMusic\",\r\n \"description\": \"Play music on a device.\",\r\n \"examples\": \"play Kevin Durant; play Paradise by Coldplay; play Hello by Adele\"\r\n },\r\n {\r\n \"name\": \"SkipBack\",\r\n \"description\": \"Skip backwards a track.\",\r\n \"examples\": \"Skip to the next song; Play the next song\"\r\n },\r\n {\r\n \"name\": \"SkipForward\",\r\n \"description\": \"Skip forward a track.\",\r\n \"examples\": \"Play the previous song; Go back to the previous track\"\r\n },\r\n {\r\n \"name\": \"Stop\",\r\n \"description\": \"Stop an action relating to music playback.\",\r\n \"examples\": \"Stop playing this album\"\r\n },\r\n {\r\n \"name\": \"Unmute\",\r\n \"description\": \"Unmute a music playback device.\",\r\n \"examples\": \"Unmute.\"\r\n },\r\n {\r\n \"name\": \"Mute\",\r\n \"description\": \"Mute the playing music.\",\r\n \"examples\": \"Mute song; Put the track on mute; Mute music\"\r\n },\r\n {\r\n \"name\": \"Pause\",\r\n \"description\": \"Pause the playing music.\",\r\n \"examples\": \"Pause; Pause music; Pause track\"\r\n },\r\n {\r\n \"name\": \"Repeat\",\r\n \"description\": \"Repeat the playing music.\",\r\n \"examples\": \"Repeat song; Play the track gain; Repeat music\"\r\n },\r\n {\r\n \"name\": \"Resume\",\r\n \"description\": \"Resume the playing music.\",\r\n \"examples\": \"Resume song; Start music again; Unpause\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"ArtistName\",\r\n \"description\": \"\\\"The actor, director, producer, writer, musician or artist associated with media to play on a device.\\\"\",\r\n \"examples\": \"Elvis Presley; Taylor Swift; Adele; Mozart\"\r\n },\r\n {\r\n \"name\": \"Genre\",\r\n \"description\": \"The genre of the music being requested.\",\r\n \"examples\": \"Country music; Broadway classics; Play my classical music from the Baroque period\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Note\",\r\n \"culture\": \"en-us\",\r\n \"description\": \"The Note domain provides intents and entities related to finding, editing and creating notes.\",\r\n \"examples\": \"Add to my groceries note lettuce tomato bread coffee; Check off bananas from my grocery list; Remove all items from my vacation list\",\r\n \"intents\": [\r\n {\r\n \"name\": \"AddToNote\",\r\n \"description\": \"Add information to a note.\",\r\n \"examples\": \"Add to my groceries note lettuce tomato bread coffee; Add to my todo list; add cupcakes to my Wunderlist\"\r\n },\r\n {\r\n \"name\": \"CheckOffItem\",\r\n \"description\": \"Check off items from a pre-existing note.\",\r\n \"examples\": \"Check off bananas from my grocery list; Mark cheese cake on my holiday shopping list as done\"\r\n },\r\n {\r\n \"name\": \"Clear\",\r\n \"description\": \"Clear all items from a pre-existing note.\",\r\n \"examples\": \"Remove all items from my vacation list; Clear all from my reading list\"\r\n },\r\n {\r\n \"name\": \"Confirm\",\r\n \"description\": \"Confirm an action relating to a note.\",\r\n \"examples\": \"It's okay by me;yes;I am confirming keeping all items on lists\"\r\n },\r\n {\r\n \"name\": \"Create\",\r\n \"description\": \"Create a new note.\",\r\n \"examples\": \"Create a list; Note to remind me that Jason is in town first week of May\"\r\n },\r\n {\r\n \"name\": \"Delete\",\r\n \"description\": \"Delete an entire note.\",\r\n \"examples\": \"Delete my vacation list; delete my groceries note\"\r\n },\r\n {\r\n \"name\": \"DeleteNoteItem\",\r\n \"description\": \"Delete items from a pre-existing note.\",\r\n \"examples\": \"Delete chips from my grocery list; Remove pens from my school shopping list\"\r\n },\r\n {\r\n \"name\": \"ReadAloud\",\r\n \"description\": \"Read a list out loud\",\r\n \"examples\": \"Read me the first one; Read me the details\"\r\n },\r\n {\r\n \"name\": \"ShowNext\",\r\n \"description\": \"See the next item in a list of notes.\",\r\n \"examples\": \"Show the next one; Next page; Next\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"AppName\",\r\n \"description\": \"The note-taking application name.\",\r\n \"examples\": \"Wunderlist; OneNote\"\r\n },\r\n {\r\n \"name\": \"ContactName\",\r\n \"description\": \"The name of a contact in a note.\",\r\n \"examples\": \"Carol; Jim; Chris\"\r\n },\r\n {\r\n \"name\": \"Text\",\r\n \"description\": \"The text of a note or reminder.\",\r\n \"examples\": \"stretch before walking; long run tomorrow\"\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"description\": \"Title of a note.\",\r\n \"examples\": \"groceries; people to call; to-do\"\r\n },\r\n {\r\n \"name\": \"DataSource\",\r\n \"description\": \"Location of notes.\",\r\n \"examples\": \"OneDrive; Google docs; my computer\"\r\n },\r\n {\r\n \"name\": \"DataType\",\r\n \"description\": \"The type of file or document, usually associated with particular software programs.\",\r\n \"examples\": \"Slides; Spreadsheet; Worksheet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OnDevice\",\r\n \"culture\": \"en-us\",\r\n \"description\": \"The OnDevice domain provides intents and entities related to controlling the devices.\",\r\n \"examples\": \"Close video player; Cancel playback; Can you make the screen brighter?\",\r\n \"intents\": [\r\n {\r\n \"name\": \"AreYouListening\",\r\n \"description\": \"Ask if the device is listening.\",\r\n \"examples\": \"is this on?; are you listening?\"\r\n },\r\n {\r\n \"name\": \"CloseApplication\",\r\n \"description\": \"Close the device application.\",\r\n \"examples\": \"close video player\"\r\n },\r\n {\r\n \"name\": \"FileBug\",\r\n \"description\": \"File a bug on the device.\",\r\n \"examples\": \"file a bug please;Can you file a bug for me ?;Let me report this bug\"\r\n },\r\n {\r\n \"name\": \"GoBack\",\r\n \"description\": \"Ask to go back one step or return to the previous step.\",\r\n \"examples\": \"Go back please;Go to previous screen;Go back stop listening\"\r\n },\r\n {\r\n \"name\": \"Help\",\r\n \"description\": \"Request help.\",\r\n \"examples\": \"Help please;Hello; What can you do?;I need help\"\r\n },\r\n {\r\n \"name\": \"LocateDevice\",\r\n \"description\": \"Locate the device.\",\r\n \"examples\": \"Can you locate my phone;Find tom's iphone;Find my phone\"\r\n },\r\n {\r\n \"name\": \"LogIn\",\r\n \"description\": \"Log in to a service using the device.\",\r\n \"examples\": \"Login please;Facebook log in;Log into LinkedIn\"\r\n },\r\n {\r\n \"name\": \"LogOut\",\r\n \"description\": \"Log out of a service using the device.\",\r\n \"examples\": \"Log off my phone;Log on to twitter;Log out\"\r\n },\r\n {\r\n \"name\": \"MainMenu\",\r\n \"description\": \"View the main menu of a device.\",\r\n \"examples\": \"View menu.\"\r\n },\r\n {\r\n \"name\": \"OpenApplication\",\r\n \"description\": \"Open an application on the device.\",\r\n \"examples\": \"Open the alarm please;Turn on camera;Launch calendar\"\r\n },\r\n {\r\n \"name\": \"OpenSetting\",\r\n \"description\": \"Open a setting on the device.\",\r\n \"examples\": \"Open network settings.\"\r\n },\r\n {\r\n \"name\": \"PairDevice\",\r\n \"description\": \"Pair the device.\",\r\n \"examples\": \"Can you help me in pairing Bluetooth signal to phone;Turn the bluetooth on and pair it with laptop;Pair Bluetooth signal to my laptop\"\r\n },\r\n {\r\n \"name\": \"PowerOff\",\r\n \"description\": \"Turn off the device.\",\r\n \"examples\": \"Can you shut down my computer;Shutdown;Turn off my mobile\"\r\n },\r\n {\r\n \"name\": \"QueryBattery\",\r\n \"description\": \"Get information about battery life.\",\r\n \"examples\": \"Show me battery life.\"\r\n },\r\n {\r\n \"name\": \"QueryWifi\",\r\n \"description\": \"Get information about WiFi.\",\r\n \"examples\": \"What's my battery status;How much battery left now?;Show me battery\"\r\n },\r\n {\r\n \"name\": \"Restart\",\r\n \"description\": \"Restart the device.\",\r\n \"examples\": \"Please restart.\"\r\n },\r\n {\r\n \"name\": \"RingDevice\",\r\n \"description\": \"\\\"Ask the device to ring, in order to find it when it's lost.\\\"\",\r\n \"examples\": \"Ring my phone.\"\r\n },\r\n {\r\n \"name\": \"SetBrightness\",\r\n \"description\": \"Set the device brightness.\",\r\n \"examples\": \"Set brightness to medium;Set brightness to high;Set brightness to low\"\r\n },\r\n {\r\n \"name\": \"SetupDevice\",\r\n \"description\": \"Initiate device setup.\",\r\n \"examples\": \"I want to install OS setup;Setup please;Do setup for me\"\r\n },\r\n {\r\n \"name\": \"ShowAppBar\",\r\n \"description\": \"Show an app bar.\",\r\n \"examples\": \"Show me the application bar;Application bar please;Let me see the application bar\"\r\n },\r\n {\r\n \"name\": \"ShowContextMenu\",\r\n \"description\": \"Show a context menu.\",\r\n \"examples\": \"Let me see the context menu;Context menu please;Can you show me the context menu\"\r\n },\r\n {\r\n \"name\": \"Sleep\",\r\n \"description\": \"Put the device to sleep.\",\r\n \"examples\": \"Go to sleep;Sleep;My computer sleep\"\r\n },\r\n {\r\n \"name\": \"SwitchApplication\",\r\n \"description\": \"Switch the application to use on the device.\",\r\n \"examples\": \"Switch to my media player.\"\r\n },\r\n {\r\n \"name\": \"TurnDownBrightness\",\r\n \"description\": \"Turn down device brightness.\",\r\n \"examples\": \"Dim the screen.\"\r\n },\r\n {\r\n \"name\": \"TurnOffSetting\",\r\n \"description\": \"Turn off a device setting.\",\r\n \"examples\": \"Deactivate Bluetooth;Disable data;Disconnect bluetooth\"\r\n },\r\n {\r\n \"name\": \"TurnOnSetting\",\r\n \"description\": \"Turn on a device setting.\",\r\n \"examples\": \"On;Off\"\r\n },\r\n {\r\n \"name\": \"TurnUpBrightness\",\r\n \"description\": \"Turn up device brightness.\",\r\n \"examples\": \"Can you make the screen brighter?\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"AppName\",\r\n \"description\": \"Name of an application on the device.\",\r\n \"examples\": \"SoundCloud; YouTube\"\r\n },\r\n {\r\n \"name\": \"BrightnessLevel\",\r\n \"description\": \"Set the brightness level on the device.\",\r\n \"examples\": \"One hundred percent;Fifty;40%\"\r\n },\r\n {\r\n \"name\": \"ContactName\",\r\n \"description\": \"The name of a contact on the device.\",\r\n \"examples\": \"Paul;Marlen Max\"\r\n },\r\n {\r\n \"name\": \"DeviceType\",\r\n \"description\": \"The type of device.\",\r\n \"examples\": \"Phone;kindle;Laptop\"\r\n },\r\n {\r\n \"name\": \"MediaType\",\r\n \"description\": \"The media type handled by the device.\",\r\n \"examples\": \"Music; Movie; TV shows\"\r\n },\r\n {\r\n \"name\": \"SettingType\",\r\n \"description\": \"A type of setting or settings panel that the user wants to edit.\",\r\n \"examples\": \"WiFi; Wireless Network; Color Scheme; Notification [Center]\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Places\",\r\n \"culture\": \"en-us\",\r\n \"description\": \"The Places domain provides intents for handling queries related to places like businesses, institution, restaurants, public spaces and addresses.\",\r\n \"examples\": \"Save this location to my favorites; How far away is Holiday Inn?; At what time does Safeway close?\",\r\n \"intents\": [\r\n {\r\n \"name\": \"AddFavoritePlace\",\r\n \"description\": \"Add a location to the the user's favorites list.\",\r\n \"examples\": \"Save this location to my favorites; Add this address to my favorites\"\r\n },\r\n {\r\n \"name\": \"CheckAccident\",\r\n \"description\": \"Ask whether there is an accident on a specified road.\",\r\n \"examples\": \"Is there an accident on 880?; Show me accident information\"\r\n },\r\n {\r\n \"name\": \"CheckAreaTraffic\",\r\n \"description\": \"\\\"Check the traffic for a general area or highway, not on a specified route.\\\"\",\r\n \"examples\": \"Traffic in Seattle; What's the traffic like in Seattle?\"\r\n },\r\n {\r\n \"name\": \"CheckIntoPlace\",\r\n \"description\": \"Check in to a place using social media.\",\r\n \"examples\": \"Check me in on Foursquare; Check in here\"\r\n },\r\n {\r\n \"name\": \"Confirm\",\r\n \"description\": \"Confirm an action relating to a place.\",\r\n \"examples\": \"Confirm my restaurant reservation.\"\r\n },\r\n {\r\n \"name\": \"Exit\",\r\n \"description\": \"Action to exit a task relating to a place.\",\r\n \"examples\": \"Quit please;Quit giving me directions\"\r\n },\r\n {\r\n \"name\": \"FindPlace\",\r\n \"description\": \"\\\"Search for a place (business, institution, restaurant, public space, address).\\\"\",\r\n \"examples\": \"Where's the nearest library?; Find me a good Italian restaurant in Mountain View\"\r\n },\r\n {\r\n \"name\": \"GetAddress\",\r\n \"description\": \"Ask for the address of a place.\",\r\n \"examples\": \"Show me the address of Guu on Robson street; What is the address of the nearest Starbucks?\"\r\n },\r\n {\r\n \"name\": \"GetDistance\",\r\n \"description\": \"Ask about distance to a specific place.\",\r\n \"examples\": \"How far away is Holiday Inn?; how far is it to Bellevue square from here; what's the distance to Tahoe\"\r\n },\r\n {\r\n \"name\": \"GetHours\",\r\n \"description\": \"Ask about the operating hours for a place.\",\r\n \"examples\": \"At what time does Safeway close?; What are the hours for Home Depot?; Is Starbucks still open?\"\r\n },\r\n {\r\n \"name\": \"GetMenu\",\r\n \"description\": \"Ask for the menu items for a restaurant.\",\r\n \"examples\": \"Does Zucca serve anything vegan?; What's on the menu at Sizzler; Show me Applebee's menu\"\r\n },\r\n {\r\n \"name\": \"GetPhoneNumber\",\r\n \"description\": \"Ask for the phone number of a place.\",\r\n \"examples\": \"What is the phone number of the nearest Starbucks?; Give the number for Home Depot\"\r\n },\r\n {\r\n \"name\": \"GetReviews\",\r\n \"description\": \"Ask for reviews of a place.\",\r\n \"examples\": \"Show me reviews for Cheesecase Factory; Read Cineplex reviews in Yelp\"\r\n },\r\n {\r\n \"name\": \"GetRoute\",\r\n \"description\": \"Ask for directions to a place.\",\r\n \"examples\": \"How to walk to Bellevue square; Show me the shortest way to 8th and 59th from here; Get me directions to Mountain View CA\"\r\n },\r\n {\r\n \"name\": \"GetStarRating\",\r\n \"description\": \"Ask for the star rating of a place.\",\r\n \"examples\": \"How is Zucca rated according to Yelp?; How many stars does the French Laundry have?; Is the aquarium in Monterrey good?\"\r\n },\r\n {\r\n \"name\": \"GetTransportationSchedule\",\r\n \"description\": \"Get the bus schedule for a place.\",\r\n \"examples\": \"What time is the next bus to downtown?; Show me the buses in King County\"\r\n },\r\n {\r\n \"name\": \"GetTravelTime\",\r\n \"description\": \"Ask for the travel time to a specified destination.\",\r\n \"examples\": \"How long will it take to get to San Francisco from here; What's the driving time to Denver from SF\"\r\n },\r\n {\r\n \"name\": \"MakeCall\",\r\n \"description\": \"Make a phone call to a place.\",\r\n \"examples\": \"Call mom; I would like to place a Skype call to Anna; Call Jim\"\r\n },\r\n {\r\n \"name\": \"MakeReservation\",\r\n \"description\": \"Request a reservation for a restaurant or other business.\",\r\n \"examples\": \"Reserve at Zucca for two for tonight; Book a table for tomorrow; Table for 3 in Palo Alto at 8\"\r\n },\r\n {\r\n \"name\": \"MapQuestions\",\r\n \"description\": \"Request information about directions or whether a specified road goes to a destination.\",\r\n \"examples\": \"Does 13 pass through downtown?; Can I take 880 to Oakland?\"\r\n },\r\n {\r\n \"name\": \"Rating\",\r\n \"description\": \"Get the rating description of a restaurant or place.\",\r\n \"examples\": \"How many stars does the Contoso Inn have?\"\r\n },\r\n {\r\n \"name\": \"ReadAloud\",\r\n \"description\": \"Read a list of places out loud.\",\r\n \"examples\": \"Read me the first one; Read me the details\"\r\n },\r\n {\r\n \"name\": \"SelectItem\",\r\n \"description\": \"Choose an item from a list of choices relating to a place or places.\",\r\n \"examples\": \"Pick the second one; Select the first\"\r\n },\r\n {\r\n \"name\": \"ShowMap\",\r\n \"description\": \"Show a map of an area.\",\r\n \"examples\": \"Show a map for the second one ; Show map; Find San Francisco on the map\"\r\n },\r\n {\r\n \"name\": \"ShowNext\",\r\n \"description\": \"Show the next item in a series.\",\r\n \"examples\": \"Show the next one; go to the next page\"\r\n },\r\n {\r\n \"name\": \"ShowPrevious\",\r\n \"description\": \"Show the previous item in a series.\",\r\n \"examples\": \"show previous one; previous; go to previous\"\r\n },\r\n {\r\n \"name\": \"StartOver\",\r\n \"description\": \"Restart the app or start a new session.\",\r\n \"examples\": \"Start over; New session; restart\"\r\n },\r\n {\r\n \"name\": \"TakesReservations\",\r\n \"description\": \"Ask whether a place accepts reservations.\",\r\n \"examples\": \"Does the art gallery accept reservations; Is it possible to make a reservation at the Olive Garden\"\r\n },\r\n {\r\n \"name\": \"CheckRouteTraffic\",\r\n \"description\": \"Check the traffic of a specific route specified by the user.\",\r\n \"examples\": \"How is the traffic to Mashiko?; Show me the traffice to Kirkland; How is the traffic to Seattle?\"\r\n },\r\n {\r\n \"name\": \"GetPriceRange\",\r\n \"description\": \"User asks for the price range of a place.\",\r\n \"examples\": \"Is Zucca cheap?; Is the Cineplex half price on Wednesdays?; How much does a whole lobster dinner cost at Sizzler?\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"AbsoluteLocation\",\r\n \"description\": \"The location or address of a place.\",\r\n \"examples\": \"Palo Alto; 300 112th Ave SE; Seattle\"\r\n },\r\n {\r\n \"name\": \"DestinationAddress\",\r\n \"description\": \"A destination location or address.\",\r\n \"examples\": \"Palo Alto; 300 112th Ave SE; Seattle\"\r\n },\r\n {\r\n \"name\": \"DestinationPlaceName\",\r\n \"description\": \"\\\"The name of a destination that is a business, restaurant, public attraction, or institution. \\\"\",\r\n \"examples\": \"central park; safeway; walmart\"\r\n },\r\n {\r\n \"name\": \"DestinationPlaceType\",\r\n \"description\": \"\\\"The type of a destination that is a business, restaurant, public attraction, or institution. \\\"\",\r\n \"examples\": \"Cafe; Theatre; Library\"\r\n },\r\n {\r\n \"name\": \"MealType\",\r\n \"description\": \"Type of meal like breakfast or lunch.\",\r\n \"examples\": \"breakfast; dinner; lunch; supper\"\r\n },\r\n {\r\n \"name\": \"OpenStatus\",\r\n \"description\": \"Indicates whether a place is open or closed.\",\r\n \"examples\": \"Open; closed; opening\"\r\n },\r\n {\r\n \"name\": \"PlaceName\",\r\n \"description\": \"The name of a place.\",\r\n \"examples\": \"Cheesecake Factory;\"\r\n },\r\n {\r\n \"name\": \"PlaceType\",\r\n \"description\": \"The type of a place.\",\r\n \"examples\": \"Cafe; Theatre; Library\"\r\n },\r\n {\r\n \"name\": \"TransportationCompany\",\r\n \"description\": \"The name of a public transport provider.\",\r\n \"examples\": \"Amtrack; Acela; Greyhound\"\r\n },\r\n {\r\n \"name\": \"TransportationType\",\r\n \"description\": \"A type of transportation.\",\r\n \"examples\": \"Bus; Train; Driving\"\r\n },\r\n {\r\n \"name\": \"Amenities\",\r\n \"description\": \"The objective characteristics/benefits of a place.\",\r\n \"examples\": \"kids eat free; waterfront; free parking\"\r\n },\r\n {\r\n \"name\": \"Atmosphere\",\r\n \"description\": \"The atmosphere of a place.\",\r\n \"examples\": \"kid-friendly; casual restaurant; sporty\"\r\n },\r\n {\r\n \"name\": \"RouteAvoidanceCriteria\",\r\n \"description\": \"\\\"Criteria for avoiding specific routes like avoiding accidents, constructions or tolls.\\\"\",\r\n \"examples\": \"Tolls; Constructions; Route 11\"\r\n },\r\n {\r\n \"name\": \"Cuisine\",\r\n \"description\": \"The cuisine of a place.\",\r\n \"examples\": \"Mediterranean; Italian; Indian\"\r\n },\r\n {\r\n \"name\": \"Distance\",\r\n \"description\": \"The distance to a place.\",\r\n \"examples\": \"15 miles; 5 miles; 10 miles away\"\r\n },\r\n {\r\n \"name\": \"PreferredRoute\",\r\n \"description\": \"The preferred route specified by the user.\",\r\n \"examples\": \"101; 202; Route 401\"\r\n },\r\n {\r\n \"name\": \"Product\",\r\n \"description\": \"The product offered by a place.\",\r\n \"examples\": \"Clothes; Digital ASR Cameras; Fresh fish\"\r\n },\r\n {\r\n \"name\": \"PublicTransportationRoute\",\r\n \"description\": \"The name of the public transportation route that the user is searching for.\",\r\n \"examples\": \"Northeast corridor train; Bus route 3X\"\r\n },\r\n {\r\n \"name\": \"Rating\",\r\n \"description\": \"The rating of a place.\",\r\n \"examples\": \"5 stars; 3 stars; 4 stars\"\r\n },\r\n {\r\n \"name\": \"ServiceProvided\",\r\n \"description\": \"\\\"This is the service provided by a business or place such as haircut, snow plowing, landscaping.\\\"\",\r\n \"examples\": \"haircut; mechanic; plumber\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Reminder\",\r\n \"culture\": \"en-us\",\r\n \"description\": \"The reminder domain provides intents and entities for creating, editing, and finding reminders.\",\r\n \"examples\": \"Change my interview to 9 am tomorrow; Remind me to buy milk on my way back home; Can you check if I have a reminder about Christine's birthday?\",\r\n \"intents\": [\r\n {\r\n \"name\": \"Change\",\r\n \"description\": \"Change a reminder.\",\r\n \"examples\": \"Change my interview to 9 am tomorrow ; Move my assignment reminder to tomorrow\"\r\n },\r\n {\r\n \"name\": \"Create\",\r\n \"description\": \"Create a new reminder.\",\r\n \"examples\": \"Create a reminder; Remind me to buy milk; I want to remember to call Rebecca when I'm at home\"\r\n },\r\n {\r\n \"name\": \"Delete\",\r\n \"description\": \"Delete a reminder.\",\r\n \"examples\": \"Delete my picture reminder; Delete this reminder\"\r\n },\r\n {\r\n \"name\": \"Find\",\r\n \"description\": \"Find a reminder.\",\r\n \"examples\": \"Do I have a reminder about my anniversary?; Can you check if I have a reminder about Christine's birthday?\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"Text\",\r\n \"description\": \"The text description of a reminder.\",\r\n \"examples\": \"pick up dry cleaning; dropping my car off at the service center\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"RestaurantReservation\",\r\n \"culture\": \"en-us\",\r\n \"description\": \"The Reservation domain provides intents and entities related to managing restaurant reservations.\",\r\n \"examples\": \"Reserve at Zucca for two for tonight; Book a table at BJ's for tomorrow; Table for 3 in Palo Alto at 7\",\r\n \"intents\": [\r\n {\r\n \"name\": \"Reserve\",\r\n \"description\": \"Request a reservation for a restaurant.\",\r\n \"examples\": \"Reserve at Zucca for two for tonight; Book a table for tomorrow; Table for 3 in Palo Alto at 7\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"Address\",\r\n \"description\": \"An event location or address for a reservation.\",\r\n \"examples\": \"Palo Alto; 300 112th Ave SE; Seattle\"\r\n },\r\n {\r\n \"name\": \"Amenities\",\r\n \"description\": \"An attribute describing the amenities of a place.\",\r\n \"examples\": \"ocean view; non smoking;\"\r\n },\r\n {\r\n \"name\": \"AppName\",\r\n \"description\": \"The name of an application for making reservations.\",\r\n \"examples\": \"OpenTable; Yelp; TripAdvisor\"\r\n },\r\n {\r\n \"name\": \"Atmosphere\",\r\n \"description\": \"A description of the atmosphere of a restaurant or other place.\",\r\n \"examples\": \"romantic; casual; good for groups\"\r\n },\r\n {\r\n \"name\": \"Cuisine\",\r\n \"description\": \"\\\"A type of food, cuisine or cuisine nationality.\\\"\",\r\n \"examples\": \"Chinese; Italian; Mexican\"\r\n },\r\n {\r\n \"name\": \"MealType\",\r\n \"description\": \"A meal type associated with a reservation.\",\r\n \"examples\": \"breakfast; dinner; lunch; supper\"\r\n },\r\n {\r\n \"name\": \"PlaceName\",\r\n \"description\": \"\\\"The name of a local business, restaurant, public attraction, or institution. \\\"\",\r\n \"examples\": \"IHOP; Cheesecake Factory; Louvre\"\r\n },\r\n {\r\n \"name\": \"PlaceType\",\r\n \"description\": \"\\\"The type of a local business, restaurant, public attraction, or institution. \\\"\",\r\n \"examples\": \"restaurant; opera; cinema\"\r\n },\r\n {\r\n \"name\": \"Rating\",\r\n \"description\": \"The rating of a place or restaurant.\",\r\n \"examples\": \"5 stars; 3 stars; 4 stars\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Taxi\",\r\n \"culture\": \"en-us\",\r\n \"description\": \"The Taxi domain provides intents and entities for creating and managing taxi bookings.\",\r\n \"examples\": \"Get me a cab at 3 pm; How much longer do I have to wait for my taxi?; Cancel my Uber\",\r\n \"intents\": [\r\n {\r\n \"name\": \"Book\",\r\n \"description\": \"Call a taxi.\",\r\n \"examples\": \"Get me a cab; Find a taxi; Book me an uber x\"\r\n },\r\n {\r\n \"name\": \"Cancel\",\r\n \"description\": \"Cancel an action relating to booking a taxi.\",\r\n \"examples\": \"Cancel my taxi; Cancel my Uber\"\r\n },\r\n {\r\n \"name\": \"Track\",\r\n \"description\": \"Track a taxi route.\",\r\n \"examples\": \"How much longer do I have to wait for my taxi?; Where is my Uber?\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"Address\",\r\n \"description\": \"The address associated with booking a taxi.\",\r\n \"examples\": \"Palo Alto; 300 112th Ave SE; Seattle\"\r\n },\r\n {\r\n \"name\": \"DestinationAddress\",\r\n \"description\": \"A destination location or address.\",\r\n \"examples\": \"Palo Alto; 300 112th Ave SE; Seattle\"\r\n },\r\n {\r\n \"name\": \"DestinationPlaceName\",\r\n \"description\": \"\\\"The name of a destination that is a local business, restaurant, public attraction, or institution. \\\"\",\r\n \"examples\": \"Central Park; Safeway; Walmart\"\r\n },\r\n {\r\n \"name\": \"DestinationPlaceType\",\r\n \"description\": \"\\\"The type of a destination that is a local business, restaurant, public attraction, or institution. \\\"\",\r\n \"examples\": \"Restaurant; Opera; Cinema\"\r\n },\r\n {\r\n \"name\": \"PlaceName\",\r\n \"description\": \"\\\"Name of local business, restaurant, public attraction, or institution. \\\"\",\r\n \"examples\": \"Central Park; Safeway; Walmart\"\r\n },\r\n {\r\n \"name\": \"PlaceType\",\r\n \"description\": \"The type of place in a request to book a taxi.\",\r\n \"examples\": \"Restaurant; Opera; Cinema\"\r\n },\r\n {\r\n \"name\": \"TransportationCompany\",\r\n \"description\": \"The name of a transport provider.\",\r\n \"examples\": \"Amtrack; Acela; Greyhound\"\r\n },\r\n {\r\n \"name\": \"TransportationType\",\r\n \"description\": \"The transportation type.\",\r\n \"examples\": \"Bus; Train; Driving\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Translate\",\r\n \"culture\": \"en-us\",\r\n \"description\": \"The Translate domain provides intents and entities related to translating text to a target language.\",\r\n \"examples\": \"Translate to French; Translate hello to German; Translate this sentence to English\",\r\n \"intents\": [\r\n {\r\n \"name\": \"Translate\",\r\n \"description\": \"Translate text to another language.\",\r\n \"examples\": \"Translate to French; Translate hello to German\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"TargetLanguage\",\r\n \"description\": \"The target language of a translation.\",\r\n \"examples\": \"French; German; Korean\"\r\n },\r\n {\r\n \"name\": \"Text\",\r\n \"description\": \"The text to translate.\",\r\n \"examples\": \"Hello World;Good morning;Good evening\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"TV\",\r\n \"culture\": \"en-us\",\r\n \"description\": \"The TV domain provides intents and entities for controlling TVs.\",\r\n \"examples\": \"Switch channel to BBC; Show TV guide; Watch National Geographic\",\r\n \"intents\": [\r\n {\r\n \"name\": \"ChangeChannel\",\r\n \"description\": \"Change a channel on a TV.\",\r\n \"examples\": \"Change channel to CNN; Switch channel to BBC; Go to channel 4\"\r\n },\r\n {\r\n \"name\": \"ShowGuide\",\r\n \"description\": \"Show the TV guide.\",\r\n \"examples\": \"Show TV guide; what is on movie channel now?; show my program list\"\r\n },\r\n {\r\n \"name\": \"WatchTV\",\r\n \"description\": \"Ask to watch a TV channel.\",\r\n \"examples\": \"I want to watch the Disney channel; go to TV please; Watch National Geographic\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"ChannelName\",\r\n \"description\": \"The name of a TV channel.\",\r\n \"examples\": \"CNN; BBC; Movie channel\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Utilities\",\r\n \"culture\": \"en-us\",\r\n \"description\": \"The Utilities domain provides intents for tasks that are common to many tasks, such as greetings, cancellation, confirmation, help, repetition, navigation, starting and stopping.\",\r\n \"examples\": \"Go back to Twitter; Please help; Repeat last question please\",\r\n \"intents\": [\r\n {\r\n \"name\": \"Cancel\",\r\n \"description\": \"Cancel an action.\",\r\n \"examples\": \"Cancel the message; I don't want to send the email anymore\"\r\n },\r\n {\r\n \"name\": \"Confirm\",\r\n \"description\": \"Confirm an action.\",\r\n \"examples\": \"Yeah ohh I confirm;Good I am confirming;Okay I am confirming\"\r\n },\r\n {\r\n \"name\": \"GoBack\",\r\n \"description\": \"Go back one step or return to a previous step.\",\r\n \"examples\": \"Go back to Twitter; Go back a step; Go back\"\r\n },\r\n {\r\n \"name\": \"Help\",\r\n \"description\": \"Request for help.\",\r\n \"examples\": \"Please help; open help; help\"\r\n },\r\n {\r\n \"name\": \"Repeat\",\r\n \"description\": \"Repeat an action.\",\r\n \"examples\": \"Repeat last question please; repeat last song\"\r\n },\r\n {\r\n \"name\": \"ShowNext\",\r\n \"description\": \"Show the next item in a series.\",\r\n \"examples\": \"Show the next one; go to the next page\"\r\n },\r\n {\r\n \"name\": \"ShowPrevious\",\r\n \"description\": \"Show the previous item in a series.\",\r\n \"examples\": \"show previous one\"\r\n },\r\n {\r\n \"name\": \"StartOver\",\r\n \"description\": \"Restart the app or start a new session.\",\r\n \"examples\": \"Start over; New session; restart\"\r\n },\r\n {\r\n \"name\": \"Stop\",\r\n \"description\": \"Stop an action.\",\r\n \"examples\": \"Stop saying this please;Shut up;Stop please\"\r\n },\r\n {\r\n \"name\": \"FinishTask\",\r\n \"description\": \"Finish a task the user started.\",\r\n \"examples\": \"I am done; I am finished; It is done\"\r\n }\r\n ],\r\n \"entities\": []\r\n },\r\n {\r\n \"name\": \"Weather\",\r\n \"culture\": \"en-us\",\r\n \"description\": \"The Weather domain provides intents and entities for getting weather reports and forecasts\",\r\n \"examples\": \"weather in London in september; What's the 10 day forecast?; What's the average temperature in India in september?\",\r\n \"intents\": [\r\n {\r\n \"name\": \"GetCondition\",\r\n \"description\": \"Get historic facts related to weather.\",\r\n \"examples\": \"weather in London in september; what's the average temperature in India in september\"\r\n },\r\n {\r\n \"name\": \"GetForecast\",\r\n \"description\": \"Get the current weather and forecast for the next few days.\",\r\n \"examples\": \"How is the weather today?; What's the 10 day forecast; How will the weather be this weekend\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"Location\",\r\n \"description\": \"The absolute location for a weather request.\",\r\n \"examples\": \"Seattle; Paris; Palo Alto\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Web\",\r\n \"culture\": \"en-us\",\r\n \"description\": \"The Web domain provides intents and entities for navigating to a website.\",\r\n \"examples\": \"Navigate to facebook.com; Go to www.twitter.com; Navigate to www.bing.com\",\r\n \"intents\": [\r\n {\r\n \"name\": \"Navigate\",\r\n \"description\": \"A request to navigate to a specified website.\",\r\n \"examples\": \"Navigate to facebook.com; Go to www.twitter.com\"\r\n }\r\n ],\r\n \"entities\": []\r\n },\r\n {\r\n \"name\": \"Shopping\",\r\n \"culture\": \"en-us\",\r\n \"description\": \"A model for finding specific items or categories of items. The user can find and shop from specific shops. The user can check what is in their shopping cart, or check the status of an order. The user can also purchase or reorder items.\",\r\n \"examples\": \"Show me silver necklaces; How much is the leather jacket; delete the red shoes from my shopping cart\",\r\n \"intents\": [\r\n {\r\n \"name\": \"AddToCart\",\r\n \"description\": \"User wants to add an item to their cart\",\r\n \"examples\": \"add the gold earrings to the shopping list; Add it to the shopping cart; Add this item then checkout\"\r\n },\r\n {\r\n \"name\": \"BuyItem\",\r\n \"description\": \"User wants to buy a specific item\",\r\n \"examples\": \"purchase home alone dvd; can you buy this item; I want to purchase this one\"\r\n },\r\n {\r\n \"name\": \"CheckCart\",\r\n \"description\": \"User want to check their cart for items\",\r\n \"examples\": \"Did I add milk to my shopping cart; have I already added shoes to my shopping cart; is pepsi in my shopping cart ?\"\r\n },\r\n {\r\n \"name\": \"CheckOrderStatus\",\r\n \"description\": \"User wants to check the status of their order\",\r\n \"examples\": \"when will my order be shipped; How long until my shipment gets here ?; when will I get my order\"\r\n },\r\n {\r\n \"name\": \"FindItem\",\r\n \"description\": \"User is searching for an item from categories\",\r\n \"examples\": \"Help me find a box of instant rice; take me to kitchen item section of this website; Please show me whether or not this site has oranges\"\r\n },\r\n {\r\n \"name\": \"GetDetails\",\r\n \"description\": \"User wants details of a specific item, other than the price of the item\",\r\n \"examples\": \"show my orders; Show me my shipping information; Thanksgiving turkey prices\"\r\n },\r\n {\r\n \"name\": \"GetPrice\",\r\n \"description\": \"User wants to know the price of an item\",\r\n \"examples\": \"How much are these candles ?; Give me all makeup prices; cortana price for eggs at walmart and the coupon discount added\"\r\n },\r\n {\r\n \"name\": \"GetRecommendation\",\r\n \"description\": \"User wants to get a recommendation\",\r\n \"examples\": \"show me gift ideas for mothers; \\\"My mother deserves a really nice gift for Christmas , help\\\"; Can you pick me out something for my stepson ?\"\r\n },\r\n {\r\n \"name\": \"GetReviews\",\r\n \"description\": \"User wants to know the reviews of an item\",\r\n \"examples\": \"show me reviews for apples; Show me some reviews for this Samsung printer; Show me reviews for this LG blender\"\r\n },\r\n {\r\n \"name\": \"GetWarrantyInfo\",\r\n \"description\": \"User wants to get information on a warranty\",\r\n \"examples\": \"Search warranty expiration date; show warranty information; Tell me when my phones $20 warranty will expire please.\"\r\n },\r\n {\r\n \"name\": \"RemoveFromCart\",\r\n \"description\": \"User wants to remove an item from the cart\",\r\n \"examples\": \"Remove Campbell 's chicken noodle soup from my cart; Remove the floor lamp from my cart; Please remove the Campbell 's chicken noodle soup from my cart\"\r\n },\r\n {\r\n \"name\": \"Reorder\",\r\n \"description\": \"User wants to reorder an item\",\r\n \"examples\": \"Reorder the Tupperware I bought on this site last week; Reorder the same deodorant as last time; I would like to reorder Budweiser\"\r\n },\r\n {\r\n \"name\": \"SubmitWarranty\",\r\n \"description\": \"User wants to submit a new warranty on an item\",\r\n \"examples\": \"All of my warranties choose warranty for fish washer submit; submit microwave warranty; For this item submit the warranty\"\r\n },\r\n {\r\n \"name\": \"AddCard\",\r\n \"description\": \"User want to add a credit card to their profile\",\r\n \"examples\": \"add Visa to my payment methods; add American express to payment; add visa to payment\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"BrandName\",\r\n \"description\": \"The company/brand of an item\",\r\n \"examples\": \"Yardley; pepsi; legos\"\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"description\": \"The user is looking for items in a category\",\r\n \"examples\": \"kitchen; makeup; gift\"\r\n },\r\n {\r\n \"name\": \"CreditCardName\",\r\n \"description\": \"The name of the user's credit card\",\r\n \"examples\": \"Visa; American express; visa\"\r\n },\r\n {\r\n \"name\": \"Item\",\r\n \"description\": \"The user is looking for an item (doesn't have to be from a specific category)\",\r\n \"examples\": \"earrings; shirts; corn\"\r\n },\r\n {\r\n \"name\": \"OrderReference\",\r\n \"description\": \"\\\"Order ref returns one item based on a time ordering, such as the release date for a category of goods.\\\"\",\r\n \"examples\": \"currently; current; last\"\r\n },\r\n {\r\n \"name\": \"Price\",\r\n \"description\": \"The price range for the item requested. Includes words like cheap and expensive\",\r\n \"examples\": \"$5; ten dollars; under $20\"\r\n },\r\n {\r\n \"name\": \"Quantity\",\r\n \"description\": \"Number of items. Quantity includes numerals\",\r\n \"examples\": \"multi pack; one can; one bar\"\r\n },\r\n {\r\n \"name\": \"Rating\",\r\n \"description\": \"\\\"This is the rating of an item (not the price range). The phrases good, best, and top also go here\\\"\",\r\n \"examples\": \"top; best; highest\"\r\n },\r\n {\r\n \"name\": \"Recipient\",\r\n \"description\": \"The user is looking for an item for a gender or a person\",\r\n \"examples\": \"mothers; mother; stepson\"\r\n },\r\n {\r\n \"name\": \"Size\",\r\n \"description\": \"Sizing information of an item. Includes words\",\r\n \"examples\": \"xl; large; Largest\"\r\n },\r\n {\r\n \"name\": \"WarrantyAttribute\",\r\n \"description\": \"The user wants to know about a certain attribute in a warranty\",\r\n \"examples\": \"expiration date; expire; expiration\"\r\n },\r\n {\r\n \"name\": \"WarrantyCost\",\r\n \"description\": \"The cost of a warrenty the user wants to know about.\",\r\n \"examples\": \"$20; $500; $100\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"日程\",\r\n \"culture\": \"zh-cn\",\r\n \"description\": \"日程主题提供与日程规划相关的意图和实体,包括添加、删除和编辑日程待办事项,查询信息等意图。\",\r\n \"examples\": \"在周日下午2点与莉莉约会;阿明什么时候有空参加会议;取消我上午九点的会议\",\r\n \"intents\": [\r\n {\r\n \"name\": \"添加日程\",\r\n \"description\": \"增加一个新的日程事项\",\r\n \"examples\": \"周日下午两点与莉莉约会;我想安排一个会议;我需要指定一个会议日程\"\r\n },\r\n {\r\n \"name\": \"核查\",\r\n \"description\": \"核查用户日程,寻找适宜的会议时间\",\r\n \"examples\": \"阿明什么时候有空参加会议;查看罗琳明天什么时候有空;李斯周六有空吗?\"\r\n },\r\n {\r\n \"name\": \"删除\",\r\n \"description\": \"请求删除日程事项\",\r\n \"examples\": \"取消我和罗琳的约会;删除我九点的会议日程\"\r\n },\r\n {\r\n \"name\": \"编辑\",\r\n \"description\": \"请求修改日程信息\",\r\n \"examples\": \"将上午九点的会议改为十点;我想更新我的日程;重新安排我和卢斯的会议\"\r\n },\r\n {\r\n \"name\": \"查询\",\r\n \"description\": \"查询会议信息或日程安排\",\r\n \"examples\": \"告诉我周末的日程安排;查询我牙齿复查的日程安排.\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"地点\",\r\n \"description\": \"日程事项的位置信息,包含城市、区域等地址信息\",\r\n \"examples\": \"纳什维尔健身房209;897煎饼屋;车库\"\r\n },\r\n {\r\n \"name\": \"主题\",\r\n \"description\": \"会议的主题信息\",\r\n \"examples\": \"牙齿复查日程;和朱莉吃午餐\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"通讯\",\r\n \"culture\": \"zh-cn\",\r\n \"description\": \"通讯主题提供与电话、电子邮件和发送信息相关的意图和实体\",\r\n \"examples\": \"转接到我的语音信箱;记录这个号码,将联系人保存为罗琳;请将我的电话转接到3333号码\",\r\n \"intents\": [\r\n {\r\n \"name\": \"添加联系人\",\r\n \"description\": \"将新联系人添加到用户的联系人列表中\",\r\n \"examples\": \"添加新联系人;保存此号码并将其命名为Carol\"\r\n },\r\n {\r\n \"name\": \"添加更多信息\",\r\n \"description\": \"添加更多的电子邮件或文本,作为逐步的电子邮件或文本构成的一部分\",\r\n \"examples\": \"添加更多文字;添加更多到电子邮件正文\"\r\n },\r\n {\r\n \"name\": \"回复\",\r\n \"description\": \"接听电话\",\r\n \"examples\": \"接电话;回复他\"\r\n },\r\n {\r\n \"name\": \"编辑联系人姓名\",\r\n \"description\": \"为联系人分配昵称\",\r\n \"examples\": \"将何伟设置为爸爸;添加昵称卡罗尔·汉娜;编辑吉姆的昵称\"\r\n },\r\n {\r\n \"name\": \"拨打语音信箱\",\r\n \"description\": \"连接到用户的语音信箱\",\r\n \"examples\": \"将我连接到我的语音信箱;致电语音信箱;语音信箱\"\r\n },\r\n {\r\n \"name\": \"检查状态\",\r\n \"description\": \"在Skype中检查联系人的状态\",\r\n \"examples\": \"吉姆的在线状态是否脱离了?;卡罗尔可以聊天吗?\"\r\n },\r\n {\r\n \"name\": \"确认\",\r\n \"description\": \"确认指令\",\r\n \"examples\": \"是;好的;好吧;我确认我要发送这封电子邮件。\"\r\n },\r\n {\r\n \"name\": \"寻找联系人\",\r\n \"description\": \"按名称查找联系人信息\",\r\n \"examples\": \"查找卡罗尔的号码;告诉我卡罗的号码\"\r\n },\r\n {\r\n \"name\": \"关闭呼叫转移\",\r\n \"description\": \"关闭呼叫转移\",\r\n \"examples\": \"停止转发我的电话;关闭呼叫转移\"\r\n },\r\n {\r\n \"name\": \"开启呼叫转移\",\r\n \"description\": \"打开呼叫转移\",\r\n \"examples\": \"转发我的电话3333;切换呼叫转移到3333\"\r\n },\r\n {\r\n \"name\": \"呼叫转接状态\",\r\n \"description\": \"呼叫转移的状态\",\r\n \"examples\": \"是我的呼叫转移了吗?;告诉我通话状态是开或关 \"\r\n },\r\n {\r\n \"name\": \"回退\",\r\n \"description\": \"返回前一步\",\r\n \"examples\": \"回到必应搜索;回头一步;回去\"\r\n },\r\n {\r\n \"name\": \"忽略\",\r\n \"description\": \"忽略来电\",\r\n \"examples\": \"不要接听;忽略呼叫\"\r\n },\r\n {\r\n \"name\": \"忽略并回复\",\r\n \"description\": \"忽略来电和文本代替回答\",\r\n \"examples\": \"不要回答电话而是发送消息;忽略发送回来 \"\r\n },\r\n {\r\n \"name\": \"打电话\",\r\n \"description\": \"打电话\",\r\n \"examples\": \"打电话给吉姆;请拨311。 \"\r\n },\r\n {\r\n \"name\": \"按键\",\r\n \"description\": \"按键盘上的按钮或数\",\r\n \"examples\": \"拨星号;按1 2 3 \"\r\n },\r\n {\r\n \"name\": \"朗读\",\r\n \"description\": \"阅读邮件或电子邮件给用户\",\r\n \"examples\": \"阅读文本;她说什么的消息\"\r\n },\r\n {\r\n \"name\": \"重拨\",\r\n \"description\": \"重拨或拨打一个号码\",\r\n \"examples\": \"重拨;重拨我的最后一次通话\"\r\n },\r\n {\r\n \"name\": \"发送电子邮件\",\r\n \"description\": \"发送电子邮件。本文适用于邮件而不是短信\",\r\n \"examples\": \"电子邮件给麦克麦克晚餐上周精彩;发送一封电子邮件给鲍勃\"\r\n },\r\n {\r\n \"name\": \"发送信息\",\r\n \"description\": \"发送短信或即时消息\",\r\n \"examples\": \"发送文本给克里斯和凯罗尔\"\r\n },\r\n {\r\n \"name\": \"设置快速拨号\",\r\n \"description\": \"联系人的电话号码设置快速拨号快捷方式\",\r\n \"examples\": \"设置快速拨号给卡罗尔;妈妈设置快速拨号\"\r\n },\r\n {\r\n \"name\": \"显示下一项\",\r\n \"description\": \"看下一个项目,例如,在一个列表中的短信或邮件\",\r\n \"examples\": \"显示下一个;进入下一页\"\r\n },\r\n {\r\n \"name\": \"显示上一项\",\r\n \"description\": \"看到以前的项目,例如,在一个列表中的短信或邮件\",\r\n \"examples\": \"显示前一个;以前的;去之前\"\r\n },\r\n {\r\n \"name\": \"关闭扬声器\",\r\n \"description\": \"关掉扬声器电话\",\r\n \"examples\": \"关闭免提;关掉扬声器\"\r\n },\r\n {\r\n \"name\": \"开启扬声器\",\r\n \"description\": \"打开扬声器电话\",\r\n \"examples\": \"免提模式;放扬声器\"\r\n },\r\n {\r\n \"name\": \"查询快速拨号\",\r\n \"description\": \"查询快速拨号\",\r\n \"examples\": \"我的电话号码是多少?;我有速拨盘吗?;941 - 5555 - 333的拨号数是多少?\"\r\n },\r\n {\r\n \"name\": \"拒接\",\r\n \"description\": \"拒绝一个来电\",\r\n \"examples\": \"拒绝呼叫;不能回答现在;不是此刻和以后会回电话\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"联系人姓名\",\r\n \"description\": \"一个联系人或邮件收件人。\",\r\n \"examples\": \"卡罗尔;吉姆;克里斯\"\r\n },\r\n {\r\n \"name\": \"邮件主题\",\r\n \"description\": \"文本作为一个电子邮件的主题行\",\r\n \"examples\": \"回复: 有趣的故事\"\r\n },\r\n {\r\n \"name\": \"信息内容\",\r\n \"description\": \"消息发送电子邮件或文本\",\r\n \"examples\": \"今天很高兴见到你。很快再见到你!\"\r\n },\r\n {\r\n \"name\": \"类别\",\r\n \"description\": \"消息或邮件类别\",\r\n \"examples\": \"重要;高优先级\"\r\n },\r\n {\r\n \"name\": \"信息种类\",\r\n \"description\": \"信息搜索的类型\",\r\n \"examples\": \"文本;电子邮件\"\r\n },\r\n {\r\n \"name\": \"参照位置\",\r\n \"description\": \"序号或相关列表中的位置,确定一个项目检索。例如,在我发的最后一条消息是什么最后或最近的?\",\r\n \"examples\": \"上一个;最近的\"\r\n },\r\n {\r\n \"name\": \"音频设备种类\",\r\n \"description\": \"音频设备(扬声器,耳机,麦克风等\",\r\n \"examples\": \"耳机;免提;蓝牙\"\r\n },\r\n {\r\n \"name\": \"联系人属性\",\r\n \"description\": \"用户查询的联系的属性\",\r\n \"examples\": \"生日;地址;电话号码\"\r\n },\r\n {\r\n \"name\": \"线路\",\r\n \"description\": \"用户想使用打电话或发短信/电子邮件从线路\",\r\n \"examples\": \"工作线;英国线;Skype \"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"智能家居\",\r\n \"culture\": \"zh-cn\",\r\n \"description\": \"智能家居主题提供控制灯光、家电等智能家居装置相关的意图和实体\",\r\n \"examples\": \"关闭灯光;把咖啡机打开;关闭车库门\",\r\n \"intents\": [\r\n {\r\n \"name\": \"关闭\",\r\n \"description\": \"关闭、关闭或解锁设备\",\r\n \"examples\": \"关灯;停止咖啡壶;关闭车库门\"\r\n },\r\n {\r\n \"name\": \"打开\",\r\n \"description\": \"打开设备或将设备设置为特定的设置或模式\",\r\n \"examples\": \"打开我的咖啡壶;你能打开我的咖啡壶吗?将恒温器设置为72度\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"装置\",\r\n \"description\": \"可以打开或关闭的一种设备\",\r\n \"examples\": \"咖啡壶;恒温器;灯\"\r\n },\r\n {\r\n \"name\": \"地点\",\r\n \"description\": \"设备所在的位置或房间\",\r\n \"examples\": \"客厅;卧室;厨房\"\r\n },\r\n {\r\n \"name\": \"操作\",\r\n \"description\": \"设备的当前状态\",\r\n \"examples\": \"锁;开放;关\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"音乐\",\r\n \"culture\": \"zh-cn\",\r\n \"description\": \"音乐主题提供与音乐播放相关的主题和实体\",\r\n \"examples\": \"播放周杰伦的歌;增加音量;下一首音乐\",\r\n \"intents\": [\r\n {\r\n \"name\": \"减少音量\",\r\n \"description\": \"减少音量\",\r\n \"examples\": \"减少轨道音量;音量 \"\r\n },\r\n {\r\n \"name\": \"增加音量\",\r\n \"description\": \"增加音量\",\r\n \"examples\": \"增加轨道音量;音量 \"\r\n },\r\n {\r\n \"name\": \"播放音乐\",\r\n \"description\": \"在设备上播放音乐\",\r\n \"examples\": \"播放凯文杜兰特;播放游玩曲;播放阿黛勒的hello \"\r\n },\r\n {\r\n \"name\": \"下一首\",\r\n \"description\": \"跳过一个磁道\",\r\n \"examples\": \"跳到下一首歌曲;播放下一首歌曲\"\r\n },\r\n {\r\n \"name\": \"上一首\",\r\n \"description\": \"跳过轨道 \",\r\n \"examples\": \"播放上一首歌曲;回到以前的轨道\"\r\n },\r\n {\r\n \"name\": \"停止\",\r\n \"description\": \"停止有关音乐的播放动作\",\r\n \"examples\": \"停止播放这张专辑\"\r\n },\r\n {\r\n \"name\": \"解除静音\",\r\n \"description\": \"解除音乐播放静音状态\",\r\n \"examples\": \"解除静音\"\r\n },\r\n {\r\n \"name\": \"静音\",\r\n \"description\": \"音乐静音\",\r\n \"examples\": \"静音音乐;暂时让设备静音;乐曲静音\"\r\n },\r\n {\r\n \"name\": \"暂停\",\r\n \"description\": \"暂停音乐播放\",\r\n \"examples\": \"暂停;暂停音乐播放;暂停音乐轨道\"\r\n },\r\n {\r\n \"name\": \"继续\",\r\n \"description\": \"继续播放音乐\",\r\n \"examples\": \"继续音乐;再一次播放音乐;去除暂停\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"艺术家名\",\r\n \"description\": \"演员、导演、作家、音乐家等艺术家的名称\",\r\n \"examples\": \"爱丽丝;泰勒斯威夫特;阿黛尔;莫扎特\"\r\n },\r\n {\r\n \"name\": \"风格\",\r\n \"description\": \"音乐风格类型\",\r\n \"examples\": \"乡村音乐;百老汇经典;播放巴洛克古典音乐\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"笔记\",\r\n \"culture\": \"zh-cn\",\r\n \"description\": \"笔记主题提供记录、查询和修改笔记相关的意图和实体\",\r\n \"examples\": \"在我的杂货笔记中加入生菜、番茄、面包和咖啡;从我的杂货单清除香蕉;从我的假期清单中删除所有项目\",\r\n \"intents\": [\r\n {\r\n \"name\": \"加入记录\",\r\n \"description\": \"在笔记中加入信息\",\r\n \"examples\": \"在我的杂货笔记中加入生菜、番茄、面包和咖啡;加入到我的待办事项;在我的愿望单中加入蛋糕\"\r\n },\r\n {\r\n \"name\": \"创建\",\r\n \"description\": \"创建新的笔记\",\r\n \"examples\": \"创建一个新的列表;记录提醒我杰克会在五月第一周来到城镇\"\r\n },\r\n {\r\n \"name\": \"删除\",\r\n \"description\": \"删除笔记\",\r\n \"examples\": \"删除假日笔记;删除我的杂货笔记\"\r\n },\r\n {\r\n \"name\": \"删除项目\",\r\n \"description\": \"删除笔记中的项目\",\r\n \"examples\": \"删除杂货笔记中的奶酪项;Remove pens from my school shopping list\"\r\n },\r\n {\r\n \"name\": \"朗读\",\r\n \"description\": \"朗读列表\",\r\n \"examples\": \"朗读第一个;朗读细节\"\r\n },\r\n {\r\n \"name\": \"显示下一项\",\r\n \"description\": \"显示笔记列表的下一项\",\r\n \"examples\": \"显示下一个;下一页;之后的一项\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"笔记文本\",\r\n \"description\": \"笔记文本内容\",\r\n \"examples\": \"运动之前进行拉伸;明天长跑\"\r\n },\r\n {\r\n \"name\": \"题目\",\r\n \"description\": \"笔记题目\",\r\n \"examples\": \"杂物;联系人列表;待办事项\"\r\n },\r\n {\r\n \"name\": \"笔记数据源\",\r\n \"description\": \"笔记所在位置\",\r\n \"examples\": \"微软笔记;谷歌文档;我的电脑\"\r\n },\r\n {\r\n \"name\": \"数据类型\",\r\n \"description\": \"文档类型\",\r\n \"examples\": \"演示文稿;电子表格;工作表\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"设备控制\",\r\n \"culture\": \"zh-cn\",\r\n \"description\": \"设备控制主题包含控制设备的意图和实体\",\r\n \"examples\": \"关闭视频播放器;取消播放;能让显示器屏幕亮一些吗?\",\r\n \"intents\": [\r\n {\r\n \"name\": \"在听吗\",\r\n \"description\": \"询问装置是否在线\",\r\n \"examples\": \"在线吗?;你在听吗?\"\r\n },\r\n {\r\n \"name\": \"关闭应用\",\r\n \"description\": \"关闭应用\",\r\n \"examples\": \"关闭视频播放器\"\r\n },\r\n {\r\n \"name\": \"回退\",\r\n \"description\": \"回退一个步骤或到之前状态\",\r\n \"examples\": \"回到上一个步骤\"\r\n },\r\n {\r\n \"name\": \"帮助\",\r\n \"description\": \"请求帮助\",\r\n \"examples\": \"请求帮助;你可以帮我做什么?;我需要帮助\"\r\n },\r\n {\r\n \"name\": \"定位设备\",\r\n \"description\": \"定位设备\",\r\n \"examples\": \"帮我定位我的手机;寻找托尼的iphone;寻找我的电话\"\r\n },\r\n {\r\n \"name\": \"登录\",\r\n \"description\": \"登录装置服务\",\r\n \"examples\": \"请登录;登陆脸谱网;登陆微软\"\r\n },\r\n {\r\n \"name\": \"登出\",\r\n \"description\": \"等处装置服务\",\r\n \"examples\": \"从手机中登出;登出\"\r\n },\r\n {\r\n \"name\": \"打开应用\",\r\n \"description\": \"从设备中打开应用\",\r\n \"examples\": \"请打开闹钟;打开照相机;运行日历应用\"\r\n },\r\n {\r\n \"name\": \"打开设置\",\r\n \"description\": \"打开设备设置\",\r\n \"examples\": \"打开网络设置\"\r\n },\r\n {\r\n \"name\": \"关机\",\r\n \"description\": \"关闭设备\",\r\n \"examples\": \"请帮我关闭电脑;关机;关闭手机\"\r\n },\r\n {\r\n \"name\": \"查询电量\",\r\n \"description\": \"获得电池信息\",\r\n \"examples\": \"告诉我现在电量\"\r\n },\r\n {\r\n \"name\": \"重启\",\r\n \"description\": \"重新启动设备\",\r\n \"examples\": \"请重启电脑\"\r\n },\r\n {\r\n \"name\": \"设备响铃\",\r\n \"description\": \"让设备响铃\",\r\n \"examples\": \"让我的电话响铃\"\r\n },\r\n {\r\n \"name\": \"显示上下文菜单\",\r\n \"description\": \"显示上下文菜单\",\r\n \"examples\": \"请显示上下文菜单;请为我显示上下文菜单\"\r\n },\r\n {\r\n \"name\": \"休眠\",\r\n \"description\": \"设备休眠\",\r\n \"examples\": \"休眠;电脑休眠\"\r\n },\r\n {\r\n \"name\": \"切换应用\",\r\n \"description\": \"切换设备应用\",\r\n \"examples\": \"切换到音乐播放器\"\r\n },\r\n {\r\n \"name\": \"降低亮度\",\r\n \"description\": \"降低设备亮度\",\r\n \"examples\": \"屏幕变暗\"\r\n },\r\n {\r\n \"name\": \"关闭设备\",\r\n \"description\": \"关闭设备\",\r\n \"examples\": \"关闭蓝牙;断开显示器\"\r\n },\r\n {\r\n \"name\": \"开启设备\",\r\n \"description\": \"使设置中的项目开启\",\r\n \"examples\": \"打开蓝牙;打开WIFI网络\"\r\n },\r\n {\r\n \"name\": \"增加亮度\",\r\n \"description\": \"增加设备亮度\",\r\n \"examples\": \"可以让显示器变亮点吗?\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"应用名\",\r\n \"description\": \"应用的名称\",\r\n \"examples\": \"微信;支付宝\"\r\n },\r\n {\r\n \"name\": \"设备种类\",\r\n \"description\": \"设备种类\",\r\n \"examples\": \"电话;平板电脑;个人电脑\"\r\n },\r\n {\r\n \"name\": \"设置类别\",\r\n \"description\": \"设置类别\",\r\n \"examples\": \"无线网络;颜色种类;通知中心\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"地点\",\r\n \"culture\": \"zh-cn\",\r\n \"description\": \"地点主题提供处理与企业机构、餐馆等公共场所地址相关的查询的意图\",\r\n \"examples\": \"收藏这个位置;假日酒店还有多远?;百货大厦什么时候关门?\",\r\n \"intents\": [\r\n {\r\n \"name\": \"添加到收藏\",\r\n \"description\": \"加入到用户的收藏夹中\",\r\n \"examples\": \"将这个地点加入的我的收藏夹中\"\r\n },\r\n {\r\n \"name\": \"检查事故\",\r\n \"description\": \"询问地点是否有事故\",\r\n \"examples\": \"880路上有事故吗?\"\r\n },\r\n {\r\n \"name\": \"查询区域交通\",\r\n \"description\": \"检查地点交通状况\",\r\n \"examples\": \"西雅图交通状况\"\r\n },\r\n {\r\n \"name\": \"记录地点\",\r\n \"description\": \"记录地点\",\r\n \"examples\": \"记录当前我的位置\"\r\n },\r\n {\r\n \"name\": \"确认\",\r\n \"description\": \"确认地点相关的动作\",\r\n \"examples\": \"确认我预定的餐厅\"\r\n },\r\n {\r\n \"name\": \"查询地点\",\r\n \"description\": \"查询某一地点\",\r\n \"examples\": \"附近最近的餐厅是哪一家\"\r\n },\r\n {\r\n \"name\": \"查询地址\",\r\n \"description\": \"查询地点地址\",\r\n \"examples\": \"告诉我最近的星巴克地址\"\r\n },\r\n {\r\n \"name\": \"查询距离\",\r\n \"description\": \"查询到某一地点的距离\",\r\n \"examples\": \"请问到北大图书馆有多远?\"\r\n },\r\n {\r\n \"name\": \"查询运营时间\",\r\n \"description\": \"查询地点的运营时间\",\r\n \"examples\": \"请问地铁的营运时间是多少?\"\r\n },\r\n {\r\n \"name\": \"查询菜单\",\r\n \"description\": \"查询餐厅的菜单\",\r\n \"examples\": \"请告诉我全聚德的菜单\"\r\n },\r\n {\r\n \"name\": \"查询电话号码\",\r\n \"description\": \"查询地点的电话号码\",\r\n \"examples\": \"最近的星巴克电话号码是多少?\"\r\n },\r\n {\r\n \"name\": \"查询评论\",\r\n \"description\": \"查询地点的评论\",\r\n \"examples\": \"查询这家餐厅的评论\"\r\n },\r\n {\r\n \"name\": \"导航\",\r\n \"description\": \"查询地点的方向\",\r\n \"examples\": \"如何步行到天安门广场?\"\r\n },\r\n {\r\n \"name\": \"查询评级\",\r\n \"description\": \"查询地点评价分数\",\r\n \"examples\": \"请问这家餐厅的评分是多少?\"\r\n },\r\n {\r\n \"name\": \"查询公交\",\r\n \"description\": \"查询公交时刻\",\r\n \"examples\": \"请问下次公交什么时候到达?\"\r\n },\r\n {\r\n \"name\": \"查询出行时间\",\r\n \"description\": \"询问到指定地点的出行时间\",\r\n \"examples\": \"请问还有多久到达中关村?\"\r\n },\r\n {\r\n \"name\": \"打电话\",\r\n \"description\": \"打电话\",\r\n \"examples\": \"请给安娜打一个电话\"\r\n },\r\n {\r\n \"name\": \"预定位置\",\r\n \"description\": \"预定位置\",\r\n \"examples\": \"预定这家餐厅明晚的桌位\"\r\n },\r\n {\r\n \"name\": \"查询评分\",\r\n \"description\": \"查询某一地点的评分\",\r\n \"examples\": \"请问这家餐厅的推荐评分是多少?\"\r\n },\r\n {\r\n \"name\": \"朗读\",\r\n \"description\": \"朗读地点列表\",\r\n \"examples\": \"请为我朗读餐厅信息\"\r\n },\r\n {\r\n \"name\": \"选择项目\",\r\n \"description\": \"选择地点相关选项\",\r\n \"examples\": \"选择第一项\"\r\n },\r\n {\r\n \"name\": \"显示地图\",\r\n \"description\": \"显示区域地图\",\r\n \"examples\": \"显示北京地图\"\r\n },\r\n {\r\n \"name\": \"显示下一项\",\r\n \"description\": \"显示下一个选项\",\r\n \"examples\": \"显示下一页\"\r\n },\r\n {\r\n \"name\": \"重新开始\",\r\n \"description\": \"重新启动应用\",\r\n \"examples\": \"重启\"\r\n },\r\n {\r\n \"name\": \"预定餐厅查询\",\r\n \"description\": \"询问餐厅预定情况\",\r\n \"examples\": \"这家餐厅是否能够预定?\"\r\n },\r\n {\r\n \"name\": \"查询导航路线\",\r\n \"description\": \"查询导航路线\",\r\n \"examples\": \"告诉我怎么样去北京;如何去西雅图?\"\r\n },\r\n {\r\n \"name\": \"获得价格范围\",\r\n \"description\": \"获得价格范围\",\r\n \"examples\": \"必胜客很便宜吗?;今天全聚德有折扣吗?\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"具体地址\",\r\n \"description\": \"地址信息\",\r\n \"examples\": \"丹棱街5号\"\r\n },\r\n {\r\n \"name\": \"目的地地址\",\r\n \"description\": \"目的地地址\",\r\n \"examples\": \"善缘街\"\r\n },\r\n {\r\n \"name\": \"目的地名称\",\r\n \"description\": \"目的地名称\",\r\n \"examples\": \"中关村地铁站\"\r\n },\r\n {\r\n \"name\": \"目的地类别\",\r\n \"description\": \"目的地类别 \",\r\n \"examples\": \"咖啡厅;电影院\"\r\n },\r\n {\r\n \"name\": \"餐点类别\",\r\n \"description\": \"餐点类别,如早餐、晚餐\",\r\n \"examples\": \"早餐;晚餐\"\r\n },\r\n {\r\n \"name\": \"营业状态\",\r\n \"description\": \"地点的运营状态\",\r\n \"examples\": \"开门;关闭\"\r\n },\r\n {\r\n \"name\": \"地点名称\",\r\n \"description\": \"地点名称\",\r\n \"examples\": \"必胜客;\"\r\n },\r\n {\r\n \"name\": \"地点类别\",\r\n \"description\": \"地点类别\",\r\n \"examples\": \"咖啡厅;电影院\"\r\n },\r\n {\r\n \"name\": \"交通类别\",\r\n \"description\": \"交通类别\",\r\n \"examples\": \"公交;火车\"\r\n },\r\n {\r\n \"name\": \"地点设施\",\r\n \"description\": \"地点的设施\",\r\n \"examples\": \"儿童座椅;停车位\"\r\n },\r\n {\r\n \"name\": \"地点环境\",\r\n \"description\": \"地点的环境.\",\r\n \"examples\": \"运动型场地;\"\r\n },\r\n {\r\n \"name\": \"地点美食\",\r\n \"description\": \"地点的美食\",\r\n \"examples\": \"意大利菜;火锅\"\r\n },\r\n {\r\n \"name\": \"地点距离\",\r\n \"description\": \"地点的距离\",\r\n \"examples\": \"15公里;200米\"\r\n },\r\n {\r\n \"name\": \"推荐线路\",\r\n \"description\": \"推荐线路\",\r\n \"examples\": \"三环\"\r\n },\r\n {\r\n \"name\": \"地点产品\",\r\n \"description\": \"地点提供的产品信息\",\r\n \"examples\": \"新鲜鱼类\"\r\n },\r\n {\r\n \"name\": \"公共交通路线\",\r\n \"description\": \"公共交通线路\",\r\n \"examples\": \"公交300\"\r\n },\r\n {\r\n \"name\": \"地点评级\",\r\n \"description\": \"地点评级\",\r\n \"examples\": \"3颗星\"\r\n },\r\n {\r\n \"name\": \"服务提供\",\r\n \"description\": \"地点所提供的服务\",\r\n \"examples\": \"理发;美容\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"提醒\",\r\n \"culture\": \"zh-cn\",\r\n \"description\": \"提醒主题提供创建、修改和查询提醒的意图和实体\",\r\n \"examples\": \"把面试时间改成明早九点;提醒我回家时购买牛奶;检查下我是否有关于李斯生日的提醒\",\r\n \"intents\": [\r\n {\r\n \"name\": \"更改提醒\",\r\n \"description\": \"更改提醒\",\r\n \"examples\": \"更改我的面试到明早九点;移动这个提示到已完成\"\r\n },\r\n {\r\n \"name\": \"创建提醒\",\r\n \"description\": \"创建提醒\",\r\n \"examples\": \"创建一个提醒;提醒我购买牛奶;提醒我回家的时候给艾莉打电话\"\r\n },\r\n {\r\n \"name\": \"删除提醒\",\r\n \"description\": \"删除提醒\",\r\n \"examples\": \"删除我的图片提醒;删除这个提醒\"\r\n },\r\n {\r\n \"name\": \"查询提醒\",\r\n \"description\": \"查询提醒\",\r\n \"examples\": \"我有关于周年庆的提醒吗?;能够帮我查询关于克里斯生日的提醒吗?\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"提醒文本\",\r\n \"description\": \"提醒描述文本\",\r\n \"examples\": \"将干洗店的衣服拿回来\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"餐厅\",\r\n \"culture\": \"zh-cn\",\r\n \"description\": \"餐厅主题提供管理餐厅预定的意图和实体\",\r\n \"examples\": \"今晚保留卓卡餐厅的两人位置;预定一个明天北京餐厅的位置;预定保罗餐厅晚上七点的三人桌位\",\r\n \"intents\": [\r\n {\r\n \"name\": \"预定位置\",\r\n \"description\": \"预定位置\",\r\n \"examples\": \"预定这个餐厅明晚的位置;预定明天11点20人的餐位\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"具体地址\",\r\n \"description\": \"餐厅地址\",\r\n \"examples\": \"丹棱街五号;北京西\"\r\n },\r\n {\r\n \"name\": \"地点设施\",\r\n \"description\": \"餐厅场所的设施\",\r\n \"examples\": \"海景;无烟区\"\r\n },\r\n {\r\n \"name\": \"地点环境\",\r\n \"description\": \"餐厅环境信息\",\r\n \"examples\": \"浪漫的;适合团队聚餐\"\r\n },\r\n {\r\n \"name\": \"地点美食\",\r\n \"description\": \"餐厅美食种类\",\r\n \"examples\": \"川菜;西餐;意大利餐\"\r\n },\r\n {\r\n \"name\": \"餐点类别\",\r\n \"description\": \"餐品类别如早餐\",\r\n \"examples\": \"早餐;晚餐;\"\r\n },\r\n {\r\n \"name\": \"地点名称\",\r\n \"description\": \"地点名称\",\r\n \"examples\": \"必胜客;东来顺\"\r\n },\r\n {\r\n \"name\": \"地点类别\",\r\n \"description\": \"地点类别\",\r\n \"examples\": \"餐厅;饭店;歌剧院\"\r\n },\r\n {\r\n \"name\": \"地点评级\",\r\n \"description\": \"餐厅的评级\",\r\n \"examples\": \"5颗星\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"出租车\",\r\n \"culture\": \"zh-cn\",\r\n \"description\": \"出租车主题提供创建和管理预定出租车服务的意图和实体\",\r\n \"examples\": \"帮我预定下午三点的出租车;我还要等待出租车多久?;取消优步预定\",\r\n \"intents\": [\r\n {\r\n \"name\": \"预定\",\r\n \"description\": \"预定出租车\",\r\n \"examples\": \"寻找一辆出租车;\"\r\n },\r\n {\r\n \"name\": \"取消\",\r\n \"description\": \"取消预订的出租车\",\r\n \"examples\": \"取消我的出租车\"\r\n },\r\n {\r\n \"name\": \"查询\",\r\n \"description\": \"查询出租车路线\",\r\n \"examples\": \"出租车距离我还有多远;我的出租车在哪?\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"具体地址\",\r\n \"description\": \"目标地址\",\r\n \"examples\": \"丹棱街5号\"\r\n },\r\n {\r\n \"name\": \"目的地名称\",\r\n \"description\": \"目的地名称\",\r\n \"examples\": \"微软大厦;家乐福超市\"\r\n },\r\n {\r\n \"name\": \"地点名称\",\r\n \"description\": \"地点名称\",\r\n \"examples\": \"中央公园\"\r\n },\r\n {\r\n \"name\": \"地点类别\",\r\n \"description\": \"地点类别\",\r\n \"examples\": \"餐厅;剧院\"\r\n },\r\n {\r\n \"name\": \"交通公司\",\r\n \"description\": \"交通公司\",\r\n \"examples\": \"北京地铁\"\r\n },\r\n {\r\n \"name\": \"交通类别\",\r\n \"description\": \"交通类别\",\r\n \"examples\": \"公交;火车\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"翻译\",\r\n \"culture\": \"zh-cn\",\r\n \"description\": \"翻译主题提供翻译语言相关的意图和实体\",\r\n \"examples\": \"翻译成法语;把你好翻译成德语;翻译这句话为英语\",\r\n \"intents\": [\r\n {\r\n \"name\": \"翻译\",\r\n \"description\": \"翻译到另一种语言\",\r\n \"examples\": \"翻译成法语;翻译成德语\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"目标语言\",\r\n \"description\": \"目标语言\",\r\n \"examples\": \"法语;德语;韩语\"\r\n },\r\n {\r\n \"name\": \"文本\",\r\n \"description\": \"翻译文本\",\r\n \"examples\": \"你好;早上好\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"天气\",\r\n \"culture\": \"zh-cn\",\r\n \"description\": \"天气主题提供获取天气报告和预测信息\",\r\n \"examples\": \"九月份伦敦的天气怎么样?;告诉我这十天的天气预测信息;印度九月份的平均温度是多少?\",\r\n \"intents\": [\r\n {\r\n \"name\": \"查询天气\",\r\n \"description\": \"查询历史天气\",\r\n \"examples\": \"九月份北京天气如何?\"\r\n },\r\n {\r\n \"name\": \"天气预测\",\r\n \"description\": \"获得未来天气预测\",\r\n \"examples\": \"周末的天气怎么样?;今天的天气如何?\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"地点\",\r\n \"description\": \"天气涉及的地点信息\",\r\n \"examples\": \"北京;上海\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"网页导航\",\r\n \"culture\": \"zh-cn\",\r\n \"description\": \"网页导航主题提供与网页导航相关的意图和实体\",\r\n \"examples\": \"导航到必应搜索;查看新浪微博;导航到www.bing.com\",\r\n \"intents\": [\r\n {\r\n \"name\": \"网页导航\",\r\n \"description\": \"导航到目标网站页面\",\r\n \"examples\": \"导航到必应搜索;导航到微博\"\r\n }\r\n ],\r\n \"entities\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"name\": \"Calendar\",\r\n \"culture\": \"en-us\",\r\n \"tokenizerVersion\": \"1.0.0\",\r\n \"description\": \"The Calendar domain provides intent and entities for adding, deleting, or editing an appointment, checking participants availability, and finding information about a calendar event.\",\r\n \"examples\": \"-\",\r\n \"intents\": [\r\n {\r\n \"name\": \"AcceptEventEntry\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Cancel\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"ChangeCalendarEntry\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"CheckAvailability\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Confirm\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"ConnectToMeeting\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"ContactMeetingAttendees\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"CreateCalendarEntry\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"DeleteCalendarEntry\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"FindCalendarDetail\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"FindCalendarEntry\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"FindCalendarWhen\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"FindCalendarWhere\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"FindCalendarWho\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"FindDuration\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"FindMeetingRoom\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"GoBack\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Reject\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"ShowNext\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"ShowPrevious\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"TimeRemaining\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"DestinationCalendar\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Duration\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"EndDate\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"EndTime\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"MeetingRoom\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"MoveEarlierTimeSpan\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"MoveLaterTimeSpan\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"OrderReference\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"OriginalEndDate\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"OriginalEndTime\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"OriginalStartDate\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"OriginalStartTime\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"PositionReference\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"SlotAttribute\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"StartDate\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"StartTime\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Subject\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"RelationshipName\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"personName\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Communication\",\r\n \"culture\": \"en-us\",\r\n \"tokenizerVersion\": \"1.0.0\",\r\n \"description\": \"Sending messages and making phone calls.\",\r\n \"examples\": \"-\",\r\n \"intents\": [\r\n {\r\n \"name\": \"AddContact\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"AddFlag\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"AddMore\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Answer\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"AssignContactNickname\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"CallBack\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"CallVoiceMail\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Cancel\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"CheckIMStatus\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"CheckMessages\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Confirm\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Dial\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"EndCall\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"FindContact\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"FindSpeedDial\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"FinishTask\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Forward\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"GetForwardingsStatus\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"GetNotifications\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"GoBack\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Ignore\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"IgnoreWithMessage\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"PressKey\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"QueryLastText\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"ReadAloud\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Redial\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Reject\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Reply\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"SearchMessages\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"SendEmail\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"SendMessage\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"SetSpeedDial\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"ShowNext\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"ShowPrevious\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"TurnForwardingOff\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"TurnForwardingOn\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"TurnSpeakerOff\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"TurnSpeakerOn\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"Attachment\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"AudioDeviceType\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"ContactAttribute\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"ContactName\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"DestinationPhone\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"EmailPlatform\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"EmailSubject\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"FromRelationshipName\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Key\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Line\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"MessageType\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"OrderReference\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"PositionReference\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"RelationshipName\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"SearchTexts\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"SenderName\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"SpeedDial\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"datetimeV2\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"email\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"phonenumber\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Email\",\r\n \"culture\": \"en-us\",\r\n \"tokenizerVersion\": \"1.0.0\",\r\n \"description\": \"Manage email tasks such as reading, replying and flagging emails.\",\r\n \"examples\": \"-\",\r\n \"intents\": [\r\n {\r\n \"name\": \"AddFlag\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"AddMore\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Cancel\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"CheckMessages\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Confirm\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Delete\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Forward\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"QueryLastText\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"ReadAloud\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Reply\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"SearchMessages\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"SendEmail\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"ShowNext\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"ShowPrevious\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"Attachment\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"ContactName\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Date\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"EmailSubject\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"FromRelationshipName\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Line\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"OrderReference\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"PositionReference\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"RelationshipName\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"SearchTexts\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"SenderName\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Time\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"email\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"ordinal\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"EmailSubject.Any\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Message.Any\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"SearchTexts.Any\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"HomeAutomation\",\r\n \"culture\": \"en-us\",\r\n \"tokenizerVersion\": \"1.0.0\",\r\n \"description\": \"Controlling smart home devices like lights and appliances.\",\r\n \"examples\": \"-\",\r\n \"intents\": [\r\n {\r\n \"name\": \"QueryState\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"SetDevice\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"TurnDown\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"TurnOff\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"TurnOn\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"TurnUp\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"Duration\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"NumericalChange\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Setting\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Time\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Unit\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"DeviceName\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"DeviceType\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Quantifier\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"SettingType\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"ordinal\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Note\",\r\n \"culture\": \"en-us\",\r\n \"tokenizerVersion\": \"1.0.0\",\r\n \"description\": \"Manage note taking tasks such as creating, editing, and finding notes.\",\r\n \"examples\": \"-\",\r\n \"intents\": [\r\n {\r\n \"name\": \"AddToNote\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"ChangeTitle\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Clear\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Close\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Create\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Delete\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Open\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"ReadAloud\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"RemoveSentence\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"OrderReference\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Quantifier\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Text\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"datetimeV2\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"ordinal\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Text.any\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Title.any\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Places\",\r\n \"culture\": \"en-us\",\r\n \"tokenizerVersion\": \"1.0.0\",\r\n \"description\": \"Handling queries related to places like businesses, institutions, restaurants, public spaces, and addresses.\",\r\n \"examples\": \"-\",\r\n \"intents\": [\r\n {\r\n \"name\": \"AddFavoritePlace\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"FindPlace\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"GetAddress\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"GetDistance\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"GetHours\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"GetMenu\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"GetPhoneNumber\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"GetPriceRange\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"GetReviews\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"GetStarRating\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"MakeCall\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"RatePlace\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"AbsoluteLocation\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Amenities\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Cuisine\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"PlaceName\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"PlaceType\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"PriceRange\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Product\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Rating\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"MealType\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Nearby\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"OpenStatus\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"datetimeV2\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"dimension\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"RestaurantReservation\",\r\n \"culture\": \"en-us\",\r\n \"tokenizerVersion\": \"1.0.0\",\r\n \"description\": \"Manage tasks associated with reservations such as book a table at a restaurant, changing or cancelling a reservation at a restaurant.\",\r\n \"examples\": \"-\",\r\n \"intents\": [\r\n {\r\n \"name\": \"ChangeReservation\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Confirm\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"DeleteReservation\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"FindReservationEntry\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"FindReservationWhen\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"FindReservationWhere\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Reject\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Reserve\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"Address\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Cuisine\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"NumberPeople\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"PlaceName\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Rating\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Time\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Atmosphere\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"MealType\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ToDo\",\r\n \"culture\": \"en-us\",\r\n \"tokenizerVersion\": \"1.0.0\",\r\n \"description\": \"Handling requests for task list.\",\r\n \"examples\": \"-\",\r\n \"intents\": [\r\n {\r\n \"name\": \"AddToDo\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Cancel\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Confirm\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"DeleteToDo\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"MarkToDo\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"ShowNextPage\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"ShowPreviousPage\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"ShowToDo\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"ContainsAll\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"ListType\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"TaskContent\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"ordinal\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"TaskContent.Any\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Utilities\",\r\n \"culture\": \"en-us\",\r\n \"tokenizerVersion\": \"1.0.0\",\r\n \"description\": \"Handling requests that are common in many domains, like 'help', 'repeat', 'start over.'\",\r\n \"examples\": \"-\",\r\n \"intents\": [\r\n {\r\n \"name\": \"Cancel\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Confirm\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Escalate\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"FinishTask\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"GoBack\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Help\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"ReadAloud\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Reject\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Repeat\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"SelectAny\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"SelectItem\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"SelectNone\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"ShowNext\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"ShowPrevious\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"StartOver\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"Stop\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"DirectionalReference\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"number\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"ordinal\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Weather\",\r\n \"culture\": \"en-us\",\r\n \"tokenizerVersion\": \"1.0.0\",\r\n \"description\": \"Getting weather reports and forecasts.\",\r\n \"examples\": \"-\",\r\n \"intents\": [\r\n {\r\n \"name\": \"ChangeTemperatureUnit\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"CheckWeatherTime\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"CheckWeatherValue\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"GetWeatherAdvisory\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"QueryWeather\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"Historic\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"SuitableFor\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"TemperatureRange\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"WeatherCondition\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"AdditionalWeatherCondition\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"WindDirectionUnit\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"datetimeV2\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"dimension\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"geographyV2\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"temperature\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Web\",\r\n \"culture\": \"en-us\",\r\n \"tokenizerVersion\": \"1.0.0\",\r\n \"description\": \"Navigating to a website.\",\r\n \"examples\": \"-\",\r\n \"intents\": [\r\n {\r\n \"name\": \"WebSearch\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"SearchText\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"SearchEngine\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n },\r\n {\r\n \"name\": \"url\",\r\n \"description\": \"-\",\r\n \"examples\": \"-\"\r\n }\r\n ]\r\n }\r\n]", "StatusCode": 200 } ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/ListDomains.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/ListDomains.json index 9d8fbe810905b..b1bad825fce19 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/ListDomains.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/ListDomains.json @@ -7,30 +7,27 @@ "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:22 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "2453ae25-0d7b-4ce8-8eaf-6a175b3fad0d" + "33ce6c84-2542-4e7f-a080-4418a289ac7b" ], "Request-Id": [ - "2453ae25-0d7b-4ce8-8eaf-6a175b3fad0d" + "33ce6c84-2542-4e7f-a080-4418a289ac7b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -44,6 +41,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:46 GMT" + ], "Content-Length": [ "424" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/ListEndpoints.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/ListEndpoints.json index 504ddcfba28b3..72eb6bcdcb556 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/ListEndpoints.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/ListEndpoints.json @@ -7,13 +7,13 @@ "RequestBody": "{\r\n \"culture\": \"en-us\",\r\n \"domain\": \"Comics\",\r\n \"description\": \"New LUIS App\",\r\n \"usageScenario\": \"IoT\",\r\n \"name\": \"LUIS App for endpoint test\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:30 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/9c798e14-6c80-40db-bdf2-b78736945ac9" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/80199d02-be52-4541-995f-a1c5c22a6bd7" ], "Apim-Request-Id": [ - "4dd85486-9015-4aae-9aa2-681fee001c0f" + "e62933c2-f744-4653-9177-484fbc08930e" ], "Request-Id": [ - "4dd85486-9015-4aae-9aa2-681fee001c0f" + "e62933c2-f744-4653-9177-484fbc08930e" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/9c798e14-6c80-40db-bdf2-b78736945ac9" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/80199d02-be52-4541-995f-a1c5c22a6bd7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:34 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"9c798e14-6c80-40db-bdf2-b78736945ac9\"", + "ResponseBody": "\"80199d02-be52-4541-995f-a1c5c22a6bd7\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/9c798e14-6c80-40db-bdf2-b78736945ac9/endpoints", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy85Yzc5OGUxNC02YzgwLTQwZGItYmRmMi1iNzg3MzY5NDVhYzkvZW5kcG9pbnRz", + "RequestUri": "/luis/api/v2.0/apps/80199d02-be52-4541-995f-a1c5c22a6bd7/endpoints", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy84MDE5OWQwMi1iZTUyLTQ1NDEtOTk1Zi1hMWM1YzIyYTZiZDcvZW5kcG9pbnRz", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:31 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "017ea75b-3244-47da-b28d-4aa402c0c623" + "52306b28-00ed-4d2e-b287-3c3d08d3967a" ], "Request-Id": [ - "017ea75b-3244-47da-b28d-4aa402c0c623" + "52306b28-00ed-4d2e-b287-3c3d08d3967a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,47 +107,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:35 GMT" + ], "Content-Length": [ - "1831" + "1957" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"westus\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/9c798e14-6c80-40db-bdf2-b78736945ac9\",\r\n \"eastus2\": \"https://eastus2.api.cognitive.microsoft.com/luis/v2.0/apps/9c798e14-6c80-40db-bdf2-b78736945ac9\",\r\n \"westcentralus\": \"https://westcentralus.api.cognitive.microsoft.com/luis/v2.0/apps/9c798e14-6c80-40db-bdf2-b78736945ac9\",\r\n \"southeastasia\": \"https://southeastasia.api.cognitive.microsoft.com/luis/v2.0/apps/9c798e14-6c80-40db-bdf2-b78736945ac9\",\r\n \"southcentralus\": \"https://southcentralus.api.cognitive.microsoft.com/luis/v2.0/apps/9c798e14-6c80-40db-bdf2-b78736945ac9\",\r\n \"westus2\": \"https://westus2.api.cognitive.microsoft.com/luis/v2.0/apps/9c798e14-6c80-40db-bdf2-b78736945ac9\",\r\n \"eastus\": \"https://eastus.api.cognitive.microsoft.com/luis/v2.0/apps/9c798e14-6c80-40db-bdf2-b78736945ac9\",\r\n \"eastasia\": \"https://eastasia.api.cognitive.microsoft.com/luis/v2.0/apps/9c798e14-6c80-40db-bdf2-b78736945ac9\",\r\n \"brazilsouth\": \"https://brazilsouth.api.cognitive.microsoft.com/luis/v2.0/apps/9c798e14-6c80-40db-bdf2-b78736945ac9\",\r\n \"japaneast\": \"https://japaneast.api.cognitive.microsoft.com/luis/v2.0/apps/9c798e14-6c80-40db-bdf2-b78736945ac9\",\r\n \"koreacentral\": \"https://koreacentral.api.cognitive.microsoft.com/luis/v2.0/apps/9c798e14-6c80-40db-bdf2-b78736945ac9\",\r\n \"canadacentral\": \"https://canadacentral.api.cognitive.microsoft.com/luis/v2.0/apps/9c798e14-6c80-40db-bdf2-b78736945ac9\",\r\n \"centralindia\": \"https://centralindia.api.cognitive.microsoft.com/luis/v2.0/apps/9c798e14-6c80-40db-bdf2-b78736945ac9\",\r\n \"centralus\": \"https://centralus.api.cognitive.microsoft.com/luis/v2.0/apps/9c798e14-6c80-40db-bdf2-b78736945ac9\",\r\n \"northcentralus\": \"https://northcentralus.api.cognitive.microsoft.com/luis/v2.0/apps/9c798e14-6c80-40db-bdf2-b78736945ac9\",\r\n \"japanwest\": \"https://japanwest.api.cognitive.microsoft.com/luis/v2.0/apps/9c798e14-6c80-40db-bdf2-b78736945ac9\"\r\n}", + "ResponseBody": "{\r\n \"westus\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/80199d02-be52-4541-995f-a1c5c22a6bd7\",\r\n \"eastus2\": \"https://eastus2.api.cognitive.microsoft.com/luis/v2.0/apps/80199d02-be52-4541-995f-a1c5c22a6bd7\",\r\n \"westcentralus\": \"https://westcentralus.api.cognitive.microsoft.com/luis/v2.0/apps/80199d02-be52-4541-995f-a1c5c22a6bd7\",\r\n \"southeastasia\": \"https://southeastasia.api.cognitive.microsoft.com/luis/v2.0/apps/80199d02-be52-4541-995f-a1c5c22a6bd7\",\r\n \"southcentralus\": \"https://southcentralus.api.cognitive.microsoft.com/luis/v2.0/apps/80199d02-be52-4541-995f-a1c5c22a6bd7\",\r\n \"westus2\": \"https://westus2.api.cognitive.microsoft.com/luis/v2.0/apps/80199d02-be52-4541-995f-a1c5c22a6bd7\",\r\n \"eastus\": \"https://eastus.api.cognitive.microsoft.com/luis/v2.0/apps/80199d02-be52-4541-995f-a1c5c22a6bd7\",\r\n \"eastasia\": \"https://eastasia.api.cognitive.microsoft.com/luis/v2.0/apps/80199d02-be52-4541-995f-a1c5c22a6bd7\",\r\n \"brazilsouth\": \"https://brazilsouth.api.cognitive.microsoft.com/luis/v2.0/apps/80199d02-be52-4541-995f-a1c5c22a6bd7\",\r\n \"japaneast\": \"https://japaneast.api.cognitive.microsoft.com/luis/v2.0/apps/80199d02-be52-4541-995f-a1c5c22a6bd7\",\r\n \"koreacentral\": \"https://koreacentral.api.cognitive.microsoft.com/luis/v2.0/apps/80199d02-be52-4541-995f-a1c5c22a6bd7\",\r\n \"canadacentral\": \"https://canadacentral.api.cognitive.microsoft.com/luis/v2.0/apps/80199d02-be52-4541-995f-a1c5c22a6bd7\",\r\n \"centralindia\": \"https://centralindia.api.cognitive.microsoft.com/luis/v2.0/apps/80199d02-be52-4541-995f-a1c5c22a6bd7\",\r\n \"centralus\": \"https://centralus.api.cognitive.microsoft.com/luis/v2.0/apps/80199d02-be52-4541-995f-a1c5c22a6bd7\",\r\n \"northcentralus\": \"https://northcentralus.api.cognitive.microsoft.com/luis/v2.0/apps/80199d02-be52-4541-995f-a1c5c22a6bd7\",\r\n \"japanwest\": \"https://japanwest.api.cognitive.microsoft.com/luis/v2.0/apps/80199d02-be52-4541-995f-a1c5c22a6bd7\",\r\n \"southafricanorth\": \"https://southafricanorth.api.cognitive.microsoft.com/luis/v2.0/apps/80199d02-be52-4541-995f-a1c5c22a6bd7\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/9c798e14-6c80-40db-bdf2-b78736945ac9?force=false", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy85Yzc5OGUxNC02YzgwLTQwZGItYmRmMi1iNzg3MzY5NDVhYzk/Zm9yY2U9ZmFsc2U=", + "RequestUri": "/luis/api/v2.0/apps/80199d02-be52-4541-995f-a1c5c22a6bd7?force=false", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy84MDE5OWQwMi1iZTUyLTQ1NDEtOTk1Zi1hMWM1YzIyYTZiZDc/Zm9yY2U9ZmFsc2U=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:31 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "8562ab4f-9d1a-40d0-bddf-7e07e727f191" + "c2c357b1-0f79-4b95-afba-06917974938a" ], "Request-Id": [ - "8562ab4f-9d1a-40d0-bddf-7e07e727f191" + "c2c357b1-0f79-4b95-afba-06917974938a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:35 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/ListSupportedCultures.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/ListSupportedCultures.json index ec9064b8b4a58..48f02deff5518 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/ListSupportedCultures.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/ListSupportedCultures.json @@ -7,30 +7,27 @@ "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:32 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "093fe8f0-ecba-446c-97f7-03fc1d878b21" + "37a94fd5-4e6a-4668-b09c-7f38aa156087" ], "Request-Id": [ - "093fe8f0-ecba-446c-97f7-03fc1d878b21" + "37a94fd5-4e6a-4668-b09c-7f38aa156087" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -44,6 +41,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:34 GMT" + ], "Content-Length": [ "468" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/ListUsageScenarios.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/ListUsageScenarios.json index 3b29bede7d2dd..7bbceecf9b046 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/ListUsageScenarios.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/ListUsageScenarios.json @@ -7,30 +7,27 @@ "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:42 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "410cf5be-be96-4b15-a6fb-e53427fcdddf" + "9cb7e300-1d4c-4ea6-8769-0ad5e9c38710" ], "Request-Id": [ - "410cf5be-be96-4b15-a6fb-e53427fcdddf" + "9cb7e300-1d4c-4ea6-8769-0ad5e9c38710" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -44,6 +41,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:25 GMT" + ], "Content-Length": [ "42" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/PublishApplication.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/PublishApplication.json index e3576f6938a5d..f2bfa11b7d56e 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/PublishApplication.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/PublishApplication.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/publish", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvcHVibGlzaA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/publish", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvcHVibGlzaA==", "RequestMethod": "POST", "RequestBody": "{\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,17 +26,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:15 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "2e4bd7ca-fdd5-40a4-80d7-7dccbf276662" + "3471da88-b92b-41c6-8c4a-5cd29fcfe59c" ], "Request-Id": [ - "2e4bd7ca-fdd5-40a4-80d7-7dccbf276662" + "3471da88-b92b-41c6-8c4a-5cd29fcfe59c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -50,14 +47,17 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:38 GMT" + ], "Content-Length": [ - "281" + "310" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"versionId\": \"0.1\",\r\n \"isStaging\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e\",\r\n \"region\": \"westus\",\r\n \"assignedEndpointKey\": null,\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2019-02-12T23:34:15Z\",\r\n \"failedRegions\": \"\"\r\n}", + "ResponseBody": "{\r\n \"versionId\": \"0.1\",\r\n \"directVersionPublish\": false,\r\n \"endpointUrl\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239\",\r\n \"isStaging\": false,\r\n \"assignedEndpointKey\": null,\r\n \"region\": \"westus\",\r\n \"endpointRegion\": \"westus\",\r\n \"publishedDateTime\": \"2019-08-25T19:16:38Z\",\r\n \"failedRegions\": \"\"\r\n}", "StatusCode": 201 } ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/UpdateApplication.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/UpdateApplication.json index 873e321253181..37aa4b71c5d8f 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/UpdateApplication.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/UpdateApplication.json @@ -7,13 +7,13 @@ "RequestBody": "{\r\n \"culture\": \"en-us\",\r\n \"domain\": \"Comics\",\r\n \"description\": \"New LUIS App\",\r\n \"usageScenario\": \"IoT\",\r\n \"name\": \"LUIS App to be renamed\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:10 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/ed4f6aa3-77d8-4a77-92a8-7474f6a52cec" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/32f05068-4265-4e3a-a4ba-2b59800e4ab2" ], "Apim-Request-Id": [ - "efc392f8-4875-4af2-8677-4818b83dbe43" + "33db8527-3622-42d2-916a-00f83c8f9b28" ], "Request-Id": [ - "efc392f8-4875-4af2-8677-4818b83dbe43" + "33db8527-3622-42d2-916a-00f83c8f9b28" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/ed4f6aa3-77d8-4a77-92a8-7474f6a52cec" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/32f05068-4265-4e3a-a4ba-2b59800e4ab2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:41 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"ed4f6aa3-77d8-4a77-92a8-7474f6a52cec\"", + "ResponseBody": "\"32f05068-4265-4e3a-a4ba-2b59800e4ab2\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/ed4f6aa3-77d8-4a77-92a8-7474f6a52cec", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9lZDRmNmFhMy03N2Q4LTRhNzctOTJhOC03NDc0ZjZhNTJjZWM=", + "RequestUri": "/luis/api/v2.0/apps/32f05068-4265-4e3a-a4ba-2b59800e4ab2", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMmYwNTA2OC00MjY1LTRlM2EtYTRiYS0yYjU5ODAwZTRhYjI=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"name\": \"LUIS App name updated\",\r\n \"description\": \"LUIS App description updated\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,17 +92,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:11 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "f6cbdc19-c632-4489-bb3c-cdc04000561e" + "f2dd7121-c1e3-4c31-be53-6bf4250a8c13" ], "Request-Id": [ - "f6cbdc19-c632-4489-bb3c-cdc04000561e" + "f2dd7121-c1e3-4c31-be53-6bf4250a8c13" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -116,6 +113,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:41 GMT" + ], "Content-Length": [ "51" ], @@ -127,36 +127,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/ed4f6aa3-77d8-4a77-92a8-7474f6a52cec", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9lZDRmNmFhMy03N2Q4LTRhNzctOTJhOC03NDc0ZjZhNTJjZWM=", + "RequestUri": "/luis/api/v2.0/apps/32f05068-4265-4e3a-a4ba-2b59800e4ab2", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMmYwNTA2OC00MjY1LTRlM2EtYTRiYS0yYjU5ODAwZTRhYjI=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:11 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "0b596f3d-2e3b-46a2-bfab-b34f62f19d7f" + "5038d98d-8b59-4d6d-996b-5736bdfefef6" ], "Request-Id": [ - "0b596f3d-2e3b-46a2-bfab-b34f62f19d7f" + "5038d98d-8b59-4d6d-996b-5736bdfefef6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -170,47 +167,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:41 GMT" + ], "Content-Length": [ - "359" + "362" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"ed4f6aa3-77d8-4a77-92a8-7474f6a52cec\",\r\n \"name\": \"LUIS App name updated\",\r\n \"description\": \"LUIS App description updated\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"IoT\",\r\n \"domain\": \"Comics\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2019-02-12T23:34:10Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"32f05068-4265-4e3a-a4ba-2b59800e4ab2\",\r\n \"name\": \"LUIS App name updated\",\r\n \"description\": \"LUIS App description updated\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"IoT\",\r\n \"domain\": \"Comics\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2019-08-25T19:16:41Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"a-omsami@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/ed4f6aa3-77d8-4a77-92a8-7474f6a52cec?force=false", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9lZDRmNmFhMy03N2Q4LTRhNzctOTJhOC03NDc0ZjZhNTJjZWM/Zm9yY2U9ZmFsc2U=", + "RequestUri": "/luis/api/v2.0/apps/32f05068-4265-4e3a-a4ba-2b59800e4ab2?force=false", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMmYwNTA2OC00MjY1LTRlM2EtYTRiYS0yYjU5ODAwZTRhYjI/Zm9yY2U9ZmFsc2U=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:12 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "55e78632-ac6a-44a6-89e7-2a2ec22d80d2" + "aa5275ec-8a34-4611-9fcd-d3a293a40932" ], "Request-Id": [ - "55e78632-ac6a-44a6-89e7-2a2ec22d80d2" + "aa5275ec-8a34-4611-9fcd-d3a293a40932" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -224,6 +221,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:42 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/UpdatePublishSettings.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/UpdatePublishSettings.json index 56b6cf5caa423..a2f939ed2e670 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/UpdatePublishSettings.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/UpdatePublishSettings.json @@ -7,13 +7,13 @@ "RequestBody": "{\r\n \"culture\": \"en-us\",\r\n \"domain\": \"Comics\",\r\n \"description\": \"New LUIS App\",\r\n \"usageScenario\": \"IoT\",\r\n \"name\": \"LUIS App for Settings test\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:37 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/8c188c67-8c33-46e8-a1d3-cbcc6f8d8ff2" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/f8672031-71dc-495f-82d8-9e4d3411531b" ], "Apim-Request-Id": [ - "fbba419f-5a00-4d1d-ae81-be6205b40edb" + "5e93b2f2-cade-4370-81c2-e4b734ec9d63" ], "Request-Id": [ - "fbba419f-5a00-4d1d-ae81-be6205b40edb" + "5e93b2f2-cade-4370-81c2-e4b734ec9d63" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/8c188c67-8c33-46e8-a1d3-cbcc6f8d8ff2" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/f8672031-71dc-495f-82d8-9e4d3411531b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:23 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"8c188c67-8c33-46e8-a1d3-cbcc6f8d8ff2\"", + "ResponseBody": "\"f8672031-71dc-495f-82d8-9e4d3411531b\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/8c188c67-8c33-46e8-a1d3-cbcc6f8d8ff2/publishsettings", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy84YzE4OGM2Ny04YzMzLTQ2ZTgtYTFkMy1jYmNjNmY4ZDhmZjIvcHVibGlzaHNldHRpbmdz", + "RequestUri": "/luis/api/v2.0/apps/f8672031-71dc-495f-82d8-9e4d3411531b/publishsettings", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9mODY3MjAzMS03MWRjLTQ5NWYtODJkOC05ZTRkMzQxMTUzMWIvcHVibGlzaHNldHRpbmdz", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sentimentAnalysis\": true,\r\n \"speech\": true,\r\n \"spellChecker\": true\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,17 +92,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:38 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "8748e201-654d-43a2-94b4-da2e7d8fb0e1" + "09a0f315-4686-4c3e-90d2-fd6b9be26fc9" ], "Request-Id": [ - "8748e201-654d-43a2-94b4-da2e7d8fb0e1" + "09a0f315-4686-4c3e-90d2-fd6b9be26fc9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -116,6 +113,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:23 GMT" + ], "Content-Length": [ "51" ], @@ -127,36 +127,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/8c188c67-8c33-46e8-a1d3-cbcc6f8d8ff2/publishsettings", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy84YzE4OGM2Ny04YzMzLTQ2ZTgtYTFkMy1jYmNjNmY4ZDhmZjIvcHVibGlzaHNldHRpbmdz", + "RequestUri": "/luis/api/v2.0/apps/f8672031-71dc-495f-82d8-9e4d3411531b/publishsettings", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9mODY3MjAzMS03MWRjLTQ5NWYtODJkOC05ZTRkMzQxMTUzMWIvcHVibGlzaHNldHRpbmdz", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:38 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "09114574-3e26-46a2-995e-1b03e576b1d8" + "fc0543c4-a3b7-41cc-89b6-fd83d374b419" ], "Request-Id": [ - "09114574-3e26-46a2-995e-1b03e576b1d8" + "fc0543c4-a3b7-41cc-89b6-fd83d374b419" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -170,6 +167,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:23 GMT" + ], "Content-Length": [ "104" ], @@ -177,40 +177,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"8c188c67-8c33-46e8-a1d3-cbcc6f8d8ff2\",\r\n \"sentimentAnalysis\": true,\r\n \"speech\": true,\r\n \"spellChecker\": true\r\n}", + "ResponseBody": "{\r\n \"id\": \"f8672031-71dc-495f-82d8-9e4d3411531b\",\r\n \"sentimentAnalysis\": true,\r\n \"speech\": true,\r\n \"spellChecker\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/8c188c67-8c33-46e8-a1d3-cbcc6f8d8ff2?force=false", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy84YzE4OGM2Ny04YzMzLTQ2ZTgtYTFkMy1jYmNjNmY4ZDhmZjI/Zm9yY2U9ZmFsc2U=", + "RequestUri": "/luis/api/v2.0/apps/f8672031-71dc-495f-82d8-9e4d3411531b?force=false", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9mODY3MjAzMS03MWRjLTQ5NWYtODJkOC05ZTRkMzQxMTUzMWI/Zm9yY2U9ZmFsc2U=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:39 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "9480e213-4664-40ef-8ee7-8aefa3bebb87" + "05b0b1a5-85ca-40e8-a3cc-fbb1819856f8" ], "Request-Id": [ - "9480e213-4664-40ef-8ee7-8aefa3bebb87" + "05b0b1a5-85ca-40e8-a3cc-fbb1819856f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -224,6 +221,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:24 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/UpdateSettings.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/UpdateSettings.json index 84996972681d4..ad262ff5a01de 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/UpdateSettings.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/AppsTests/UpdateSettings.json @@ -7,13 +7,13 @@ "RequestBody": "{\r\n \"culture\": \"en-us\",\r\n \"domain\": \"Comics\",\r\n \"description\": \"New LUIS App\",\r\n \"usageScenario\": \"IoT\",\r\n \"name\": \"LUIS App for Settings test\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:40 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/293a45fa-90b3-4a0c-8109-fe76b3d95e2b" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/2ffa0dcb-b923-407d-a42c-6a5239bca80a" ], "Apim-Request-Id": [ - "28626afd-45b2-40a7-b5d9-5b630c2f0177" + "2b592a30-4413-430a-b6ea-ffe52d4e7bb0" ], "Request-Id": [ - "28626afd-45b2-40a7-b5d9-5b630c2f0177" + "2b592a30-4413-430a-b6ea-ffe52d4e7bb0" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/293a45fa-90b3-4a0c-8109-fe76b3d95e2b" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/2ffa0dcb-b923-407d-a42c-6a5239bca80a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:12 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"293a45fa-90b3-4a0c-8109-fe76b3d95e2b\"", + "ResponseBody": "\"2ffa0dcb-b923-407d-a42c-6a5239bca80a\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/293a45fa-90b3-4a0c-8109-fe76b3d95e2b/settings", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8yOTNhNDVmYS05MGIzLTRhMGMtODEwOS1mZTc2YjNkOTVlMmIvc2V0dGluZ3M=", + "RequestUri": "/luis/api/v2.0/apps/2ffa0dcb-b923-407d-a42c-6a5239bca80a/settings", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8yZmZhMGRjYi1iOTIzLTQwN2QtYTQyYy02YTUyMzliY2E4MGEvc2V0dGluZ3M=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"public\": true\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,17 +92,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:40 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "80823869-f46e-4ea8-a535-1db6003c27b2" + "51ee4178-934c-47b2-a441-1d08c6a5d994" ], "Request-Id": [ - "80823869-f46e-4ea8-a535-1db6003c27b2" + "51ee4178-934c-47b2-a441-1d08c6a5d994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -116,6 +113,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:13 GMT" + ], "Content-Length": [ "51" ], @@ -127,36 +127,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/293a45fa-90b3-4a0c-8109-fe76b3d95e2b/settings", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8yOTNhNDVmYS05MGIzLTRhMGMtODEwOS1mZTc2YjNkOTVlMmIvc2V0dGluZ3M=", + "RequestUri": "/luis/api/v2.0/apps/2ffa0dcb-b923-407d-a42c-6a5239bca80a/settings", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8yZmZhMGRjYi1iOTIzLTQwN2QtYTQyYy02YTUyMzliY2E4MGEvc2V0dGluZ3M=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:41 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "86d47a0c-8aca-4562-9b4d-3106da952e96" + "05b345be-af0d-43d9-8fd9-f79eadc89d5b" ], "Request-Id": [ - "86d47a0c-8aca-4562-9b4d-3106da952e96" + "05b345be-af0d-43d9-8fd9-f79eadc89d5b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -170,6 +167,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:13 GMT" + ], "Content-Length": [ "59" ], @@ -177,40 +177,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"293a45fa-90b3-4a0c-8109-fe76b3d95e2b\",\r\n \"public\": true\r\n}", + "ResponseBody": "{\r\n \"id\": \"2ffa0dcb-b923-407d-a42c-6a5239bca80a\",\r\n \"public\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/293a45fa-90b3-4a0c-8109-fe76b3d95e2b?force=false", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8yOTNhNDVmYS05MGIzLTRhMGMtODEwOS1mZTc2YjNkOTVlMmI/Zm9yY2U9ZmFsc2U=", + "RequestUri": "/luis/api/v2.0/apps/2ffa0dcb-b923-407d-a42c-6a5239bca80a?force=false", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8yZmZhMGRjYi1iOTIzLTQwN2QtYTQyYy02YTUyMzliY2E4MGE/Zm9yY2U9ZmFsc2U=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:34:41 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "83f0444f-8e97-4ae9-a27f-617a77e278f6" + "f835cfc0-b088-4e3d-85e0-27f2ea6536d3" ], "Request-Id": [ - "83f0444f-8e97-4ae9-a27f-617a77e278f6" + "f835cfc0-b088-4e3d-85e0-27f2ea6536d3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -224,6 +221,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:14 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/AddClosedListEntityRole.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/AddClosedListEntityRole.json index 288ad4a6ce096..fe3c7175688e8 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/AddClosedListEntityRole.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/AddClosedListEntityRole.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3Rz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3Rz", "RequestMethod": "POST", "RequestBody": "{\r\n \"subLists\": [\r\n {\r\n \"canonicalForm\": \"test\",\r\n \"list\": []\r\n }\r\n ],\r\n \"name\": \"closed list model\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:47 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/932338c5-2441-463d-b75c-7cffac632fb4" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/aadbc528-d2f2-45fc-9185-9e25d0ec9323" ], "Apim-Request-Id": [ - "c61a7050-e285-498b-8c17-f8b92e04c368" + "8adc40a3-0f93-406c-8625-f68faa94969c" ], "Request-Id": [ - "c61a7050-e285-498b-8c17-f8b92e04c368" + "8adc40a3-0f93-406c-8625-f68faa94969c" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/932338c5-2441-463d-b75c-7cffac632fb4" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/aadbc528-d2f2-45fc-9185-9e25d0ec9323" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:55 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"932338c5-2441-463d-b75c-7cffac632fb4\"", + "ResponseBody": "\"aadbc528-d2f2-45fc-9185-9e25d0ec9323\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/932338c5-2441-463d-b75c-7cffac632fb4/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzkzMjMzOGM1LTI0NDEtNDYzZC1iNzVjLTdjZmZhYzYzMmZiNC9yb2xlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/aadbc528-d2f2-45fc-9185-9e25d0ec9323/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2FhZGJjNTI4LWQyZjItNDVmYy05MTg1LTllMjVkMGVjOTMyMy9yb2xlcw==", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:47 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/932338c5-2441-463d-b75c-7cffac632fb4/roles/615d631c-f843-41ac-b00b-daa119166a45" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/aadbc528-d2f2-45fc-9185-9e25d0ec9323/roles/aaabe854-d5c5-49b3-9c4e-8a1485f858f5" ], "Apim-Request-Id": [ - "831ac898-b320-468c-a6f4-507b44b80622" + "de284917-0725-41e5-9073-00678b98704c" ], "Request-Id": [ - "831ac898-b320-468c-a6f4-507b44b80622" + "de284917-0725-41e5-9073-00678b98704c" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/932338c5-2441-463d-b75c-7cffac632fb4/roles/615d631c-f843-41ac-b00b-daa119166a45" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/aadbc528-d2f2-45fc-9185-9e25d0ec9323/roles/aaabe854-d5c5-49b3-9c4e-8a1485f858f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,6 +119,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:56 GMT" + ], "Content-Length": [ "38" ], @@ -129,40 +129,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"615d631c-f843-41ac-b00b-daa119166a45\"", + "ResponseBody": "\"aaabe854-d5c5-49b3-9c4e-8a1485f858f5\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/932338c5-2441-463d-b75c-7cffac632fb4/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzkzMjMzOGM1LTI0NDEtNDYzZC1iNzVjLTdjZmZhYzYzMmZiNC9yb2xlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/aadbc528-d2f2-45fc-9185-9e25d0ec9323/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2FhZGJjNTI4LWQyZjItNDVmYy05MTg1LTllMjVkMGVjOTMyMy9yb2xlcw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:47 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "f4ae4363-9619-458c-9f5c-7aa2738bce62" + "a8bcd0dc-503b-4e2c-ae75-bce86dcf3972" ], "Request-Id": [ - "f4ae4363-9619-458c-9f5c-7aa2738bce62" + "a8bcd0dc-503b-4e2c-ae75-bce86dcf3972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -176,6 +173,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:56 GMT" + ], "Content-Length": [ "68" ], @@ -183,40 +183,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"615d631c-f843-41ac-b00b-daa119166a45\",\r\n \"name\": \"simple role\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"aaabe854-d5c5-49b3-9c4e-8a1485f858f5\",\r\n \"name\": \"simple role\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/932338c5-2441-463d-b75c-7cffac632fb4", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzkzMjMzOGM1LTI0NDEtNDYzZC1iNzVjLTdjZmZhYzYzMmZiNA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/aadbc528-d2f2-45fc-9185-9e25d0ec9323", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2FhZGJjNTI4LWQyZjItNDVmYy05MTg1LTllMjVkMGVjOTMyMw==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:48 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "457c119f-5579-406f-a71e-f8d9e7a4d415" + "7e65dd64-7e08-4797-a908-4d01c4fac85f" ], "Request-Id": [ - "457c119f-5579-406f-a71e-f8d9e7a4d415" + "7e65dd64-7e08-4797-a908-4d01c4fac85f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -230,6 +227,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:56 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/AddCompositeEntityRole.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/AddCompositeEntityRole.json index 272e2bc18f56c..a95dbb9dd0aa2 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/AddCompositeEntityRole.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/AddCompositeEntityRole.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", "RequestMethod": "POST", "RequestBody": "[\r\n \"datetimeV2\"\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,17 +26,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:57 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "3df10271-ad07-46d8-9813-5609cba36df5" + "8c5001ad-5487-4122-a782-f4378476bed3" ], "Request-Id": [ - "3df10271-ad07-46d8-9813-5609cba36df5" + "8c5001ad-5487-4122-a782-f4378476bed3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -50,6 +47,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:37 GMT" + ], "Content-Length": [ "132" ], @@ -57,23 +57,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"0ecabab6-9efb-4bfb-885d-ef82bd04b4c5\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"3b3aa08b-60b2-4953-9acd-fb2b86bd4b5b\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"children\": [\r\n \"datetimeV2\"\r\n ],\r\n \"name\": \"composite model\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -86,23 +86,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:57 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/7f239235-eead-42b6-b878-8289e1f8a376" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/69f050a5-dcf5-49ff-91da-f750c2ec38ac" ], "Apim-Request-Id": [ - "3031be92-ccad-41fd-8c1c-7ac50327f2e1" + "51345e2f-0ddd-4e69-b25b-f644ade6c706" ], "Request-Id": [ - "3031be92-ccad-41fd-8c1c-7ac50327f2e1" + "51345e2f-0ddd-4e69-b25b-f644ade6c706" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/7f239235-eead-42b6-b878-8289e1f8a376" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/69f050a5-dcf5-49ff-91da-f750c2ec38ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -116,6 +113,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:37 GMT" + ], "Content-Length": [ "38" ], @@ -123,23 +123,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"7f239235-eead-42b6-b878-8289e1f8a376\"", + "ResponseBody": "\"69f050a5-dcf5-49ff-91da-f750c2ec38ac\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/7f239235-eead-42b6-b878-8289e1f8a376/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzdmMjM5MjM1LWVlYWQtNDJiNi1iODc4LTgyODllMWY4YTM3Ni9yb2xlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/69f050a5-dcf5-49ff-91da-f750c2ec38ac/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzY5ZjA1MGE1LWRjZjUtNDlmZi05MWRhLWY3NTBjMmVjMzhhYy9yb2xlcw==", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -152,23 +152,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:58 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/7f239235-eead-42b6-b878-8289e1f8a376/roles/28ebad24-75c5-4ec3-bd7d-7bd508831528" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/69f050a5-dcf5-49ff-91da-f750c2ec38ac/roles/36d1304a-bec7-4894-a028-fe09107e47df" ], "Apim-Request-Id": [ - "ab8eb262-3e8a-41f4-8999-398a0b590adc" + "95c8e04d-638c-4906-b839-cffc111295cd" ], "Request-Id": [ - "ab8eb262-3e8a-41f4-8999-398a0b590adc" + "95c8e04d-638c-4906-b839-cffc111295cd" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/7f239235-eead-42b6-b878-8289e1f8a376/roles/28ebad24-75c5-4ec3-bd7d-7bd508831528" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/69f050a5-dcf5-49ff-91da-f750c2ec38ac/roles/36d1304a-bec7-4894-a028-fe09107e47df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -182,6 +179,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:38 GMT" + ], "Content-Length": [ "38" ], @@ -189,40 +189,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"28ebad24-75c5-4ec3-bd7d-7bd508831528\"", + "ResponseBody": "\"36d1304a-bec7-4894-a028-fe09107e47df\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/7f239235-eead-42b6-b878-8289e1f8a376/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzdmMjM5MjM1LWVlYWQtNDJiNi1iODc4LTgyODllMWY4YTM3Ni9yb2xlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/69f050a5-dcf5-49ff-91da-f750c2ec38ac/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzY5ZjA1MGE1LWRjZjUtNDlmZi05MWRhLWY3NTBjMmVjMzhhYy9yb2xlcw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:58 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "c78197ad-8ee1-49cd-885b-f1022ad70a29" + "5368988a-faaf-4575-9dd8-83b2c6361926" ], "Request-Id": [ - "c78197ad-8ee1-49cd-885b-f1022ad70a29" + "5368988a-faaf-4575-9dd8-83b2c6361926" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -236,6 +233,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:38 GMT" + ], "Content-Length": [ "68" ], @@ -243,40 +243,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"28ebad24-75c5-4ec3-bd7d-7bd508831528\",\r\n \"name\": \"simple role\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"36d1304a-bec7-4894-a028-fe09107e47df\",\r\n \"name\": \"simple role\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/7f239235-eead-42b6-b878-8289e1f8a376", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzdmMjM5MjM1LWVlYWQtNDJiNi1iODc4LTgyODllMWY4YTM3Ng==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/69f050a5-dcf5-49ff-91da-f750c2ec38ac", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzY5ZjA1MGE1LWRjZjUtNDlmZi05MWRhLWY3NTBjMmVjMzhhYw==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:58 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "09627c62-9a66-41ff-8999-ac5d41d5c35a" + "dc5d9021-3a9b-4f73-884b-d5a07fab9f1d" ], "Request-Id": [ - "09627c62-9a66-41ff-8999-ac5d41d5c35a" + "dc5d9021-3a9b-4f73-884b-d5a07fab9f1d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -290,6 +287,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:38 GMT" + ], "Content-Length": [ "51" ], @@ -301,36 +301,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/0ecabab6-9efb-4bfb-885d-ef82bd04b4c5", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy8wZWNhYmFiNi05ZWZiLTRiZmItODg1ZC1lZjgyYmQwNGI0YzU=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/3b3aa08b-60b2-4953-9acd-fb2b86bd4b5b", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy8zYjNhYTA4Yi02MGIyLTQ5NTMtOWFjZC1mYjJiODZiZDRiNWI=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:58 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "d4fc0215-14eb-44c5-9eec-9f66d659a1d0" + "51839e65-74b2-4336-83f7-a8315a67b04c" ], "Request-Id": [ - "d4fc0215-14eb-44c5-9eec-9f66d659a1d0" + "51839e65-74b2-4336-83f7-a8315a67b04c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -344,6 +341,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:39 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/AddCustomPrebuiltDomainEntityRole.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/AddCustomPrebuiltDomainEntityRole.json index 3e8e5a249274c..31abcdb131bdc 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/AddCustomPrebuiltDomainEntityRole.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/AddCustomPrebuiltDomainEntityRole.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXM=", "RequestMethod": "POST", "RequestBody": "{\r\n \"domainName\": \"Communication\",\r\n \"modelName\": \"ContactName\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:35 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities/010a7e79-a6e1-4f78-8439-9300aec569de" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities/ab167b9b-9d48-46b6-936f-7d6717196f8c" ], "Apim-Request-Id": [ - "c6a94f20-2f18-468b-adc8-bd6963876e3c" + "c5344414-61b9-487a-93f8-51a6563c8408" ], "Request-Id": [ - "c6a94f20-2f18-468b-adc8-bd6963876e3c" + "c5344414-61b9-487a-93f8-51a6563c8408" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities/010a7e79-a6e1-4f78-8439-9300aec569de" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities/ab167b9b-9d48-46b6-936f-7d6717196f8c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:22 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"010a7e79-a6e1-4f78-8439-9300aec569de\"", + "ResponseBody": "\"ab167b9b-9d48-46b6-936f-7d6717196f8c\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities/010a7e79-a6e1-4f78-8439-9300aec569de/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXMvMDEwYTdlNzktYTZlMS00Zjc4LTg0MzktOTMwMGFlYzU2OWRlL3JvbGVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities/ab167b9b-9d48-46b6-936f-7d6717196f8c/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXMvYWIxNjdiOWItOWQ0OC00NmI2LTkzNmYtN2Q2NzE3MTk2ZjhjL3JvbGVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:35 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities/010a7e79-a6e1-4f78-8439-9300aec569de/roles/6a6283fd-44d0-4623-9125-267cff019c7c" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities/ab167b9b-9d48-46b6-936f-7d6717196f8c/roles/3b2ebdab-7071-4ca4-a3a1-fb6a28525fd4" ], "Apim-Request-Id": [ - "20a73aa8-ef8f-46cf-8f5a-1c49d62bf3bc" + "bf19fda6-0ea0-4205-8ffd-b1b5f7318c0b" ], "Request-Id": [ - "20a73aa8-ef8f-46cf-8f5a-1c49d62bf3bc" + "bf19fda6-0ea0-4205-8ffd-b1b5f7318c0b" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities/010a7e79-a6e1-4f78-8439-9300aec569de/roles/6a6283fd-44d0-4623-9125-267cff019c7c" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities/ab167b9b-9d48-46b6-936f-7d6717196f8c/roles/3b2ebdab-7071-4ca4-a3a1-fb6a28525fd4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,6 +119,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:22 GMT" + ], "Content-Length": [ "38" ], @@ -129,40 +129,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"6a6283fd-44d0-4623-9125-267cff019c7c\"", + "ResponseBody": "\"3b2ebdab-7071-4ca4-a3a1-fb6a28525fd4\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities/010a7e79-a6e1-4f78-8439-9300aec569de/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXMvMDEwYTdlNzktYTZlMS00Zjc4LTg0MzktOTMwMGFlYzU2OWRlL3JvbGVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities/ab167b9b-9d48-46b6-936f-7d6717196f8c/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXMvYWIxNjdiOWItOWQ0OC00NmI2LTkzNmYtN2Q2NzE3MTk2ZjhjL3JvbGVz", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:35 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "4beb03b4-7efb-4a58-84a1-434359a0bf8e" + "e20b9b1a-01d0-4801-a202-0220ea468fdd" ], "Request-Id": [ - "4beb03b4-7efb-4a58-84a1-434359a0bf8e" + "e20b9b1a-01d0-4801-a202-0220ea468fdd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -176,6 +173,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:23 GMT" + ], "Content-Length": [ "68" ], @@ -183,40 +183,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"6a6283fd-44d0-4623-9125-267cff019c7c\",\r\n \"name\": \"simple role\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"3b2ebdab-7071-4ca4-a3a1-fb6a28525fd4\",\r\n \"name\": \"simple role\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/010a7e79-a6e1-4f78-8439-9300aec569de", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzAxMGE3ZTc5LWE2ZTEtNGY3OC04NDM5LTkzMDBhZWM1NjlkZQ==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/ab167b9b-9d48-46b6-936f-7d6717196f8c", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzL2FiMTY3YjliLTlkNDgtNDZiNi05MzZmLTdkNjcxNzE5NmY4Yw==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:35 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "150b969d-f035-43b5-834a-56cbccb6bb89" + "639effde-aa34-4e29-b433-93ede717f4f1" ], "Request-Id": [ - "150b969d-f035-43b5-834a-56cbccb6bb89" + "639effde-aa34-4e29-b433-93ede717f4f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -230,6 +227,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:23 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/AddHierarchicalEntityRole.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/AddHierarchicalEntityRole.json index 2367bd3caaa7a..ed0220c3d88e8 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/AddHierarchicalEntityRole.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/AddHierarchicalEntityRole.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"children\": [\r\n \"child1\"\r\n ],\r\n \"name\": \"Pattern.Any model\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:22 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/452e4c42-e312-410e-8150-c939ef808ec0" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/aeeeabba-f471-432e-8d32-b3a6f06e8df7" ], "Apim-Request-Id": [ - "1da92242-1e1a-4294-8d1c-e276b90fabf1" + "8a694415-819e-40b6-bee4-d167473e5613" ], "Request-Id": [ - "1da92242-1e1a-4294-8d1c-e276b90fabf1" + "8a694415-819e-40b6-bee4-d167473e5613" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/452e4c42-e312-410e-8150-c939ef808ec0" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/aeeeabba-f471-432e-8d32-b3a6f06e8df7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:30 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"452e4c42-e312-410e-8150-c939ef808ec0\"", + "ResponseBody": "\"aeeeabba-f471-432e-8d32-b3a6f06e8df7\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/452e4c42-e312-410e-8150-c939ef808ec0/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzLzQ1MmU0YzQyLWUzMTItNDEwZS04MTUwLWM5MzllZjgwOGVjMC9yb2xlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/aeeeabba-f471-432e-8d32-b3a6f06e8df7/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzL2FlZWVhYmJhLWY0NzEtNDMyZS04ZDMyLWIzYTZmMDZlOGRmNy9yb2xlcw==", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:22 GMT" - ], "Pragma": [ "no-cache" ], - "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/452e4c42-e312-410e-8150-c939ef808ec0/roles/6d93922b-bc15-4809-af24-0157c4cb4b49" - ], "Apim-Request-Id": [ - "0e22daef-2ae8-4f56-8c23-96ecfb2c4bd9" + "16bbd011-0b63-4755-906f-0ec9c4ef691f" ], "Request-Id": [ - "0e22daef-2ae8-4f56-8c23-96ecfb2c4bd9" - ], - "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/452e4c42-e312-410e-8150-c939ef808ec0/roles/6d93922b-bc15-4809-af24-0157c4cb4b49" + "16bbd011-0b63-4755-906f-0ec9c4ef691f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,101 +113,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], - "Content-Length": [ - "38" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ] - }, - "ResponseBody": "\"6d93922b-bc15-4809-af24-0157c4cb4b49\"", - "StatusCode": 201 - }, - { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/452e4c42-e312-410e-8150-c939ef808ec0/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzLzQ1MmU0YzQyLWUzMTItNDEwZS04MTUwLWM5MzllZjgwOGVjMC9yb2xlcw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-store, proxy-revalidate, no-cache, max-age=0, private" - ], "Date": [ - "Tue, 12 Feb 2019 23:37:22 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Apim-Request-Id": [ - "a4d8be10-08fa-4c45-821f-2a7ae58b319e" - ], - "Request-Id": [ - "a4d8be10-08fa-4c45-821f-2a7ae58b319e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains; preload" - ], - "Request-Context": [ - "appId=cid-v1:26a3540d-a02a-4998-a060-715488fd769b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "X-Frame-Options": [ - "SAMEORIGIN" + "Sun, 25 Aug 2019 19:15:30 GMT" ], "Content-Length": [ - "68" + "130" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"6d93922b-bc15-4809-af24-0157c4cb4b49\",\r\n \"name\": \"simple role\"\r\n }\r\n]", - "StatusCode": 200 + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"BadArgument\",\r\n \"message\": \"The model (Pattern.Any model) cannot contain an entity role.\"\r\n }\r\n}", + "StatusCode": 400 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/452e4c42-e312-410e-8150-c939ef808ec0", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzLzQ1MmU0YzQyLWUzMTItNDEwZS04MTUwLWM5MzllZjgwOGVjMA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/aeeeabba-f471-432e-8d32-b3a6f06e8df7", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzL2FlZWVhYmJhLWY0NzEtNDMyZS04ZDMyLWIzYTZmMDZlOGRmNw==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:23 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "9a83e780-9ad9-4a00-805a-400a8f5e590b" + "29074181-8136-4a62-ab62-afe144923cc1" ], "Request-Id": [ - "9a83e780-9ad9-4a00-805a-400a8f5e590b" + "29074181-8136-4a62-ab62-afe144923cc1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -230,6 +167,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:30 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/AddPatternAnyEntityRole.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/AddPatternAnyEntityRole.json index 2d0ae53a899ae..34470d7409c5d 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/AddPatternAnyEntityRole.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/AddPatternAnyEntityRole.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcw==", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"Pattern.Any model\",\r\n \"explicitList\": []\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:36 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/dc2f46fe-ccce-4c06-a813-549dc94fc871" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/1a9668d4-8912-4422-8cc6-1d2b3fc65c36" ], "Apim-Request-Id": [ - "a7e65cc8-f5a0-4ba5-b373-45c8695502f3" + "4e19b8be-5d0d-4a25-9ddb-60b793d98a4d" ], "Request-Id": [ - "a7e65cc8-f5a0-4ba5-b373-45c8695502f3" + "4e19b8be-5d0d-4a25-9ddb-60b793d98a4d" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/dc2f46fe-ccce-4c06-a813-549dc94fc871" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/1a9668d4-8912-4422-8cc6-1d2b3fc65c36" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:58 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"dc2f46fe-ccce-4c06-a813-549dc94fc871\"", + "ResponseBody": "\"1a9668d4-8912-4422-8cc6-1d2b3fc65c36\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/dc2f46fe-ccce-4c06-a813-549dc94fc871/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy9kYzJmNDZmZS1jY2NlLTRjMDYtYTgxMy01NDlkYzk0ZmM4NzEvcm9sZXM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/1a9668d4-8912-4422-8cc6-1d2b3fc65c36/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy8xYTk2NjhkNC04OTEyLTQ0MjItOGNjNi0xZDJiM2ZjNjVjMzYvcm9sZXM=", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:36 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/dc2f46fe-ccce-4c06-a813-549dc94fc871/roles/4f07f967-33f8-40fa-aaef-a66cf1ba03f6" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/1a9668d4-8912-4422-8cc6-1d2b3fc65c36/roles/c0457d36-3081-4cee-97fe-fdee8a783f26" ], "Apim-Request-Id": [ - "f1d8633c-deee-444a-945f-f999b4141d01" + "3f5b7629-ee1d-48d5-a697-bbf34f96cb9c" ], "Request-Id": [ - "f1d8633c-deee-444a-945f-f999b4141d01" + "3f5b7629-ee1d-48d5-a697-bbf34f96cb9c" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/dc2f46fe-ccce-4c06-a813-549dc94fc871/roles/4f07f967-33f8-40fa-aaef-a66cf1ba03f6" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/1a9668d4-8912-4422-8cc6-1d2b3fc65c36/roles/c0457d36-3081-4cee-97fe-fdee8a783f26" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,6 +119,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:58 GMT" + ], "Content-Length": [ "38" ], @@ -129,40 +129,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"4f07f967-33f8-40fa-aaef-a66cf1ba03f6\"", + "ResponseBody": "\"c0457d36-3081-4cee-97fe-fdee8a783f26\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/dc2f46fe-ccce-4c06-a813-549dc94fc871/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy9kYzJmNDZmZS1jY2NlLTRjMDYtYTgxMy01NDlkYzk0ZmM4NzEvcm9sZXM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/1a9668d4-8912-4422-8cc6-1d2b3fc65c36/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy8xYTk2NjhkNC04OTEyLTQ0MjItOGNjNi0xZDJiM2ZjNjVjMzYvcm9sZXM=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:36 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "68d2045c-005b-4efd-8418-e70205124305" + "c5c9fe5f-2c92-4a9a-bed3-4c178230983f" ], "Request-Id": [ - "68d2045c-005b-4efd-8418-e70205124305" + "c5c9fe5f-2c92-4a9a-bed3-4c178230983f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -176,6 +173,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:58 GMT" + ], "Content-Length": [ "68" ], @@ -183,40 +183,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"4f07f967-33f8-40fa-aaef-a66cf1ba03f6\",\r\n \"name\": \"simple role\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"c0457d36-3081-4cee-97fe-fdee8a783f26\",\r\n \"name\": \"simple role\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/dc2f46fe-ccce-4c06-a813-549dc94fc871", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy9kYzJmNDZmZS1jY2NlLTRjMDYtYTgxMy01NDlkYzk0ZmM4NzE=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/1a9668d4-8912-4422-8cc6-1d2b3fc65c36", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy8xYTk2NjhkNC04OTEyLTQ0MjItOGNjNi0xZDJiM2ZjNjVjMzY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:36 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "2f228d81-847f-44ea-a0ca-af6ab58ccb2b" + "b064c4f4-d55a-4f87-abe8-49a7a36c3902" ], "Request-Id": [ - "2f228d81-847f-44ea-a0ca-af6ab58ccb2b" + "b064c4f4-d55a-4f87-abe8-49a7a36c3902" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -230,6 +227,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:58 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/AddPrebuiltEntityRole.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/AddPrebuiltEntityRole.json index ff6a27fc061a7..46ec1062a5e63 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/AddPrebuiltEntityRole.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/AddPrebuiltEntityRole.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", "RequestMethod": "POST", "RequestBody": "[\r\n \"money\"\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,17 +26,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:32 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "4121e88a-9fb5-4f33-8b8f-dad176c63a73" + "d3d57d93-03c1-4f72-bce7-ecec83191701" ], "Request-Id": [ - "4121e88a-9fb5-4f33-8b8f-dad176c63a73" + "d3d57d93-03c1-4f72-bce7-ecec83191701" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -50,6 +47,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:05 GMT" + ], "Content-Length": [ "127" ], @@ -57,23 +57,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"91a31bec-e8b8-4114-9d82-12545583942c\",\r\n \"name\": \"money\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"4b1de78e-9908-4a01-8dab-e214d12511ae\",\r\n \"name\": \"money\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/91a31bec-e8b8-4114-9d82-12545583942c/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy85MWEzMWJlYy1lOGI4LTQxMTQtOWQ4Mi0xMjU0NTU4Mzk0MmMvcm9sZXM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/4b1de78e-9908-4a01-8dab-e214d12511ae/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy80YjFkZTc4ZS05OTA4LTRhMDEtOGRhYi1lMjE0ZDEyNTExYWUvcm9sZXM=", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -86,23 +86,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:32 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/91a31bec-e8b8-4114-9d82-12545583942c/roles/541ac632-90e8-4440-8d87-3b54b0ef0011" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/4b1de78e-9908-4a01-8dab-e214d12511ae/roles/4b8b3bc9-c4e3-4482-9d68-e34817c5ac7c" ], "Apim-Request-Id": [ - "7164569a-67be-4512-993e-30f1559174db" + "e3421515-acca-4db6-ae53-1c305378594d" ], "Request-Id": [ - "7164569a-67be-4512-993e-30f1559174db" + "e3421515-acca-4db6-ae53-1c305378594d" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/91a31bec-e8b8-4114-9d82-12545583942c/roles/541ac632-90e8-4440-8d87-3b54b0ef0011" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/4b1de78e-9908-4a01-8dab-e214d12511ae/roles/4b8b3bc9-c4e3-4482-9d68-e34817c5ac7c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -116,6 +113,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:06 GMT" + ], "Content-Length": [ "38" ], @@ -123,40 +123,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"541ac632-90e8-4440-8d87-3b54b0ef0011\"", + "ResponseBody": "\"4b8b3bc9-c4e3-4482-9d68-e34817c5ac7c\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/91a31bec-e8b8-4114-9d82-12545583942c/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy85MWEzMWJlYy1lOGI4LTQxMTQtOWQ4Mi0xMjU0NTU4Mzk0MmMvcm9sZXM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/4b1de78e-9908-4a01-8dab-e214d12511ae/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy80YjFkZTc4ZS05OTA4LTRhMDEtOGRhYi1lMjE0ZDEyNTExYWUvcm9sZXM=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:33 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "c16f600f-67aa-46a7-a6fb-e5a732bb3a8d" + "75f705cf-bbea-4326-b687-275650f7a2ce" ], "Request-Id": [ - "c16f600f-67aa-46a7-a6fb-e5a732bb3a8d" + "75f705cf-bbea-4326-b687-275650f7a2ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -170,6 +167,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:06 GMT" + ], "Content-Length": [ "68" ], @@ -177,40 +177,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"541ac632-90e8-4440-8d87-3b54b0ef0011\",\r\n \"name\": \"simple role\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"4b8b3bc9-c4e3-4482-9d68-e34817c5ac7c\",\r\n \"name\": \"simple role\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/91a31bec-e8b8-4114-9d82-12545583942c", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy85MWEzMWJlYy1lOGI4LTQxMTQtOWQ4Mi0xMjU0NTU4Mzk0MmM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/4b1de78e-9908-4a01-8dab-e214d12511ae", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy80YjFkZTc4ZS05OTA4LTRhMDEtOGRhYi1lMjE0ZDEyNTExYWU=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:33 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "d2020be9-d77f-4c78-9cba-aaa8c43b1120" + "2e033beb-b728-4fa7-9bd6-fb94a7a2d75c" ], "Request-Id": [ - "d2020be9-d77f-4c78-9cba-aaa8c43b1120" + "2e033beb-b728-4fa7-9bd6-fb94a7a2d75c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -224,6 +221,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:06 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/AddRegexEntityRole.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/AddRegexEntityRole.json index d093085e33409..0d2532d304dfe 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/AddRegexEntityRole.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/AddRegexEntityRole.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXM=", "RequestMethod": "POST", "RequestBody": "{\r\n \"regexPattern\": \"a+\",\r\n \"name\": \"regex model\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:54 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/3f9d362e-3981-4b0f-8395-dcb0077e9950" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/65ef5347-f450-47f3-8590-83b4d4e7689d" ], "Apim-Request-Id": [ - "1376b155-ce33-4b1b-b330-4c3b25eeed7c" + "4c332f1d-1937-4a9c-9e79-78925081d329" ], "Request-Id": [ - "1376b155-ce33-4b1b-b330-4c3b25eeed7c" + "4c332f1d-1937-4a9c-9e79-78925081d329" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/3f9d362e-3981-4b0f-8395-dcb0077e9950" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/65ef5347-f450-47f3-8590-83b4d4e7689d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:31 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"3f9d362e-3981-4b0f-8395-dcb0077e9950\"", + "ResponseBody": "\"65ef5347-f450-47f3-8590-83b4d4e7689d\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/3f9d362e-3981-4b0f-8395-dcb0077e9950/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvM2Y5ZDM2MmUtMzk4MS00YjBmLTgzOTUtZGNiMDA3N2U5OTUwL3JvbGVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/65ef5347-f450-47f3-8590-83b4d4e7689d/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvNjVlZjUzNDctZjQ1MC00N2YzLTg1OTAtODNiNGQ0ZTc2ODlkL3JvbGVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:54 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/3f9d362e-3981-4b0f-8395-dcb0077e9950/roles/89761278-c716-42af-b91f-11f5b895d25b" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/65ef5347-f450-47f3-8590-83b4d4e7689d/roles/8e81ecc3-9665-4298-a207-af635796c758" ], "Apim-Request-Id": [ - "c7e466ad-db8e-4d4c-af63-3b3744c120b8" + "61ae9ec4-a547-4ff1-ae56-d0382d73ac48" ], "Request-Id": [ - "c7e466ad-db8e-4d4c-af63-3b3744c120b8" + "61ae9ec4-a547-4ff1-ae56-d0382d73ac48" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/3f9d362e-3981-4b0f-8395-dcb0077e9950/roles/89761278-c716-42af-b91f-11f5b895d25b" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/65ef5347-f450-47f3-8590-83b4d4e7689d/roles/8e81ecc3-9665-4298-a207-af635796c758" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,6 +119,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:31 GMT" + ], "Content-Length": [ "38" ], @@ -129,40 +129,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"89761278-c716-42af-b91f-11f5b895d25b\"", + "ResponseBody": "\"8e81ecc3-9665-4298-a207-af635796c758\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/3f9d362e-3981-4b0f-8395-dcb0077e9950/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvM2Y5ZDM2MmUtMzk4MS00YjBmLTgzOTUtZGNiMDA3N2U5OTUwL3JvbGVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/65ef5347-f450-47f3-8590-83b4d4e7689d/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvNjVlZjUzNDctZjQ1MC00N2YzLTg1OTAtODNiNGQ0ZTc2ODlkL3JvbGVz", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:54 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "503d6bf6-eed4-437f-829f-fb5b76c148b0" + "e73ca751-23fb-4862-997d-c47589597850" ], "Request-Id": [ - "503d6bf6-eed4-437f-829f-fb5b76c148b0" + "e73ca751-23fb-4862-997d-c47589597850" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -176,6 +173,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:32 GMT" + ], "Content-Length": [ "68" ], @@ -183,40 +183,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"89761278-c716-42af-b91f-11f5b895d25b\",\r\n \"name\": \"simple role\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"8e81ecc3-9665-4298-a207-af635796c758\",\r\n \"name\": \"simple role\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/3f9d362e-3981-4b0f-8395-dcb0077e9950", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvM2Y5ZDM2MmUtMzk4MS00YjBmLTgzOTUtZGNiMDA3N2U5OTUw", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/65ef5347-f450-47f3-8590-83b4d4e7689d", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvNjVlZjUzNDctZjQ1MC00N2YzLTg1OTAtODNiNGQ0ZTc2ODlk", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:55 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "f6f5bfde-d0a0-4aff-bebe-6856f03b4cb8" + "357b9232-c1f0-405a-92f7-142d3a9a6183" ], "Request-Id": [ - "f6f5bfde-d0a0-4aff-bebe-6856f03b4cb8" + "357b9232-c1f0-405a-92f7-142d3a9a6183" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -230,6 +227,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:32 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/AddSimpleEntityRole.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/AddSimpleEntityRole.json index 904b1df1337ab..9bcbd14c1fa68 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/AddSimpleEntityRole.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/AddSimpleEntityRole.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple entity\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:00 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/49a2b463-3e3b-4d80-8444-388e2e9552f1" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/b27c8cb1-f188-4c3b-b120-734bd9dad027" ], "Apim-Request-Id": [ - "b4c80bb6-bb70-465f-9cc0-eca671711260" + "1d08970c-5401-4200-a717-4cd875fd95d5" ], "Request-Id": [ - "b4c80bb6-bb70-465f-9cc0-eca671711260" + "1d08970c-5401-4200-a717-4cd875fd95d5" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/49a2b463-3e3b-4d80-8444-388e2e9552f1" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/b27c8cb1-f188-4c3b-b120-734bd9dad027" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:54 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"49a2b463-3e3b-4d80-8444-388e2e9552f1\"", + "ResponseBody": "\"b27c8cb1-f188-4c3b-b120-734bd9dad027\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/49a2b463-3e3b-4d80-8444-388e2e9552f1/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzQ5YTJiNDYzLTNlM2ItNGQ4MC04NDQ0LTM4OGUyZTk1NTJmMS9yb2xlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/b27c8cb1-f188-4c3b-b120-734bd9dad027/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzL2IyN2M4Y2IxLWYxODgtNGMzYi1iMTIwLTczNGJkOWRhZDAyNy9yb2xlcw==", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:00 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/49a2b463-3e3b-4d80-8444-388e2e9552f1/roles/c768818d-810d-4482-a64a-196a855f7df2" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/b27c8cb1-f188-4c3b-b120-734bd9dad027/roles/4bb28340-b3dc-4a24-ab3f-30ff432fdd7d" ], "Apim-Request-Id": [ - "625efc15-4e92-4b90-b949-cfae6d42ebc8" + "fd7a097e-c0c9-43d4-9abb-2ae63556eaab" ], "Request-Id": [ - "625efc15-4e92-4b90-b949-cfae6d42ebc8" + "fd7a097e-c0c9-43d4-9abb-2ae63556eaab" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/49a2b463-3e3b-4d80-8444-388e2e9552f1/roles/c768818d-810d-4482-a64a-196a855f7df2" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/b27c8cb1-f188-4c3b-b120-734bd9dad027/roles/4bb28340-b3dc-4a24-ab3f-30ff432fdd7d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,6 +119,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:54 GMT" + ], "Content-Length": [ "38" ], @@ -129,40 +129,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"c768818d-810d-4482-a64a-196a855f7df2\"", + "ResponseBody": "\"4bb28340-b3dc-4a24-ab3f-30ff432fdd7d\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/49a2b463-3e3b-4d80-8444-388e2e9552f1/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzQ5YTJiNDYzLTNlM2ItNGQ4MC04NDQ0LTM4OGUyZTk1NTJmMS9yb2xlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/b27c8cb1-f188-4c3b-b120-734bd9dad027/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzL2IyN2M4Y2IxLWYxODgtNGMzYi1iMTIwLTczNGJkOWRhZDAyNy9yb2xlcw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:00 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "16791f53-509f-4248-8033-15f139ffb02c" + "3072ce38-4a77-4d1b-8ce2-fbc362930ff2" ], "Request-Id": [ - "16791f53-509f-4248-8033-15f139ffb02c" + "3072ce38-4a77-4d1b-8ce2-fbc362930ff2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -176,6 +173,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:54 GMT" + ], "Content-Length": [ "68" ], @@ -183,40 +183,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"c768818d-810d-4482-a64a-196a855f7df2\",\r\n \"name\": \"simple role\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"4bb28340-b3dc-4a24-ab3f-30ff432fdd7d\",\r\n \"name\": \"simple role\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/49a2b463-3e3b-4d80-8444-388e2e9552f1", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzQ5YTJiNDYzLTNlM2ItNGQ4MC04NDQ0LTM4OGUyZTk1NTJmMQ==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/b27c8cb1-f188-4c3b-b120-734bd9dad027", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzL2IyN2M4Y2IxLWYxODgtNGMzYi1iMTIwLTczNGJkOWRhZDAyNw==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:01 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "a14bf3ba-510d-4488-9d68-f53438298e4c" + "c20d9c79-7df5-4c29-b0a2-0af0d8380d7a" ], "Request-Id": [ - "a14bf3ba-510d-4488-9d68-f53438298e4c" + "c20d9c79-7df5-4c29-b0a2-0af0d8380d7a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -230,6 +227,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:54 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/DeleteClosedListEntityRole.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/DeleteClosedListEntityRole.json index 5b6918241b8b8..9217133380629 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/DeleteClosedListEntityRole.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/DeleteClosedListEntityRole.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3Rz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3Rz", "RequestMethod": "POST", "RequestBody": "{\r\n \"subLists\": [\r\n {\r\n \"canonicalForm\": \"test\",\r\n \"list\": []\r\n }\r\n ],\r\n \"name\": \"closed list model\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:10 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/a0305ace-5d1c-4ac8-bc3c-7a3a3b2afd01" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/ec03b9fc-bc1f-4c4a-8b44-3dde342502fe" ], "Apim-Request-Id": [ - "007fef9f-a21a-4ad4-a7b1-99c8a4e18016" + "56bf33f6-3e3c-4596-abd6-3fec7a320c97" ], "Request-Id": [ - "007fef9f-a21a-4ad4-a7b1-99c8a4e18016" + "56bf33f6-3e3c-4596-abd6-3fec7a320c97" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/a0305ace-5d1c-4ac8-bc3c-7a3a3b2afd01" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/ec03b9fc-bc1f-4c4a-8b44-3dde342502fe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:47 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"a0305ace-5d1c-4ac8-bc3c-7a3a3b2afd01\"", + "ResponseBody": "\"ec03b9fc-bc1f-4c4a-8b44-3dde342502fe\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/a0305ace-5d1c-4ac8-bc3c-7a3a3b2afd01/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2EwMzA1YWNlLTVkMWMtNGFjOC1iYzNjLTdhM2EzYjJhZmQwMS9yb2xlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/ec03b9fc-bc1f-4c4a-8b44-3dde342502fe/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2VjMDNiOWZjLWJjMWYtNGM0YS04YjQ0LTNkZGUzNDI1MDJmZS9yb2xlcw==", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:10 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/a0305ace-5d1c-4ac8-bc3c-7a3a3b2afd01/roles/a748a394-1109-4704-99c6-625a6f54dbcf" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/ec03b9fc-bc1f-4c4a-8b44-3dde342502fe/roles/17783fc5-f85d-4b7f-b247-9a5fcd4d267d" ], "Apim-Request-Id": [ - "54d45f3b-2905-490b-a9aa-d6db245a85a8" + "9066a17b-81bf-40ef-9f0c-be3f085cf7d1" ], "Request-Id": [ - "54d45f3b-2905-490b-a9aa-d6db245a85a8" + "9066a17b-81bf-40ef-9f0c-be3f085cf7d1" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/a0305ace-5d1c-4ac8-bc3c-7a3a3b2afd01/roles/a748a394-1109-4704-99c6-625a6f54dbcf" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/ec03b9fc-bc1f-4c4a-8b44-3dde342502fe/roles/17783fc5-f85d-4b7f-b247-9a5fcd4d267d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,6 +119,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:48 GMT" + ], "Content-Length": [ "38" ], @@ -129,40 +129,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"a748a394-1109-4704-99c6-625a6f54dbcf\"", + "ResponseBody": "\"17783fc5-f85d-4b7f-b247-9a5fcd4d267d\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/a0305ace-5d1c-4ac8-bc3c-7a3a3b2afd01/roles/a748a394-1109-4704-99c6-625a6f54dbcf", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2EwMzA1YWNlLTVkMWMtNGFjOC1iYzNjLTdhM2EzYjJhZmQwMS9yb2xlcy9hNzQ4YTM5NC0xMTA5LTQ3MDQtOTljNi02MjVhNmY1NGRiY2Y=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/ec03b9fc-bc1f-4c4a-8b44-3dde342502fe/roles/17783fc5-f85d-4b7f-b247-9a5fcd4d267d", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2VjMDNiOWZjLWJjMWYtNGM0YS04YjQ0LTNkZGUzNDI1MDJmZS9yb2xlcy8xNzc4M2ZjNS1mODVkLTRiN2YtYjI0Ny05YTVmY2Q0ZDI2N2Q=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:10 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "a0e3ad09-28fc-45a1-aab4-9c6cefb5c7b3" + "c11eea9a-bc38-427a-aba1-86b4f4bd6c8d" ], "Request-Id": [ - "a0e3ad09-28fc-45a1-aab4-9c6cefb5c7b3" + "c11eea9a-bc38-427a-aba1-86b4f4bd6c8d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -176,6 +173,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:48 GMT" + ], "Content-Length": [ "51" ], @@ -187,36 +187,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/a0305ace-5d1c-4ac8-bc3c-7a3a3b2afd01/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2EwMzA1YWNlLTVkMWMtNGFjOC1iYzNjLTdhM2EzYjJhZmQwMS9yb2xlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/ec03b9fc-bc1f-4c4a-8b44-3dde342502fe/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2VjMDNiOWZjLWJjMWYtNGM0YS04YjQ0LTNkZGUzNDI1MDJmZS9yb2xlcw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:10 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "e88f80b3-5fee-49b8-ac7f-a689c8d7c949" + "81ff602e-f7a1-4700-9d6e-2c6b27904c4d" ], "Request-Id": [ - "e88f80b3-5fee-49b8-ac7f-a689c8d7c949" + "81ff602e-f7a1-4700-9d6e-2c6b27904c4d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -230,6 +227,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:48 GMT" + ], "Content-Length": [ "2" ], @@ -241,36 +241,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/a0305ace-5d1c-4ac8-bc3c-7a3a3b2afd01", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2EwMzA1YWNlLTVkMWMtNGFjOC1iYzNjLTdhM2EzYjJhZmQwMQ==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/ec03b9fc-bc1f-4c4a-8b44-3dde342502fe", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2VjMDNiOWZjLWJjMWYtNGM0YS04YjQ0LTNkZGUzNDI1MDJmZQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:11 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "f40b6650-731f-4379-8849-fe454eaa2eec" + "327d2aa9-b299-4b3b-822d-4bdf9aaae4cb" ], "Request-Id": [ - "f40b6650-731f-4379-8849-fe454eaa2eec" + "327d2aa9-b299-4b3b-822d-4bdf9aaae4cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -284,6 +281,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:49 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/DeleteCompositeEntityRole.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/DeleteCompositeEntityRole.json index 71b04c17bc1f5..44bd1da7cf2fd 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/DeleteCompositeEntityRole.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/DeleteCompositeEntityRole.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", "RequestMethod": "POST", "RequestBody": "[\r\n \"datetimeV2\"\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,17 +26,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:27 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "a7a368a2-0271-4e19-bfad-1b7f0cd72de0" + "a7d058bc-02c7-45e2-a6dc-31c0057eff95" ], "Request-Id": [ - "a7a368a2-0271-4e19-bfad-1b7f0cd72de0" + "a7d058bc-02c7-45e2-a6dc-31c0057eff95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -50,6 +47,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:41 GMT" + ], "Content-Length": [ "132" ], @@ -57,23 +57,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"6d2e1b8e-9555-4780-b496-63079e562b06\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"00ae3e18-38db-46b9-b27d-b9805352d9f8\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"children\": [\r\n \"datetimeV2\"\r\n ],\r\n \"name\": \"composite model\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -86,23 +86,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:28 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/4b6ab9fc-f65c-46c7-a7fa-0bec4fa79aad" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/03e62bee-955b-4422-bb60-e4f711df1d62" ], "Apim-Request-Id": [ - "7c112639-ffd3-4264-aaaf-11aaecd74b28" + "6e47a548-38a4-40ae-8177-db077453c963" ], "Request-Id": [ - "7c112639-ffd3-4264-aaaf-11aaecd74b28" + "6e47a548-38a4-40ae-8177-db077453c963" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/4b6ab9fc-f65c-46c7-a7fa-0bec4fa79aad" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/03e62bee-955b-4422-bb60-e4f711df1d62" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -116,6 +113,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:41 GMT" + ], "Content-Length": [ "38" ], @@ -123,23 +123,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"4b6ab9fc-f65c-46c7-a7fa-0bec4fa79aad\"", + "ResponseBody": "\"03e62bee-955b-4422-bb60-e4f711df1d62\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/4b6ab9fc-f65c-46c7-a7fa-0bec4fa79aad/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzRiNmFiOWZjLWY2NWMtNDZjNy1hN2ZhLTBiZWM0ZmE3OWFhZC9yb2xlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/03e62bee-955b-4422-bb60-e4f711df1d62/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzAzZTYyYmVlLTk1NWItNDQyMi1iYjYwLWU0ZjcxMWRmMWQ2Mi9yb2xlcw==", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -152,23 +152,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:28 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/4b6ab9fc-f65c-46c7-a7fa-0bec4fa79aad/roles/35e5fd8f-1c03-44c3-a9f1-a5f65b646101" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/03e62bee-955b-4422-bb60-e4f711df1d62/roles/bf1d5326-8bc3-4cfd-8803-d8d62214ca7c" ], "Apim-Request-Id": [ - "3d8813b2-a203-45b7-9e01-6871c174767e" + "0939062e-2425-4865-89b9-442d0b1a0d68" ], "Request-Id": [ - "3d8813b2-a203-45b7-9e01-6871c174767e" + "0939062e-2425-4865-89b9-442d0b1a0d68" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/4b6ab9fc-f65c-46c7-a7fa-0bec4fa79aad/roles/35e5fd8f-1c03-44c3-a9f1-a5f65b646101" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/03e62bee-955b-4422-bb60-e4f711df1d62/roles/bf1d5326-8bc3-4cfd-8803-d8d62214ca7c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -182,6 +179,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:41 GMT" + ], "Content-Length": [ "38" ], @@ -189,40 +189,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"35e5fd8f-1c03-44c3-a9f1-a5f65b646101\"", + "ResponseBody": "\"bf1d5326-8bc3-4cfd-8803-d8d62214ca7c\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/4b6ab9fc-f65c-46c7-a7fa-0bec4fa79aad/roles/35e5fd8f-1c03-44c3-a9f1-a5f65b646101", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzRiNmFiOWZjLWY2NWMtNDZjNy1hN2ZhLTBiZWM0ZmE3OWFhZC9yb2xlcy8zNWU1ZmQ4Zi0xYzAzLTQ0YzMtYTlmMS1hNWY2NWI2NDYxMDE=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/03e62bee-955b-4422-bb60-e4f711df1d62/roles/bf1d5326-8bc3-4cfd-8803-d8d62214ca7c", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzAzZTYyYmVlLTk1NWItNDQyMi1iYjYwLWU0ZjcxMWRmMWQ2Mi9yb2xlcy9iZjFkNTMyNi04YmMzLTRjZmQtODgwMy1kOGQ2MjIxNGNhN2M=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:28 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "7800060e-416c-4c59-8ad5-3d750ded2cc5" + "c02f3503-c778-40b6-b11e-af52552fe169" ], "Request-Id": [ - "7800060e-416c-4c59-8ad5-3d750ded2cc5" + "c02f3503-c778-40b6-b11e-af52552fe169" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -236,6 +233,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:42 GMT" + ], "Content-Length": [ "51" ], @@ -247,36 +247,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/4b6ab9fc-f65c-46c7-a7fa-0bec4fa79aad/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzRiNmFiOWZjLWY2NWMtNDZjNy1hN2ZhLTBiZWM0ZmE3OWFhZC9yb2xlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/03e62bee-955b-4422-bb60-e4f711df1d62/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzAzZTYyYmVlLTk1NWItNDQyMi1iYjYwLWU0ZjcxMWRmMWQ2Mi9yb2xlcw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:28 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "6c0b7ced-372b-410c-9a3c-e9aea9444ca9" + "4ada7779-c78c-4e02-8dcf-7ed256b88c33" ], "Request-Id": [ - "6c0b7ced-372b-410c-9a3c-e9aea9444ca9" + "4ada7779-c78c-4e02-8dcf-7ed256b88c33" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -290,6 +287,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:42 GMT" + ], "Content-Length": [ "2" ], @@ -301,36 +301,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/4b6ab9fc-f65c-46c7-a7fa-0bec4fa79aad", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzRiNmFiOWZjLWY2NWMtNDZjNy1hN2ZhLTBiZWM0ZmE3OWFhZA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/03e62bee-955b-4422-bb60-e4f711df1d62", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzAzZTYyYmVlLTk1NWItNDQyMi1iYjYwLWU0ZjcxMWRmMWQ2Mg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:29 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "b34d1b26-3db9-4cc4-ab9e-e4d29234ead0" + "0fcbd486-992c-4626-8d5c-eb49a782505f" ], "Request-Id": [ - "b34d1b26-3db9-4cc4-ab9e-e4d29234ead0" + "0fcbd486-992c-4626-8d5c-eb49a782505f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -344,6 +341,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:42 GMT" + ], "Content-Length": [ "51" ], @@ -355,36 +355,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/6d2e1b8e-9555-4780-b496-63079e562b06", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy82ZDJlMWI4ZS05NTU1LTQ3ODAtYjQ5Ni02MzA3OWU1NjJiMDY=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/00ae3e18-38db-46b9-b27d-b9805352d9f8", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy8wMGFlM2UxOC0zOGRiLTQ2YjktYjI3ZC1iOTgwNTM1MmQ5Zjg=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:29 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "957d8746-9569-49fe-ba58-9fc398d26920" + "61e6877b-1154-4708-b483-695051dab7c6" ], "Request-Id": [ - "957d8746-9569-49fe-ba58-9fc398d26920" + "61e6877b-1154-4708-b483-695051dab7c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -398,6 +395,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:42 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/DeleteCustomPrebuiltDomainEntityRole.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/DeleteCustomPrebuiltDomainEntityRole.json index 3ff085377d4e8..d0bce7311d47e 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/DeleteCustomPrebuiltDomainEntityRole.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/DeleteCustomPrebuiltDomainEntityRole.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXM=", "RequestMethod": "POST", "RequestBody": "{\r\n \"domainName\": \"Communication\",\r\n \"modelName\": \"ContactName\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:07 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities/ae8e40e6-5334-455d-b26e-d3d332ac36a4" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities/9c8db56f-5eb1-46a3-9999-032ef712182d" ], "Apim-Request-Id": [ - "7708ac74-7b5d-4a87-b885-1274eddefee0" + "e9e2f12d-054a-465a-8b01-ada36e9a1e68" ], "Request-Id": [ - "7708ac74-7b5d-4a87-b885-1274eddefee0" + "e9e2f12d-054a-465a-8b01-ada36e9a1e68" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities/ae8e40e6-5334-455d-b26e-d3d332ac36a4" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities/9c8db56f-5eb1-46a3-9999-032ef712182d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:10 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"ae8e40e6-5334-455d-b26e-d3d332ac36a4\"", + "ResponseBody": "\"9c8db56f-5eb1-46a3-9999-032ef712182d\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities/ae8e40e6-5334-455d-b26e-d3d332ac36a4/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXMvYWU4ZTQwZTYtNTMzNC00NTVkLWIyNmUtZDNkMzMyYWMzNmE0L3JvbGVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities/9c8db56f-5eb1-46a3-9999-032ef712182d/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXMvOWM4ZGI1NmYtNWViMS00NmEzLTk5OTktMDMyZWY3MTIxODJkL3JvbGVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:07 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities/ae8e40e6-5334-455d-b26e-d3d332ac36a4/roles/52dd5de2-5006-4295-87e1-0a9a5d7fb186" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities/9c8db56f-5eb1-46a3-9999-032ef712182d/roles/f84fb8b8-1fc1-4aae-8e4e-2453d0637bc4" ], "Apim-Request-Id": [ - "c2cb3c97-2895-434c-928d-682fba2ae258" + "1022110e-15ca-484e-bc68-ebb528724e5a" ], "Request-Id": [ - "c2cb3c97-2895-434c-928d-682fba2ae258" + "1022110e-15ca-484e-bc68-ebb528724e5a" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities/ae8e40e6-5334-455d-b26e-d3d332ac36a4/roles/52dd5de2-5006-4295-87e1-0a9a5d7fb186" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities/9c8db56f-5eb1-46a3-9999-032ef712182d/roles/f84fb8b8-1fc1-4aae-8e4e-2453d0637bc4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,6 +119,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:11 GMT" + ], "Content-Length": [ "38" ], @@ -129,40 +129,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"52dd5de2-5006-4295-87e1-0a9a5d7fb186\"", + "ResponseBody": "\"f84fb8b8-1fc1-4aae-8e4e-2453d0637bc4\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities/ae8e40e6-5334-455d-b26e-d3d332ac36a4/roles/52dd5de2-5006-4295-87e1-0a9a5d7fb186", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXMvYWU4ZTQwZTYtNTMzNC00NTVkLWIyNmUtZDNkMzMyYWMzNmE0L3JvbGVzLzUyZGQ1ZGUyLTUwMDYtNDI5NS04N2UxLTBhOWE1ZDdmYjE4Ng==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities/9c8db56f-5eb1-46a3-9999-032ef712182d/roles/f84fb8b8-1fc1-4aae-8e4e-2453d0637bc4", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXMvOWM4ZGI1NmYtNWViMS00NmEzLTk5OTktMDMyZWY3MTIxODJkL3JvbGVzL2Y4NGZiOGI4LTFmYzEtNGFhZS04ZTRlLTI0NTNkMDYzN2JjNA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:08 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "fbd0e8f1-1097-45c4-8f69-4685f51d6cac" + "027cfda3-8f1c-45a3-b2ec-a6bf78542859" ], "Request-Id": [ - "fbd0e8f1-1097-45c4-8f69-4685f51d6cac" + "027cfda3-8f1c-45a3-b2ec-a6bf78542859" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -176,6 +173,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:11 GMT" + ], "Content-Length": [ "51" ], @@ -187,36 +187,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities/ae8e40e6-5334-455d-b26e-d3d332ac36a4/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXMvYWU4ZTQwZTYtNTMzNC00NTVkLWIyNmUtZDNkMzMyYWMzNmE0L3JvbGVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities/9c8db56f-5eb1-46a3-9999-032ef712182d/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXMvOWM4ZGI1NmYtNWViMS00NmEzLTk5OTktMDMyZWY3MTIxODJkL3JvbGVz", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:08 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "a605481c-242d-42c1-a040-2822d6b0954c" + "0b49794f-034a-4e60-9c62-63bb3ef3b7e8" ], "Request-Id": [ - "a605481c-242d-42c1-a040-2822d6b0954c" + "0b49794f-034a-4e60-9c62-63bb3ef3b7e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -230,6 +227,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:11 GMT" + ], "Content-Length": [ "2" ], @@ -241,36 +241,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/ae8e40e6-5334-455d-b26e-d3d332ac36a4", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzL2FlOGU0MGU2LTUzMzQtNDU1ZC1iMjZlLWQzZDMzMmFjMzZhNA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/9c8db56f-5eb1-46a3-9999-032ef712182d", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzljOGRiNTZmLTVlYjEtNDZhMy05OTk5LTAzMmVmNzEyMTgyZA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:08 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "f840a0ef-63a8-4b63-899d-964cea297dda" + "119ce308-6b4d-4098-bdbf-fd3285d1dfbf" ], "Request-Id": [ - "f840a0ef-63a8-4b63-899d-964cea297dda" + "119ce308-6b4d-4098-bdbf-fd3285d1dfbf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -284,6 +281,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:12 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/DeletePatternAnyEntityRole.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/DeletePatternAnyEntityRole.json index bd4d2a138fcad..765283fe10779 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/DeletePatternAnyEntityRole.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/DeletePatternAnyEntityRole.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcw==", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"Pattern.Any model\",\r\n \"explicitList\": []\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:12 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/880c2023-ff3c-46c8-afca-ec2b462da034" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/411d6f48-4a37-4d88-8caa-c67ce0d0a5f8" ], "Apim-Request-Id": [ - "8efc7c9d-6fce-4313-bf58-4c2e743f6d54" + "96a95cde-d149-4e2f-8bff-193a92a64721" ], "Request-Id": [ - "8efc7c9d-6fce-4313-bf58-4c2e743f6d54" + "96a95cde-d149-4e2f-8bff-193a92a64721" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/880c2023-ff3c-46c8-afca-ec2b462da034" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/411d6f48-4a37-4d88-8caa-c67ce0d0a5f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:01 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"880c2023-ff3c-46c8-afca-ec2b462da034\"", + "ResponseBody": "\"411d6f48-4a37-4d88-8caa-c67ce0d0a5f8\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/880c2023-ff3c-46c8-afca-ec2b462da034/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy84ODBjMjAyMy1mZjNjLTQ2YzgtYWZjYS1lYzJiNDYyZGEwMzQvcm9sZXM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/411d6f48-4a37-4d88-8caa-c67ce0d0a5f8/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy80MTFkNmY0OC00YTM3LTRkODgtOGNhYS1jNjdjZTBkMGE1Zjgvcm9sZXM=", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:12 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/880c2023-ff3c-46c8-afca-ec2b462da034/roles/d5537f79-a505-4a07-ad6b-02250ad9d969" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/411d6f48-4a37-4d88-8caa-c67ce0d0a5f8/roles/f0f93722-428b-4c07-bf00-03d4a6da0a1f" ], "Apim-Request-Id": [ - "bdeaa815-05f6-4318-ae9f-7da9bb48facd" + "dc91e6c2-a68e-48dd-97ea-a0a76d66a375" ], "Request-Id": [ - "bdeaa815-05f6-4318-ae9f-7da9bb48facd" + "dc91e6c2-a68e-48dd-97ea-a0a76d66a375" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/880c2023-ff3c-46c8-afca-ec2b462da034/roles/d5537f79-a505-4a07-ad6b-02250ad9d969" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/411d6f48-4a37-4d88-8caa-c67ce0d0a5f8/roles/f0f93722-428b-4c07-bf00-03d4a6da0a1f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,6 +119,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:01 GMT" + ], "Content-Length": [ "38" ], @@ -129,40 +129,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"d5537f79-a505-4a07-ad6b-02250ad9d969\"", + "ResponseBody": "\"f0f93722-428b-4c07-bf00-03d4a6da0a1f\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/880c2023-ff3c-46c8-afca-ec2b462da034/roles/d5537f79-a505-4a07-ad6b-02250ad9d969", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy84ODBjMjAyMy1mZjNjLTQ2YzgtYWZjYS1lYzJiNDYyZGEwMzQvcm9sZXMvZDU1MzdmNzktYTUwNS00YTA3LWFkNmItMDIyNTBhZDlkOTY5", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/411d6f48-4a37-4d88-8caa-c67ce0d0a5f8/roles/f0f93722-428b-4c07-bf00-03d4a6da0a1f", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy80MTFkNmY0OC00YTM3LTRkODgtOGNhYS1jNjdjZTBkMGE1Zjgvcm9sZXMvZjBmOTM3MjItNDI4Yi00YzA3LWJmMDAtMDNkNGE2ZGEwYTFm", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:12 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "93f76ba6-850f-4e4d-9f1b-b7c23b999bd9" + "585a7038-6b31-44e8-8574-9ae2af8faafa" ], "Request-Id": [ - "93f76ba6-850f-4e4d-9f1b-b7c23b999bd9" + "585a7038-6b31-44e8-8574-9ae2af8faafa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -176,6 +173,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:01 GMT" + ], "Content-Length": [ "51" ], @@ -187,36 +187,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/880c2023-ff3c-46c8-afca-ec2b462da034/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy84ODBjMjAyMy1mZjNjLTQ2YzgtYWZjYS1lYzJiNDYyZGEwMzQvcm9sZXM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/411d6f48-4a37-4d88-8caa-c67ce0d0a5f8/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy80MTFkNmY0OC00YTM3LTRkODgtOGNhYS1jNjdjZTBkMGE1Zjgvcm9sZXM=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:12 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "7edb8f7c-bc1e-4c0c-ba2d-f261b0c15abe" + "ba49b892-1594-40ca-adbe-53bcd8eb5b23" ], "Request-Id": [ - "7edb8f7c-bc1e-4c0c-ba2d-f261b0c15abe" + "ba49b892-1594-40ca-adbe-53bcd8eb5b23" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -230,6 +227,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:02 GMT" + ], "Content-Length": [ "2" ], @@ -241,36 +241,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/880c2023-ff3c-46c8-afca-ec2b462da034", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy84ODBjMjAyMy1mZjNjLTQ2YzgtYWZjYS1lYzJiNDYyZGEwMzQ=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/411d6f48-4a37-4d88-8caa-c67ce0d0a5f8", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy80MTFkNmY0OC00YTM3LTRkODgtOGNhYS1jNjdjZTBkMGE1Zjg=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:13 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "2acd5557-fbbe-4511-99ea-6d7cd221a7af" + "83b947e8-39ec-42a3-be1c-79e32e036f72" ], "Request-Id": [ - "2acd5557-fbbe-4511-99ea-6d7cd221a7af" + "83b947e8-39ec-42a3-be1c-79e32e036f72" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -284,6 +281,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:02 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/DeletePrebuiltEntityRole.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/DeletePrebuiltEntityRole.json index 95398eabcc929..c9a32e6f75d76 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/DeletePrebuiltEntityRole.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/DeletePrebuiltEntityRole.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", "RequestMethod": "POST", "RequestBody": "[\r\n \"money\"\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,17 +26,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:22 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "0a0fa2c6-e30b-4fd7-a826-dc819330a04b" + "0b1b4da1-55d7-4b16-b460-437eb04e73a6" ], "Request-Id": [ - "0a0fa2c6-e30b-4fd7-a826-dc819330a04b" + "0b1b4da1-55d7-4b16-b460-437eb04e73a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -50,6 +47,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:08 GMT" + ], "Content-Length": [ "127" ], @@ -57,23 +57,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"9c29e3b6-ab5a-4bcf-ade9-cd0d17b3ed79\",\r\n \"name\": \"money\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"b25e8a2c-dc71-435a-9b2f-4c51d6cfb975\",\r\n \"name\": \"money\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/9c29e3b6-ab5a-4bcf-ade9-cd0d17b3ed79/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy85YzI5ZTNiNi1hYjVhLTRiY2YtYWRlOS1jZDBkMTdiM2VkNzkvcm9sZXM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/b25e8a2c-dc71-435a-9b2f-4c51d6cfb975/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy9iMjVlOGEyYy1kYzcxLTQzNWEtOWIyZi00YzUxZDZjZmI5NzUvcm9sZXM=", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -86,23 +86,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:23 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/9c29e3b6-ab5a-4bcf-ade9-cd0d17b3ed79/roles/dec48a4c-0ed7-49fe-9fe7-b7270363731e" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/b25e8a2c-dc71-435a-9b2f-4c51d6cfb975/roles/9513ad67-00b4-4dab-8851-9be317957162" ], "Apim-Request-Id": [ - "409ff06d-ab16-4718-b77d-3fa0fcf5ffad" + "b065f1e1-7a2f-4c64-b9d4-611ecabbb193" ], "Request-Id": [ - "409ff06d-ab16-4718-b77d-3fa0fcf5ffad" + "b065f1e1-7a2f-4c64-b9d4-611ecabbb193" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/9c29e3b6-ab5a-4bcf-ade9-cd0d17b3ed79/roles/dec48a4c-0ed7-49fe-9fe7-b7270363731e" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/b25e8a2c-dc71-435a-9b2f-4c51d6cfb975/roles/9513ad67-00b4-4dab-8851-9be317957162" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -116,6 +113,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:08 GMT" + ], "Content-Length": [ "38" ], @@ -123,40 +123,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"dec48a4c-0ed7-49fe-9fe7-b7270363731e\"", + "ResponseBody": "\"9513ad67-00b4-4dab-8851-9be317957162\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/9c29e3b6-ab5a-4bcf-ade9-cd0d17b3ed79/roles/dec48a4c-0ed7-49fe-9fe7-b7270363731e", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy85YzI5ZTNiNi1hYjVhLTRiY2YtYWRlOS1jZDBkMTdiM2VkNzkvcm9sZXMvZGVjNDhhNGMtMGVkNy00OWZlLTlmZTctYjcyNzAzNjM3MzFl", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/b25e8a2c-dc71-435a-9b2f-4c51d6cfb975/roles/9513ad67-00b4-4dab-8851-9be317957162", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy9iMjVlOGEyYy1kYzcxLTQzNWEtOWIyZi00YzUxZDZjZmI5NzUvcm9sZXMvOTUxM2FkNjctMDBiNC00ZGFiLTg4NTEtOWJlMzE3OTU3MTYy", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:23 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "c9390a77-b063-496f-893a-1643c9e4437b" + "f2e5fc0a-509b-4b55-8245-f6a4d5c12801" ], "Request-Id": [ - "c9390a77-b063-496f-893a-1643c9e4437b" + "f2e5fc0a-509b-4b55-8245-f6a4d5c12801" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -170,6 +167,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:09 GMT" + ], "Content-Length": [ "51" ], @@ -181,36 +181,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/9c29e3b6-ab5a-4bcf-ade9-cd0d17b3ed79/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy85YzI5ZTNiNi1hYjVhLTRiY2YtYWRlOS1jZDBkMTdiM2VkNzkvcm9sZXM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/b25e8a2c-dc71-435a-9b2f-4c51d6cfb975/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy9iMjVlOGEyYy1kYzcxLTQzNWEtOWIyZi00YzUxZDZjZmI5NzUvcm9sZXM=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:23 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "23994790-382a-43c4-88fc-8db011cfbf5a" + "0167aa4a-1220-4cb5-b5d9-e71db7e0839d" ], "Request-Id": [ - "23994790-382a-43c4-88fc-8db011cfbf5a" + "0167aa4a-1220-4cb5-b5d9-e71db7e0839d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -224,6 +221,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:09 GMT" + ], "Content-Length": [ "2" ], @@ -235,36 +235,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/9c29e3b6-ab5a-4bcf-ade9-cd0d17b3ed79", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy85YzI5ZTNiNi1hYjVhLTRiY2YtYWRlOS1jZDBkMTdiM2VkNzk=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/b25e8a2c-dc71-435a-9b2f-4c51d6cfb975", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy9iMjVlOGEyYy1kYzcxLTQzNWEtOWIyZi00YzUxZDZjZmI5NzU=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:25 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "5ed51235-9f13-458b-b1e1-8d463af71432" + "9aeec83b-0cac-4995-b387-3369a5459b44" ], "Request-Id": [ - "5ed51235-9f13-458b-b1e1-8d463af71432" + "9aeec83b-0cac-4995-b387-3369a5459b44" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -278,6 +275,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:09 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/DeleteRegexEntityRole.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/DeleteRegexEntityRole.json index 248130ce8a774..7f9bc37c86df4 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/DeleteRegexEntityRole.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/DeleteRegexEntityRole.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXM=", "RequestMethod": "POST", "RequestBody": "{\r\n \"regexPattern\": \"a+\",\r\n \"name\": \"regex model\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:39 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/0c7a1d6e-d4d9-402f-8ee9-54672ea737cc" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/af4f7c7d-8012-403c-83e0-a5260308220e" ], "Apim-Request-Id": [ - "b1e1614c-4294-44af-8d80-1d4fe150f3d0" + "0f188485-9763-45ff-9908-7391b6ee6cf3" ], "Request-Id": [ - "b1e1614c-4294-44af-8d80-1d4fe150f3d0" + "0f188485-9763-45ff-9908-7391b6ee6cf3" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/0c7a1d6e-d4d9-402f-8ee9-54672ea737cc" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/af4f7c7d-8012-403c-83e0-a5260308220e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:37 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"0c7a1d6e-d4d9-402f-8ee9-54672ea737cc\"", + "ResponseBody": "\"af4f7c7d-8012-403c-83e0-a5260308220e\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/0c7a1d6e-d4d9-402f-8ee9-54672ea737cc/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvMGM3YTFkNmUtZDRkOS00MDJmLThlZTktNTQ2NzJlYTczN2NjL3JvbGVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/af4f7c7d-8012-403c-83e0-a5260308220e/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvYWY0ZjdjN2QtODAxMi00MDNjLTgzZTAtYTUyNjAzMDgyMjBlL3JvbGVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:40 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/0c7a1d6e-d4d9-402f-8ee9-54672ea737cc/roles/1136a1e2-c6a1-44df-807c-e4bd15ef1464" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/af4f7c7d-8012-403c-83e0-a5260308220e/roles/cb02c802-e78b-4664-9f35-7bbebdd9a540" ], "Apim-Request-Id": [ - "52a0623e-f5f6-4405-b79c-6d97002bac6c" + "fe6ea008-4919-468d-b47a-3355bd926d9f" ], "Request-Id": [ - "52a0623e-f5f6-4405-b79c-6d97002bac6c" + "fe6ea008-4919-468d-b47a-3355bd926d9f" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/0c7a1d6e-d4d9-402f-8ee9-54672ea737cc/roles/1136a1e2-c6a1-44df-807c-e4bd15ef1464" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/af4f7c7d-8012-403c-83e0-a5260308220e/roles/cb02c802-e78b-4664-9f35-7bbebdd9a540" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,6 +119,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:37 GMT" + ], "Content-Length": [ "38" ], @@ -129,40 +129,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"1136a1e2-c6a1-44df-807c-e4bd15ef1464\"", + "ResponseBody": "\"cb02c802-e78b-4664-9f35-7bbebdd9a540\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/0c7a1d6e-d4d9-402f-8ee9-54672ea737cc/roles/1136a1e2-c6a1-44df-807c-e4bd15ef1464", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvMGM3YTFkNmUtZDRkOS00MDJmLThlZTktNTQ2NzJlYTczN2NjL3JvbGVzLzExMzZhMWUyLWM2YTEtNDRkZi04MDdjLWU0YmQxNWVmMTQ2NA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/af4f7c7d-8012-403c-83e0-a5260308220e/roles/cb02c802-e78b-4664-9f35-7bbebdd9a540", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvYWY0ZjdjN2QtODAxMi00MDNjLTgzZTAtYTUyNjAzMDgyMjBlL3JvbGVzL2NiMDJjODAyLWU3OGItNDY2NC05ZjM1LTdiYmViZGQ5YTU0MA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:40 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "9853281f-9526-4895-94d3-8921b327e83b" + "51e03680-63b0-42c7-a545-0f8eb8928e82" ], "Request-Id": [ - "9853281f-9526-4895-94d3-8921b327e83b" + "51e03680-63b0-42c7-a545-0f8eb8928e82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -176,6 +173,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:37 GMT" + ], "Content-Length": [ "51" ], @@ -187,36 +187,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/0c7a1d6e-d4d9-402f-8ee9-54672ea737cc/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvMGM3YTFkNmUtZDRkOS00MDJmLThlZTktNTQ2NzJlYTczN2NjL3JvbGVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/af4f7c7d-8012-403c-83e0-a5260308220e/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvYWY0ZjdjN2QtODAxMi00MDNjLTgzZTAtYTUyNjAzMDgyMjBlL3JvbGVz", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:40 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "2b2a9eb9-7dce-4627-92bc-4b9f43bcad83" + "c42d0935-8895-41c3-aada-12fc30abb48a" ], "Request-Id": [ - "2b2a9eb9-7dce-4627-92bc-4b9f43bcad83" + "c42d0935-8895-41c3-aada-12fc30abb48a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -230,6 +227,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:38 GMT" + ], "Content-Length": [ "2" ], @@ -241,36 +241,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/0c7a1d6e-d4d9-402f-8ee9-54672ea737cc", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvMGM3YTFkNmUtZDRkOS00MDJmLThlZTktNTQ2NzJlYTczN2Nj", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/af4f7c7d-8012-403c-83e0-a5260308220e", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvYWY0ZjdjN2QtODAxMi00MDNjLTgzZTAtYTUyNjAzMDgyMjBl", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:40 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "1bb7f16e-08d5-4ede-af91-bdca1b1642de" + "f7d594f0-36a8-45af-a9d7-b07d4988e7b5" ], "Request-Id": [ - "1bb7f16e-08d5-4ede-af91-bdca1b1642de" + "f7d594f0-36a8-45af-a9d7-b07d4988e7b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -284,6 +281,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:38 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/DeleteSimpleEntityRole.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/DeleteSimpleEntityRole.json index 6a3c52fa22151..b86692f9bed64 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/DeleteSimpleEntityRole.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/DeleteSimpleEntityRole.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple entity\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:18 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/f73663cf-1fac-42cd-b5ce-d6786a36d8bf" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/6da07aca-1ace-4d2c-a46f-f4c3a74d0cdd" ], "Apim-Request-Id": [ - "a3b533a1-ce7e-4793-a4bb-b724660f3f6c" + "908a5b0a-4577-4a63-b2b2-3e774e80680f" ], "Request-Id": [ - "a3b533a1-ce7e-4793-a4bb-b724660f3f6c" + "908a5b0a-4577-4a63-b2b2-3e774e80680f" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/f73663cf-1fac-42cd-b5ce-d6786a36d8bf" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/6da07aca-1ace-4d2c-a46f-f4c3a74d0cdd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:56 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"f73663cf-1fac-42cd-b5ce-d6786a36d8bf\"", + "ResponseBody": "\"6da07aca-1ace-4d2c-a46f-f4c3a74d0cdd\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/f73663cf-1fac-42cd-b5ce-d6786a36d8bf/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzL2Y3MzY2M2NmLTFmYWMtNDJjZC1iNWNlLWQ2Nzg2YTM2ZDhiZi9yb2xlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/6da07aca-1ace-4d2c-a46f-f4c3a74d0cdd/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzZkYTA3YWNhLTFhY2UtNGQyYy1hNDZmLWY0YzNhNzRkMGNkZC9yb2xlcw==", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:18 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/f73663cf-1fac-42cd-b5ce-d6786a36d8bf/roles/69e501dc-e057-464c-b9bd-bed134bc743a" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/6da07aca-1ace-4d2c-a46f-f4c3a74d0cdd/roles/43749ae0-7faf-4f11-8a74-2542bb6866ce" ], "Apim-Request-Id": [ - "0d3ec4f2-f3a0-4d63-a0a4-b11bc3736d8d" + "c7f7fc47-21da-4557-afd6-459e2753f009" ], "Request-Id": [ - "0d3ec4f2-f3a0-4d63-a0a4-b11bc3736d8d" + "c7f7fc47-21da-4557-afd6-459e2753f009" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/f73663cf-1fac-42cd-b5ce-d6786a36d8bf/roles/69e501dc-e057-464c-b9bd-bed134bc743a" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/6da07aca-1ace-4d2c-a46f-f4c3a74d0cdd/roles/43749ae0-7faf-4f11-8a74-2542bb6866ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,6 +119,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:56 GMT" + ], "Content-Length": [ "38" ], @@ -129,40 +129,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"69e501dc-e057-464c-b9bd-bed134bc743a\"", + "ResponseBody": "\"43749ae0-7faf-4f11-8a74-2542bb6866ce\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/f73663cf-1fac-42cd-b5ce-d6786a36d8bf/roles/69e501dc-e057-464c-b9bd-bed134bc743a", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzL2Y3MzY2M2NmLTFmYWMtNDJjZC1iNWNlLWQ2Nzg2YTM2ZDhiZi9yb2xlcy82OWU1MDFkYy1lMDU3LTQ2NGMtYjliZC1iZWQxMzRiYzc0M2E=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/6da07aca-1ace-4d2c-a46f-f4c3a74d0cdd/roles/43749ae0-7faf-4f11-8a74-2542bb6866ce", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzZkYTA3YWNhLTFhY2UtNGQyYy1hNDZmLWY0YzNhNzRkMGNkZC9yb2xlcy80Mzc0OWFlMC03ZmFmLTRmMTEtOGE3NC0yNTQyYmI2ODY2Y2U=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:19 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "5d4781de-0ffc-4f27-acc8-59a977a4414c" + "f6177d96-2745-4783-8f39-4c959444cc46" ], "Request-Id": [ - "5d4781de-0ffc-4f27-acc8-59a977a4414c" + "f6177d96-2745-4783-8f39-4c959444cc46" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -176,6 +173,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:57 GMT" + ], "Content-Length": [ "51" ], @@ -187,36 +187,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/f73663cf-1fac-42cd-b5ce-d6786a36d8bf/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzL2Y3MzY2M2NmLTFmYWMtNDJjZC1iNWNlLWQ2Nzg2YTM2ZDhiZi9yb2xlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/6da07aca-1ace-4d2c-a46f-f4c3a74d0cdd/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzZkYTA3YWNhLTFhY2UtNGQyYy1hNDZmLWY0YzNhNzRkMGNkZC9yb2xlcw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:19 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "bda5279a-d25a-46e9-a2a1-d654c8f5b9b0" + "733c2add-d117-4133-ab75-bcd01dc21f96" ], "Request-Id": [ - "bda5279a-d25a-46e9-a2a1-d654c8f5b9b0" + "733c2add-d117-4133-ab75-bcd01dc21f96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -230,6 +227,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:57 GMT" + ], "Content-Length": [ "2" ], @@ -241,36 +241,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/f73663cf-1fac-42cd-b5ce-d6786a36d8bf", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzL2Y3MzY2M2NmLTFmYWMtNDJjZC1iNWNlLWQ2Nzg2YTM2ZDhiZg==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/6da07aca-1ace-4d2c-a46f-f4c3a74d0cdd", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzZkYTA3YWNhLTFhY2UtNGQyYy1hNDZmLWY0YzNhNzRkMGNkZA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:19 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "3011b375-debd-4d9d-ae1f-236908eb7a78" + "0bb2c577-a8c1-4169-9e8b-c0572a988687" ], "Request-Id": [ - "3011b375-debd-4d9d-ae1f-236908eb7a78" + "0bb2c577-a8c1-4169-9e8b-c0572a988687" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -284,6 +281,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:57 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetClosedListEntityRole.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetClosedListEntityRole.json index 39b4c7d02750d..44ac7645609bf 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetClosedListEntityRole.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetClosedListEntityRole.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3Rz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3Rz", "RequestMethod": "POST", "RequestBody": "{\r\n \"subLists\": [\r\n {\r\n \"canonicalForm\": \"test\",\r\n \"list\": []\r\n }\r\n ],\r\n \"name\": \"closed list model\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:56 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/ffb59c5c-fd82-4788-a93f-effcef9195cb" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/e4787161-24d1-40d2-9ff7-77dd6977a73b" ], "Apim-Request-Id": [ - "31f2935b-5d70-44c7-aae7-677a9b634883" + "490a1077-51dc-45a7-895f-8c15e68280a6" ], "Request-Id": [ - "31f2935b-5d70-44c7-aae7-677a9b634883" + "490a1077-51dc-45a7-895f-8c15e68280a6" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/ffb59c5c-fd82-4788-a93f-effcef9195cb" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/e4787161-24d1-40d2-9ff7-77dd6977a73b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:26 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"ffb59c5c-fd82-4788-a93f-effcef9195cb\"", + "ResponseBody": "\"e4787161-24d1-40d2-9ff7-77dd6977a73b\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/ffb59c5c-fd82-4788-a93f-effcef9195cb/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2ZmYjU5YzVjLWZkODItNDc4OC1hOTNmLWVmZmNlZjkxOTVjYi9yb2xlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/e4787161-24d1-40d2-9ff7-77dd6977a73b/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2U0Nzg3MTYxLTI0ZDEtNDBkMi05ZmY3LTc3ZGQ2OTc3YTczYi9yb2xlcw==", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:56 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/ffb59c5c-fd82-4788-a93f-effcef9195cb/roles/9b9d7375-435b-4535-93f5-8c3dd47c1445" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/e4787161-24d1-40d2-9ff7-77dd6977a73b/roles/f96393a0-3a33-49b0-8e82-fffd83290b2c" ], "Apim-Request-Id": [ - "ffdfa16d-c4f5-49f4-b03d-0373a6fc0337" + "dc0e7a3e-4ec7-45ee-9bf9-60f644e93522" ], "Request-Id": [ - "ffdfa16d-c4f5-49f4-b03d-0373a6fc0337" + "dc0e7a3e-4ec7-45ee-9bf9-60f644e93522" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/ffb59c5c-fd82-4788-a93f-effcef9195cb/roles/9b9d7375-435b-4535-93f5-8c3dd47c1445" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/e4787161-24d1-40d2-9ff7-77dd6977a73b/roles/f96393a0-3a33-49b0-8e82-fffd83290b2c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,6 +119,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:27 GMT" + ], "Content-Length": [ "38" ], @@ -129,40 +129,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"9b9d7375-435b-4535-93f5-8c3dd47c1445\"", + "ResponseBody": "\"f96393a0-3a33-49b0-8e82-fffd83290b2c\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/ffb59c5c-fd82-4788-a93f-effcef9195cb/roles/9b9d7375-435b-4535-93f5-8c3dd47c1445", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2ZmYjU5YzVjLWZkODItNDc4OC1hOTNmLWVmZmNlZjkxOTVjYi9yb2xlcy85YjlkNzM3NS00MzViLTQ1MzUtOTNmNS04YzNkZDQ3YzE0NDU=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/e4787161-24d1-40d2-9ff7-77dd6977a73b/roles/f96393a0-3a33-49b0-8e82-fffd83290b2c", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2U0Nzg3MTYxLTI0ZDEtNDBkMi05ZmY3LTc3ZGQ2OTc3YTczYi9yb2xlcy9mOTYzOTNhMC0zYTMzLTQ5YjAtOGU4Mi1mZmZkODMyOTBiMmM=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:56 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "599a6cd0-1abc-45e0-973e-2f9525f77254" + "5ce0fa67-d438-4d16-a806-3b43c6e270c1" ], "Request-Id": [ - "599a6cd0-1abc-45e0-973e-2f9525f77254" + "5ce0fa67-d438-4d16-a806-3b43c6e270c1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -176,6 +173,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:27 GMT" + ], "Content-Length": [ "66" ], @@ -183,40 +183,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"9b9d7375-435b-4535-93f5-8c3dd47c1445\",\r\n \"name\": \"simple role\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f96393a0-3a33-49b0-8e82-fffd83290b2c\",\r\n \"name\": \"simple role\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/ffb59c5c-fd82-4788-a93f-effcef9195cb", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2ZmYjU5YzVjLWZkODItNDc4OC1hOTNmLWVmZmNlZjkxOTVjYg==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/e4787161-24d1-40d2-9ff7-77dd6977a73b", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2U0Nzg3MTYxLTI0ZDEtNDBkMi05ZmY3LTc3ZGQ2OTc3YTczYg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:56 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "1fafb2ea-09db-4b00-a953-203fe4832860" + "1bda2918-3534-4409-a167-f3e5887acf37" ], "Request-Id": [ - "1fafb2ea-09db-4b00-a953-203fe4832860" + "1bda2918-3534-4409-a167-f3e5887acf37" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -230,6 +227,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:27 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetClosedListEntityRoles.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetClosedListEntityRoles.json index bd93f2f65915a..027ff60a4850c 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetClosedListEntityRoles.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetClosedListEntityRoles.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3Rz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3Rz", "RequestMethod": "POST", "RequestBody": "{\r\n \"subLists\": [\r\n {\r\n \"canonicalForm\": \"test\",\r\n \"list\": []\r\n }\r\n ],\r\n \"name\": \"closed list model\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:47 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/e0e89889-fd2e-4ca2-a13d-9ca7f6d72be0" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/e93a7275-382a-45f0-940f-9db098f6755d" ], "Apim-Request-Id": [ - "31dd5da9-2370-4faa-98b7-f7df38c7f991" + "d6e34e1a-93fc-44b4-9faf-56582d987f0e" ], "Request-Id": [ - "31dd5da9-2370-4faa-98b7-f7df38c7f991" + "d6e34e1a-93fc-44b4-9faf-56582d987f0e" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/e0e89889-fd2e-4ca2-a13d-9ca7f6d72be0" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/e93a7275-382a-45f0-940f-9db098f6755d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:45 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"e0e89889-fd2e-4ca2-a13d-9ca7f6d72be0\"", + "ResponseBody": "\"e93a7275-382a-45f0-940f-9db098f6755d\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/e0e89889-fd2e-4ca2-a13d-9ca7f6d72be0/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2UwZTg5ODg5LWZkMmUtNGNhMi1hMTNkLTljYTdmNmQ3MmJlMC9yb2xlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/e93a7275-382a-45f0-940f-9db098f6755d/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2U5M2E3Mjc1LTM4MmEtNDVmMC05NDBmLTlkYjA5OGY2NzU1ZC9yb2xlcw==", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:47 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/e0e89889-fd2e-4ca2-a13d-9ca7f6d72be0/roles/367909c7-5776-441a-badb-13acbbcb7b97" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/e93a7275-382a-45f0-940f-9db098f6755d/roles/05792627-0cc8-4b8b-a51c-2227dfc7c587" ], "Apim-Request-Id": [ - "5952bbf8-f4d2-4b4e-aca8-8a974b39e64c" + "dbb90e4c-d381-4787-a44a-4d6b64522022" ], "Request-Id": [ - "5952bbf8-f4d2-4b4e-aca8-8a974b39e64c" + "dbb90e4c-d381-4787-a44a-4d6b64522022" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/e0e89889-fd2e-4ca2-a13d-9ca7f6d72be0/roles/367909c7-5776-441a-badb-13acbbcb7b97" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/e93a7275-382a-45f0-940f-9db098f6755d/roles/05792627-0cc8-4b8b-a51c-2227dfc7c587" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,6 +119,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:46 GMT" + ], "Content-Length": [ "38" ], @@ -129,40 +129,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"367909c7-5776-441a-badb-13acbbcb7b97\"", + "ResponseBody": "\"05792627-0cc8-4b8b-a51c-2227dfc7c587\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/e0e89889-fd2e-4ca2-a13d-9ca7f6d72be0/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2UwZTg5ODg5LWZkMmUtNGNhMi1hMTNkLTljYTdmNmQ3MmJlMC9yb2xlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/e93a7275-382a-45f0-940f-9db098f6755d/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2U5M2E3Mjc1LTM4MmEtNDVmMC05NDBmLTlkYjA5OGY2NzU1ZC9yb2xlcw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:48 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "65d61b96-f04f-4138-854f-d421b5fc89e6" + "b1088670-72fb-48b9-9746-dd9679f1ecfa" ], "Request-Id": [ - "65d61b96-f04f-4138-854f-d421b5fc89e6" + "b1088670-72fb-48b9-9746-dd9679f1ecfa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -176,6 +173,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:46 GMT" + ], "Content-Length": [ "68" ], @@ -183,40 +183,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"367909c7-5776-441a-badb-13acbbcb7b97\",\r\n \"name\": \"simple role\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"05792627-0cc8-4b8b-a51c-2227dfc7c587\",\r\n \"name\": \"simple role\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/e0e89889-fd2e-4ca2-a13d-9ca7f6d72be0", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2UwZTg5ODg5LWZkMmUtNGNhMi1hMTNkLTljYTdmNmQ3MmJlMA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/e93a7275-382a-45f0-940f-9db098f6755d", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2U5M2E3Mjc1LTM4MmEtNDVmMC05NDBmLTlkYjA5OGY2NzU1ZA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:48 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "13c6ba67-83ea-437c-9bad-bec6a6eb132f" + "2fe2d441-7fa9-4edd-9b30-d2e13e3541c4" ], "Request-Id": [ - "13c6ba67-83ea-437c-9bad-bec6a6eb132f" + "2fe2d441-7fa9-4edd-9b30-d2e13e3541c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -230,6 +227,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:46 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetCompositeEntityRole.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetCompositeEntityRole.json index b2439cd2f3523..17ad8b2ee08de 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetCompositeEntityRole.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetCompositeEntityRole.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", "RequestMethod": "POST", "RequestBody": "[\r\n \"datetimeV2\"\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,17 +26,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:29 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "d5b3afc6-5d95-4610-9ac2-c999482eea31" + "6ae27e5d-f594-4ed3-ae2b-698952aff50a" ], "Request-Id": [ - "d5b3afc6-5d95-4610-9ac2-c999482eea31" + "6ae27e5d-f594-4ed3-ae2b-698952aff50a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -50,6 +47,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:13 GMT" + ], "Content-Length": [ "132" ], @@ -57,23 +57,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"baab3d03-0e07-4aa1-b645-2b64b138b62a\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"f4d3f0f3-704a-4841-9deb-dfaf2a834704\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"children\": [\r\n \"datetimeV2\"\r\n ],\r\n \"name\": \"composite model\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -86,23 +86,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:30 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/0ed77105-1800-4085-8e07-df22286a0760" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/3d52d376-703a-4b85-9f42-5515dc735bab" ], "Apim-Request-Id": [ - "b56893d9-392e-4409-ac5a-d3a66976926a" + "0e532260-1e66-49e2-9fd2-e9d031042bfc" ], "Request-Id": [ - "b56893d9-392e-4409-ac5a-d3a66976926a" + "0e532260-1e66-49e2-9fd2-e9d031042bfc" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/0ed77105-1800-4085-8e07-df22286a0760" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/3d52d376-703a-4b85-9f42-5515dc735bab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -116,6 +113,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:13 GMT" + ], "Content-Length": [ "38" ], @@ -123,23 +123,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"0ed77105-1800-4085-8e07-df22286a0760\"", + "ResponseBody": "\"3d52d376-703a-4b85-9f42-5515dc735bab\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/0ed77105-1800-4085-8e07-df22286a0760/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzBlZDc3MTA1LTE4MDAtNDA4NS04ZTA3LWRmMjIyODZhMDc2MC9yb2xlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/3d52d376-703a-4b85-9f42-5515dc735bab/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzNkNTJkMzc2LTcwM2EtNGI4NS05ZjQyLTU1MTVkYzczNWJhYi9yb2xlcw==", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -152,23 +152,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:30 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/0ed77105-1800-4085-8e07-df22286a0760/roles/16941f49-4e64-4b1b-87b4-224cdde15bbf" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/3d52d376-703a-4b85-9f42-5515dc735bab/roles/bc439305-7782-42c0-a4ad-cc3b06ec389f" ], "Apim-Request-Id": [ - "2ab209ce-31dc-46c1-8b69-3d9118735ca3" + "6fe9535b-dbc9-4648-853a-89ce3ed42ad2" ], "Request-Id": [ - "2ab209ce-31dc-46c1-8b69-3d9118735ca3" + "6fe9535b-dbc9-4648-853a-89ce3ed42ad2" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/0ed77105-1800-4085-8e07-df22286a0760/roles/16941f49-4e64-4b1b-87b4-224cdde15bbf" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/3d52d376-703a-4b85-9f42-5515dc735bab/roles/bc439305-7782-42c0-a4ad-cc3b06ec389f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -182,6 +179,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:14 GMT" + ], "Content-Length": [ "38" ], @@ -189,40 +189,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"16941f49-4e64-4b1b-87b4-224cdde15bbf\"", + "ResponseBody": "\"bc439305-7782-42c0-a4ad-cc3b06ec389f\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/0ed77105-1800-4085-8e07-df22286a0760/roles/16941f49-4e64-4b1b-87b4-224cdde15bbf", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzBlZDc3MTA1LTE4MDAtNDA4NS04ZTA3LWRmMjIyODZhMDc2MC9yb2xlcy8xNjk0MWY0OS00ZTY0LTRiMWItODdiNC0yMjRjZGRlMTViYmY=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/3d52d376-703a-4b85-9f42-5515dc735bab/roles/bc439305-7782-42c0-a4ad-cc3b06ec389f", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzNkNTJkMzc2LTcwM2EtNGI4NS05ZjQyLTU1MTVkYzczNWJhYi9yb2xlcy9iYzQzOTMwNS03NzgyLTQyYzAtYTRhZC1jYzNiMDZlYzM4OWY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:30 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "da906677-9963-4f1b-80eb-e3e2c1894dc9" + "978ebf93-14d7-45b9-8e77-98a9dc5ebce9" ], "Request-Id": [ - "da906677-9963-4f1b-80eb-e3e2c1894dc9" + "978ebf93-14d7-45b9-8e77-98a9dc5ebce9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -236,6 +233,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:14 GMT" + ], "Content-Length": [ "66" ], @@ -243,40 +243,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"16941f49-4e64-4b1b-87b4-224cdde15bbf\",\r\n \"name\": \"simple role\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"bc439305-7782-42c0-a4ad-cc3b06ec389f\",\r\n \"name\": \"simple role\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/0ed77105-1800-4085-8e07-df22286a0760", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzBlZDc3MTA1LTE4MDAtNDA4NS04ZTA3LWRmMjIyODZhMDc2MA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/3d52d376-703a-4b85-9f42-5515dc735bab", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzNkNTJkMzc2LTcwM2EtNGI4NS05ZjQyLTU1MTVkYzczNWJhYg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:31 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "83e0696b-9281-4635-9581-2913b555d4c5" + "54db4e76-a6c6-4275-9302-aedaaa0da191" ], "Request-Id": [ - "83e0696b-9281-4635-9581-2913b555d4c5" + "54db4e76-a6c6-4275-9302-aedaaa0da191" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -290,6 +287,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:14 GMT" + ], "Content-Length": [ "51" ], @@ -301,36 +301,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/baab3d03-0e07-4aa1-b645-2b64b138b62a", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy9iYWFiM2QwMy0wZTA3LTRhYTEtYjY0NS0yYjY0YjEzOGI2MmE=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/f4d3f0f3-704a-4841-9deb-dfaf2a834704", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy9mNGQzZjBmMy03MDRhLTQ4NDEtOWRlYi1kZmFmMmE4MzQ3MDQ=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:31 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "f44ffcad-4f9d-4930-8342-e4423ea7c0e9" + "ac956ab0-4a37-4deb-bd8f-df28b9481746" ], "Request-Id": [ - "f44ffcad-4f9d-4930-8342-e4423ea7c0e9" + "ac956ab0-4a37-4deb-bd8f-df28b9481746" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -344,6 +341,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:15 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetCompositeEntityRoles.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetCompositeEntityRoles.json index aae9e9d2a983e..0457a03f24b48 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetCompositeEntityRoles.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetCompositeEntityRoles.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", "RequestMethod": "POST", "RequestBody": "[\r\n \"datetimeV2\"\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,17 +26,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:49 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "13b67870-bf9d-4f29-80f2-7e9874072b58" + "20d75272-80f9-419f-8201-7de598aff949" ], "Request-Id": [ - "13b67870-bf9d-4f29-80f2-7e9874072b58" + "20d75272-80f9-419f-8201-7de598aff949" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -50,6 +47,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:23 GMT" + ], "Content-Length": [ "132" ], @@ -57,23 +57,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"20d2188d-7949-4530-9543-e2d63dc707fa\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"04e29035-b47c-446e-aec8-e328f15d9ae2\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"children\": [\r\n \"datetimeV2\"\r\n ],\r\n \"name\": \"composite model\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -86,23 +86,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:49 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/0f160c96-27a1-4f79-86b8-b5aeb1985b07" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/1381f2ca-f8c6-4ff5-b923-51487665027b" ], "Apim-Request-Id": [ - "ae2d93f0-3ed6-48f0-bd61-5effa8916112" + "56fc68cd-ed54-4b35-85fb-2f85539caefc" ], "Request-Id": [ - "ae2d93f0-3ed6-48f0-bd61-5effa8916112" + "56fc68cd-ed54-4b35-85fb-2f85539caefc" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/0f160c96-27a1-4f79-86b8-b5aeb1985b07" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/1381f2ca-f8c6-4ff5-b923-51487665027b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -116,6 +113,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:24 GMT" + ], "Content-Length": [ "38" ], @@ -123,23 +123,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"0f160c96-27a1-4f79-86b8-b5aeb1985b07\"", + "ResponseBody": "\"1381f2ca-f8c6-4ff5-b923-51487665027b\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/0f160c96-27a1-4f79-86b8-b5aeb1985b07/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzBmMTYwYzk2LTI3YTEtNGY3OS04NmI4LWI1YWViMTk4NWIwNy9yb2xlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/1381f2ca-f8c6-4ff5-b923-51487665027b/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzEzODFmMmNhLWY4YzYtNGZmNS1iOTIzLTUxNDg3NjY1MDI3Yi9yb2xlcw==", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -152,23 +152,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:49 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/0f160c96-27a1-4f79-86b8-b5aeb1985b07/roles/485dca5f-cce0-43d8-a3ff-260cc67a1f29" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/1381f2ca-f8c6-4ff5-b923-51487665027b/roles/95769632-faea-47dc-a5b9-49621459fea2" ], "Apim-Request-Id": [ - "e30b6bb9-df90-4cc6-be04-10b4346f2fe6" + "9f4061cd-e815-4f51-9e95-e47707ec0805" ], "Request-Id": [ - "e30b6bb9-df90-4cc6-be04-10b4346f2fe6" + "9f4061cd-e815-4f51-9e95-e47707ec0805" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/0f160c96-27a1-4f79-86b8-b5aeb1985b07/roles/485dca5f-cce0-43d8-a3ff-260cc67a1f29" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/1381f2ca-f8c6-4ff5-b923-51487665027b/roles/95769632-faea-47dc-a5b9-49621459fea2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -182,6 +179,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:24 GMT" + ], "Content-Length": [ "38" ], @@ -189,40 +189,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"485dca5f-cce0-43d8-a3ff-260cc67a1f29\"", + "ResponseBody": "\"95769632-faea-47dc-a5b9-49621459fea2\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/0f160c96-27a1-4f79-86b8-b5aeb1985b07/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzBmMTYwYzk2LTI3YTEtNGY3OS04NmI4LWI1YWViMTk4NWIwNy9yb2xlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/1381f2ca-f8c6-4ff5-b923-51487665027b/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzEzODFmMmNhLWY4YzYtNGZmNS1iOTIzLTUxNDg3NjY1MDI3Yi9yb2xlcw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:50 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "237e7245-1d0b-4812-a4e7-d40c62f8e522" + "b080fe2c-5536-45a2-922f-bb62df28ce30" ], "Request-Id": [ - "237e7245-1d0b-4812-a4e7-d40c62f8e522" + "b080fe2c-5536-45a2-922f-bb62df28ce30" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -236,6 +233,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:24 GMT" + ], "Content-Length": [ "68" ], @@ -243,40 +243,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"485dca5f-cce0-43d8-a3ff-260cc67a1f29\",\r\n \"name\": \"simple role\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"95769632-faea-47dc-a5b9-49621459fea2\",\r\n \"name\": \"simple role\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/0f160c96-27a1-4f79-86b8-b5aeb1985b07", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzBmMTYwYzk2LTI3YTEtNGY3OS04NmI4LWI1YWViMTk4NWIwNw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/1381f2ca-f8c6-4ff5-b923-51487665027b", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzEzODFmMmNhLWY4YzYtNGZmNS1iOTIzLTUxNDg3NjY1MDI3Yg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:50 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "cfd282d0-71a1-48cb-9651-b0a94d2f9feb" + "ba865706-0d15-4707-a11f-1d85b27e528c" ], "Request-Id": [ - "cfd282d0-71a1-48cb-9651-b0a94d2f9feb" + "ba865706-0d15-4707-a11f-1d85b27e528c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -290,6 +287,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:24 GMT" + ], "Content-Length": [ "51" ], @@ -301,36 +301,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/20d2188d-7949-4530-9543-e2d63dc707fa", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy8yMGQyMTg4ZC03OTQ5LTQ1MzAtOTU0My1lMmQ2M2RjNzA3ZmE=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/04e29035-b47c-446e-aec8-e328f15d9ae2", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy8wNGUyOTAzNS1iNDdjLTQ0NmUtYWVjOC1lMzI4ZjE1ZDlhZTI=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:50 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "6d3b9f19-09fe-4f13-af86-a886c5e9ac6f" + "e969d471-96b5-4ddd-a7bc-613da71870d6" ], "Request-Id": [ - "6d3b9f19-09fe-4f13-af86-a886c5e9ac6f" + "e969d471-96b5-4ddd-a7bc-613da71870d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -344,6 +341,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:25 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetCustomPrebuiltDomainEntityRole.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetCustomPrebuiltDomainEntityRole.json index 2acb9b3f89074..1243320372262 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetCustomPrebuiltDomainEntityRole.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetCustomPrebuiltDomainEntityRole.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXM=", "RequestMethod": "POST", "RequestBody": "{\r\n \"domainName\": \"Communication\",\r\n \"modelName\": \"ContactName\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:53 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities/42994857-1dca-4673-ad5b-6c1b4a4ceb51" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities/e0bc6b22-a3b2-4a92-be30-1b6884ec2860" ], "Apim-Request-Id": [ - "3eadba0f-887d-4a67-bf9e-8c57d1938a99" + "8c2a367e-f634-44e0-8984-852ffe72cd46" ], "Request-Id": [ - "3eadba0f-887d-4a67-bf9e-8c57d1938a99" + "8c2a367e-f634-44e0-8984-852ffe72cd46" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities/42994857-1dca-4673-ad5b-6c1b4a4ceb51" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities/e0bc6b22-a3b2-4a92-be30-1b6884ec2860" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:05 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"42994857-1dca-4673-ad5b-6c1b4a4ceb51\"", + "ResponseBody": "\"e0bc6b22-a3b2-4a92-be30-1b6884ec2860\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities/42994857-1dca-4673-ad5b-6c1b4a4ceb51/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXMvNDI5OTQ4NTctMWRjYS00NjczLWFkNWItNmMxYjRhNGNlYjUxL3JvbGVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities/e0bc6b22-a3b2-4a92-be30-1b6884ec2860/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXMvZTBiYzZiMjItYTNiMi00YTkyLWJlMzAtMWI2ODg0ZWMyODYwL3JvbGVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:53 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities/42994857-1dca-4673-ad5b-6c1b4a4ceb51/roles/fac3d7ba-c3e1-48d6-b337-89305d73d9d1" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities/e0bc6b22-a3b2-4a92-be30-1b6884ec2860/roles/4d81eb25-cd60-4e76-909f-972346fc0088" ], "Apim-Request-Id": [ - "dcf697a8-ba59-4801-99c5-98e0a668a3a5" + "69aca571-8143-4a77-9c13-aacf989f558d" ], "Request-Id": [ - "dcf697a8-ba59-4801-99c5-98e0a668a3a5" + "69aca571-8143-4a77-9c13-aacf989f558d" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities/42994857-1dca-4673-ad5b-6c1b4a4ceb51/roles/fac3d7ba-c3e1-48d6-b337-89305d73d9d1" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities/e0bc6b22-a3b2-4a92-be30-1b6884ec2860/roles/4d81eb25-cd60-4e76-909f-972346fc0088" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,6 +119,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:05 GMT" + ], "Content-Length": [ "38" ], @@ -129,40 +129,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"fac3d7ba-c3e1-48d6-b337-89305d73d9d1\"", + "ResponseBody": "\"4d81eb25-cd60-4e76-909f-972346fc0088\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities/42994857-1dca-4673-ad5b-6c1b4a4ceb51/roles/fac3d7ba-c3e1-48d6-b337-89305d73d9d1", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXMvNDI5OTQ4NTctMWRjYS00NjczLWFkNWItNmMxYjRhNGNlYjUxL3JvbGVzL2ZhYzNkN2JhLWMzZTEtNDhkNi1iMzM3LTg5MzA1ZDczZDlkMQ==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities/e0bc6b22-a3b2-4a92-be30-1b6884ec2860/roles/4d81eb25-cd60-4e76-909f-972346fc0088", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXMvZTBiYzZiMjItYTNiMi00YTkyLWJlMzAtMWI2ODg0ZWMyODYwL3JvbGVzLzRkODFlYjI1LWNkNjAtNGU3Ni05MDlmLTk3MjM0NmZjMDA4OA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:53 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "f7bc7450-26b7-48e2-bf39-83e326520d4e" + "aefe5da1-c899-451b-9bc9-ebb9104a9f40" ], "Request-Id": [ - "f7bc7450-26b7-48e2-bf39-83e326520d4e" + "aefe5da1-c899-451b-9bc9-ebb9104a9f40" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -176,6 +173,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:05 GMT" + ], "Content-Length": [ "66" ], @@ -183,40 +183,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"fac3d7ba-c3e1-48d6-b337-89305d73d9d1\",\r\n \"name\": \"simple role\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"4d81eb25-cd60-4e76-909f-972346fc0088\",\r\n \"name\": \"simple role\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/42994857-1dca-4673-ad5b-6c1b4a4ceb51", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzQyOTk0ODU3LTFkY2EtNDY3My1hZDViLTZjMWI0YTRjZWI1MQ==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/e0bc6b22-a3b2-4a92-be30-1b6884ec2860", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzL2UwYmM2YjIyLWEzYjItNGE5Mi1iZTMwLTFiNjg4NGVjMjg2MA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:53 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "f46c7846-5a1d-4fb8-b12a-635975518512" + "ce927336-d4e2-4a41-9ff1-e76a86629c70" ], "Request-Id": [ - "f46c7846-5a1d-4fb8-b12a-635975518512" + "ce927336-d4e2-4a41-9ff1-e76a86629c70" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -230,6 +227,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:06 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetCustomPrebuiltDomainEntityRoles.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetCustomPrebuiltDomainEntityRoles.json index d92315adb1eb7..63d0fe6a84311 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetCustomPrebuiltDomainEntityRoles.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetCustomPrebuiltDomainEntityRoles.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXM=", "RequestMethod": "POST", "RequestBody": "{\r\n \"domainName\": \"Communication\",\r\n \"modelName\": \"ContactName\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:51 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities/a0f2049b-0b7d-4569-9716-d856fa99b46f" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities/2f64352f-21cd-4249-930a-905b1a2086dd" ], "Apim-Request-Id": [ - "813f09fb-2031-4e44-bcfe-f946559af067" + "313578da-8a0b-4c13-a216-53ff4622c4bf" ], "Request-Id": [ - "813f09fb-2031-4e44-bcfe-f946559af067" + "313578da-8a0b-4c13-a216-53ff4622c4bf" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities/a0f2049b-0b7d-4569-9716-d856fa99b46f" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities/2f64352f-21cd-4249-930a-905b1a2086dd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:47 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"a0f2049b-0b7d-4569-9716-d856fa99b46f\"", + "ResponseBody": "\"2f64352f-21cd-4249-930a-905b1a2086dd\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities/a0f2049b-0b7d-4569-9716-d856fa99b46f/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXMvYTBmMjA0OWItMGI3ZC00NTY5LTk3MTYtZDg1NmZhOTliNDZmL3JvbGVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities/2f64352f-21cd-4249-930a-905b1a2086dd/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXMvMmY2NDM1MmYtMjFjZC00MjQ5LTkzMGEtOTA1YjFhMjA4NmRkL3JvbGVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:52 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities/a0f2049b-0b7d-4569-9716-d856fa99b46f/roles/df5a7a0f-be7c-43b9-9548-df1706b13bc9" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities/2f64352f-21cd-4249-930a-905b1a2086dd/roles/47ad5ba5-e462-4be7-9d61-ca3cacb4c64e" ], "Apim-Request-Id": [ - "96fb04ee-27b8-4d1c-9f46-78f134320062" + "4e1cda33-0071-48c4-8f67-9b40ac0d7ba7" ], "Request-Id": [ - "96fb04ee-27b8-4d1c-9f46-78f134320062" + "4e1cda33-0071-48c4-8f67-9b40ac0d7ba7" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities/a0f2049b-0b7d-4569-9716-d856fa99b46f/roles/df5a7a0f-be7c-43b9-9548-df1706b13bc9" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities/2f64352f-21cd-4249-930a-905b1a2086dd/roles/47ad5ba5-e462-4be7-9d61-ca3cacb4c64e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,6 +119,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:48 GMT" + ], "Content-Length": [ "38" ], @@ -129,40 +129,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"df5a7a0f-be7c-43b9-9548-df1706b13bc9\"", + "ResponseBody": "\"47ad5ba5-e462-4be7-9d61-ca3cacb4c64e\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities/a0f2049b-0b7d-4569-9716-d856fa99b46f/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXMvYTBmMjA0OWItMGI3ZC00NTY5LTk3MTYtZDg1NmZhOTliNDZmL3JvbGVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities/2f64352f-21cd-4249-930a-905b1a2086dd/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXMvMmY2NDM1MmYtMjFjZC00MjQ5LTkzMGEtOTA1YjFhMjA4NmRkL3JvbGVz", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:52 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "22ef8550-2d54-489a-965e-634c0c0c1567" + "0a0b3112-f0a6-48c6-9568-a28140563bdd" ], "Request-Id": [ - "22ef8550-2d54-489a-965e-634c0c0c1567" + "0a0b3112-f0a6-48c6-9568-a28140563bdd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -176,6 +173,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:48 GMT" + ], "Content-Length": [ "68" ], @@ -183,40 +183,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"df5a7a0f-be7c-43b9-9548-df1706b13bc9\",\r\n \"name\": \"simple role\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"47ad5ba5-e462-4be7-9d61-ca3cacb4c64e\",\r\n \"name\": \"simple role\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/a0f2049b-0b7d-4569-9716-d856fa99b46f", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzL2EwZjIwNDliLTBiN2QtNDU2OS05NzE2LWQ4NTZmYTk5YjQ2Zg==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/2f64352f-21cd-4249-930a-905b1a2086dd", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzJmNjQzNTJmLTIxY2QtNDI0OS05MzBhLTkwNWIxYTIwODZkZA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:52 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "b9f1fee4-8165-4052-960f-217775b57e50" + "9471e700-4ec8-45fa-bcae-9f6e1c00aa5e" ], "Request-Id": [ - "b9f1fee4-8165-4052-960f-217775b57e50" + "9471e700-4ec8-45fa-bcae-9f6e1c00aa5e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -230,6 +227,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:48 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetPatternAnyEntityRole.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetPatternAnyEntityRole.json index 01737eeac5572..cd5f0ed52a30d 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetPatternAnyEntityRole.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetPatternAnyEntityRole.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcw==", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"Pattern.Any model\",\r\n \"explicitList\": []\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:25 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/425eedd7-f20e-4e26-8245-6fa4e7f0c38d" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/de8b4fe1-49fc-4351-a418-7b7e21039879" ], "Apim-Request-Id": [ - "0679241c-8e89-4b9c-8e1c-210da720e947" + "6f7eecef-9eec-44e5-9536-e9a5155364c8" ], "Request-Id": [ - "0679241c-8e89-4b9c-8e1c-210da720e947" + "6f7eecef-9eec-44e5-9536-e9a5155364c8" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/425eedd7-f20e-4e26-8245-6fa4e7f0c38d" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/de8b4fe1-49fc-4351-a418-7b7e21039879" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:57 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"425eedd7-f20e-4e26-8245-6fa4e7f0c38d\"", + "ResponseBody": "\"de8b4fe1-49fc-4351-a418-7b7e21039879\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/425eedd7-f20e-4e26-8245-6fa4e7f0c38d/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy80MjVlZWRkNy1mMjBlLTRlMjYtODI0NS02ZmE0ZTdmMGMzOGQvcm9sZXM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/de8b4fe1-49fc-4351-a418-7b7e21039879/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy9kZThiNGZlMS00OWZjLTQzNTEtYTQxOC03YjdlMjEwMzk4Nzkvcm9sZXM=", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:25 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/425eedd7-f20e-4e26-8245-6fa4e7f0c38d/roles/0c0f5f6a-d2df-4904-b444-6863ce90e32b" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/de8b4fe1-49fc-4351-a418-7b7e21039879/roles/d055755f-2956-4c7a-b201-6416b6afdf01" ], "Apim-Request-Id": [ - "87798e34-4d75-46e4-916d-0fb84e4aa541" + "a5e89f89-3388-4ed1-b605-db69cd797e1b" ], "Request-Id": [ - "87798e34-4d75-46e4-916d-0fb84e4aa541" + "a5e89f89-3388-4ed1-b605-db69cd797e1b" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/425eedd7-f20e-4e26-8245-6fa4e7f0c38d/roles/0c0f5f6a-d2df-4904-b444-6863ce90e32b" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/de8b4fe1-49fc-4351-a418-7b7e21039879/roles/d055755f-2956-4c7a-b201-6416b6afdf01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,6 +119,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:57 GMT" + ], "Content-Length": [ "38" ], @@ -129,40 +129,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"0c0f5f6a-d2df-4904-b444-6863ce90e32b\"", + "ResponseBody": "\"d055755f-2956-4c7a-b201-6416b6afdf01\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/425eedd7-f20e-4e26-8245-6fa4e7f0c38d/roles/0c0f5f6a-d2df-4904-b444-6863ce90e32b", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy80MjVlZWRkNy1mMjBlLTRlMjYtODI0NS02ZmE0ZTdmMGMzOGQvcm9sZXMvMGMwZjVmNmEtZDJkZi00OTA0LWI0NDQtNjg2M2NlOTBlMzJi", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/de8b4fe1-49fc-4351-a418-7b7e21039879/roles/d055755f-2956-4c7a-b201-6416b6afdf01", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy9kZThiNGZlMS00OWZjLTQzNTEtYTQxOC03YjdlMjEwMzk4Nzkvcm9sZXMvZDA1NTc1NWYtMjk1Ni00YzdhLWIyMDEtNjQxNmI2YWZkZjAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:26 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "2febbed5-6df7-4475-ae8b-02958e6a94ae" + "81edd608-fac5-45ec-8456-07b2a948316d" ], "Request-Id": [ - "2febbed5-6df7-4475-ae8b-02958e6a94ae" + "81edd608-fac5-45ec-8456-07b2a948316d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -176,6 +173,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:58 GMT" + ], "Content-Length": [ "66" ], @@ -183,40 +183,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"0c0f5f6a-d2df-4904-b444-6863ce90e32b\",\r\n \"name\": \"simple role\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"d055755f-2956-4c7a-b201-6416b6afdf01\",\r\n \"name\": \"simple role\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/425eedd7-f20e-4e26-8245-6fa4e7f0c38d", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy80MjVlZWRkNy1mMjBlLTRlMjYtODI0NS02ZmE0ZTdmMGMzOGQ=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/de8b4fe1-49fc-4351-a418-7b7e21039879", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy9kZThiNGZlMS00OWZjLTQzNTEtYTQxOC03YjdlMjEwMzk4Nzk=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:26 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "75d2a44f-2055-4076-ae6a-3cd5d97a42c5" + "97ac190e-eecf-469a-b163-196ac2f3b351" ], "Request-Id": [ - "75d2a44f-2055-4076-ae6a-3cd5d97a42c5" + "97ac190e-eecf-469a-b163-196ac2f3b351" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -230,6 +227,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:58 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetPatternAnyEntityRoles.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetPatternAnyEntityRoles.json index be1d1b3fa1d92..3c0b00ae3d99c 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetPatternAnyEntityRoles.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetPatternAnyEntityRoles.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcw==", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"Pattern.Any model\",\r\n \"explicitList\": []\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:43 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/8476891c-116c-4507-bab7-42e6520dc3e6" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/0e6f548d-9b95-4e26-9162-b24b33fb2a7b" ], "Apim-Request-Id": [ - "27e99a4a-e0fc-4dfa-ad13-231410a4e2fd" + "1cd957e6-74b6-4d3d-819f-c4b9aeb95e0c" ], "Request-Id": [ - "27e99a4a-e0fc-4dfa-ad13-231410a4e2fd" + "1cd957e6-74b6-4d3d-819f-c4b9aeb95e0c" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/8476891c-116c-4507-bab7-42e6520dc3e6" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/0e6f548d-9b95-4e26-9162-b24b33fb2a7b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:51 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"8476891c-116c-4507-bab7-42e6520dc3e6\"", + "ResponseBody": "\"0e6f548d-9b95-4e26-9162-b24b33fb2a7b\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/8476891c-116c-4507-bab7-42e6520dc3e6/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy84NDc2ODkxYy0xMTZjLTQ1MDctYmFiNy00MmU2NTIwZGMzZTYvcm9sZXM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/0e6f548d-9b95-4e26-9162-b24b33fb2a7b/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy8wZTZmNTQ4ZC05Yjk1LTRlMjYtOTE2Mi1iMjRiMzNmYjJhN2Ivcm9sZXM=", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:44 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/8476891c-116c-4507-bab7-42e6520dc3e6/roles/c5295fdd-d0ec-4f6d-828d-f58c781fee71" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/0e6f548d-9b95-4e26-9162-b24b33fb2a7b/roles/cb6d046d-9594-4903-82eb-6bcf9379543e" ], "Apim-Request-Id": [ - "e2d8b587-cffd-4f16-8d4a-02c4d1406fc3" + "de9df8ff-b454-4d99-bd1c-ef66dfd077fe" ], "Request-Id": [ - "e2d8b587-cffd-4f16-8d4a-02c4d1406fc3" + "de9df8ff-b454-4d99-bd1c-ef66dfd077fe" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/8476891c-116c-4507-bab7-42e6520dc3e6/roles/c5295fdd-d0ec-4f6d-828d-f58c781fee71" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/0e6f548d-9b95-4e26-9162-b24b33fb2a7b/roles/cb6d046d-9594-4903-82eb-6bcf9379543e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,6 +119,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:51 GMT" + ], "Content-Length": [ "38" ], @@ -129,40 +129,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"c5295fdd-d0ec-4f6d-828d-f58c781fee71\"", + "ResponseBody": "\"cb6d046d-9594-4903-82eb-6bcf9379543e\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/8476891c-116c-4507-bab7-42e6520dc3e6/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy84NDc2ODkxYy0xMTZjLTQ1MDctYmFiNy00MmU2NTIwZGMzZTYvcm9sZXM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/0e6f548d-9b95-4e26-9162-b24b33fb2a7b/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy8wZTZmNTQ4ZC05Yjk1LTRlMjYtOTE2Mi1iMjRiMzNmYjJhN2Ivcm9sZXM=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:44 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "badfed7d-83f2-442d-b89e-2ef8bae3e134" + "5ea185b1-c924-4c5f-8869-465242d958f5" ], "Request-Id": [ - "badfed7d-83f2-442d-b89e-2ef8bae3e134" + "5ea185b1-c924-4c5f-8869-465242d958f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -176,6 +173,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:51 GMT" + ], "Content-Length": [ "68" ], @@ -183,40 +183,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"c5295fdd-d0ec-4f6d-828d-f58c781fee71\",\r\n \"name\": \"simple role\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"cb6d046d-9594-4903-82eb-6bcf9379543e\",\r\n \"name\": \"simple role\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/8476891c-116c-4507-bab7-42e6520dc3e6", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy84NDc2ODkxYy0xMTZjLTQ1MDctYmFiNy00MmU2NTIwZGMzZTY=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/0e6f548d-9b95-4e26-9162-b24b33fb2a7b", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy8wZTZmNTQ4ZC05Yjk1LTRlMjYtOTE2Mi1iMjRiMzNmYjJhN2I=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:44 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "becf27e1-a26c-446d-a92d-52cc9c667ca1" + "8e6418ce-4107-4054-9bc4-b38761c51a77" ], "Request-Id": [ - "becf27e1-a26c-446d-a92d-52cc9c667ca1" + "8e6418ce-4107-4054-9bc4-b38761c51a77" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -230,6 +227,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:52 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetPrebuiltEntityRole.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetPrebuiltEntityRole.json index 13f50e7259e73..a1aa1fbc812fd 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetPrebuiltEntityRole.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetPrebuiltEntityRole.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", "RequestMethod": "POST", "RequestBody": "[\r\n \"money\"\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,17 +26,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:46 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "3f8ebd99-e182-4c6c-b420-37fd22008c5f" + "4bb65a9e-0ae3-41df-aab2-bfb5f5056375" ], "Request-Id": [ - "3f8ebd99-e182-4c6c-b420-37fd22008c5f" + "4bb65a9e-0ae3-41df-aab2-bfb5f5056375" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -50,6 +47,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:35 GMT" + ], "Content-Length": [ "127" ], @@ -57,23 +57,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"f3f83485-a449-40d5-ad63-f8894a9ff146\",\r\n \"name\": \"money\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"38e7cdb2-7b7b-41e6-893c-73f4c2afc624\",\r\n \"name\": \"money\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/f3f83485-a449-40d5-ad63-f8894a9ff146/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy9mM2Y4MzQ4NS1hNDQ5LTQwZDUtYWQ2My1mODg5NGE5ZmYxNDYvcm9sZXM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/38e7cdb2-7b7b-41e6-893c-73f4c2afc624/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy8zOGU3Y2RiMi03YjdiLTQxZTYtODkzYy03M2Y0YzJhZmM2MjQvcm9sZXM=", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -86,23 +86,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:46 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/f3f83485-a449-40d5-ad63-f8894a9ff146/roles/73f23b44-3a96-495a-88d9-22f8f93fb59f" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/38e7cdb2-7b7b-41e6-893c-73f4c2afc624/roles/4071bdc7-0c58-4b96-96e9-05efae3878de" ], "Apim-Request-Id": [ - "7f0052ef-f07f-439d-b531-bc2bdf621963" + "80abf434-b79b-48ca-b54f-2830f0ff48dc" ], "Request-Id": [ - "7f0052ef-f07f-439d-b531-bc2bdf621963" + "80abf434-b79b-48ca-b54f-2830f0ff48dc" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/f3f83485-a449-40d5-ad63-f8894a9ff146/roles/73f23b44-3a96-495a-88d9-22f8f93fb59f" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/38e7cdb2-7b7b-41e6-893c-73f4c2afc624/roles/4071bdc7-0c58-4b96-96e9-05efae3878de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -116,6 +113,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:35 GMT" + ], "Content-Length": [ "38" ], @@ -123,40 +123,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"73f23b44-3a96-495a-88d9-22f8f93fb59f\"", + "ResponseBody": "\"4071bdc7-0c58-4b96-96e9-05efae3878de\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/f3f83485-a449-40d5-ad63-f8894a9ff146/roles/73f23b44-3a96-495a-88d9-22f8f93fb59f", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy9mM2Y4MzQ4NS1hNDQ5LTQwZDUtYWQ2My1mODg5NGE5ZmYxNDYvcm9sZXMvNzNmMjNiNDQtM2E5Ni00OTVhLTg4ZDktMjJmOGY5M2ZiNTlm", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/38e7cdb2-7b7b-41e6-893c-73f4c2afc624/roles/4071bdc7-0c58-4b96-96e9-05efae3878de", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy8zOGU3Y2RiMi03YjdiLTQxZTYtODkzYy03M2Y0YzJhZmM2MjQvcm9sZXMvNDA3MWJkYzctMGM1OC00Yjk2LTk2ZTktMDVlZmFlMzg3OGRl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:46 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "066d4aef-3dfa-47f8-85e7-f477a05d032a" + "35c86366-bb4c-4aab-8e70-0547bafd25c8" ], "Request-Id": [ - "066d4aef-3dfa-47f8-85e7-f477a05d032a" + "35c86366-bb4c-4aab-8e70-0547bafd25c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -170,6 +167,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:35 GMT" + ], "Content-Length": [ "66" ], @@ -177,40 +177,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"73f23b44-3a96-495a-88d9-22f8f93fb59f\",\r\n \"name\": \"simple role\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"4071bdc7-0c58-4b96-96e9-05efae3878de\",\r\n \"name\": \"simple role\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/f3f83485-a449-40d5-ad63-f8894a9ff146", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy9mM2Y4MzQ4NS1hNDQ5LTQwZDUtYWQ2My1mODg5NGE5ZmYxNDY=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/38e7cdb2-7b7b-41e6-893c-73f4c2afc624", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy8zOGU3Y2RiMi03YjdiLTQxZTYtODkzYy03M2Y0YzJhZmM2MjQ=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:46 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "4667776f-f3c0-4297-bd4e-04adeca6972c" + "e5975a8e-63bc-4db0-ba31-92291d7a24b7" ], "Request-Id": [ - "4667776f-f3c0-4297-bd4e-04adeca6972c" + "e5975a8e-63bc-4db0-ba31-92291d7a24b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -224,6 +221,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:35 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetPrebuiltEntityRoles.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetPrebuiltEntityRoles.json index 06565bf9a197e..758074cba6771 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetPrebuiltEntityRoles.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetPrebuiltEntityRoles.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", "RequestMethod": "POST", "RequestBody": "[\r\n \"money\"\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,17 +26,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:29 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "8106f91a-b97d-446b-81e6-cad0eea62198" + "e3b8dbf6-b643-48e2-9373-cb43350eb4ee" ], "Request-Id": [ - "8106f91a-b97d-446b-81e6-cad0eea62198" + "e3b8dbf6-b643-48e2-9373-cb43350eb4ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -50,6 +47,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:49 GMT" + ], "Content-Length": [ "127" ], @@ -57,23 +57,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"424b5a55-b633-4b35-8512-df1cdc66de58\",\r\n \"name\": \"money\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"39cd7bad-bd34-4a13-b401-a7c845c6c829\",\r\n \"name\": \"money\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/424b5a55-b633-4b35-8512-df1cdc66de58/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy80MjRiNWE1NS1iNjMzLTRiMzUtODUxMi1kZjFjZGM2NmRlNTgvcm9sZXM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/39cd7bad-bd34-4a13-b401-a7c845c6c829/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy8zOWNkN2JhZC1iZDM0LTRhMTMtYjQwMS1hN2M4NDVjNmM4Mjkvcm9sZXM=", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -86,23 +86,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:30 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/424b5a55-b633-4b35-8512-df1cdc66de58/roles/9d4503ba-c88f-46e8-ae99-322391a3d0f1" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/39cd7bad-bd34-4a13-b401-a7c845c6c829/roles/d225fb03-e130-4a6c-a260-91ea589f4325" ], "Apim-Request-Id": [ - "0a017946-e1a8-4743-86ad-6e8fe57fe8f5" + "52a72ccc-a574-47fa-be52-0e03d995bc92" ], "Request-Id": [ - "0a017946-e1a8-4743-86ad-6e8fe57fe8f5" + "52a72ccc-a574-47fa-be52-0e03d995bc92" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/424b5a55-b633-4b35-8512-df1cdc66de58/roles/9d4503ba-c88f-46e8-ae99-322391a3d0f1" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/39cd7bad-bd34-4a13-b401-a7c845c6c829/roles/d225fb03-e130-4a6c-a260-91ea589f4325" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -116,6 +113,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:50 GMT" + ], "Content-Length": [ "38" ], @@ -123,40 +123,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"9d4503ba-c88f-46e8-ae99-322391a3d0f1\"", + "ResponseBody": "\"d225fb03-e130-4a6c-a260-91ea589f4325\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/424b5a55-b633-4b35-8512-df1cdc66de58/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy80MjRiNWE1NS1iNjMzLTRiMzUtODUxMi1kZjFjZGM2NmRlNTgvcm9sZXM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/39cd7bad-bd34-4a13-b401-a7c845c6c829/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy8zOWNkN2JhZC1iZDM0LTRhMTMtYjQwMS1hN2M4NDVjNmM4Mjkvcm9sZXM=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:30 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "baabd533-4228-4fed-b992-79a24ee0d932" + "d0db021c-b5ad-46e5-b59a-dfa3dc157d07" ], "Request-Id": [ - "baabd533-4228-4fed-b992-79a24ee0d932" + "d0db021c-b5ad-46e5-b59a-dfa3dc157d07" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -170,6 +167,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:50 GMT" + ], "Content-Length": [ "68" ], @@ -177,40 +177,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"9d4503ba-c88f-46e8-ae99-322391a3d0f1\",\r\n \"name\": \"simple role\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"d225fb03-e130-4a6c-a260-91ea589f4325\",\r\n \"name\": \"simple role\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/424b5a55-b633-4b35-8512-df1cdc66de58", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy80MjRiNWE1NS1iNjMzLTRiMzUtODUxMi1kZjFjZGM2NmRlNTg=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/39cd7bad-bd34-4a13-b401-a7c845c6c829", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy8zOWNkN2JhZC1iZDM0LTRhMTMtYjQwMS1hN2M4NDVjNmM4Mjk=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:30 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "7310fe3b-d0a4-4f37-9fef-321099097078" + "68a8c0e6-1cc6-411d-998a-ec9badce3c74" ], "Request-Id": [ - "7310fe3b-d0a4-4f37-9fef-321099097078" + "68a8c0e6-1cc6-411d-998a-ec9badce3c74" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -224,6 +221,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:50 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetRegexEntityRole.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetRegexEntityRole.json index f4b2c09daace5..aef12ae2852a0 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetRegexEntityRole.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetRegexEntityRole.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXM=", "RequestMethod": "POST", "RequestBody": "{\r\n \"regexPattern\": \"a+\",\r\n \"name\": \"regex model\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:02 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/ab5ee589-a1f0-4841-af53-ff72a9fded2a" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/6760ea6e-97ff-469c-9a63-6520036ca81f" ], "Apim-Request-Id": [ - "bc95bc2b-3e41-4792-b43c-2106ecea6a15" + "baa9389e-22f8-465b-9a3b-bf71e7d1d0f4" ], "Request-Id": [ - "bc95bc2b-3e41-4792-b43c-2106ecea6a15" + "baa9389e-22f8-465b-9a3b-bf71e7d1d0f4" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/ab5ee589-a1f0-4841-af53-ff72a9fded2a" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/6760ea6e-97ff-469c-9a63-6520036ca81f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:39 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"ab5ee589-a1f0-4841-af53-ff72a9fded2a\"", + "ResponseBody": "\"6760ea6e-97ff-469c-9a63-6520036ca81f\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/ab5ee589-a1f0-4841-af53-ff72a9fded2a/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvYWI1ZWU1ODktYTFmMC00ODQxLWFmNTMtZmY3MmE5ZmRlZDJhL3JvbGVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/6760ea6e-97ff-469c-9a63-6520036ca81f/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvNjc2MGVhNmUtOTdmZi00NjljLTlhNjMtNjUyMDAzNmNhODFmL3JvbGVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:02 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/ab5ee589-a1f0-4841-af53-ff72a9fded2a/roles/bf25a47f-ee51-4c34-9c92-fbfd281252d2" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/6760ea6e-97ff-469c-9a63-6520036ca81f/roles/82db41f0-1776-460c-a7bd-ff083fcfaf65" ], "Apim-Request-Id": [ - "819e9b93-73fe-4267-913c-0e547ceb0e1b" + "3f72fef7-bfb4-4bf1-89aa-c4304de5b718" ], "Request-Id": [ - "819e9b93-73fe-4267-913c-0e547ceb0e1b" + "3f72fef7-bfb4-4bf1-89aa-c4304de5b718" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/ab5ee589-a1f0-4841-af53-ff72a9fded2a/roles/bf25a47f-ee51-4c34-9c92-fbfd281252d2" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/6760ea6e-97ff-469c-9a63-6520036ca81f/roles/82db41f0-1776-460c-a7bd-ff083fcfaf65" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,6 +119,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:39 GMT" + ], "Content-Length": [ "38" ], @@ -129,40 +129,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"bf25a47f-ee51-4c34-9c92-fbfd281252d2\"", + "ResponseBody": "\"82db41f0-1776-460c-a7bd-ff083fcfaf65\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/ab5ee589-a1f0-4841-af53-ff72a9fded2a/roles/bf25a47f-ee51-4c34-9c92-fbfd281252d2", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvYWI1ZWU1ODktYTFmMC00ODQxLWFmNTMtZmY3MmE5ZmRlZDJhL3JvbGVzL2JmMjVhNDdmLWVlNTEtNGMzNC05YzkyLWZiZmQyODEyNTJkMg==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/6760ea6e-97ff-469c-9a63-6520036ca81f/roles/82db41f0-1776-460c-a7bd-ff083fcfaf65", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvNjc2MGVhNmUtOTdmZi00NjljLTlhNjMtNjUyMDAzNmNhODFmL3JvbGVzLzgyZGI0MWYwLTE3NzYtNDYwYy1hN2JkLWZmMDgzZmNmYWY2NQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:02 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "34152088-77d5-43dc-8783-6c102b32788d" + "d6763771-40fe-4dc4-9c33-27902558836c" ], "Request-Id": [ - "34152088-77d5-43dc-8783-6c102b32788d" + "d6763771-40fe-4dc4-9c33-27902558836c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -176,6 +173,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:39 GMT" + ], "Content-Length": [ "66" ], @@ -183,40 +183,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"bf25a47f-ee51-4c34-9c92-fbfd281252d2\",\r\n \"name\": \"simple role\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"82db41f0-1776-460c-a7bd-ff083fcfaf65\",\r\n \"name\": \"simple role\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/ab5ee589-a1f0-4841-af53-ff72a9fded2a", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvYWI1ZWU1ODktYTFmMC00ODQxLWFmNTMtZmY3MmE5ZmRlZDJh", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/6760ea6e-97ff-469c-9a63-6520036ca81f", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvNjc2MGVhNmUtOTdmZi00NjljLTlhNjMtNjUyMDAzNmNhODFm", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:03 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "910e4b7c-5817-4a70-a095-0845891b08f7" + "586ed1aa-2952-4cec-89d0-041ddf02e06d" ], "Request-Id": [ - "910e4b7c-5817-4a70-a095-0845891b08f7" + "586ed1aa-2952-4cec-89d0-041ddf02e06d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -230,6 +227,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:40 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetRegexEntityRoles.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetRegexEntityRoles.json index b2e50b9f987f4..20096cb971ea5 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetRegexEntityRoles.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetRegexEntityRoles.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXM=", "RequestMethod": "POST", "RequestBody": "{\r\n \"regexPattern\": \"a+\",\r\n \"name\": \"regex model\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:40 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/801c0f4d-b686-43d3-8873-78886425ae5d" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/f62e0c4f-f21d-4a87-a3ef-ec0415e5f57f" ], "Apim-Request-Id": [ - "b8075ad9-7278-431c-afd6-58fff3608b7c" + "bc00d171-80c5-4aa0-b13b-78cdfa402907" ], "Request-Id": [ - "b8075ad9-7278-431c-afd6-58fff3608b7c" + "bc00d171-80c5-4aa0-b13b-78cdfa402907" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/801c0f4d-b686-43d3-8873-78886425ae5d" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/f62e0c4f-f21d-4a87-a3ef-ec0415e5f57f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:52 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"801c0f4d-b686-43d3-8873-78886425ae5d\"", + "ResponseBody": "\"f62e0c4f-f21d-4a87-a3ef-ec0415e5f57f\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/801c0f4d-b686-43d3-8873-78886425ae5d/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvODAxYzBmNGQtYjY4Ni00M2QzLTg4NzMtNzg4ODY0MjVhZTVkL3JvbGVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/f62e0c4f-f21d-4a87-a3ef-ec0415e5f57f/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvZjYyZTBjNGYtZjIxZC00YTg3LWEzZWYtZWMwNDE1ZTVmNTdmL3JvbGVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:41 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/801c0f4d-b686-43d3-8873-78886425ae5d/roles/fb1c0b00-4944-4533-8bfa-7ea9504fa977" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/f62e0c4f-f21d-4a87-a3ef-ec0415e5f57f/roles/3dfc1ad4-b60d-4b24-832b-ad2873fb0545" ], "Apim-Request-Id": [ - "9dfd58d5-6f0b-4621-9db8-93bc4f29b8a0" + "97730417-edc3-45e8-918e-7dd11b3680b8" ], "Request-Id": [ - "9dfd58d5-6f0b-4621-9db8-93bc4f29b8a0" + "97730417-edc3-45e8-918e-7dd11b3680b8" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/801c0f4d-b686-43d3-8873-78886425ae5d/roles/fb1c0b00-4944-4533-8bfa-7ea9504fa977" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/f62e0c4f-f21d-4a87-a3ef-ec0415e5f57f/roles/3dfc1ad4-b60d-4b24-832b-ad2873fb0545" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,6 +119,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:52 GMT" + ], "Content-Length": [ "38" ], @@ -129,40 +129,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"fb1c0b00-4944-4533-8bfa-7ea9504fa977\"", + "ResponseBody": "\"3dfc1ad4-b60d-4b24-832b-ad2873fb0545\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/801c0f4d-b686-43d3-8873-78886425ae5d/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvODAxYzBmNGQtYjY4Ni00M2QzLTg4NzMtNzg4ODY0MjVhZTVkL3JvbGVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/f62e0c4f-f21d-4a87-a3ef-ec0415e5f57f/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvZjYyZTBjNGYtZjIxZC00YTg3LWEzZWYtZWMwNDE1ZTVmNTdmL3JvbGVz", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:41 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "245d6b4c-d93b-47c7-92c8-53170cef6a07" + "e0270de0-25ee-4f44-8366-b0d8508b04dc" ], "Request-Id": [ - "245d6b4c-d93b-47c7-92c8-53170cef6a07" + "e0270de0-25ee-4f44-8366-b0d8508b04dc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -176,6 +173,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:52 GMT" + ], "Content-Length": [ "68" ], @@ -183,40 +183,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"fb1c0b00-4944-4533-8bfa-7ea9504fa977\",\r\n \"name\": \"simple role\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"3dfc1ad4-b60d-4b24-832b-ad2873fb0545\",\r\n \"name\": \"simple role\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/801c0f4d-b686-43d3-8873-78886425ae5d", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvODAxYzBmNGQtYjY4Ni00M2QzLTg4NzMtNzg4ODY0MjVhZTVk", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/f62e0c4f-f21d-4a87-a3ef-ec0415e5f57f", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvZjYyZTBjNGYtZjIxZC00YTg3LWEzZWYtZWMwNDE1ZTVmNTdm", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:41 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "fc0a28b3-508b-4f40-9f80-f9b25eeabbd8" + "421092cb-f5cc-48e0-840e-e0959ad5e773" ], "Request-Id": [ - "fc0a28b3-508b-4f40-9f80-f9b25eeabbd8" + "421092cb-f5cc-48e0-840e-e0959ad5e773" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -230,6 +227,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:53 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetSimpleEntityRole.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetSimpleEntityRole.json index c7da5f9ade671..6f464354fb081 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetSimpleEntityRole.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetSimpleEntityRole.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple entity\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:04 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/5545f004-de2b-4eec-8bf4-41db9b8b51de" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/f04a1c3d-eeec-449d-989b-8a54e14fd962" ], "Apim-Request-Id": [ - "fe554ba5-b5c7-4e85-af5c-36489978277e" + "b14eeb15-835b-4373-b1fb-5efa5ed6a44a" ], "Request-Id": [ - "fe554ba5-b5c7-4e85-af5c-36489978277e" + "b14eeb15-835b-4373-b1fb-5efa5ed6a44a" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/5545f004-de2b-4eec-8bf4-41db9b8b51de" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/f04a1c3d-eeec-449d-989b-8a54e14fd962" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:59 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"5545f004-de2b-4eec-8bf4-41db9b8b51de\"", + "ResponseBody": "\"f04a1c3d-eeec-449d-989b-8a54e14fd962\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/5545f004-de2b-4eec-8bf4-41db9b8b51de/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzU1NDVmMDA0LWRlMmItNGVlYy04YmY0LTQxZGI5YjhiNTFkZS9yb2xlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/f04a1c3d-eeec-449d-989b-8a54e14fd962/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzL2YwNGExYzNkLWVlZWMtNDQ5ZC05ODliLThhNTRlMTRmZDk2Mi9yb2xlcw==", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:05 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/5545f004-de2b-4eec-8bf4-41db9b8b51de/roles/f65eaad9-4feb-498c-8ccd-9b16466f9d42" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/f04a1c3d-eeec-449d-989b-8a54e14fd962/roles/5de55c03-d404-46b2-a333-2ce81c573f9d" ], "Apim-Request-Id": [ - "a1a9a7c0-4a12-4068-8c91-7376bc9f56dd" + "8d1cf147-b6a8-4259-bc04-b85ddbc8b881" ], "Request-Id": [ - "a1a9a7c0-4a12-4068-8c91-7376bc9f56dd" + "8d1cf147-b6a8-4259-bc04-b85ddbc8b881" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/5545f004-de2b-4eec-8bf4-41db9b8b51de/roles/f65eaad9-4feb-498c-8ccd-9b16466f9d42" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/f04a1c3d-eeec-449d-989b-8a54e14fd962/roles/5de55c03-d404-46b2-a333-2ce81c573f9d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,6 +119,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:00 GMT" + ], "Content-Length": [ "38" ], @@ -129,40 +129,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"f65eaad9-4feb-498c-8ccd-9b16466f9d42\"", + "ResponseBody": "\"5de55c03-d404-46b2-a333-2ce81c573f9d\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/5545f004-de2b-4eec-8bf4-41db9b8b51de/roles/f65eaad9-4feb-498c-8ccd-9b16466f9d42", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzU1NDVmMDA0LWRlMmItNGVlYy04YmY0LTQxZGI5YjhiNTFkZS9yb2xlcy9mNjVlYWFkOS00ZmViLTQ5OGMtOGNjZC05YjE2NDY2ZjlkNDI=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/f04a1c3d-eeec-449d-989b-8a54e14fd962/roles/5de55c03-d404-46b2-a333-2ce81c573f9d", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzL2YwNGExYzNkLWVlZWMtNDQ5ZC05ODliLThhNTRlMTRmZDk2Mi9yb2xlcy81ZGU1NWMwMy1kNDA0LTQ2YjItYTMzMy0yY2U4MWM1NzNmOWQ=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:05 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "55fe353e-4446-49d5-a1ba-736ee81e6a5a" + "3383d44b-c03f-4ef5-a35d-790895bdb19e" ], "Request-Id": [ - "55fe353e-4446-49d5-a1ba-736ee81e6a5a" + "3383d44b-c03f-4ef5-a35d-790895bdb19e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -176,6 +173,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:00 GMT" + ], "Content-Length": [ "66" ], @@ -183,40 +183,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"f65eaad9-4feb-498c-8ccd-9b16466f9d42\",\r\n \"name\": \"simple role\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"5de55c03-d404-46b2-a333-2ce81c573f9d\",\r\n \"name\": \"simple role\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/5545f004-de2b-4eec-8bf4-41db9b8b51de", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzU1NDVmMDA0LWRlMmItNGVlYy04YmY0LTQxZGI5YjhiNTFkZQ==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/f04a1c3d-eeec-449d-989b-8a54e14fd962", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzL2YwNGExYzNkLWVlZWMtNDQ5ZC05ODliLThhNTRlMTRmZDk2Mg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:05 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "7787c0be-8e21-437b-b58c-64b822c4354a" + "91635c3b-c380-452c-b33e-6eb38290f61e" ], "Request-Id": [ - "7787c0be-8e21-437b-b58c-64b822c4354a" + "91635c3b-c380-452c-b33e-6eb38290f61e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -230,6 +227,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:00 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetSimpleEntityRoles.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetSimpleEntityRoles.json index 30637eca078bc..72ee41ff6c477 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetSimpleEntityRoles.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/GetSimpleEntityRoles.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple entity\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:41 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/1854f828-7ed7-4445-9596-761f0c6f1c84" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/4ad950f2-d9a9-4814-bb71-86044e20169c" ], "Apim-Request-Id": [ - "121e1003-1cfa-4776-8e89-cd94eefdb54d" + "5089ba53-7699-4b54-9afd-0d90dc0ef20a" ], "Request-Id": [ - "121e1003-1cfa-4776-8e89-cd94eefdb54d" + "5089ba53-7699-4b54-9afd-0d90dc0ef20a" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/1854f828-7ed7-4445-9596-761f0c6f1c84" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/4ad950f2-d9a9-4814-bb71-86044e20169c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:28 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"1854f828-7ed7-4445-9596-761f0c6f1c84\"", + "ResponseBody": "\"4ad950f2-d9a9-4814-bb71-86044e20169c\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/1854f828-7ed7-4445-9596-761f0c6f1c84/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzE4NTRmODI4LTdlZDctNDQ0NS05NTk2LTc2MWYwYzZmMWM4NC9yb2xlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/4ad950f2-d9a9-4814-bb71-86044e20169c/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzRhZDk1MGYyLWQ5YTktNDgxNC1iYjcxLTg2MDQ0ZTIwMTY5Yy9yb2xlcw==", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:41 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/1854f828-7ed7-4445-9596-761f0c6f1c84/roles/d418b227-20c6-40e7-a5a0-9259bf598f83" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/4ad950f2-d9a9-4814-bb71-86044e20169c/roles/a86fcaa6-7617-47a8-9c28-1844716c6329" ], "Apim-Request-Id": [ - "adbe323f-b1fd-451b-8733-08e1072f21cd" + "aa6bf82f-5b52-4473-80d4-54bd20b97dba" ], "Request-Id": [ - "adbe323f-b1fd-451b-8733-08e1072f21cd" + "aa6bf82f-5b52-4473-80d4-54bd20b97dba" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/1854f828-7ed7-4445-9596-761f0c6f1c84/roles/d418b227-20c6-40e7-a5a0-9259bf598f83" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/4ad950f2-d9a9-4814-bb71-86044e20169c/roles/a86fcaa6-7617-47a8-9c28-1844716c6329" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,6 +119,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:29 GMT" + ], "Content-Length": [ "38" ], @@ -129,40 +129,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"d418b227-20c6-40e7-a5a0-9259bf598f83\"", + "ResponseBody": "\"a86fcaa6-7617-47a8-9c28-1844716c6329\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/1854f828-7ed7-4445-9596-761f0c6f1c84/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzE4NTRmODI4LTdlZDctNDQ0NS05NTk2LTc2MWYwYzZmMWM4NC9yb2xlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/4ad950f2-d9a9-4814-bb71-86044e20169c/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzRhZDk1MGYyLWQ5YTktNDgxNC1iYjcxLTg2MDQ0ZTIwMTY5Yy9yb2xlcw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:42 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "d2834504-c362-4a35-b48a-2f81f26463b7" + "4424f2f2-a006-4560-970e-464a3e94ea3f" ], "Request-Id": [ - "d2834504-c362-4a35-b48a-2f81f26463b7" + "4424f2f2-a006-4560-970e-464a3e94ea3f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -176,6 +173,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:29 GMT" + ], "Content-Length": [ "68" ], @@ -183,40 +183,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"d418b227-20c6-40e7-a5a0-9259bf598f83\",\r\n \"name\": \"simple role\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"a86fcaa6-7617-47a8-9c28-1844716c6329\",\r\n \"name\": \"simple role\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/1854f828-7ed7-4445-9596-761f0c6f1c84", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzE4NTRmODI4LTdlZDctNDQ0NS05NTk2LTc2MWYwYzZmMWM4NA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/4ad950f2-d9a9-4814-bb71-86044e20169c", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzRhZDk1MGYyLWQ5YTktNDgxNC1iYjcxLTg2MDQ0ZTIwMTY5Yw==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:42 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "091f7ccd-befc-4c3a-9add-f0da49cf8a45" + "7083abf6-4f92-4451-8a24-afd828d75d54" ], "Request-Id": [ - "091f7ccd-befc-4c3a-9add-f0da49cf8a45" + "7083abf6-4f92-4451-8a24-afd828d75d54" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -230,6 +227,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:29 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/UpdateClosedListEntityRole.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/UpdateClosedListEntityRole.json index 7e81a2851c111..043057e00f31b 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/UpdateClosedListEntityRole.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/UpdateClosedListEntityRole.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3Rz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3Rz", "RequestMethod": "POST", "RequestBody": "{\r\n \"subLists\": [\r\n {\r\n \"canonicalForm\": \"test\",\r\n \"list\": []\r\n }\r\n ],\r\n \"name\": \"closed list model\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:37 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/dc5d0bc7-70e6-4e66-bdf5-6c0925c980cd" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/620702c1-b49f-4df4-ac04-28666da7cb84" ], "Apim-Request-Id": [ - "9c1361fb-79c8-4c70-bb8a-1c7060cdaac7" + "76b7a7c2-75d7-4978-85fc-d50604a297bf" ], "Request-Id": [ - "9c1361fb-79c8-4c70-bb8a-1c7060cdaac7" + "76b7a7c2-75d7-4978-85fc-d50604a297bf" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/dc5d0bc7-70e6-4e66-bdf5-6c0925c980cd" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/620702c1-b49f-4df4-ac04-28666da7cb84" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:32 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"dc5d0bc7-70e6-4e66-bdf5-6c0925c980cd\"", + "ResponseBody": "\"620702c1-b49f-4df4-ac04-28666da7cb84\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/dc5d0bc7-70e6-4e66-bdf5-6c0925c980cd/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2RjNWQwYmM3LTcwZTYtNGU2Ni1iZGY1LTZjMDkyNWM5ODBjZC9yb2xlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/620702c1-b49f-4df4-ac04-28666da7cb84/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzYyMDcwMmMxLWI0OWYtNGRmNC1hYzA0LTI4NjY2ZGE3Y2I4NC9yb2xlcw==", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:37 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/dc5d0bc7-70e6-4e66-bdf5-6c0925c980cd/roles/1f39fb74-299d-4803-9f5c-22d660db1e40" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/620702c1-b49f-4df4-ac04-28666da7cb84/roles/cb786cb0-a490-43a5-9323-8662f4e96c60" ], "Apim-Request-Id": [ - "63d525f3-b90f-4bd4-8ee3-051af7ef4281" + "d768210e-4898-42d3-8eb3-2efa7d14ef98" ], "Request-Id": [ - "63d525f3-b90f-4bd4-8ee3-051af7ef4281" + "d768210e-4898-42d3-8eb3-2efa7d14ef98" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/dc5d0bc7-70e6-4e66-bdf5-6c0925c980cd/roles/1f39fb74-299d-4803-9f5c-22d660db1e40" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/620702c1-b49f-4df4-ac04-28666da7cb84/roles/cb786cb0-a490-43a5-9323-8662f4e96c60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,6 +119,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:33 GMT" + ], "Content-Length": [ "38" ], @@ -129,23 +129,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"1f39fb74-299d-4803-9f5c-22d660db1e40\"", + "ResponseBody": "\"cb786cb0-a490-43a5-9323-8662f4e96c60\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/dc5d0bc7-70e6-4e66-bdf5-6c0925c980cd/roles/1f39fb74-299d-4803-9f5c-22d660db1e40", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2RjNWQwYmM3LTcwZTYtNGU2Ni1iZGY1LTZjMDkyNWM5ODBjZC9yb2xlcy8xZjM5ZmI3NC0yOTlkLTQ4MDMtOWY1Yy0yMmQ2NjBkYjFlNDA=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/620702c1-b49f-4df4-ac04-28666da7cb84/roles/cb786cb0-a490-43a5-9323-8662f4e96c60", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzYyMDcwMmMxLWI0OWYtNGRmNC1hYzA0LTI4NjY2ZGE3Y2I4NC9yb2xlcy9jYjc4NmNiMC1hNDkwLTQzYTUtOTMyMy04NjYyZjRlOTZjNjA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"name\": \"simple role 2\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -158,17 +158,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:38 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "054167f2-e84c-413b-8c3f-b4725921a894" + "83c65d68-1edc-4b55-96ee-db392c996f95" ], "Request-Id": [ - "054167f2-e84c-413b-8c3f-b4725921a894" + "83c65d68-1edc-4b55-96ee-db392c996f95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -182,6 +179,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:33 GMT" + ], "Content-Length": [ "51" ], @@ -193,36 +193,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/dc5d0bc7-70e6-4e66-bdf5-6c0925c980cd/roles/1f39fb74-299d-4803-9f5c-22d660db1e40", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2RjNWQwYmM3LTcwZTYtNGU2Ni1iZGY1LTZjMDkyNWM5ODBjZC9yb2xlcy8xZjM5ZmI3NC0yOTlkLTQ4MDMtOWY1Yy0yMmQ2NjBkYjFlNDA=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/620702c1-b49f-4df4-ac04-28666da7cb84/roles/cb786cb0-a490-43a5-9323-8662f4e96c60", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzYyMDcwMmMxLWI0OWYtNGRmNC1hYzA0LTI4NjY2ZGE3Y2I4NC9yb2xlcy9jYjc4NmNiMC1hNDkwLTQzYTUtOTMyMy04NjYyZjRlOTZjNjA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:38 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "490207f7-7450-4620-91cb-0d10d98493f4" + "2c0fe642-0e21-4002-8bbd-40c825628caa" ], "Request-Id": [ - "490207f7-7450-4620-91cb-0d10d98493f4" + "2c0fe642-0e21-4002-8bbd-40c825628caa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -236,6 +233,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:33 GMT" + ], "Content-Length": [ "68" ], @@ -243,40 +243,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"1f39fb74-299d-4803-9f5c-22d660db1e40\",\r\n \"name\": \"simple role 2\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"cb786cb0-a490-43a5-9323-8662f4e96c60\",\r\n \"name\": \"simple role 2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/dc5d0bc7-70e6-4e66-bdf5-6c0925c980cd", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2RjNWQwYmM3LTcwZTYtNGU2Ni1iZGY1LTZjMDkyNWM5ODBjZA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/620702c1-b49f-4df4-ac04-28666da7cb84", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzYyMDcwMmMxLWI0OWYtNGRmNC1hYzA0LTI4NjY2ZGE3Y2I4NA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:38 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "25171023-018c-42a2-bdaf-ca7f73299ffb" + "306d90e1-63c7-47c5-97ef-eb25716bc53c" ], "Request-Id": [ - "25171023-018c-42a2-bdaf-ca7f73299ffb" + "306d90e1-63c7-47c5-97ef-eb25716bc53c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -290,6 +287,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:35 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/UpdateCompositeEntityRole.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/UpdateCompositeEntityRole.json index 7d937f359332c..a8760db50dbb6 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/UpdateCompositeEntityRole.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/UpdateCompositeEntityRole.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", "RequestMethod": "POST", "RequestBody": "[\r\n \"datetimeV2\"\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,17 +26,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:16 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "5b2488e0-2357-46cb-8c73-e8fc4e9e2163" + "b015f79e-2e0e-4b9a-9d11-93355477b8bd" ], "Request-Id": [ - "5b2488e0-2357-46cb-8c73-e8fc4e9e2163" + "b015f79e-2e0e-4b9a-9d11-93355477b8bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -50,6 +47,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:03 GMT" + ], "Content-Length": [ "132" ], @@ -57,23 +57,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"e0cc20ae-2549-4785-a568-094590315744\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"56fd24b4-372e-4c0c-ac56-2b8b77546a86\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"children\": [\r\n \"datetimeV2\"\r\n ],\r\n \"name\": \"composite model\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -86,23 +86,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:17 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/8ea840d1-0119-49dc-a0a8-94e0f2493293" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/3ee1695e-75ce-463e-a8a2-1c1a73f8dd55" ], "Apim-Request-Id": [ - "71e88557-5be9-444e-aee2-22ae141a55d3" + "f08aed0e-4813-4440-a903-2b86a4b195f4" ], "Request-Id": [ - "71e88557-5be9-444e-aee2-22ae141a55d3" + "f08aed0e-4813-4440-a903-2b86a4b195f4" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/8ea840d1-0119-49dc-a0a8-94e0f2493293" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/3ee1695e-75ce-463e-a8a2-1c1a73f8dd55" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -116,6 +113,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:03 GMT" + ], "Content-Length": [ "38" ], @@ -123,23 +123,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"8ea840d1-0119-49dc-a0a8-94e0f2493293\"", + "ResponseBody": "\"3ee1695e-75ce-463e-a8a2-1c1a73f8dd55\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/8ea840d1-0119-49dc-a0a8-94e0f2493293/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzhlYTg0MGQxLTAxMTktNDlkYy1hMGE4LTk0ZTBmMjQ5MzI5My9yb2xlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/3ee1695e-75ce-463e-a8a2-1c1a73f8dd55/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzNlZTE2OTVlLTc1Y2UtNDYzZS1hOGEyLTFjMWE3M2Y4ZGQ1NS9yb2xlcw==", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -152,23 +152,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:17 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/8ea840d1-0119-49dc-a0a8-94e0f2493293/roles/74ecf4b1-e51e-4ae2-a788-d1bd8380c46b" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/3ee1695e-75ce-463e-a8a2-1c1a73f8dd55/roles/0433cebe-1303-4ca4-bb3f-f12c61f7a585" ], "Apim-Request-Id": [ - "77720f3f-d79e-40f9-ba93-70b12dbe20b8" + "51c75d57-57b0-40c3-8da4-c096321cccdf" ], "Request-Id": [ - "77720f3f-d79e-40f9-ba93-70b12dbe20b8" + "51c75d57-57b0-40c3-8da4-c096321cccdf" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/8ea840d1-0119-49dc-a0a8-94e0f2493293/roles/74ecf4b1-e51e-4ae2-a788-d1bd8380c46b" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/3ee1695e-75ce-463e-a8a2-1c1a73f8dd55/roles/0433cebe-1303-4ca4-bb3f-f12c61f7a585" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -182,6 +179,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:03 GMT" + ], "Content-Length": [ "38" ], @@ -189,23 +189,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"74ecf4b1-e51e-4ae2-a788-d1bd8380c46b\"", + "ResponseBody": "\"0433cebe-1303-4ca4-bb3f-f12c61f7a585\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/8ea840d1-0119-49dc-a0a8-94e0f2493293/roles/74ecf4b1-e51e-4ae2-a788-d1bd8380c46b", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzhlYTg0MGQxLTAxMTktNDlkYy1hMGE4LTk0ZTBmMjQ5MzI5My9yb2xlcy83NGVjZjRiMS1lNTFlLTRhZTItYTc4OC1kMWJkODM4MGM0NmI=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/3ee1695e-75ce-463e-a8a2-1c1a73f8dd55/roles/0433cebe-1303-4ca4-bb3f-f12c61f7a585", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzNlZTE2OTVlLTc1Y2UtNDYzZS1hOGEyLTFjMWE3M2Y4ZGQ1NS9yb2xlcy8wNDMzY2ViZS0xMzAzLTRjYTQtYmIzZi1mMTJjNjFmN2E1ODU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"name\": \"simple role 2\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -218,17 +218,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:17 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "1163207d-5ecb-4b20-a24b-4666654c777f" + "d90fbe2b-423a-406d-8dd8-bab16cda4728" ], "Request-Id": [ - "1163207d-5ecb-4b20-a24b-4666654c777f" + "d90fbe2b-423a-406d-8dd8-bab16cda4728" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -242,6 +239,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:04 GMT" + ], "Content-Length": [ "51" ], @@ -253,36 +253,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/8ea840d1-0119-49dc-a0a8-94e0f2493293/roles/74ecf4b1-e51e-4ae2-a788-d1bd8380c46b", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzhlYTg0MGQxLTAxMTktNDlkYy1hMGE4LTk0ZTBmMjQ5MzI5My9yb2xlcy83NGVjZjRiMS1lNTFlLTRhZTItYTc4OC1kMWJkODM4MGM0NmI=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/3ee1695e-75ce-463e-a8a2-1c1a73f8dd55/roles/0433cebe-1303-4ca4-bb3f-f12c61f7a585", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzNlZTE2OTVlLTc1Y2UtNDYzZS1hOGEyLTFjMWE3M2Y4ZGQ1NS9yb2xlcy8wNDMzY2ViZS0xMzAzLTRjYTQtYmIzZi1mMTJjNjFmN2E1ODU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:18 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "4fa7310d-4189-4da5-8774-8d6a5cba6769" + "b1185cf9-6f75-4573-9622-4bd0f8c712e9" ], "Request-Id": [ - "4fa7310d-4189-4da5-8774-8d6a5cba6769" + "b1185cf9-6f75-4573-9622-4bd0f8c712e9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -296,6 +293,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:04 GMT" + ], "Content-Length": [ "68" ], @@ -303,40 +303,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"74ecf4b1-e51e-4ae2-a788-d1bd8380c46b\",\r\n \"name\": \"simple role 2\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"0433cebe-1303-4ca4-bb3f-f12c61f7a585\",\r\n \"name\": \"simple role 2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/8ea840d1-0119-49dc-a0a8-94e0f2493293", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzhlYTg0MGQxLTAxMTktNDlkYy1hMGE4LTk0ZTBmMjQ5MzI5Mw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/3ee1695e-75ce-463e-a8a2-1c1a73f8dd55", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzNlZTE2OTVlLTc1Y2UtNDYzZS1hOGEyLTFjMWE3M2Y4ZGQ1NQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:18 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "5a474d0c-abcd-4a8b-af20-c9ca90b46fae" + "c01663da-564e-47a6-81c3-c702f3ee8d60" ], "Request-Id": [ - "5a474d0c-abcd-4a8b-af20-c9ca90b46fae" + "c01663da-564e-47a6-81c3-c702f3ee8d60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -350,6 +347,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:04 GMT" + ], "Content-Length": [ "51" ], @@ -361,36 +361,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/e0cc20ae-2549-4785-a568-094590315744", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy9lMGNjMjBhZS0yNTQ5LTQ3ODUtYTU2OC0wOTQ1OTAzMTU3NDQ=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/56fd24b4-372e-4c0c-ac56-2b8b77546a86", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy81NmZkMjRiNC0zNzJlLTRjMGMtYWM1Ni0yYjhiNzc1NDZhODY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:18 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "ab1d810c-b545-4d85-a14e-7a6d9752e7ce" + "c863d347-0351-4f5c-9dd9-4859445eaed0" ], "Request-Id": [ - "ab1d810c-b545-4d85-a14e-7a6d9752e7ce" + "c863d347-0351-4f5c-9dd9-4859445eaed0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -404,6 +401,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:05 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/UpdateCustomPrebuiltDomainEntityRole.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/UpdateCustomPrebuiltDomainEntityRole.json index d0df22c562a15..38bfbd375412d 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/UpdateCustomPrebuiltDomainEntityRole.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/UpdateCustomPrebuiltDomainEntityRole.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXM=", "RequestMethod": "POST", "RequestBody": "{\r\n \"domainName\": \"Communication\",\r\n \"modelName\": \"ContactName\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:33 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities/316b7d72-fe8e-4420-b474-a6fd701e456a" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities/0855ea3b-52ed-45fb-a7b7-140b862b2264" ], "Apim-Request-Id": [ - "37a524e8-3723-4067-8dfe-d90e84ad00be" + "e3522ac6-df63-4b20-a9ae-317f353dd707" ], "Request-Id": [ - "37a524e8-3723-4067-8dfe-d90e84ad00be" + "e3522ac6-df63-4b20-a9ae-317f353dd707" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities/316b7d72-fe8e-4420-b474-a6fd701e456a" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities/0855ea3b-52ed-45fb-a7b7-140b862b2264" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:44 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"316b7d72-fe8e-4420-b474-a6fd701e456a\"", + "ResponseBody": "\"0855ea3b-52ed-45fb-a7b7-140b862b2264\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities/316b7d72-fe8e-4420-b474-a6fd701e456a/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXMvMzE2YjdkNzItZmU4ZS00NDIwLWI0NzQtYTZmZDcwMWU0NTZhL3JvbGVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities/0855ea3b-52ed-45fb-a7b7-140b862b2264/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXMvMDg1NWVhM2ItNTJlZC00NWZiLWE3YjctMTQwYjg2MmIyMjY0L3JvbGVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:33 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities/316b7d72-fe8e-4420-b474-a6fd701e456a/roles/00faa38e-75e4-4b6a-9ee9-dfccc63eb5de" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities/0855ea3b-52ed-45fb-a7b7-140b862b2264/roles/a5a059d5-d8d8-45cf-9aec-dcdfa82640ef" ], "Apim-Request-Id": [ - "e194f25f-c319-423c-a274-04419081f8cc" + "14db0fdb-6641-472c-87cd-764dfcf45709" ], "Request-Id": [ - "e194f25f-c319-423c-a274-04419081f8cc" + "14db0fdb-6641-472c-87cd-764dfcf45709" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities/316b7d72-fe8e-4420-b474-a6fd701e456a/roles/00faa38e-75e4-4b6a-9ee9-dfccc63eb5de" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities/0855ea3b-52ed-45fb-a7b7-140b862b2264/roles/a5a059d5-d8d8-45cf-9aec-dcdfa82640ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,6 +119,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:44 GMT" + ], "Content-Length": [ "38" ], @@ -129,23 +129,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"00faa38e-75e4-4b6a-9ee9-dfccc63eb5de\"", + "ResponseBody": "\"a5a059d5-d8d8-45cf-9aec-dcdfa82640ef\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities/316b7d72-fe8e-4420-b474-a6fd701e456a/roles/00faa38e-75e4-4b6a-9ee9-dfccc63eb5de", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXMvMzE2YjdkNzItZmU4ZS00NDIwLWI0NzQtYTZmZDcwMWU0NTZhL3JvbGVzLzAwZmFhMzhlLTc1ZTQtNGI2YS05ZWU5LWRmY2NjNjNlYjVkZQ==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities/0855ea3b-52ed-45fb-a7b7-140b862b2264/roles/a5a059d5-d8d8-45cf-9aec-dcdfa82640ef", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXMvMDg1NWVhM2ItNTJlZC00NWZiLWE3YjctMTQwYjg2MmIyMjY0L3JvbGVzL2E1YTA1OWQ1LWQ4ZDgtNDVjZi05YWVjLWRjZGZhODI2NDBlZg==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"name\": \"simple role 2\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -158,17 +158,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:34 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "b5c6c81e-a56d-4936-8f51-d3afb6b55973" + "38afe900-66cd-4c88-9489-6b4543995cb6" ], "Request-Id": [ - "b5c6c81e-a56d-4936-8f51-d3afb6b55973" + "38afe900-66cd-4c88-9489-6b4543995cb6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -182,6 +179,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:44 GMT" + ], "Content-Length": [ "51" ], @@ -193,36 +193,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities/316b7d72-fe8e-4420-b474-a6fd701e456a/roles/00faa38e-75e4-4b6a-9ee9-dfccc63eb5de", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXMvMzE2YjdkNzItZmU4ZS00NDIwLWI0NzQtYTZmZDcwMWU0NTZhL3JvbGVzLzAwZmFhMzhlLTc1ZTQtNGI2YS05ZWU5LWRmY2NjNjNlYjVkZQ==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities/0855ea3b-52ed-45fb-a7b7-140b862b2264/roles/a5a059d5-d8d8-45cf-9aec-dcdfa82640ef", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXMvMDg1NWVhM2ItNTJlZC00NWZiLWE3YjctMTQwYjg2MmIyMjY0L3JvbGVzL2E1YTA1OWQ1LWQ4ZDgtNDVjZi05YWVjLWRjZGZhODI2NDBlZg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:34 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "ad00709f-b3ae-4bd6-afe9-0781af1e7591" + "dab01002-d64b-43eb-8563-809f8f42cb39" ], "Request-Id": [ - "ad00709f-b3ae-4bd6-afe9-0781af1e7591" + "dab01002-d64b-43eb-8563-809f8f42cb39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -236,6 +233,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:45 GMT" + ], "Content-Length": [ "68" ], @@ -243,40 +243,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"00faa38e-75e4-4b6a-9ee9-dfccc63eb5de\",\r\n \"name\": \"simple role 2\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"a5a059d5-d8d8-45cf-9aec-dcdfa82640ef\",\r\n \"name\": \"simple role 2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/316b7d72-fe8e-4420-b474-a6fd701e456a", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzMxNmI3ZDcyLWZlOGUtNDQyMC1iNDc0LWE2ZmQ3MDFlNDU2YQ==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/0855ea3b-52ed-45fb-a7b7-140b862b2264", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzA4NTVlYTNiLTUyZWQtNDVmYi1hN2I3LTE0MGI4NjJiMjI2NA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:34 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "4fe26f7e-35fe-4aac-ab27-50cdd8169ed8" + "74a48c49-0c9a-4e12-a2a4-9e0367bd1578" ], "Request-Id": [ - "4fe26f7e-35fe-4aac-ab27-50cdd8169ed8" + "74a48c49-0c9a-4e12-a2a4-9e0367bd1578" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -290,6 +287,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:45 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/UpdatePatternAnyEntityRole.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/UpdatePatternAnyEntityRole.json index 253579ac07a7a..53efbce63c3db 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/UpdatePatternAnyEntityRole.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/UpdatePatternAnyEntityRole.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcw==", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"Pattern.Any model\",\r\n \"explicitList\": []\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:20 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/3935eb26-2dc4-44d5-b190-87e789cf247a" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/2cbcb46c-70a0-4ede-9035-d67394208ce6" ], "Apim-Request-Id": [ - "73e95931-d6aa-410d-b979-832188afe017" + "86cd43e5-a584-432d-9878-a91ea7f4cd4e" ], "Request-Id": [ - "73e95931-d6aa-410d-b979-832188afe017" + "86cd43e5-a584-432d-9878-a91ea7f4cd4e" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/3935eb26-2dc4-44d5-b190-87e789cf247a" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/2cbcb46c-70a0-4ede-9035-d67394208ce6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:49 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"3935eb26-2dc4-44d5-b190-87e789cf247a\"", + "ResponseBody": "\"2cbcb46c-70a0-4ede-9035-d67394208ce6\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/3935eb26-2dc4-44d5-b190-87e789cf247a/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy8zOTM1ZWIyNi0yZGM0LTQ0ZDUtYjE5MC04N2U3ODljZjI0N2Evcm9sZXM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/2cbcb46c-70a0-4ede-9035-d67394208ce6/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy8yY2JjYjQ2Yy03MGEwLTRlZGUtOTAzNS1kNjczOTQyMDhjZTYvcm9sZXM=", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:20 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/3935eb26-2dc4-44d5-b190-87e789cf247a/roles/46d943b0-36c6-44ef-9f4b-23c959deb993" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/2cbcb46c-70a0-4ede-9035-d67394208ce6/roles/c58500a2-d550-47e1-9c65-fb6f3d42d544" ], "Apim-Request-Id": [ - "69641854-625c-4c44-9817-23b1592ec382" + "678de2af-8a47-4b7a-a9d8-0409068b17ff" ], "Request-Id": [ - "69641854-625c-4c44-9817-23b1592ec382" + "678de2af-8a47-4b7a-a9d8-0409068b17ff" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/3935eb26-2dc4-44d5-b190-87e789cf247a/roles/46d943b0-36c6-44ef-9f4b-23c959deb993" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/2cbcb46c-70a0-4ede-9035-d67394208ce6/roles/c58500a2-d550-47e1-9c65-fb6f3d42d544" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,6 +119,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:49 GMT" + ], "Content-Length": [ "38" ], @@ -129,23 +129,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"46d943b0-36c6-44ef-9f4b-23c959deb993\"", + "ResponseBody": "\"c58500a2-d550-47e1-9c65-fb6f3d42d544\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/3935eb26-2dc4-44d5-b190-87e789cf247a/roles/46d943b0-36c6-44ef-9f4b-23c959deb993", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy8zOTM1ZWIyNi0yZGM0LTQ0ZDUtYjE5MC04N2U3ODljZjI0N2Evcm9sZXMvNDZkOTQzYjAtMzZjNi00NGVmLTlmNGItMjNjOTU5ZGViOTkz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/2cbcb46c-70a0-4ede-9035-d67394208ce6/roles/c58500a2-d550-47e1-9c65-fb6f3d42d544", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy8yY2JjYjQ2Yy03MGEwLTRlZGUtOTAzNS1kNjczOTQyMDhjZTYvcm9sZXMvYzU4NTAwYTItZDU1MC00N2UxLTljNjUtZmI2ZjNkNDJkNTQ0", "RequestMethod": "PUT", "RequestBody": "{\r\n \"name\": \"simple role 2\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -158,17 +158,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:21 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "3406bfa0-b0de-4fc4-8742-8d32b70b5c26" + "c95817af-9b47-4040-8117-76face34a2d6" ], "Request-Id": [ - "3406bfa0-b0de-4fc4-8742-8d32b70b5c26" + "c95817af-9b47-4040-8117-76face34a2d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -182,6 +179,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:50 GMT" + ], "Content-Length": [ "51" ], @@ -193,36 +193,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/3935eb26-2dc4-44d5-b190-87e789cf247a/roles/46d943b0-36c6-44ef-9f4b-23c959deb993", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy8zOTM1ZWIyNi0yZGM0LTQ0ZDUtYjE5MC04N2U3ODljZjI0N2Evcm9sZXMvNDZkOTQzYjAtMzZjNi00NGVmLTlmNGItMjNjOTU5ZGViOTkz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/2cbcb46c-70a0-4ede-9035-d67394208ce6/roles/c58500a2-d550-47e1-9c65-fb6f3d42d544", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy8yY2JjYjQ2Yy03MGEwLTRlZGUtOTAzNS1kNjczOTQyMDhjZTYvcm9sZXMvYzU4NTAwYTItZDU1MC00N2UxLTljNjUtZmI2ZjNkNDJkNTQ0", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:21 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "f70d118f-e13f-47d7-81a9-38b611c9ac24" + "bcb0a4b6-a50b-4358-954c-b2e2bf792002" ], "Request-Id": [ - "f70d118f-e13f-47d7-81a9-38b611c9ac24" + "bcb0a4b6-a50b-4358-954c-b2e2bf792002" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -236,6 +233,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:50 GMT" + ], "Content-Length": [ "68" ], @@ -243,40 +243,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"46d943b0-36c6-44ef-9f4b-23c959deb993\",\r\n \"name\": \"simple role 2\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"c58500a2-d550-47e1-9c65-fb6f3d42d544\",\r\n \"name\": \"simple role 2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/3935eb26-2dc4-44d5-b190-87e789cf247a", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy8zOTM1ZWIyNi0yZGM0LTQ0ZDUtYjE5MC04N2U3ODljZjI0N2E=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/2cbcb46c-70a0-4ede-9035-d67394208ce6", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy8yY2JjYjQ2Yy03MGEwLTRlZGUtOTAzNS1kNjczOTQyMDhjZTY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:21 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "dc9a5bee-e134-46d6-97f8-5f50490ae7df" + "67b8a7b5-1b36-4a73-a62c-64082550863a" ], "Request-Id": [ - "dc9a5bee-e134-46d6-97f8-5f50490ae7df" + "67b8a7b5-1b36-4a73-a62c-64082550863a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -290,6 +287,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:50 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/UpdatePrebuiltEntityRole.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/UpdatePrebuiltEntityRole.json index 1072ba7b45fdd..a0a02b536b46d 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/UpdatePrebuiltEntityRole.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/UpdatePrebuiltEntityRole.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", "RequestMethod": "POST", "RequestBody": "[\r\n \"money\"\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,17 +26,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:50 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "b614f560-f000-4244-ad3c-a6be7278b4d3" + "06f6e8ef-e3ed-4833-bc30-152aa9801895" ], "Request-Id": [ - "b614f560-f000-4244-ad3c-a6be7278b4d3" + "06f6e8ef-e3ed-4833-bc30-152aa9801895" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -50,6 +47,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:10 GMT" + ], "Content-Length": [ "127" ], @@ -57,23 +57,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"c75e7d32-8817-4cb1-ba3b-545cf21d7f8b\",\r\n \"name\": \"money\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"b4f0d294-0b7f-458e-9635-6143caef0e2d\",\r\n \"name\": \"money\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/c75e7d32-8817-4cb1-ba3b-545cf21d7f8b/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy9jNzVlN2QzMi04ODE3LTRjYjEtYmEzYi01NDVjZjIxZDdmOGIvcm9sZXM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/b4f0d294-0b7f-458e-9635-6143caef0e2d/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy9iNGYwZDI5NC0wYjdmLTQ1OGUtOTYzNS02MTQzY2FlZjBlMmQvcm9sZXM=", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -86,23 +86,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:50 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/c75e7d32-8817-4cb1-ba3b-545cf21d7f8b/roles/eb5838a7-be55-457b-8fd9-785503d4327c" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/b4f0d294-0b7f-458e-9635-6143caef0e2d/roles/ebad91af-42df-49b6-b533-e0d548d5609e" ], "Apim-Request-Id": [ - "2480cadc-77a3-4fff-9a97-10182c7264c6" + "a78013be-8b62-4d38-839d-206aaed07d57" ], "Request-Id": [ - "2480cadc-77a3-4fff-9a97-10182c7264c6" + "a78013be-8b62-4d38-839d-206aaed07d57" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/c75e7d32-8817-4cb1-ba3b-545cf21d7f8b/roles/eb5838a7-be55-457b-8fd9-785503d4327c" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/b4f0d294-0b7f-458e-9635-6143caef0e2d/roles/ebad91af-42df-49b6-b533-e0d548d5609e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -116,6 +113,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:11 GMT" + ], "Content-Length": [ "38" ], @@ -123,23 +123,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"eb5838a7-be55-457b-8fd9-785503d4327c\"", + "ResponseBody": "\"ebad91af-42df-49b6-b533-e0d548d5609e\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/c75e7d32-8817-4cb1-ba3b-545cf21d7f8b/roles/eb5838a7-be55-457b-8fd9-785503d4327c", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy9jNzVlN2QzMi04ODE3LTRjYjEtYmEzYi01NDVjZjIxZDdmOGIvcm9sZXMvZWI1ODM4YTctYmU1NS00NTdiLThmZDktNzg1NTAzZDQzMjdj", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/b4f0d294-0b7f-458e-9635-6143caef0e2d/roles/ebad91af-42df-49b6-b533-e0d548d5609e", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy9iNGYwZDI5NC0wYjdmLTQ1OGUtOTYzNS02MTQzY2FlZjBlMmQvcm9sZXMvZWJhZDkxYWYtNDJkZi00OWI2LWI1MzMtZTBkNTQ4ZDU2MDll", "RequestMethod": "PUT", "RequestBody": "{\r\n \"name\": \"simple role 2\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -152,17 +152,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:50 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "b092a175-689e-4eb1-9a8b-496f90de08e8" + "8f7646f7-20f2-4e81-8de0-4483e3793f72" ], "Request-Id": [ - "b092a175-689e-4eb1-9a8b-496f90de08e8" + "8f7646f7-20f2-4e81-8de0-4483e3793f72" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -176,6 +173,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:11 GMT" + ], "Content-Length": [ "51" ], @@ -187,36 +187,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/c75e7d32-8817-4cb1-ba3b-545cf21d7f8b/roles/eb5838a7-be55-457b-8fd9-785503d4327c", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy9jNzVlN2QzMi04ODE3LTRjYjEtYmEzYi01NDVjZjIxZDdmOGIvcm9sZXMvZWI1ODM4YTctYmU1NS00NTdiLThmZDktNzg1NTAzZDQzMjdj", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/b4f0d294-0b7f-458e-9635-6143caef0e2d/roles/ebad91af-42df-49b6-b533-e0d548d5609e", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy9iNGYwZDI5NC0wYjdmLTQ1OGUtOTYzNS02MTQzY2FlZjBlMmQvcm9sZXMvZWJhZDkxYWYtNDJkZi00OWI2LWI1MzMtZTBkNTQ4ZDU2MDll", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:51 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "608aa92d-b1c6-4850-9b0a-0cb8d6353fb8" + "b4f7187e-d6e5-4401-87f4-26f070cddf60" ], "Request-Id": [ - "608aa92d-b1c6-4850-9b0a-0cb8d6353fb8" + "b4f7187e-d6e5-4401-87f4-26f070cddf60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -230,6 +227,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:11 GMT" + ], "Content-Length": [ "68" ], @@ -237,40 +237,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"eb5838a7-be55-457b-8fd9-785503d4327c\",\r\n \"name\": \"simple role 2\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"ebad91af-42df-49b6-b533-e0d548d5609e\",\r\n \"name\": \"simple role 2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/c75e7d32-8817-4cb1-ba3b-545cf21d7f8b", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy9jNzVlN2QzMi04ODE3LTRjYjEtYmEzYi01NDVjZjIxZDdmOGI=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/b4f0d294-0b7f-458e-9635-6143caef0e2d", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy9iNGYwZDI5NC0wYjdmLTQ1OGUtOTYzNS02MTQzY2FlZjBlMmQ=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:51 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "200f9cea-6401-45c9-8b22-c2d8cf80ea90" + "2bda89f8-17c3-4789-bb72-19e35031df02" ], "Request-Id": [ - "200f9cea-6401-45c9-8b22-c2d8cf80ea90" + "2bda89f8-17c3-4789-bb72-19e35031df02" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -284,6 +281,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:12 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/UpdateRegexEntityRole.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/UpdateRegexEntityRole.json index 89ca3c16d2eb7..32940244b0609 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/UpdateRegexEntityRole.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/UpdateRegexEntityRole.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXM=", "RequestMethod": "POST", "RequestBody": "{\r\n \"regexPattern\": \"a+\",\r\n \"name\": \"regex model\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:38 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/45c72fcc-8af6-468e-abc6-0acf0d8f4000" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/be30c387-167a-474d-8ea8-87d12060dd27" ], "Apim-Request-Id": [ - "fdebf353-4117-43b5-ad64-1ea1bea3d64b" + "3b1dd366-b691-4afb-8963-247e9f6836ab" ], "Request-Id": [ - "fdebf353-4117-43b5-ad64-1ea1bea3d64b" + "3b1dd366-b691-4afb-8963-247e9f6836ab" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/45c72fcc-8af6-468e-abc6-0acf0d8f4000" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/be30c387-167a-474d-8ea8-87d12060dd27" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:53 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"45c72fcc-8af6-468e-abc6-0acf0d8f4000\"", + "ResponseBody": "\"be30c387-167a-474d-8ea8-87d12060dd27\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/45c72fcc-8af6-468e-abc6-0acf0d8f4000/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvNDVjNzJmY2MtOGFmNi00NjhlLWFiYzYtMGFjZjBkOGY0MDAwL3JvbGVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/be30c387-167a-474d-8ea8-87d12060dd27/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvYmUzMGMzODctMTY3YS00NzRkLThlYTgtODdkMTIwNjBkZDI3L3JvbGVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:38 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/45c72fcc-8af6-468e-abc6-0acf0d8f4000/roles/185a81db-9e16-49eb-842d-bcd2559d7889" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/be30c387-167a-474d-8ea8-87d12060dd27/roles/bbf43eee-a2c0-4b9c-9929-9834f0d2ea56" ], "Apim-Request-Id": [ - "0dd9e220-5368-4e51-9fdb-e54ae8867714" + "28add2b3-9361-419c-a5e4-42e8870b28df" ], "Request-Id": [ - "0dd9e220-5368-4e51-9fdb-e54ae8867714" + "28add2b3-9361-419c-a5e4-42e8870b28df" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/45c72fcc-8af6-468e-abc6-0acf0d8f4000/roles/185a81db-9e16-49eb-842d-bcd2559d7889" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/be30c387-167a-474d-8ea8-87d12060dd27/roles/bbf43eee-a2c0-4b9c-9929-9834f0d2ea56" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,6 +119,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:53 GMT" + ], "Content-Length": [ "38" ], @@ -129,23 +129,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"185a81db-9e16-49eb-842d-bcd2559d7889\"", + "ResponseBody": "\"bbf43eee-a2c0-4b9c-9929-9834f0d2ea56\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/45c72fcc-8af6-468e-abc6-0acf0d8f4000/roles/185a81db-9e16-49eb-842d-bcd2559d7889", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvNDVjNzJmY2MtOGFmNi00NjhlLWFiYzYtMGFjZjBkOGY0MDAwL3JvbGVzLzE4NWE4MWRiLTllMTYtNDllYi04NDJkLWJjZDI1NTlkNzg4OQ==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/be30c387-167a-474d-8ea8-87d12060dd27/roles/bbf43eee-a2c0-4b9c-9929-9834f0d2ea56", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvYmUzMGMzODctMTY3YS00NzRkLThlYTgtODdkMTIwNjBkZDI3L3JvbGVzL2JiZjQzZWVlLWEyYzAtNGI5Yy05OTI5LTk4MzRmMGQyZWE1Ng==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"name\": \"simple role 2\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -158,17 +158,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:38 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "123bf7aa-fcb8-46c3-a198-c0fb670d2b42" + "9ac0db56-e38b-4d56-9f48-5977e9000b39" ], "Request-Id": [ - "123bf7aa-fcb8-46c3-a198-c0fb670d2b42" + "9ac0db56-e38b-4d56-9f48-5977e9000b39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -182,6 +179,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:54 GMT" + ], "Content-Length": [ "51" ], @@ -193,36 +193,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/45c72fcc-8af6-468e-abc6-0acf0d8f4000/roles/185a81db-9e16-49eb-842d-bcd2559d7889", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvNDVjNzJmY2MtOGFmNi00NjhlLWFiYzYtMGFjZjBkOGY0MDAwL3JvbGVzLzE4NWE4MWRiLTllMTYtNDllYi04NDJkLWJjZDI1NTlkNzg4OQ==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/be30c387-167a-474d-8ea8-87d12060dd27/roles/bbf43eee-a2c0-4b9c-9929-9834f0d2ea56", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvYmUzMGMzODctMTY3YS00NzRkLThlYTgtODdkMTIwNjBkZDI3L3JvbGVzL2JiZjQzZWVlLWEyYzAtNGI5Yy05OTI5LTk4MzRmMGQyZWE1Ng==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:39 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "e0a78f7b-e544-4772-a493-e63f9d135f73" + "488cb344-fabe-4b43-a161-5e0568a6f8f6" ], "Request-Id": [ - "e0a78f7b-e544-4772-a493-e63f9d135f73" + "488cb344-fabe-4b43-a161-5e0568a6f8f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -236,6 +233,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:54 GMT" + ], "Content-Length": [ "68" ], @@ -243,40 +243,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"185a81db-9e16-49eb-842d-bcd2559d7889\",\r\n \"name\": \"simple role 2\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"bbf43eee-a2c0-4b9c-9929-9834f0d2ea56\",\r\n \"name\": \"simple role 2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/45c72fcc-8af6-468e-abc6-0acf0d8f4000", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvNDVjNzJmY2MtOGFmNi00NjhlLWFiYzYtMGFjZjBkOGY0MDAw", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/be30c387-167a-474d-8ea8-87d12060dd27", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvYmUzMGMzODctMTY3YS00NzRkLThlYTgtODdkMTIwNjBkZDI3", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:36:39 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "0bf05207-2867-42c2-a477-1e0524c57a85" + "08f30cb5-0817-49bf-a92d-93e3c04fd331" ], "Request-Id": [ - "0bf05207-2867-42c2-a477-1e0524c57a85" + "08f30cb5-0817-49bf-a92d-93e3c04fd331" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -290,6 +287,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:55 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/UpdateSimpleEntityRole.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/UpdateSimpleEntityRole.json index 1cd2eeca4fe15..b3f73c3eb5843 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/UpdateSimpleEntityRole.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/EntityRolesTests/UpdateSimpleEntityRole.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple entity\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:14 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/492447c1-9808-4471-84b1-c08416682052" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/7ea5b8e7-080b-4232-97c0-f4d6c09a0450" ], "Apim-Request-Id": [ - "21fa4103-cf1c-4311-ac03-e4af96332d44" + "3eea9cb3-c082-4f6d-b636-958b0c30833d" ], "Request-Id": [ - "21fa4103-cf1c-4311-ac03-e4af96332d44" + "3eea9cb3-c082-4f6d-b636-958b0c30833d" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/492447c1-9808-4471-84b1-c08416682052" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/7ea5b8e7-080b-4232-97c0-f4d6c09a0450" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:15 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"492447c1-9808-4471-84b1-c08416682052\"", + "ResponseBody": "\"7ea5b8e7-080b-4232-97c0-f4d6c09a0450\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/492447c1-9808-4471-84b1-c08416682052/roles", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzQ5MjQ0N2MxLTk4MDgtNDQ3MS04NGIxLWMwODQxNjY4MjA1Mi9yb2xlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/7ea5b8e7-080b-4232-97c0-f4d6c09a0450/roles", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzdlYTViOGU3LTA4MGItNDIzMi05N2MwLWY0ZDZjMDlhMDQ1MC9yb2xlcw==", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"simple role\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:14 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/492447c1-9808-4471-84b1-c08416682052/roles/2004366d-d1f9-4995-b178-a7604f0ea7a3" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/7ea5b8e7-080b-4232-97c0-f4d6c09a0450/roles/fb1a400b-4c6b-42f2-a306-a76cff7cc030" ], "Apim-Request-Id": [ - "91b115fb-4d77-41bd-bbde-adbe980e8856" + "66925d7b-ae0d-42db-b0cd-9770c9a5ac60" ], "Request-Id": [ - "91b115fb-4d77-41bd-bbde-adbe980e8856" + "66925d7b-ae0d-42db-b0cd-9770c9a5ac60" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/492447c1-9808-4471-84b1-c08416682052/roles/2004366d-d1f9-4995-b178-a7604f0ea7a3" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/7ea5b8e7-080b-4232-97c0-f4d6c09a0450/roles/fb1a400b-4c6b-42f2-a306-a76cff7cc030" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,6 +119,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:15 GMT" + ], "Content-Length": [ "38" ], @@ -129,23 +129,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"2004366d-d1f9-4995-b178-a7604f0ea7a3\"", + "ResponseBody": "\"fb1a400b-4c6b-42f2-a306-a76cff7cc030\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/492447c1-9808-4471-84b1-c08416682052/roles/2004366d-d1f9-4995-b178-a7604f0ea7a3", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzQ5MjQ0N2MxLTk4MDgtNDQ3MS04NGIxLWMwODQxNjY4MjA1Mi9yb2xlcy8yMDA0MzY2ZC1kMWY5LTQ5OTUtYjE3OC1hNzYwNGYwZWE3YTM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/7ea5b8e7-080b-4232-97c0-f4d6c09a0450/roles/fb1a400b-4c6b-42f2-a306-a76cff7cc030", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzdlYTViOGU3LTA4MGItNDIzMi05N2MwLWY0ZDZjMDlhMDQ1MC9yb2xlcy9mYjFhNDAwYi00YzZiLTQyZjItYTMwNi1hNzZjZmY3Y2MwMzA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"name\": \"simple role 2\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -158,17 +158,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:15 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "929c25e0-24b8-403d-85e1-10e260a27f6a" + "4e98feb2-f6cc-46ce-b065-3be4f028a283" ], "Request-Id": [ - "929c25e0-24b8-403d-85e1-10e260a27f6a" + "4e98feb2-f6cc-46ce-b065-3be4f028a283" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -182,6 +179,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:16 GMT" + ], "Content-Length": [ "51" ], @@ -193,36 +193,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/492447c1-9808-4471-84b1-c08416682052/roles/2004366d-d1f9-4995-b178-a7604f0ea7a3", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzQ5MjQ0N2MxLTk4MDgtNDQ3MS04NGIxLWMwODQxNjY4MjA1Mi9yb2xlcy8yMDA0MzY2ZC1kMWY5LTQ5OTUtYjE3OC1hNzYwNGYwZWE3YTM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/7ea5b8e7-080b-4232-97c0-f4d6c09a0450/roles/fb1a400b-4c6b-42f2-a306-a76cff7cc030", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzdlYTViOGU3LTA4MGItNDIzMi05N2MwLWY0ZDZjMDlhMDQ1MC9yb2xlcy9mYjFhNDAwYi00YzZiLTQyZjItYTMwNi1hNzZjZmY3Y2MwMzA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:15 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "356cacc9-812d-43a7-8911-235f5ab43e76" + "43fbb137-d649-4da3-b4bd-d64f3a4208bf" ], "Request-Id": [ - "356cacc9-812d-43a7-8911-235f5ab43e76" + "43fbb137-d649-4da3-b4bd-d64f3a4208bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -236,6 +233,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:16 GMT" + ], "Content-Length": [ "68" ], @@ -243,40 +243,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"2004366d-d1f9-4995-b178-a7604f0ea7a3\",\r\n \"name\": \"simple role 2\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"fb1a400b-4c6b-42f2-a306-a76cff7cc030\",\r\n \"name\": \"simple role 2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/492447c1-9808-4471-84b1-c08416682052", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzQ5MjQ0N2MxLTk4MDgtNDQ3MS04NGIxLWMwODQxNjY4MjA1Mg==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/7ea5b8e7-080b-4232-97c0-f4d6c09a0450", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzdlYTViOGU3LTA4MGItNDIzMi05N2MwLWY0ZDZjMDlhMDQ1MA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:37:15 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "3aab6084-564f-44a1-ba1e-18c2b832fd71" + "c7d99e6d-de02-4577-a9d9-fcf705d2972d" ], "Request-Id": [ - "3aab6084-564f-44a1-ba1e-18c2b832fd71" + "c7d99e6d-de02-4577-a9d9-fcf705d2972d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -290,6 +287,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:15:16 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ExamplesTests/AddExample.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ExamplesTests/AddExample.json index 7785d75efcc79..d7c7a387ae77a 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ExamplesTests/AddExample.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ExamplesTests/AddExample.json @@ -7,13 +7,13 @@ "RequestBody": "{\r\n \"culture\": \"en-us\",\r\n \"domain\": \"Comics\",\r\n \"description\": \"New LUIS App\",\r\n \"usageScenario\": \"IoT\",\r\n \"name\": \"Examples Test App\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:47:28 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/c720c359-174e-4de3-bfb0-35a455a9c0cd" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/984c2140-2423-4c5e-82f7-cc92f1a3e979" ], "Apim-Request-Id": [ - "12babc80-03f2-4983-9ed2-130806b71dc4" + "46648698-3615-472e-9265-07068f453233" ], "Request-Id": [ - "12babc80-03f2-4983-9ed2-130806b71dc4" + "46648698-3615-472e-9265-07068f453233" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/c720c359-174e-4de3-bfb0-35a455a9c0cd" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/984c2140-2423-4c5e-82f7-cc92f1a3e979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:09 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"c720c359-174e-4de3-bfb0-35a455a9c0cd\"", + "ResponseBody": "\"984c2140-2423-4c5e-82f7-cc92f1a3e979\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/c720c359-174e-4de3-bfb0-35a455a9c0cd/versions/0.1/intents", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9jNzIwYzM1OS0xNzRlLTRkZTMtYmZiMC0zNWE0NTVhOWMwY2QvdmVyc2lvbnMvMC4xL2ludGVudHM=", + "RequestUri": "/luis/api/v2.0/apps/984c2140-2423-4c5e-82f7-cc92f1a3e979/versions/0.1/intents", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy85ODRjMjE0MC0yNDIzLTRjNWUtODJmNy1jYzkyZjFhM2U5NzkvdmVyc2lvbnMvMC4xL2ludGVudHM=", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"WeatherInPlace\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:47:29 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/c720c359-174e-4de3-bfb0-35a455a9c0cd/versions/0.1/intents/b7b9cfb2-01fc-4da9-97ff-8f32ce146bd2" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/984c2140-2423-4c5e-82f7-cc92f1a3e979/versions/0.1/intents/60c7f0e3-4c36-4eb0-ad3e-cb9ad89d8e69" ], "Apim-Request-Id": [ - "113c3fbe-75c3-465b-99f5-e70f0674e8f2" + "426d7495-021d-42c5-9203-73bf295e6d13" ], "Request-Id": [ - "113c3fbe-75c3-465b-99f5-e70f0674e8f2" + "426d7495-021d-42c5-9203-73bf295e6d13" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/c720c359-174e-4de3-bfb0-35a455a9c0cd/versions/0.1/intents/b7b9cfb2-01fc-4da9-97ff-8f32ce146bd2" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/984c2140-2423-4c5e-82f7-cc92f1a3e979/versions/0.1/intents/60c7f0e3-4c36-4eb0-ad3e-cb9ad89d8e69" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,6 +119,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:10 GMT" + ], "Content-Length": [ "38" ], @@ -129,23 +129,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"b7b9cfb2-01fc-4da9-97ff-8f32ce146bd2\"", + "ResponseBody": "\"60c7f0e3-4c36-4eb0-ad3e-cb9ad89d8e69\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/c720c359-174e-4de3-bfb0-35a455a9c0cd/versions/0.1/entities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9jNzIwYzM1OS0xNzRlLTRkZTMtYmZiMC0zNWE0NTVhOWMwY2QvdmVyc2lvbnMvMC4xL2VudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/984c2140-2423-4c5e-82f7-cc92f1a3e979/versions/0.1/entities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy85ODRjMjE0MC0yNDIzLTRjNWUtODJmNy1jYzkyZjFhM2U5NzkvdmVyc2lvbnMvMC4xL2VudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"Place\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -158,23 +158,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:47:29 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/c720c359-174e-4de3-bfb0-35a455a9c0cd/versions/0.1/entities/4d3fdc66-4423-4ffb-9284-df6b7cbbdfcd" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/984c2140-2423-4c5e-82f7-cc92f1a3e979/versions/0.1/entities/b67540d8-f342-4df6-b53b-6cfe7b67169a" ], "Apim-Request-Id": [ - "24a4930b-761f-4b9b-8ee5-aa452670b035" + "127af76a-454b-411d-b6fb-637abc643362" ], "Request-Id": [ - "24a4930b-761f-4b9b-8ee5-aa452670b035" + "127af76a-454b-411d-b6fb-637abc643362" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/c720c359-174e-4de3-bfb0-35a455a9c0cd/versions/0.1/entities/4d3fdc66-4423-4ffb-9284-df6b7cbbdfcd" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/984c2140-2423-4c5e-82f7-cc92f1a3e979/versions/0.1/entities/b67540d8-f342-4df6-b53b-6cfe7b67169a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -188,6 +185,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:10 GMT" + ], "Content-Length": [ "38" ], @@ -195,23 +195,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"4d3fdc66-4423-4ffb-9284-df6b7cbbdfcd\"", + "ResponseBody": "\"b67540d8-f342-4df6-b53b-6cfe7b67169a\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/c720c359-174e-4de3-bfb0-35a455a9c0cd/versions/0.1/example", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9jNzIwYzM1OS0xNzRlLTRkZTMtYmZiMC0zNWE0NTVhOWMwY2QvdmVyc2lvbnMvMC4xL2V4YW1wbGU=", + "RequestUri": "/luis/api/v2.0/apps/984c2140-2423-4c5e-82f7-cc92f1a3e979/versions/0.1/example", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy85ODRjMjE0MC0yNDIzLTRjNWUtODJmNy1jYzkyZjFhM2U5NzkvdmVyc2lvbnMvMC4xL2V4YW1wbGU=", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"whats the weather in buenos aires?\",\r\n \"entityLabels\": [\r\n {\r\n \"entityName\": \"Place\",\r\n \"startCharIndex\": 21,\r\n \"endCharIndex\": 34\r\n }\r\n ],\r\n \"intentName\": \"WeatherInPlace\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -224,17 +224,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:47:29 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "5515da53-c8cd-4e72-8475-8089eb3b8a1f" + "60505595-b01e-4d64-b372-da2a8ebd3968" ], "Request-Id": [ - "5515da53-c8cd-4e72-8475-8089eb3b8a1f" + "60505595-b01e-4d64-b372-da2a8ebd3968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -248,6 +245,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:10 GMT" + ], "Content-Length": [ "76" ], @@ -255,40 +255,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"ExampleId\": 239854470,\r\n \"UtteranceText\": \"whats the weather in buenos aires?\"\r\n}", + "ResponseBody": "{\r\n \"ExampleId\": 546056658,\r\n \"UtteranceText\": \"whats the weather in buenos aires?\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/c720c359-174e-4de3-bfb0-35a455a9c0cd?force=false", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9jNzIwYzM1OS0xNzRlLTRkZTMtYmZiMC0zNWE0NTVhOWMwY2Q/Zm9yY2U9ZmFsc2U=", + "RequestUri": "/luis/api/v2.0/apps/984c2140-2423-4c5e-82f7-cc92f1a3e979?force=false", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy85ODRjMjE0MC0yNDIzLTRjNWUtODJmNy1jYzkyZjFhM2U5Nzk/Zm9yY2U9ZmFsc2U=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:47:30 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "c4d86c0a-4b1f-4ead-83c4-0beb55a6d143" + "0cd7ef94-ddd0-4c36-ac0f-2a01a86fabfb" ], "Request-Id": [ - "c4d86c0a-4b1f-4ead-83c4-0beb55a6d143" + "0cd7ef94-ddd0-4c36-ac0f-2a01a86fabfb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -302,6 +299,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:11 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ExamplesTests/AddExamplesInBatch.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ExamplesTests/AddExamplesInBatch.json index 041e86756cb69..ecbcd781f6b05 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ExamplesTests/AddExamplesInBatch.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ExamplesTests/AddExamplesInBatch.json @@ -7,13 +7,13 @@ "RequestBody": "{\r\n \"culture\": \"en-us\",\r\n \"domain\": \"Comics\",\r\n \"description\": \"New LUIS App\",\r\n \"usageScenario\": \"IoT\",\r\n \"name\": \"Examples Test App\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:47:24 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/c8f4b9cf-7722-4a01-a7a2-05c1cb7c31d9" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/f494d5a7-f7bc-47b9-b8e4-ed3529b46ac3" ], "Apim-Request-Id": [ - "b1c2f7c6-4cd5-4e65-acdf-53aca4031207" + "ffe461aa-3ae6-46c2-906d-dcc56ab25978" ], "Request-Id": [ - "b1c2f7c6-4cd5-4e65-acdf-53aca4031207" + "ffe461aa-3ae6-46c2-906d-dcc56ab25978" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/c8f4b9cf-7722-4a01-a7a2-05c1cb7c31d9" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/f494d5a7-f7bc-47b9-b8e4-ed3529b46ac3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:05 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"c8f4b9cf-7722-4a01-a7a2-05c1cb7c31d9\"", + "ResponseBody": "\"f494d5a7-f7bc-47b9-b8e4-ed3529b46ac3\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/c8f4b9cf-7722-4a01-a7a2-05c1cb7c31d9/versions/0.1/intents", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9jOGY0YjljZi03NzIyLTRhMDEtYTdhMi0wNWMxY2I3YzMxZDkvdmVyc2lvbnMvMC4xL2ludGVudHM=", + "RequestUri": "/luis/api/v2.0/apps/f494d5a7-f7bc-47b9-b8e4-ed3529b46ac3/versions/0.1/intents", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9mNDk0ZDVhNy1mN2JjLTQ3YjktYjhlNC1lZDM1MjliNDZhYzMvdmVyc2lvbnMvMC4xL2ludGVudHM=", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"WeatherInPlace\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:47:26 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/c8f4b9cf-7722-4a01-a7a2-05c1cb7c31d9/versions/0.1/intents/f5750d7e-b596-4feb-a32e-7a233f29f6ba" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/f494d5a7-f7bc-47b9-b8e4-ed3529b46ac3/versions/0.1/intents/764658f6-4e3b-4c9d-8796-9bc88cfdc060" ], "Apim-Request-Id": [ - "21197275-35aa-4fc5-819e-5bab0c762019" + "e6064739-d6e3-46b2-a67a-316023ec8068" ], "Request-Id": [ - "21197275-35aa-4fc5-819e-5bab0c762019" + "e6064739-d6e3-46b2-a67a-316023ec8068" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/c8f4b9cf-7722-4a01-a7a2-05c1cb7c31d9/versions/0.1/intents/f5750d7e-b596-4feb-a32e-7a233f29f6ba" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/f494d5a7-f7bc-47b9-b8e4-ed3529b46ac3/versions/0.1/intents/764658f6-4e3b-4c9d-8796-9bc88cfdc060" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,6 +119,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:05 GMT" + ], "Content-Length": [ "38" ], @@ -129,23 +129,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"f5750d7e-b596-4feb-a32e-7a233f29f6ba\"", + "ResponseBody": "\"764658f6-4e3b-4c9d-8796-9bc88cfdc060\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/c8f4b9cf-7722-4a01-a7a2-05c1cb7c31d9/versions/0.1/entities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9jOGY0YjljZi03NzIyLTRhMDEtYTdhMi0wNWMxY2I3YzMxZDkvdmVyc2lvbnMvMC4xL2VudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/f494d5a7-f7bc-47b9-b8e4-ed3529b46ac3/versions/0.1/entities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9mNDk0ZDVhNy1mN2JjLTQ3YjktYjhlNC1lZDM1MjliNDZhYzMvdmVyc2lvbnMvMC4xL2VudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"Place\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -158,23 +158,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:47:26 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/c8f4b9cf-7722-4a01-a7a2-05c1cb7c31d9/versions/0.1/entities/cd3b8731-c69e-4874-aa76-af0ddfb87331" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/f494d5a7-f7bc-47b9-b8e4-ed3529b46ac3/versions/0.1/entities/c1603532-41f2-4790-949b-a8b7f0a729b9" ], "Apim-Request-Id": [ - "e1f3a015-1f8f-404e-b717-ec6efffcd10f" + "8b334cf2-2e1f-4ace-9a68-bbc2c8b80a39" ], "Request-Id": [ - "e1f3a015-1f8f-404e-b717-ec6efffcd10f" + "8b334cf2-2e1f-4ace-9a68-bbc2c8b80a39" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/c8f4b9cf-7722-4a01-a7a2-05c1cb7c31d9/versions/0.1/entities/cd3b8731-c69e-4874-aa76-af0ddfb87331" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/f494d5a7-f7bc-47b9-b8e4-ed3529b46ac3/versions/0.1/entities/c1603532-41f2-4790-949b-a8b7f0a729b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -188,6 +185,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:06 GMT" + ], "Content-Length": [ "38" ], @@ -195,23 +195,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"cd3b8731-c69e-4874-aa76-af0ddfb87331\"", + "ResponseBody": "\"c1603532-41f2-4790-949b-a8b7f0a729b9\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/c8f4b9cf-7722-4a01-a7a2-05c1cb7c31d9/versions/0.1/examples", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9jOGY0YjljZi03NzIyLTRhMDEtYTdhMi0wNWMxY2I3YzMxZDkvdmVyc2lvbnMvMC4xL2V4YW1wbGVz", + "RequestUri": "/luis/api/v2.0/apps/f494d5a7-f7bc-47b9-b8e4-ed3529b46ac3/versions/0.1/examples", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9mNDk0ZDVhNy1mN2JjLTQ3YjktYjhlNC1lZDM1MjliNDZhYzMvdmVyc2lvbnMvMC4xL2V4YW1wbGVz", "RequestMethod": "POST", "RequestBody": "[\r\n {\r\n \"text\": \"whats the weather in seattle?\",\r\n \"entityLabels\": [\r\n {\r\n \"entityName\": \"Place\",\r\n \"startCharIndex\": 21,\r\n \"endCharIndex\": 29\r\n }\r\n ],\r\n \"intentName\": \"WeatherInPlace\"\r\n },\r\n {\r\n \"text\": \"whats the weather in buenos aires?\",\r\n \"entityLabels\": [\r\n {\r\n \"entityName\": \"Place\",\r\n \"startCharIndex\": 21,\r\n \"endCharIndex\": 34\r\n }\r\n ],\r\n \"intentName\": \"WeatherInPlace\"\r\n }\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -224,17 +224,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:47:26 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "9e556e60-40bb-4983-a2ef-a66495073b30" + "cc44b840-2211-4075-a382-12d4ee4b2d85" ], "Request-Id": [ - "9e556e60-40bb-4983-a2ef-a66495073b30" + "cc44b840-2211-4075-a382-12d4ee4b2d85" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -248,6 +245,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:06 GMT" + ], "Content-Length": [ "204" ], @@ -255,40 +255,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"value\": {\r\n \"ExampleId\": 239854452,\r\n \"UtteranceText\": \"whats the weather in seattle?\"\r\n },\r\n \"hasError\": false\r\n },\r\n {\r\n \"value\": {\r\n \"ExampleId\": 239854453,\r\n \"UtteranceText\": \"whats the weather in buenos aires?\"\r\n },\r\n \"hasError\": false\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"value\": {\r\n \"ExampleId\": 546056651,\r\n \"UtteranceText\": \"whats the weather in seattle?\"\r\n },\r\n \"hasError\": false\r\n },\r\n {\r\n \"value\": {\r\n \"ExampleId\": 546056650,\r\n \"UtteranceText\": \"whats the weather in buenos aires?\"\r\n },\r\n \"hasError\": false\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/c8f4b9cf-7722-4a01-a7a2-05c1cb7c31d9?force=false", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9jOGY0YjljZi03NzIyLTRhMDEtYTdhMi0wNWMxY2I3YzMxZDk/Zm9yY2U9ZmFsc2U=", + "RequestUri": "/luis/api/v2.0/apps/f494d5a7-f7bc-47b9-b8e4-ed3529b46ac3?force=false", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9mNDk0ZDVhNy1mN2JjLTQ3YjktYjhlNC1lZDM1MjliNDZhYzM/Zm9yY2U9ZmFsc2U=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:47:27 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "b5e1a0af-7060-4354-ab9b-b9e72a3d2484" + "1e099856-a1fc-4af4-8056-2841def93daa" ], "Request-Id": [ - "b5e1a0af-7060-4354-ab9b-b9e72a3d2484" + "1e099856-a1fc-4af4-8056-2841def93daa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -302,6 +299,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:07 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ExamplesTests/AddExamplesInBatch_SomeInvalidExamples_ReturnsSomeErrors.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ExamplesTests/AddExamplesInBatch_SomeInvalidExamples_ReturnsSomeErrors.json index 8ed02cb97a8e3..ae240337f3739 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ExamplesTests/AddExamplesInBatch_SomeInvalidExamples_ReturnsSomeErrors.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ExamplesTests/AddExamplesInBatch_SomeInvalidExamples_ReturnsSomeErrors.json @@ -7,13 +7,13 @@ "RequestBody": "{\r\n \"culture\": \"en-us\",\r\n \"domain\": \"Comics\",\r\n \"description\": \"New LUIS App\",\r\n \"usageScenario\": \"IoT\",\r\n \"name\": \"Examples Test App\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:47:38 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/eaf90239-73a6-4f68-89b6-8377097410e6" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/ee33ad90-86ba-46c4-bcf3-815e7df5772a" ], "Apim-Request-Id": [ - "b12fca1b-80da-411f-a298-a41f398e2899" + "ed5f4680-86ee-4af0-88ec-d5bb3e3f500b" ], "Request-Id": [ - "b12fca1b-80da-411f-a298-a41f398e2899" + "ed5f4680-86ee-4af0-88ec-d5bb3e3f500b" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/eaf90239-73a6-4f68-89b6-8377097410e6" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/ee33ad90-86ba-46c4-bcf3-815e7df5772a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:03 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"eaf90239-73a6-4f68-89b6-8377097410e6\"", + "ResponseBody": "\"ee33ad90-86ba-46c4-bcf3-815e7df5772a\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/eaf90239-73a6-4f68-89b6-8377097410e6/versions/0.1/intents", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9lYWY5MDIzOS03M2E2LTRmNjgtODliNi04Mzc3MDk3NDEwZTYvdmVyc2lvbnMvMC4xL2ludGVudHM=", + "RequestUri": "/luis/api/v2.0/apps/ee33ad90-86ba-46c4-bcf3-815e7df5772a/versions/0.1/intents", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9lZTMzYWQ5MC04NmJhLTQ2YzQtYmNmMy04MTVlN2RmNTc3MmEvdmVyc2lvbnMvMC4xL2ludGVudHM=", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"WeatherInPlace\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:47:38 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/eaf90239-73a6-4f68-89b6-8377097410e6/versions/0.1/intents/40e80db9-9ea0-455c-9325-7f859e246070" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/ee33ad90-86ba-46c4-bcf3-815e7df5772a/versions/0.1/intents/5650afdb-dc76-446a-8a71-1d2a87a77654" ], "Apim-Request-Id": [ - "1d1c2335-f1ec-47b7-b0d9-c091d5ff633f" + "40012b5c-b107-4e29-b679-68badfa7be61" ], "Request-Id": [ - "1d1c2335-f1ec-47b7-b0d9-c091d5ff633f" + "40012b5c-b107-4e29-b679-68badfa7be61" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/eaf90239-73a6-4f68-89b6-8377097410e6/versions/0.1/intents/40e80db9-9ea0-455c-9325-7f859e246070" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/ee33ad90-86ba-46c4-bcf3-815e7df5772a/versions/0.1/intents/5650afdb-dc76-446a-8a71-1d2a87a77654" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,6 +119,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:03 GMT" + ], "Content-Length": [ "38" ], @@ -129,23 +129,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"40e80db9-9ea0-455c-9325-7f859e246070\"", + "ResponseBody": "\"5650afdb-dc76-446a-8a71-1d2a87a77654\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/eaf90239-73a6-4f68-89b6-8377097410e6/versions/0.1/entities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9lYWY5MDIzOS03M2E2LTRmNjgtODliNi04Mzc3MDk3NDEwZTYvdmVyc2lvbnMvMC4xL2VudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/ee33ad90-86ba-46c4-bcf3-815e7df5772a/versions/0.1/entities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9lZTMzYWQ5MC04NmJhLTQ2YzQtYmNmMy04MTVlN2RmNTc3MmEvdmVyc2lvbnMvMC4xL2VudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"Place\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -158,23 +158,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:47:38 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/eaf90239-73a6-4f68-89b6-8377097410e6/versions/0.1/entities/1e0b965c-ec6f-4e31-a2fc-65733f23e02a" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/ee33ad90-86ba-46c4-bcf3-815e7df5772a/versions/0.1/entities/d466c64f-8cda-4397-9e5f-7ce677d86ac6" ], "Apim-Request-Id": [ - "b965c1ce-1b6f-4d1f-a050-601f50bbaa94" + "1490cdb7-4803-4642-8ad7-8c2ef24de42d" ], "Request-Id": [ - "b965c1ce-1b6f-4d1f-a050-601f50bbaa94" + "1490cdb7-4803-4642-8ad7-8c2ef24de42d" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/eaf90239-73a6-4f68-89b6-8377097410e6/versions/0.1/entities/1e0b965c-ec6f-4e31-a2fc-65733f23e02a" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/ee33ad90-86ba-46c4-bcf3-815e7df5772a/versions/0.1/entities/d466c64f-8cda-4397-9e5f-7ce677d86ac6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -188,6 +185,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:03 GMT" + ], "Content-Length": [ "38" ], @@ -195,23 +195,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"1e0b965c-ec6f-4e31-a2fc-65733f23e02a\"", + "ResponseBody": "\"d466c64f-8cda-4397-9e5f-7ce677d86ac6\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/eaf90239-73a6-4f68-89b6-8377097410e6/versions/0.1/examples", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9lYWY5MDIzOS03M2E2LTRmNjgtODliNi04Mzc3MDk3NDEwZTYvdmVyc2lvbnMvMC4xL2V4YW1wbGVz", + "RequestUri": "/luis/api/v2.0/apps/ee33ad90-86ba-46c4-bcf3-815e7df5772a/versions/0.1/examples", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9lZTMzYWQ5MC04NmJhLTQ2YzQtYmNmMy04MTVlN2RmNTc3MmEvdmVyc2lvbnMvMC4xL2V4YW1wbGVz", "RequestMethod": "POST", "RequestBody": "[\r\n {\r\n \"text\": \"whats the weather in seattle?\",\r\n \"entityLabels\": [\r\n {\r\n \"entityName\": \"Place\",\r\n \"startCharIndex\": 21,\r\n \"endCharIndex\": 29\r\n }\r\n ],\r\n \"intentName\": \"InvalidIntent\"\r\n },\r\n {\r\n \"text\": \"whats the weather in buenos aires?\",\r\n \"entityLabels\": [\r\n {\r\n \"entityName\": \"Place\",\r\n \"startCharIndex\": 21,\r\n \"endCharIndex\": 34\r\n }\r\n ],\r\n \"intentName\": \"IntentDoesNotExist\"\r\n }\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -224,17 +224,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:47:39 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "82d69285-4c9c-437f-8720-72ba0c339003" + "44211cc6-9309-4900-992c-a0e083afe73e" ], "Request-Id": [ - "82d69285-4c9c-437f-8720-72ba0c339003" + "44211cc6-9309-4900-992c-a0e083afe73e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -248,6 +245,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:04 GMT" + ], "Content-Length": [ "409" ], @@ -259,36 +259,33 @@ "StatusCode": 207 }, { - "RequestUri": "/luis/api/v2.0/apps/eaf90239-73a6-4f68-89b6-8377097410e6?force=false", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9lYWY5MDIzOS03M2E2LTRmNjgtODliNi04Mzc3MDk3NDEwZTY/Zm9yY2U9ZmFsc2U=", + "RequestUri": "/luis/api/v2.0/apps/ee33ad90-86ba-46c4-bcf3-815e7df5772a?force=false", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9lZTMzYWQ5MC04NmJhLTQ2YzQtYmNmMy04MTVlN2RmNTc3MmE/Zm9yY2U9ZmFsc2U=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:47:39 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "eb948f76-516e-42f3-9635-cc1c76f2707a" + "11488ac2-19d3-47eb-bc35-c28ea12e1192" ], "Request-Id": [ - "eb948f76-516e-42f3-9635-cc1c76f2707a" + "11488ac2-19d3-47eb-bc35-c28ea12e1192" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -302,6 +299,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:04 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ExamplesTests/DeleteExample.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ExamplesTests/DeleteExample.json index 4e6b9ec139071..113d4d4007252 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ExamplesTests/DeleteExample.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ExamplesTests/DeleteExample.json @@ -7,13 +7,13 @@ "RequestBody": "{\r\n \"culture\": \"en-us\",\r\n \"domain\": \"Comics\",\r\n \"description\": \"New LUIS App\",\r\n \"usageScenario\": \"IoT\",\r\n \"name\": \"Examples Test App\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:47:32 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/a56aebee-64c6-445b-bafa-52c2324600e1" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/0c4ee3a6-3a1e-4732-9309-649c12ef1c5c" ], "Apim-Request-Id": [ - "8f5af2fc-bee5-4b10-83f3-4fcac93768f4" + "0d56751f-8a69-4778-a579-3022fb764142" ], "Request-Id": [ - "8f5af2fc-bee5-4b10-83f3-4fcac93768f4" + "0d56751f-8a69-4778-a579-3022fb764142" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/a56aebee-64c6-445b-bafa-52c2324600e1" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/0c4ee3a6-3a1e-4732-9309-649c12ef1c5c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:12 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"a56aebee-64c6-445b-bafa-52c2324600e1\"", + "ResponseBody": "\"0c4ee3a6-3a1e-4732-9309-649c12ef1c5c\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/a56aebee-64c6-445b-bafa-52c2324600e1/versions/0.1/example", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9hNTZhZWJlZS02NGM2LTQ0NWItYmFmYS01MmMyMzI0NjAwZTEvdmVyc2lvbnMvMC4xL2V4YW1wbGU=", + "RequestUri": "/luis/api/v2.0/apps/0c4ee3a6-3a1e-4732-9309-649c12ef1c5c/versions/0.1/example", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8wYzRlZTNhNi0zYTFlLTQ3MzItOTMwOS02NDljMTJlZjFjNWMvdmVyc2lvbnMvMC4xL2V4YW1wbGU=", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"Amir is awesome\",\r\n \"entityLabels\": [],\r\n \"intentName\": \"None\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,17 +92,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:47:33 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "2cacf452-9867-451a-8ac0-9402864f8d2e" + "124ecedd-51e9-4ff5-a9ce-487e932a0aec" ], "Request-Id": [ - "2cacf452-9867-451a-8ac0-9402864f8d2e" + "124ecedd-51e9-4ff5-a9ce-487e932a0aec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -116,6 +113,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:12 GMT" + ], "Content-Length": [ "57" ], @@ -123,40 +123,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"ExampleId\": 239854479,\r\n \"UtteranceText\": \"amir is awesome\"\r\n}", + "ResponseBody": "{\r\n \"ExampleId\": 546056659,\r\n \"UtteranceText\": \"amir is awesome\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/a56aebee-64c6-445b-bafa-52c2324600e1/versions/0.1/examples/239854479", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9hNTZhZWJlZS02NGM2LTQ0NWItYmFmYS01MmMyMzI0NjAwZTEvdmVyc2lvbnMvMC4xL2V4YW1wbGVzLzIzOTg1NDQ3OQ==", + "RequestUri": "/luis/api/v2.0/apps/0c4ee3a6-3a1e-4732-9309-649c12ef1c5c/versions/0.1/examples/546056659", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8wYzRlZTNhNi0zYTFlLTQ3MzItOTMwOS02NDljMTJlZjFjNWMvdmVyc2lvbnMvMC4xL2V4YW1wbGVzLzU0NjA1NjY1OQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:47:33 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "e622841e-4eee-4712-9d00-77f08ca84dba" + "a3d1afba-64f2-4e34-aa14-1afacbc23ce8" ], "Request-Id": [ - "e622841e-4eee-4712-9d00-77f08ca84dba" + "a3d1afba-64f2-4e34-aa14-1afacbc23ce8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -170,6 +167,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:13 GMT" + ], "Content-Length": [ "51" ], @@ -181,36 +181,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/a56aebee-64c6-445b-bafa-52c2324600e1/versions/0.1/examples?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9hNTZhZWJlZS02NGM2LTQ0NWItYmFmYS01MmMyMzI0NjAwZTEvdmVyc2lvbnMvMC4xL2V4YW1wbGVzP3NraXA9MCZ0YWtlPTEwMA==", + "RequestUri": "/luis/api/v2.0/apps/0c4ee3a6-3a1e-4732-9309-649c12ef1c5c/versions/0.1/examples?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8wYzRlZTNhNi0zYTFlLTQ3MzItOTMwOS02NDljMTJlZjFjNWMvdmVyc2lvbnMvMC4xL2V4YW1wbGVzP3NraXA9MCZ0YWtlPTEwMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:47:34 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "00cc2728-2647-4efd-8ec2-ca9b7573778c" + "fbe0177b-2bb5-4232-9643-6a6e57266f8e" ], "Request-Id": [ - "00cc2728-2647-4efd-8ec2-ca9b7573778c" + "fbe0177b-2bb5-4232-9643-6a6e57266f8e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -224,6 +221,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:13 GMT" + ], "Content-Length": [ "2" ], @@ -235,36 +235,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/a56aebee-64c6-445b-bafa-52c2324600e1?force=false", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9hNTZhZWJlZS02NGM2LTQ0NWItYmFmYS01MmMyMzI0NjAwZTE/Zm9yY2U9ZmFsc2U=", + "RequestUri": "/luis/api/v2.0/apps/0c4ee3a6-3a1e-4732-9309-649c12ef1c5c?force=false", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8wYzRlZTNhNi0zYTFlLTQ3MzItOTMwOS02NDljMTJlZjFjNWM/Zm9yY2U9ZmFsc2U=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:47:34 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "2d9149f9-5637-4b0d-a659-6a77238b4b52" + "9075ede9-0130-45ae-8f22-64baca411e9d" ], "Request-Id": [ - "2d9149f9-5637-4b0d-a659-6a77238b4b52" + "9075ede9-0130-45ae-8f22-64baca411e9d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -278,6 +275,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:14 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ExamplesTests/ListExamples.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ExamplesTests/ListExamples.json index f409d8f07b0f1..84f3d157ee37f 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ExamplesTests/ListExamples.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ExamplesTests/ListExamples.json @@ -1,36 +1,33 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/examples?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2V4YW1wbGVzP3NraXA9MCZ0YWtlPTEwMA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/examples?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2V4YW1wbGVzP3NraXA9MCZ0YWtlPTEwMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:47:41 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "21b4f8b1-55ef-43f3-a6ce-3d66271ceaed" + "505ad9d1-d1e9-4955-9d15-08ad00332ea2" ], "Request-Id": [ - "21b4f8b1-55ef-43f3-a6ce-3d66271ceaed" + "505ad9d1-d1e9-4955-9d15-08ad00332ea2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -44,14 +41,17 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:15 GMT" + ], "Content-Length": [ - "7524" + "29395" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": 239827667,\r\n \"text\": \"i want to stop broadcast on ustream please\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"i\",\r\n \"want\",\r\n \"to\",\r\n \"stop\",\r\n \"broadcast\",\r\n \"on\",\r\n \"ustream\",\r\n \"please\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9974362\r\n }\r\n ],\r\n \"entityPredictions\": []\r\n },\r\n {\r\n \"id\": 239827666,\r\n \"text\": \"voice snap take a picture of something different\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"voice\",\r\n \"snap\",\r\n \"take\",\r\n \"a\",\r\n \"picture\",\r\n \"of\",\r\n \"something\",\r\n \"different\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9978299\r\n }\r\n ],\r\n \"entityPredictions\": []\r\n },\r\n {\r\n \"id\": 239827665,\r\n \"text\": \"voice snap take a picture of red\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"voice\",\r\n \"snap\",\r\n \"take\",\r\n \"a\",\r\n \"picture\",\r\n \"of\",\r\n \"red\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.997991443\r\n }\r\n ],\r\n \"entityPredictions\": []\r\n },\r\n {\r\n \"id\": 239827664,\r\n \"text\": \"voicesnap take a picture of thermometer case\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"voicesnap\",\r\n \"take\",\r\n \"a\",\r\n \"picture\",\r\n \"of\",\r\n \"thermometer\",\r\n \"case\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9972322\r\n }\r\n ],\r\n \"entityPredictions\": []\r\n },\r\n {\r\n \"id\": 239827663,\r\n \"text\": \"voicesnap take a picture of orange\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"voicesnap\",\r\n \"take\",\r\n \"a\",\r\n \"picture\",\r\n \"of\",\r\n \"orange\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.997165442\r\n }\r\n ],\r\n \"entityPredictions\": []\r\n },\r\n {\r\n \"id\": 239827662,\r\n \"text\": \"voicesnap take a picture of my screen\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"voicesnap\",\r\n \"take\",\r\n \"a\",\r\n \"picture\",\r\n \"of\",\r\n \"my\",\r\n \"screen\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9970446\r\n }\r\n ],\r\n \"entityPredictions\": []\r\n },\r\n {\r\n \"id\": 239827661,\r\n \"text\": \"take a screenshot to onenote\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"take\",\r\n \"a\",\r\n \"screenshot\",\r\n \"to\",\r\n \"onenote\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.997945249\r\n }\r\n ],\r\n \"entityPredictions\": []\r\n },\r\n {\r\n \"id\": 239827660,\r\n \"text\": \"take a picture with smart cam\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"take\",\r\n \"a\",\r\n \"picture\",\r\n \"with\",\r\n \"smart\",\r\n \"cam\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.997893155\r\n }\r\n ],\r\n \"entityPredictions\": []\r\n },\r\n {\r\n \"id\": 239827659,\r\n \"text\": \"voice snap take a picture of blue\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"voice\",\r\n \"snap\",\r\n \"take\",\r\n \"a\",\r\n \"picture\",\r\n \"of\",\r\n \"blue\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9979898\r\n }\r\n ],\r\n \"entityPredictions\": []\r\n },\r\n {\r\n \"id\": 239827658,\r\n \"text\": \"i want to boardcast using ustream\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"i\",\r\n \"want\",\r\n \"to\",\r\n \"boardcast\",\r\n \"using\",\r\n \"ustream\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9965306\r\n }\r\n ],\r\n \"entityPredictions\": []\r\n },\r\n {\r\n \"id\": 239827657,\r\n \"text\": \"can you take a snapshot with my camera\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"can\",\r\n \"you\",\r\n \"take\",\r\n \"a\",\r\n \"snapshot\",\r\n \"with\",\r\n \"my\",\r\n \"camera\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.997412443\r\n }\r\n ],\r\n \"entityPredictions\": []\r\n },\r\n {\r\n \"id\": 239827656,\r\n \"text\": \"save screenshot to onenote\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"save\",\r\n \"screenshot\",\r\n \"to\",\r\n \"onenote\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.99781847\r\n }\r\n ],\r\n \"entityPredictions\": []\r\n },\r\n {\r\n \"id\": 239827655,\r\n \"text\": \"start a broadcast on twitch\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"start\",\r\n \"a\",\r\n \"broadcast\",\r\n \"on\",\r\n \"twitch\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.997587\r\n }\r\n ],\r\n \"entityPredictions\": []\r\n },\r\n {\r\n \"id\": 239821118,\r\n \"text\": \"email morris trip itinerary\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"email\",\r\n \"morris\",\r\n \"trip\",\r\n \"itinerary\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.997621536\r\n }\r\n ],\r\n \"entityPredictions\": []\r\n },\r\n {\r\n \"id\": 239821117,\r\n \"text\": \"select jenna samuel please\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"select\",\r\n \"jenna\",\r\n \"samuel\",\r\n \"please\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.997576058\r\n }\r\n ],\r\n \"entityPredictions\": []\r\n },\r\n {\r\n \"id\": 239821116,\r\n \"text\": \"forward all calls to kate paul\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"forward\",\r\n \"all\",\r\n \"calls\",\r\n \"to\",\r\n \"kate\",\r\n \"paul\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9972881\r\n }\r\n ],\r\n \"entityPredictions\": []\r\n },\r\n {\r\n \"id\": 239821115,\r\n \"text\": \"find suzan\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"find\",\r\n \"suzan\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.99798286\r\n }\r\n ],\r\n \"entityPredictions\": []\r\n },\r\n {\r\n \"id\": 239821114,\r\n \"text\": \"email henry matthew\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"email\",\r\n \"henry\",\r\n \"matthew\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9978132\r\n }\r\n ],\r\n \"entityPredictions\": []\r\n },\r\n {\r\n \"id\": 239821113,\r\n \"text\": \"email andy check\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"email\",\r\n \"andy\",\r\n \"check\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.997817755\r\n }\r\n ],\r\n \"entityPredictions\": []\r\n },\r\n {\r\n \"id\": 239821112,\r\n \"text\": \"text martin kelly\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"text\",\r\n \"martin\",\r\n \"kelly\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.99782443\r\n }\r\n ],\r\n \"entityPredictions\": []\r\n },\r\n {\r\n \"id\": 239821111,\r\n \"text\": \"call jenny jim\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"call\",\r\n \"jenny\",\r\n \"jim\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9980193\r\n }\r\n ],\r\n \"entityPredictions\": []\r\n },\r\n {\r\n \"id\": 239821110,\r\n \"text\": \"call geoffrey\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"call\",\r\n \"geoffrey\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.998223662\r\n }\r\n ],\r\n \"entityPredictions\": []\r\n },\r\n {\r\n \"id\": 239821109,\r\n \"text\": \"call erwin holmes\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"call\",\r\n \"erwin\",\r\n \"holmes\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9979705\r\n }\r\n ],\r\n \"entityPredictions\": []\r\n },\r\n {\r\n \"id\": 239821108,\r\n \"text\": \"call manuel cal\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"call\",\r\n \"manuel\",\r\n \"cal\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9979936\r\n }\r\n ],\r\n \"entityPredictions\": []\r\n },\r\n {\r\n \"id\": 239821107,\r\n \"text\": \"call carlston tomorrow\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"call\",\r\n \"carlston\",\r\n \"tomorrow\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.99582237\r\n }\r\n ],\r\n \"entityPredictions\": []\r\n },\r\n {\r\n \"id\": 239821106,\r\n \"text\": \"call jacky john ' s mobile\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"call\",\r\n \"jacky\",\r\n \"john\",\r\n \"'\",\r\n \"s\",\r\n \"mobile\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9975159\r\n }\r\n ],\r\n \"entityPredictions\": []\r\n },\r\n {\r\n \"id\": 239821104,\r\n \"text\": \"save martin as my brother\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"save\",\r\n \"martin\",\r\n \"as\",\r\n \"my\",\r\n \"brother\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.997579157\r\n }\r\n ],\r\n \"entityPredictions\": []\r\n },\r\n {\r\n \"id\": 239821103,\r\n \"text\": \"how do i change the phone number for jack ?\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"how\",\r\n \"do\",\r\n \"i\",\r\n \"change\",\r\n \"the\",\r\n \"phone\",\r\n \"number\",\r\n \"for\",\r\n \"jack\",\r\n \"?\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.996814549\r\n }\r\n ],\r\n \"entityPredictions\": []\r\n },\r\n {\r\n \"id\": 239821101,\r\n \"text\": \"add merry to the contacts\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"add\",\r\n \"merry\",\r\n \"to\",\r\n \"the\",\r\n \"contacts\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.997500658\r\n }\r\n ],\r\n \"entityPredictions\": []\r\n },\r\n {\r\n \"id\": 239821100,\r\n \"text\": \"call mamma\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"call\",\r\n \"mamma\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.998234868\r\n }\r\n ],\r\n \"entityPredictions\": []\r\n },\r\n {\r\n \"id\": 239821099,\r\n \"text\": \"find rosaline keil\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"find\",\r\n \"rosaline\",\r\n \"keil\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.996750653\r\n }\r\n ],\r\n \"entityPredictions\": []\r\n },\r\n {\r\n \"id\": 239821098,\r\n \"text\": \"call miranda at home\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"call\",\r\n \"miranda\",\r\n \"at\",\r\n \"home\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.997858942\r\n }\r\n ],\r\n \"entityPredictions\": []\r\n },\r\n {\r\n \"id\": 239821090,\r\n \"text\": \"add carolina to my contact list\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"add\",\r\n \"carolina\",\r\n \"to\",\r\n \"my\",\r\n \"contact\",\r\n \"list\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9974008\r\n }\r\n ],\r\n \"entityPredictions\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": 546020525,\r\n \"text\": \"kjsdl\",\r\n \"intentLabel\": \"sfds\",\r\n \"tokenizedText\": [\r\n \"kjsdl\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.9342156\r\n },\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.107506149\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546020524,\r\n \"text\": \"ksjdflsja'\",\r\n \"intentLabel\": \"sfds\",\r\n \"tokenizedText\": [\r\n \"ksjdflsja\",\r\n \"'\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.918303\r\n },\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.102177382\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546020523,\r\n \"text\": \";lkjdf;ljs\",\r\n \"intentLabel\": \"sfds\",\r\n \"tokenizedText\": [\r\n \";\",\r\n \"lkjdf\",\r\n \";\",\r\n \"ljs\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.91342926\r\n },\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.08962273\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546020522,\r\n \"text\": \"lkasdjflas\",\r\n \"intentLabel\": \"sfds\",\r\n \"tokenizedText\": [\r\n \"lkasdjflas\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.9342156\r\n },\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.107506149\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546020521,\r\n \"text\": \"lsakdjflas\",\r\n \"intentLabel\": \"sfds\",\r\n \"tokenizedText\": [\r\n \"lsakdjflas\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.9342156\r\n },\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.107506149\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546020520,\r\n \"text\": \"lskejf\",\r\n \"intentLabel\": \"sfds\",\r\n \"tokenizedText\": [\r\n \"lskejf\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.9342156\r\n },\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.107506149\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016191,\r\n \"text\": \"save number to contact\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"save\",\r\n \"number\",\r\n \"to\",\r\n \"contact\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.99965173\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.0004704318\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016190,\r\n \"text\": \"save number\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"save\",\r\n \"number\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9989172\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.009493125\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016189,\r\n \"text\": \"save contact\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"save\",\r\n \"contact\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999074638\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.00655019656\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016188,\r\n \"text\": \"save a number for me\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"save\",\r\n \"a\",\r\n \"number\",\r\n \"for\",\r\n \"me\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.99962765\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.000298984727\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016187,\r\n \"text\": \"save a new contact\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"save\",\r\n \"a\",\r\n \"new\",\r\n \"contact\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999601662\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.0005302621\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016186,\r\n \"text\": \"save a contact\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"save\",\r\n \"a\",\r\n \"contact\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9994065\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.00157739641\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016185,\r\n \"text\": \"put the sender of last message into my contact list\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"put\",\r\n \"the\",\r\n \"sender\",\r\n \"of\",\r\n \"last\",\r\n \"message\",\r\n \"into\",\r\n \"my\",\r\n \"contact\",\r\n \"list\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999840736\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 1.713721E-05\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016184,\r\n \"text\": \"please add this number to my contacts\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"please\",\r\n \"add\",\r\n \"this\",\r\n \"number\",\r\n \"to\",\r\n \"my\",\r\n \"contacts\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9998331\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 7.917768E-05\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016183,\r\n \"text\": \"please add this contact to my address book\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"please\",\r\n \"add\",\r\n \"this\",\r\n \"contact\",\r\n \"to\",\r\n \"my\",\r\n \"address\",\r\n \"book\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999848843\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 3.691196E-05\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016182,\r\n \"text\": \"please add a new contact\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"please\",\r\n \"add\",\r\n \"a\",\r\n \"new\",\r\n \"contact\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9997649\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.000247865159\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016181,\r\n \"text\": \"new contact\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"new\",\r\n \"contact\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999219\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.008755591\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016180,\r\n \"text\": \"make a new contact\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"make\",\r\n \"a\",\r\n \"new\",\r\n \"contact\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999599755\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.000748156162\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016179,\r\n \"text\": \"i'd like to add a contact\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"i\",\r\n \"'\",\r\n \"d\",\r\n \"like\",\r\n \"to\",\r\n \"add\",\r\n \"a\",\r\n \"contact\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9996734\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 6.808412E-05\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016178,\r\n \"text\": \"i want to add a contact\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"i\",\r\n \"want\",\r\n \"to\",\r\n \"add\",\r\n \"a\",\r\n \"contact\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9998083\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.000110282963\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016177,\r\n \"text\": \"i need to add a contact\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"i\",\r\n \"need\",\r\n \"to\",\r\n \"add\",\r\n \"a\",\r\n \"contact\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999807835\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.00011059377\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016176,\r\n \"text\": \"create contact\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"create\",\r\n \"contact\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999033451\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.008431049\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016175,\r\n \"text\": \"create a new contact for the caller\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"create\",\r\n \"a\",\r\n \"new\",\r\n \"contact\",\r\n \"for\",\r\n \"the\",\r\n \"caller\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9997597\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 7.385972E-05\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016174,\r\n \"text\": \"create a new contact\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"create\",\r\n \"a\",\r\n \"new\",\r\n \"contact\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9995859\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.000657088356\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016173,\r\n \"text\": \"create a contact\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"create\",\r\n \"a\",\r\n \"contact\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999381244\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.00200617569\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016172,\r\n \"text\": \"contacts add new\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"contacts\",\r\n \"add\",\r\n \"new\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9994823\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.002884447\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016171,\r\n \"text\": \"can you put my dad in my contacts?\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"can\",\r\n \"you\",\r\n \"put\",\r\n \"my\",\r\n \"dad\",\r\n \"in\",\r\n \"my\",\r\n \"contacts\",\r\n \"?\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9997978\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 3.570009E-05\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016170,\r\n \"text\": \"can you create a contact\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"can\",\r\n \"you\",\r\n \"create\",\r\n \"a\",\r\n \"contact\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9996491\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.000266303221\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016169,\r\n \"text\": \"can you add this number to my contacts\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"can\",\r\n \"you\",\r\n \"add\",\r\n \"this\",\r\n \"number\",\r\n \"to\",\r\n \"my\",\r\n \"contacts\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9998574\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 4.29789943E-05\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016168,\r\n \"text\": \"can you add someone to my contact\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"can\",\r\n \"you\",\r\n \"add\",\r\n \"someone\",\r\n \"to\",\r\n \"my\",\r\n \"contact\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.99982214\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 6.242961E-05\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016167,\r\n \"text\": \"can you add a phone number to my contacts\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"can\",\r\n \"you\",\r\n \"add\",\r\n \"a\",\r\n \"phone\",\r\n \"number\",\r\n \"to\",\r\n \"my\",\r\n \"contacts\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9998841\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 2.46307227E-05\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016166,\r\n \"text\": \"can you add a contact for me\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"can\",\r\n \"you\",\r\n \"add\",\r\n \"a\",\r\n \"contact\",\r\n \"for\",\r\n \"me\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999835\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 5.74082951E-05\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016165,\r\n \"text\": \"can i add a contact\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"can\",\r\n \"i\",\r\n \"add\",\r\n \"a\",\r\n \"contact\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9997526\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.000236614753\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016164,\r\n \"text\": \"add zero one two three four five six seven eight nine zero\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"add\",\r\n \"zero\",\r\n \"one\",\r\n \"two\",\r\n \"three\",\r\n \"four\",\r\n \"five\",\r\n \"six\",\r\n \"seven\",\r\n \"eight\",\r\n \"nine\",\r\n \"zero\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999835968\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 9.663678E-06\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016163,\r\n \"text\": \"add to my contacts\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"add\",\r\n \"to\",\r\n \"my\",\r\n \"contacts\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999648631\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.0008968212\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016162,\r\n \"text\": \"add to my contact\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"add\",\r\n \"to\",\r\n \"my\",\r\n \"contact\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999726355\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.0005337665\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016161,\r\n \"text\": \"add to contact list\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"add\",\r\n \"to\",\r\n \"contact\",\r\n \"list\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999689162\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.0006011162\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016160,\r\n \"text\": \"add this number to my contacts\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"add\",\r\n \"this\",\r\n \"number\",\r\n \"to\",\r\n \"my\",\r\n \"contacts\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9998002\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.000152429871\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016159,\r\n \"text\": \"add someone to my contacts\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"add\",\r\n \"someone\",\r\n \"to\",\r\n \"my\",\r\n \"contacts\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9996882\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.000386868865\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016158,\r\n \"text\": \"add phone number to my contacts\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"add\",\r\n \"phone\",\r\n \"number\",\r\n \"to\",\r\n \"my\",\r\n \"contacts\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9998083\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.000148310413\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016157,\r\n \"text\": \"add phone number\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"add\",\r\n \"phone\",\r\n \"number\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999500632\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.0025626854\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016156,\r\n \"text\": \"add phone contact\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"add\",\r\n \"phone\",\r\n \"contact\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9995681\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.0017519407\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016155,\r\n \"text\": \"add oh one two three four five six seven eight nine oh to my contacts\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"add\",\r\n \"oh\",\r\n \"one\",\r\n \"two\",\r\n \"three\",\r\n \"four\",\r\n \"five\",\r\n \"six\",\r\n \"seven\",\r\n \"eight\",\r\n \"nine\",\r\n \"oh\",\r\n \"to\",\r\n \"my\",\r\n \"contacts\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9998951\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 3.15198963E-06\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016154,\r\n \"text\": \"add new contact to contacts\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"add\",\r\n \"new\",\r\n \"contact\",\r\n \"to\",\r\n \"contacts\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9997897\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.000241209331\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016153,\r\n \"text\": \"add new contact\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"add\",\r\n \"new\",\r\n \"contact\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9995895\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.00175998814\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016152,\r\n \"text\": \"add me a contact\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"add\",\r\n \"me\",\r\n \"a\",\r\n \"contact\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999693\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.000571939454\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016151,\r\n \"text\": \"add email address to contacts\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"add\",\r\n \"email\",\r\n \"address\",\r\n \"to\",\r\n \"contacts\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999734461\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.000374770985\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016150,\r\n \"text\": \"add dad to contacts\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"add\",\r\n \"dad\",\r\n \"to\",\r\n \"contacts\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999597132\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.0009375089\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016149,\r\n \"text\": \"add contacts\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"add\",\r\n \"contacts\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999159455\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.0125651257\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016148,\r\n \"text\": \"add contact\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"add\",\r\n \"contact\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999356449\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.00713587925\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016147,\r\n \"text\": \"add brother to contact\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"add\",\r\n \"brother\",\r\n \"to\",\r\n \"contact\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999661\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.000642905652\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016146,\r\n \"text\": \"add a phone number to my contacts\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"add\",\r\n \"a\",\r\n \"phone\",\r\n \"number\",\r\n \"to\",\r\n \"my\",\r\n \"contacts\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999844551\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 7.56046938E-05\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016145,\r\n \"text\": \"add a number to my contacts\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"add\",\r\n \"a\",\r\n \"number\",\r\n \"to\",\r\n \"my\",\r\n \"contacts\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9998107\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.0001487945\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016144,\r\n \"text\": \"add a new contact\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"add\",\r\n \"a\",\r\n \"new\",\r\n \"contact\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9997063\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.00058155763\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016143,\r\n \"text\": \"add a contact number\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"add\",\r\n \"a\",\r\n \"contact\",\r\n \"number\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999723\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.0005419788\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546016142,\r\n \"text\": \"add a contact\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"add\",\r\n \"a\",\r\n \"contact\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999579\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.001726323\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546012375,\r\n \"text\": \"whether i have new message\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"whether\",\r\n \"i\",\r\n \"have\",\r\n \"new\",\r\n \"message\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999584258\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.0004752115\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546012374,\r\n \"text\": \"whether i have new email\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"whether\",\r\n \"i\",\r\n \"have\",\r\n \"new\",\r\n \"email\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9996076\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.0005018803\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546012373,\r\n \"text\": \"whether i get new message\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"whether\",\r\n \"i\",\r\n \"get\",\r\n \"new\",\r\n \"message\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999584\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.0004759054\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546012372,\r\n \"text\": \"whether i get new email\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"whether\",\r\n \"i\",\r\n \"get\",\r\n \"new\",\r\n \"email\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9996074\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.00050288596\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546012371,\r\n \"text\": \"show next unread\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"show\",\r\n \"next\",\r\n \"unread\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9990813\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.003950803\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546012370,\r\n \"text\": \"send an urgent email from my email to partone underscore partwo at hotmail dot com\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"send\",\r\n \"an\",\r\n \"urgent\",\r\n \"email\",\r\n \"from\",\r\n \"my\",\r\n \"email\",\r\n \"to\",\r\n \"partone\",\r\n \"underscore\",\r\n \"partwo\",\r\n \"at\",\r\n \"hotmail\",\r\n \"dot\",\r\n \"com\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9998145\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 4.88335945E-06\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546012369,\r\n \"text\": \"send an urgent email\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"send\",\r\n \"an\",\r\n \"urgent\",\r\n \"email\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999488235\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.00131390232\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546012368,\r\n \"text\": \"send an email with a red bang\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"send\",\r\n \"an\",\r\n \"email\",\r\n \"with\",\r\n \"a\",\r\n \"red\",\r\n \"bang\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999744\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.000119795994\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546012367,\r\n \"text\": \"read unread message\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"read\",\r\n \"unread\",\r\n \"message\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9991721\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.003492099\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546012366,\r\n \"text\": \"read new message\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"read\",\r\n \"new\",\r\n \"message\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999260962\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.00347660412\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546012365,\r\n \"text\": \"next unread email\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"next\",\r\n \"unread\",\r\n \"email\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999216855\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.00379835069\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546012364,\r\n \"text\": \"mark the email flagged\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"mark\",\r\n \"the\",\r\n \"email\",\r\n \"flagged\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9993803\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.0013453993\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546012363,\r\n \"text\": \"is there unread emails from linda\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"is\",\r\n \"there\",\r\n \"unread\",\r\n \"emails\",\r\n \"from\",\r\n \"linda\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9995869\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.000231424958\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546012362,\r\n \"text\": \"flag this email as important for me\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"flag\",\r\n \"this\",\r\n \"email\",\r\n \"as\",\r\n \"important\",\r\n \"for\",\r\n \"me\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9997073\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.000121778976\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546012361,\r\n \"text\": \"do i receive new message\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"do\",\r\n \"i\",\r\n \"receive\",\r\n \"new\",\r\n \"message\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.99956286\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.00047393475\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546012360,\r\n \"text\": \"do i receive new email\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"do\",\r\n \"i\",\r\n \"receive\",\r\n \"new\",\r\n \"email\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999587357\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.000501052942\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546012359,\r\n \"text\": \"do i have new message\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"do\",\r\n \"i\",\r\n \"have\",\r\n \"new\",\r\n \"message\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9995933\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.000457054382\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546012358,\r\n \"text\": \"do i have new email now\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"do\",\r\n \"i\",\r\n \"have\",\r\n \"new\",\r\n \"email\",\r\n \"now\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9996963\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.000223147479\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546012357,\r\n \"text\": \"any new message now\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"any\",\r\n \"new\",\r\n \"message\",\r\n \"now\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999462247\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.001151231\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546012356,\r\n \"text\": \"any new email now\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"any\",\r\n \"new\",\r\n \"email\",\r\n \"now\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9995009\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.00122859818\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546012355,\r\n \"text\": \"add flag to this email\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"add\",\r\n \"flag\",\r\n \"to\",\r\n \"this\",\r\n \"email\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9996796\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.000402951147\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546006801,\r\n \"text\": \"write an urgent email to edward\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"write\",\r\n \"an\",\r\n \"urgent\",\r\n \"email\",\r\n \"to\",\r\n \"edward\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999651\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.000230831793\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546006800,\r\n \"text\": \"will you send a marked non urgent email to jason\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"will\",\r\n \"you\",\r\n \"send\",\r\n \"a\",\r\n \"marked\",\r\n \"non\",\r\n \"urgent\",\r\n \"email\",\r\n \"to\",\r\n \"jason\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9998269\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 2.34805975E-05\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546006799,\r\n \"text\": \"whether judith available ?\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"whether\",\r\n \"judith\",\r\n \"available\",\r\n \"?\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999337435\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.00130307337\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546006798,\r\n \"text\": \"whether is gerald available\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"whether\",\r\n \"is\",\r\n \"gerald\",\r\n \"available\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9993846\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.00125712447\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546006797,\r\n \"text\": \"whether cheryl is available now\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"whether\",\r\n \"cheryl\",\r\n \"is\",\r\n \"available\",\r\n \"now\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9995078\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.0005042155\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546006796,\r\n \"text\": \"what's the status of jeremy\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"what\",\r\n \"'\",\r\n \"s\",\r\n \"the\",\r\n \"status\",\r\n \"of\",\r\n \"jeremy\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999351\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.000247929478\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546006795,\r\n \"text\": \"what's status of maria on skype\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"what\",\r\n \"'\",\r\n \"s\",\r\n \"status\",\r\n \"of\",\r\n \"maria\",\r\n \"on\",\r\n \"skype\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9995042\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.000123831633\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546006794,\r\n \"text\": \"what's paul 's cell phone number\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"what\",\r\n \"'\",\r\n \"s\",\r\n \"paul\",\r\n \"'\",\r\n \"s\",\r\n \"cell\",\r\n \"phone\",\r\n \"number\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9994423\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 9.428838E-05\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546006793,\r\n \"text\": \"what's maria 's mobile number\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"what\",\r\n \"'\",\r\n \"s\",\r\n \"maria\",\r\n \"'\",\r\n \"s\",\r\n \"mobile\",\r\n \"number\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999343157\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.000162410142\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546006792,\r\n \"text\": \"what's evelyn's number\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"what\",\r\n \"'\",\r\n \"s\",\r\n \"evelyn\",\r\n \"'\",\r\n \"s\",\r\n \"number\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999171138\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.000306581525\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546006791,\r\n \"text\": \"what was the last text i sent to carol\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"what\",\r\n \"was\",\r\n \"the\",\r\n \"last\",\r\n \"text\",\r\n \"i\",\r\n \"sent\",\r\n \"to\",\r\n \"carol\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9997978\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 3.65620654E-05\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546006790,\r\n \"text\": \"what 's the status of roy ?\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"what\",\r\n \"'\",\r\n \"s\",\r\n \"the\",\r\n \"status\",\r\n \"of\",\r\n \"roy\",\r\n \"?\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9994749\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.000130614018\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546006789,\r\n \"text\": \"what olivia last message said\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"what\",\r\n \"olivia\",\r\n \"last\",\r\n \"message\",\r\n \"said\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9995121\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.0005112587\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546006788,\r\n \"text\": \"what is the status of christopher now ?\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"what\",\r\n \"is\",\r\n \"the\",\r\n \"status\",\r\n \"of\",\r\n \"christopher\",\r\n \"now\",\r\n \"?\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999734\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 6.634946E-05\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546006787,\r\n \"text\": \"what is the phone number for eugene\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"what\",\r\n \"is\",\r\n \"the\",\r\n \"phone\",\r\n \"number\",\r\n \"for\",\r\n \"eugene\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9997235\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.000108129687\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546006786,\r\n \"text\": \"what is the number of jennifer\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"what\",\r\n \"is\",\r\n \"the\",\r\n \"number\",\r\n \"of\",\r\n \"jennifer\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9996663\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.000208766389\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546006785,\r\n \"text\": \"what is teresa 's email address\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"what\",\r\n \"is\",\r\n \"teresa\",\r\n \"'\",\r\n \"s\",\r\n \"email\",\r\n \"address\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999480367\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.0002147616\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546006784,\r\n \"text\": \"what is robert 's phone number\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"what\",\r\n \"is\",\r\n \"robert\",\r\n \"'\",\r\n \"s\",\r\n \"phone\",\r\n \"number\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999436557\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.000220903064\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546006783,\r\n \"text\": \"what is my bobby 's phone number\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"what\",\r\n \"is\",\r\n \"my\",\r\n \"bobby\",\r\n \"'\",\r\n \"s\",\r\n \"phone\",\r\n \"number\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999564767\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.000104374092\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546006782,\r\n \"text\": \"what is jennifer's email address ?\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"what\",\r\n \"is\",\r\n \"jennifer\",\r\n \"'\",\r\n \"s\",\r\n \"email\",\r\n \"address\",\r\n \"?\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.9995545\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.000120307079\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546006781,\r\n \"text\": \"what is christopher 's phone number\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"what\",\r\n \"is\",\r\n \"christopher\",\r\n \"'\",\r\n \"s\",\r\n \"phone\",\r\n \"number\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999443233\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.000212674931\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546006780,\r\n \"text\": \"what is bryan's number\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"what\",\r\n \"is\",\r\n \"bryan\",\r\n \"'\",\r\n \"s\",\r\n \"number\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999277353\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.000442518125\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n },\r\n {\r\n \"id\": 546006779,\r\n \"text\": \"what henry just said\",\r\n \"intentLabel\": \"None\",\r\n \"tokenizedText\": [\r\n \"what\",\r\n \"henry\",\r\n \"just\",\r\n \"said\"\r\n ],\r\n \"entityLabels\": [],\r\n \"intentPredictions\": [\r\n {\r\n \"name\": \"None\",\r\n \"score\": 0.999301434\r\n },\r\n {\r\n \"name\": \"sfds\",\r\n \"score\": 0.00141966285\r\n }\r\n ],\r\n \"entityPredictions\": [],\r\n \"multiIntentPredictions\": null\r\n }\r\n]", "StatusCode": 200 } ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ExamplesTests/ListExamples_ForEmptyApplication_ReturnsEmpty.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ExamplesTests/ListExamples_ForEmptyApplication_ReturnsEmpty.json index 9a3b0e225dbdf..975d64051559c 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ExamplesTests/ListExamples_ForEmptyApplication_ReturnsEmpty.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ExamplesTests/ListExamples_ForEmptyApplication_ReturnsEmpty.json @@ -7,13 +7,13 @@ "RequestBody": "{\r\n \"culture\": \"en-us\",\r\n \"domain\": \"Comics\",\r\n \"description\": \"New LUIS App\",\r\n \"usageScenario\": \"IoT\",\r\n \"name\": \"Examples Test App\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:47:35 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/0186400f-8252-4d70-85a1-cee67118e2e9" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/7acfea18-d655-4c4f-bab5-f26b855ea33b" ], "Apim-Request-Id": [ - "c46e56ff-a406-4544-a872-f827c254c25e" + "e6479eb8-1fe7-44e8-a2df-984e69b81bb6" ], "Request-Id": [ - "c46e56ff-a406-4544-a872-f827c254c25e" + "e6479eb8-1fe7-44e8-a2df-984e69b81bb6" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/0186400f-8252-4d70-85a1-cee67118e2e9" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/7acfea18-d655-4c4f-bab5-f26b855ea33b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:08 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"0186400f-8252-4d70-85a1-cee67118e2e9\"", + "ResponseBody": "\"7acfea18-d655-4c4f-bab5-f26b855ea33b\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/0186400f-8252-4d70-85a1-cee67118e2e9/versions/0.1/examples?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8wMTg2NDAwZi04MjUyLTRkNzAtODVhMS1jZWU2NzExOGUyZTkvdmVyc2lvbnMvMC4xL2V4YW1wbGVzP3NraXA9MCZ0YWtlPTEwMA==", + "RequestUri": "/luis/api/v2.0/apps/7acfea18-d655-4c4f-bab5-f26b855ea33b/versions/0.1/examples?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83YWNmZWExOC1kNjU1LTRjNGYtYmFiNS1mMjZiODU1ZWEzM2IvdmVyc2lvbnMvMC4xL2V4YW1wbGVzP3NraXA9MCZ0YWtlPTEwMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:47:36 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "7b7bdcb1-1766-4db3-b274-291e028afbc4" + "7b2ac34d-b01d-4322-a3ba-0c03537ad85a" ], "Request-Id": [ - "7b7bdcb1-1766-4db3-b274-291e028afbc4" + "7b2ac34d-b01d-4322-a3ba-0c03537ad85a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:08 GMT" + ], "Content-Length": [ "2" ], @@ -121,36 +121,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/0186400f-8252-4d70-85a1-cee67118e2e9?force=false", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8wMTg2NDAwZi04MjUyLTRkNzAtODVhMS1jZWU2NzExOGUyZTk/Zm9yY2U9ZmFsc2U=", + "RequestUri": "/luis/api/v2.0/apps/7acfea18-d655-4c4f-bab5-f26b855ea33b?force=false", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83YWNmZWExOC1kNjU1LTRjNGYtYmFiNS1mMjZiODU1ZWEzM2I/Zm9yY2U9ZmFsc2U=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:47:36 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "ae4f7cb8-aa28-4bdb-b30d-2d17aa3aa59b" + "521a6581-f9a5-4355-be10-f3447ad94a2d" ], "Request-Id": [ - "ae4f7cb8-aa28-4bdb-b30d-2d17aa3aa59b" + "521a6581-f9a5-4355-be10-f3447ad94a2d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:09 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/FeaturesPhraseListsTests/AddPhraseList.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/FeaturesPhraseListsTests/AddPhraseList.json index da9f5860d0580..a3c4e9398d752 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/FeaturesPhraseListsTests/AddPhraseList.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/FeaturesPhraseListsTests/AddPhraseList.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/phraselists", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BocmFzZWxpc3Rz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/phraselists", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BocmFzZWxpc3Rz", "RequestMethod": "POST", "RequestBody": "{\r\n \"phrases\": \"monday,tuesday,wednesday,thursday,friday,saturday,sunday\",\r\n \"name\": \"DayOfWeek\",\r\n \"isExchangeable\": true\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:50:57 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/phraselists/1522390" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/phraselists/1737510" ], "Apim-Request-Id": [ - "f7be8233-4841-45df-bfbe-24a710b05c74" + "2df73cb9-e1f2-4118-9824-2ba77e4952da" ], "Request-Id": [ - "f7be8233-4841-45df-bfbe-24a710b05c74" + "2df73cb9-e1f2-4118-9824-2ba77e4952da" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/phraselists/1522390" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/phraselists/1737510" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:59 GMT" + ], "Content-Length": [ "7" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "1522390", + "ResponseBody": "1737510", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/phraselists/1522390", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BocmFzZWxpc3RzLzE1MjIzOTA=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/phraselists/1737510", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BocmFzZWxpc3RzLzE3Mzc1MTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:50:59 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "66efc44d-3c3f-4fce-9669-7a714f9ec3de" + "00886696-85c2-457a-b0e1-eca4c8327964" ], "Request-Id": [ - "66efc44d-3c3f-4fce-9669-7a714f9ec3de" + "00886696-85c2-457a-b0e1-eca4c8327964" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:59 GMT" + ], "Content-Length": [ "140" ], @@ -117,40 +117,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": 1522390,\r\n \"name\": \"DayOfWeek\",\r\n \"phrases\": \"monday,tuesday,wednesday,thursday,friday,saturday,sunday\",\r\n \"isExchangeable\": true,\r\n \"isActive\": true\r\n}", + "ResponseBody": "{\r\n \"id\": 1737510,\r\n \"name\": \"DayOfWeek\",\r\n \"phrases\": \"monday,tuesday,wednesday,thursday,friday,saturday,sunday\",\r\n \"isExchangeable\": true,\r\n \"isActive\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/phraselists/1522390", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BocmFzZWxpc3RzLzE1MjIzOTA=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/phraselists/1737510", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BocmFzZWxpc3RzLzE3Mzc1MTA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:50:59 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "fd59d115-32a6-46dc-97fa-d78806a7dbf1" + "89e42088-9f09-4f72-80c0-9bb5ede4bb82" ], "Request-Id": [ - "fd59d115-32a6-46dc-97fa-d78806a7dbf1" + "89e42088-9f09-4f72-80c0-9bb5ede4bb82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:59 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/FeaturesPhraseListsTests/DeletePhraseList.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/FeaturesPhraseListsTests/DeletePhraseList.json index 88fae398438c6..233b4c86728d8 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/FeaturesPhraseListsTests/DeletePhraseList.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/FeaturesPhraseListsTests/DeletePhraseList.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/phraselists", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BocmFzZWxpc3Rz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/phraselists", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BocmFzZWxpc3Rz", "RequestMethod": "POST", "RequestBody": "{\r\n \"phrases\": \"monday,tuesday,wednesday,thursday,friday,saturday,sunday\",\r\n \"name\": \"DayOfWeek\",\r\n \"isExchangeable\": true\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:50:59 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/phraselists/1522391" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/phraselists/1737506" ], "Apim-Request-Id": [ - "30c08244-8ef1-4ffa-b65e-57e5b2614b70" + "12e408d5-16ab-4eee-afc2-1af3efee706e" ], "Request-Id": [ - "30c08244-8ef1-4ffa-b65e-57e5b2614b70" + "12e408d5-16ab-4eee-afc2-1af3efee706e" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/phraselists/1522391" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/phraselists/1737506" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:52 GMT" + ], "Content-Length": [ "7" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "1522391", + "ResponseBody": "1737506", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/phraselists/1522391", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BocmFzZWxpc3RzLzE1MjIzOTE=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/phraselists/1737506", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BocmFzZWxpc3RzLzE3Mzc1MDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:50:59 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "68526e61-bb59-4ecc-bbb3-1fb9d8d087da" + "4d9b93e0-8e59-49cd-ad1c-a8c49ae7cfeb" ], "Request-Id": [ - "68526e61-bb59-4ecc-bbb3-1fb9d8d087da" + "4d9b93e0-8e59-49cd-ad1c-a8c49ae7cfeb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:53 GMT" + ], "Content-Length": [ "140" ], @@ -117,40 +117,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": 1522391,\r\n \"name\": \"DayOfWeek\",\r\n \"phrases\": \"monday,tuesday,wednesday,thursday,friday,saturday,sunday\",\r\n \"isExchangeable\": true,\r\n \"isActive\": true\r\n}", + "ResponseBody": "{\r\n \"id\": 1737506,\r\n \"name\": \"DayOfWeek\",\r\n \"phrases\": \"monday,tuesday,wednesday,thursday,friday,saturday,sunday\",\r\n \"isExchangeable\": true,\r\n \"isActive\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/phraselists/1522391", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BocmFzZWxpc3RzLzE1MjIzOTE=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/phraselists/1737506", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BocmFzZWxpc3RzLzE3Mzc1MDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:51:01 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "b8f73099-9160-4833-b51e-6bee2525bc42" + "a74b4e83-4b61-42b6-9e42-8bb9e001277f" ], "Request-Id": [ - "b8f73099-9160-4833-b51e-6bee2525bc42" + "a74b4e83-4b61-42b6-9e42-8bb9e001277f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:53 GMT" + ], "Content-Length": [ "51" ], @@ -175,36 +175,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/phraselists?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BocmFzZWxpc3RzP3NraXA9MCZ0YWtlPTEwMA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/phraselists?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BocmFzZWxpc3RzP3NraXA9MCZ0YWtlPTEwMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:51:01 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "5ef3983e-65c9-463a-b26e-d0e8d3670c84" + "61bf41d2-b38c-4477-afaf-b689b87040dd" ], "Request-Id": [ - "5ef3983e-65c9-463a-b26e-d0e8d3670c84" + "61bf41d2-b38c-4477-afaf-b689b87040dd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -218,6 +215,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:54 GMT" + ], "Content-Length": [ "2" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/FeaturesPhraseListsTests/GetPhraseList.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/FeaturesPhraseListsTests/GetPhraseList.json index 4be453c6deac3..5d2a65a1c4f58 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/FeaturesPhraseListsTests/GetPhraseList.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/FeaturesPhraseListsTests/GetPhraseList.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/phraselists", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BocmFzZWxpc3Rz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/phraselists", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BocmFzZWxpc3Rz", "RequestMethod": "POST", "RequestBody": "{\r\n \"phrases\": \"monday,tuesday,wednesday,thursday,friday,saturday,sunday\",\r\n \"name\": \"DayOfWeek\",\r\n \"isExchangeable\": true\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:51:05 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/phraselists/1522394" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/phraselists/1737507" ], "Apim-Request-Id": [ - "d9b4b4ff-e299-4408-a4d9-b5bb2bcd8725" + "2f3ad5ee-f4f3-4c38-a4aa-6082abafc70c" ], "Request-Id": [ - "d9b4b4ff-e299-4408-a4d9-b5bb2bcd8725" + "2f3ad5ee-f4f3-4c38-a4aa-6082abafc70c" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/phraselists/1522394" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/phraselists/1737507" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:54 GMT" + ], "Content-Length": [ "7" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "1522394", + "ResponseBody": "1737507", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/phraselists/1522394", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BocmFzZWxpc3RzLzE1MjIzOTQ=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/phraselists/1737507", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BocmFzZWxpc3RzLzE3Mzc1MDc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:51:05 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "ae11b018-edee-4f2e-a0b3-533a4bbb9368" + "127317e0-57b9-4e57-ac95-8e431e9798e1" ], "Request-Id": [ - "ae11b018-edee-4f2e-a0b3-533a4bbb9368" + "127317e0-57b9-4e57-ac95-8e431e9798e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:55 GMT" + ], "Content-Length": [ "140" ], @@ -117,40 +117,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": 1522394,\r\n \"name\": \"DayOfWeek\",\r\n \"phrases\": \"monday,tuesday,wednesday,thursday,friday,saturday,sunday\",\r\n \"isExchangeable\": true,\r\n \"isActive\": true\r\n}", + "ResponseBody": "{\r\n \"id\": 1737507,\r\n \"name\": \"DayOfWeek\",\r\n \"phrases\": \"monday,tuesday,wednesday,thursday,friday,saturday,sunday\",\r\n \"isExchangeable\": true,\r\n \"isActive\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/phraselists/1522394", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BocmFzZWxpc3RzLzE1MjIzOTQ=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/phraselists/1737507", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BocmFzZWxpc3RzLzE3Mzc1MDc=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:51:06 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "4740d37c-6a90-4378-a249-3d276c866b33" + "ac3797dc-4b37-440c-b8a0-652006e3ef57" ], "Request-Id": [ - "4740d37c-6a90-4378-a249-3d276c866b33" + "ac3797dc-4b37-440c-b8a0-652006e3ef57" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:55 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/FeaturesPhraseListsTests/ListPhraseLists.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/FeaturesPhraseListsTests/ListPhraseLists.json index 3908e85a81fc0..9cd0b1d2c1a69 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/FeaturesPhraseListsTests/ListPhraseLists.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/FeaturesPhraseListsTests/ListPhraseLists.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/phraselists", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BocmFzZWxpc3Rz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/phraselists", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BocmFzZWxpc3Rz", "RequestMethod": "POST", "RequestBody": "{\r\n \"phrases\": \"monday,tuesday,wednesday,thursday,friday,saturday,sunday\",\r\n \"name\": \"DayOfWeek\",\r\n \"isExchangeable\": true\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:51:01 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/phraselists/1522392" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/phraselists/1737509" ], "Apim-Request-Id": [ - "0b812279-7107-4175-9d0c-41db9e5809cc" + "949493d3-f046-4534-8284-cadb60559331" ], "Request-Id": [ - "0b812279-7107-4175-9d0c-41db9e5809cc" + "949493d3-f046-4534-8284-cadb60559331" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/phraselists/1522392" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/phraselists/1737509" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:57 GMT" + ], "Content-Length": [ "7" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "1522392", + "ResponseBody": "1737509", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/phraselists?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BocmFzZWxpc3RzP3NraXA9MCZ0YWtlPTEwMA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/phraselists?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BocmFzZWxpc3RzP3NraXA9MCZ0YWtlPTEwMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:51:01 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "17d73623-bc7c-4e50-a01f-0d718258f5f0" + "542c4f77-2b85-47ab-9563-5eefffd15fcf" ], "Request-Id": [ - "17d73623-bc7c-4e50-a01f-0d718258f5f0" + "542c4f77-2b85-47ab-9563-5eefffd15fcf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:57 GMT" + ], "Content-Length": [ "142" ], @@ -117,40 +117,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": 1522392,\r\n \"name\": \"DayOfWeek\",\r\n \"phrases\": \"monday,tuesday,wednesday,thursday,friday,saturday,sunday\",\r\n \"isExchangeable\": true,\r\n \"isActive\": true\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": 1737509,\r\n \"name\": \"DayOfWeek\",\r\n \"phrases\": \"monday,tuesday,wednesday,thursday,friday,saturday,sunday\",\r\n \"isExchangeable\": true,\r\n \"isActive\": true\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/phraselists/1522392", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BocmFzZWxpc3RzLzE1MjIzOTI=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/phraselists/1737509", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BocmFzZWxpc3RzLzE3Mzc1MDk=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:51:02 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "b2c17f52-054a-47e0-aeff-f074de30f13f" + "762af55a-9cd4-4016-a824-e3fb5e64c2a3" ], "Request-Id": [ - "b2c17f52-054a-47e0-aeff-f074de30f13f" + "762af55a-9cd4-4016-a824-e3fb5e64c2a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:58 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/FeaturesPhraseListsTests/UpdatePhraseList.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/FeaturesPhraseListsTests/UpdatePhraseList.json index d1998fc415fa3..05b505cca0237 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/FeaturesPhraseListsTests/UpdatePhraseList.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/FeaturesPhraseListsTests/UpdatePhraseList.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/phraselists", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BocmFzZWxpc3Rz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/phraselists", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BocmFzZWxpc3Rz", "RequestMethod": "POST", "RequestBody": "{\r\n \"phrases\": \"monday,tuesday,wednesday,thursday,friday,saturday,sunday\",\r\n \"name\": \"DayOfWeek\",\r\n \"isExchangeable\": true\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:51:03 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/phraselists/1522393" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/phraselists/1737508" ], "Apim-Request-Id": [ - "67f33dd2-9e87-40fc-a9d9-1435593644eb" + "0518f357-436d-4fd0-aaed-b73f94532e6b" ], "Request-Id": [ - "67f33dd2-9e87-40fc-a9d9-1435593644eb" + "0518f357-436d-4fd0-aaed-b73f94532e6b" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/phraselists/1522393" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/phraselists/1737508" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:56 GMT" + ], "Content-Length": [ "7" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "1522393", + "ResponseBody": "1737508", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/phraselists/1522393", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BocmFzZWxpc3RzLzE1MjIzOTM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/phraselists/1737508", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BocmFzZWxpc3RzLzE3Mzc1MDg=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"phrases\": \"january,february,march,april,may,june,july,august,september,october,november,december\",\r\n \"name\": \"Month\",\r\n \"isActive\": false\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,17 +92,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:51:04 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "b1630b4a-c051-46ec-acfb-1318a963e07f" + "02b093c8-1456-412f-8c6c-7ed5e98d9007" ], "Request-Id": [ - "b1630b4a-c051-46ec-acfb-1318a963e07f" + "02b093c8-1456-412f-8c6c-7ed5e98d9007" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -116,6 +113,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:56 GMT" + ], "Content-Length": [ "51" ], @@ -127,36 +127,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/phraselists/1522393", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BocmFzZWxpc3RzLzE1MjIzOTM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/phraselists/1737508", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BocmFzZWxpc3RzLzE3Mzc1MDg=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:51:04 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "4fef5332-fd9b-42e7-9074-d8b2f534496f" + "2378d64d-8eb6-4764-9d5d-eae58b845c20" ], "Request-Id": [ - "4fef5332-fd9b-42e7-9074-d8b2f534496f" + "2378d64d-8eb6-4764-9d5d-eae58b845c20" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -170,6 +167,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:57 GMT" + ], "Content-Length": [ "166" ], @@ -177,40 +177,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": 1522393,\r\n \"name\": \"Month\",\r\n \"phrases\": \"january,february,march,april,may,june,july,august,september,october,november,december\",\r\n \"isExchangeable\": true,\r\n \"isActive\": false\r\n}", + "ResponseBody": "{\r\n \"id\": 1737508,\r\n \"name\": \"Month\",\r\n \"phrases\": \"january,february,march,april,may,june,july,august,september,october,november,december\",\r\n \"isExchangeable\": true,\r\n \"isActive\": false\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/phraselists/1522393", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BocmFzZWxpc3RzLzE1MjIzOTM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/phraselists/1737508", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BocmFzZWxpc3RzLzE3Mzc1MDg=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Tue, 12 Feb 2019 23:51:04 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "baa12309-05a5-41c6-93ce-6877bdbfbabd" + "0a4b008d-cf7d-43d8-861b-a1b03450dbcf" ], "Request-Id": [ - "baa12309-05a5-41c6-93ce-6877bdbfbabd" + "0a4b008d-cf7d-43d8-861b-a1b03450dbcf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -224,6 +221,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:57 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/FeaturesTests/ListFeatures.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/FeaturesTests/ListFeatures.json index 7fec11f62f2a6..29765c86d74be 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/FeaturesTests/ListFeatures.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/FeaturesTests/ListFeatures.json @@ -7,13 +7,13 @@ "RequestBody": "{\r\n \"name\": \"LuisBot\",\r\n \"versionId\": \"0.1\",\r\n \"desc\": \"\",\r\n \"culture\": \"en-us\",\r\n \"intents\": [\r\n {\r\n \"name\": \"dateintent\"\r\n },\r\n {\r\n \"name\": \"Help\"\r\n },\r\n {\r\n \"name\": \"None\"\r\n },\r\n {\r\n \"name\": \"SearchHotels\"\r\n },\r\n {\r\n \"name\": \"ShowHotelsReviews\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"AirportCode\"\r\n },\r\n {\r\n \"name\": \"Hotel\"\r\n }\r\n ],\r\n \"closedLists\": [],\r\n \"composites\": [],\r\n \"regex_features\": [\r\n {\r\n \"pattern\": \"[a-z]{3}\",\r\n \"activated\": true,\r\n \"name\": \"AirportCodeRegex\"\r\n }\r\n ],\r\n \"model_features\": [\r\n {\r\n \"activated\": true,\r\n \"name\": \"Near\",\r\n \"words\": \"near,around,close,nearby\",\r\n \"mode\": true\r\n },\r\n {\r\n \"activated\": true,\r\n \"name\": \"Show\",\r\n \"words\": \"show,find,look,search\",\r\n \"mode\": true\r\n }\r\n ],\r\n \"utterances\": [\r\n {\r\n \"text\": \"i need help\",\r\n \"intent\": \"Help\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"help me\",\r\n \"intent\": \"Help\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"tomorrow\",\r\n \"intent\": \"dateintent\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"search for hotels in seattle\",\r\n \"intent\": \"SearchHotels\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"what can i do?\",\r\n \"intent\": \"Help\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"next monday\",\r\n \"intent\": \"dateintent\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"next year\",\r\n \"intent\": \"dateintent\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"look for hotels in miami\",\r\n \"intent\": \"SearchHotels\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"show me hotels in california\",\r\n \"intent\": \"SearchHotels\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"show me the reviews of the amazing bot resort\",\r\n \"intent\": \"ShowHotelsReviews\",\r\n \"entities\": [\r\n {\r\n \"startPos\": 23,\r\n \"endPos\": 44,\r\n \"entity\": \"Hotel\"\r\n }\r\n ]\r\n },\r\n {\r\n \"text\": \"can i see the reviews of extended bot hotel?\",\r\n \"intent\": \"ShowHotelsReviews\",\r\n \"entities\": [\r\n {\r\n \"startPos\": 25,\r\n \"endPos\": 42,\r\n \"entity\": \"Hotel\"\r\n }\r\n ]\r\n },\r\n {\r\n \"text\": \"find reviews of hotelxya\",\r\n \"intent\": \"ShowHotelsReviews\",\r\n \"entities\": [\r\n {\r\n \"startPos\": 16,\r\n \"endPos\": 23,\r\n \"entity\": \"Hotel\"\r\n }\r\n ]\r\n },\r\n {\r\n \"text\": \"show me reviews of the amazing hotel\",\r\n \"intent\": \"ShowHotelsReviews\",\r\n \"entities\": [\r\n {\r\n \"startPos\": 19,\r\n \"endPos\": 35,\r\n \"entity\": \"Hotel\"\r\n }\r\n ]\r\n },\r\n {\r\n \"text\": \"what are the available options?\",\r\n \"intent\": \"Help\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"best hotels in seattle\",\r\n \"intent\": \"SearchHotels\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"hotels in los angeles\",\r\n \"intent\": \"SearchHotels\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"can you show me hotels from los angeles?\",\r\n \"intent\": \"SearchHotels\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"can you show me the reviews of the amazing resort & hotel\",\r\n \"intent\": \"ShowHotelsReviews\",\r\n \"entities\": [\r\n {\r\n \"startPos\": 31,\r\n \"endPos\": 56,\r\n \"entity\": \"Hotel\"\r\n }\r\n ]\r\n },\r\n {\r\n \"text\": \"what are the reviews of the hotel bot framework?\",\r\n \"intent\": \"ShowHotelsReviews\",\r\n \"entities\": [\r\n {\r\n \"startPos\": 24,\r\n \"endPos\": 46,\r\n \"entity\": \"Hotel\"\r\n }\r\n ]\r\n },\r\n {\r\n \"text\": \"find hotels near eze\",\r\n \"intent\": \"SearchHotels\",\r\n \"entities\": [\r\n {\r\n \"startPos\": 17,\r\n \"endPos\": 19,\r\n \"entity\": \"AirportCode\"\r\n }\r\n ]\r\n },\r\n {\r\n \"text\": \"where can i stay near nnn?\",\r\n \"intent\": \"SearchHotels\",\r\n \"entities\": [\r\n {\r\n \"startPos\": 22,\r\n \"endPos\": 24,\r\n \"entity\": \"AirportCode\"\r\n }\r\n ]\r\n },\r\n {\r\n \"text\": \"show hotels near att airport\",\r\n \"intent\": \"SearchHotels\",\r\n \"entities\": [\r\n {\r\n \"startPos\": 17,\r\n \"endPos\": 19,\r\n \"entity\": \"AirportCode\"\r\n }\r\n ]\r\n },\r\n {\r\n \"text\": \"find hotels near agl\",\r\n \"intent\": \"SearchHotels\",\r\n \"entities\": [\r\n {\r\n \"startPos\": 17,\r\n \"endPos\": 19,\r\n \"entity\": \"AirportCode\"\r\n }\r\n ]\r\n },\r\n {\r\n \"text\": \"find hotels around eze airport\",\r\n \"intent\": \"SearchHotels\",\r\n \"entities\": [\r\n {\r\n \"startPos\": 19,\r\n \"endPos\": 21,\r\n \"entity\": \"AirportCode\"\r\n }\r\n ]\r\n },\r\n {\r\n \"text\": \"01/7\",\r\n \"intent\": \"dateintent\",\r\n \"entities\": []\r\n }\r\n ],\r\n \"luis_schema_version\": \"2.1.0\",\r\n \"bing_entities\": [\r\n \"datetimeV2\",\r\n \"geographyV2\"\r\n ]\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:01:16 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/7a7752e1-480a-46b5-b312-b6124dcf2ce4" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/51ec565a-41d9-4901-bab9-2c452cbba8ae" ], "Apim-Request-Id": [ - "3f47c299-2447-414e-a0ac-f3f174c68cb2" + "461ef6ba-c435-47c8-9492-06851dae4535" ], "Request-Id": [ - "3f47c299-2447-414e-a0ac-f3f174c68cb2" + "461ef6ba-c435-47c8-9492-06851dae4535" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/7a7752e1-480a-46b5-b312-b6124dcf2ce4" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/51ec565a-41d9-4901-bab9-2c452cbba8ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:20:53 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"7a7752e1-480a-46b5-b312-b6124dcf2ce4\"", + "ResponseBody": "\"51ec565a-41d9-4901-bab9-2c452cbba8ae\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/7a7752e1-480a-46b5-b312-b6124dcf2ce4/versions/0.1/features?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83YTc3NTJlMS00ODBhLTQ2YjUtYjMxMi1iNjEyNGRjZjJjZTQvdmVyc2lvbnMvMC4xL2ZlYXR1cmVzP3NraXA9MCZ0YWtlPTEwMA==", + "RequestUri": "/luis/api/v2.0/apps/51ec565a-41d9-4901-bab9-2c452cbba8ae/versions/0.1/features?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy81MWVjNTY1YS00MWQ5LTQ5MDEtYmFiOS0yYzQ1MmNiYmE4YWUvdmVyc2lvbnMvMC4xL2ZlYXR1cmVzP3NraXA9MCZ0YWtlPTEwMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:01:16 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "a90187ae-bb24-4295-bd39-ec4435db98ee" + "e84e35bd-ae8f-4597-838c-df12770a9a82" ], "Request-Id": [ - "a90187ae-bb24-4295-bd39-ec4435db98ee" + "e84e35bd-ae8f-4597-838c-df12770a9a82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:20:54 GMT" + ], "Content-Length": [ "327" ], @@ -117,40 +117,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"phraselistFeatures\": [\r\n {\r\n \"id\": 1522410,\r\n \"name\": \"Near\",\r\n \"phrases\": \"near,around,close,nearby\",\r\n \"isExchangeable\": true,\r\n \"isActive\": true\r\n },\r\n {\r\n \"id\": 1522411,\r\n \"name\": \"Show\",\r\n \"phrases\": \"show,find,look,search\",\r\n \"isExchangeable\": true,\r\n \"isActive\": true\r\n }\r\n ],\r\n \"patternFeatures\": [\r\n {\r\n \"id\": 1522412,\r\n \"name\": \"AirportCodeRegex\",\r\n \"pattern\": \"[a-z]{3}\",\r\n \"isActive\": true\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"phraselistFeatures\": [\r\n {\r\n \"id\": 1737517,\r\n \"name\": \"Near\",\r\n \"phrases\": \"near,around,close,nearby\",\r\n \"isExchangeable\": true,\r\n \"isActive\": true\r\n },\r\n {\r\n \"id\": 1737518,\r\n \"name\": \"Show\",\r\n \"phrases\": \"show,find,look,search\",\r\n \"isExchangeable\": true,\r\n \"isActive\": true\r\n }\r\n ],\r\n \"patternFeatures\": [\r\n {\r\n \"id\": 1737519,\r\n \"name\": \"AirportCodeRegex\",\r\n \"pattern\": \"[a-z]{3}\",\r\n \"isActive\": true\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/7a7752e1-480a-46b5-b312-b6124dcf2ce4?force=false", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83YTc3NTJlMS00ODBhLTQ2YjUtYjMxMi1iNjEyNGRjZjJjZTQ/Zm9yY2U9ZmFsc2U=", + "RequestUri": "/luis/api/v2.0/apps/51ec565a-41d9-4901-bab9-2c452cbba8ae?force=false", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy81MWVjNTY1YS00MWQ5LTQ5MDEtYmFiOS0yYzQ1MmNiYmE4YWU/Zm9yY2U9ZmFsc2U=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:01:17 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "e5b10cc0-d068-4b86-9c2e-fac568cdda98" + "09ef3d12-c227-4604-a3a2-9d6e7fb0d6bf" ], "Request-Id": [ - "e5b10cc0-d068-4b86-9c2e-fac568cdda98" + "09ef3d12-c227-4604-a3a2-9d6e7fb0d6bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:20:54 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ImportApp.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ImportApp.json index 980adc894eb2e..39b74ca476725 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ImportApp.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ImportApp.json @@ -33,7 +33,7 @@ "closedLists": [], "bing_entities": [ "datetimeV2", - "geography" + "geographyV2" ], "model_features": [ { diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ImportExportTests/ExportVersion.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ImportExportTests/ExportVersion.json index 945637eb415bf..d3bccbd89f4ba 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ImportExportTests/ExportVersion.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ImportExportTests/ExportVersion.json @@ -7,13 +7,13 @@ "RequestBody": "{\r\n \"culture\": \"en-us\",\r\n \"domain\": \"Comics\",\r\n \"description\": \"New LUIS App\",\r\n \"usageScenario\": \"IoT\",\r\n \"name\": \"LUIS App to be exported\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:04:42 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/5fe8df32-cce6-430b-b570-798cc1076d13" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3c37d554-bec6-46ba-9950-ccdac126eaf5" ], "Apim-Request-Id": [ - "928b5e98-5c9e-4174-94ba-436e932c2f48" + "6b76dfb7-1c9b-4f33-aa6d-78cfb9aba302" ], "Request-Id": [ - "928b5e98-5c9e-4174-94ba-436e932c2f48" + "6b76dfb7-1c9b-4f33-aa6d-78cfb9aba302" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/5fe8df32-cce6-430b-b570-798cc1076d13" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3c37d554-bec6-46ba-9950-ccdac126eaf5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:09 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"5fe8df32-cce6-430b-b570-798cc1076d13\"", + "ResponseBody": "\"3c37d554-bec6-46ba-9950-ccdac126eaf5\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/5fe8df32-cce6-430b-b570-798cc1076d13/versions/0.1/export", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy81ZmU4ZGYzMi1jY2U2LTQzMGItYjU3MC03OThjYzEwNzZkMTMvdmVyc2lvbnMvMC4xL2V4cG9ydA==", + "RequestUri": "/luis/api/v2.0/apps/3c37d554-bec6-46ba-9950-ccdac126eaf5/versions/0.1/export", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zYzM3ZDU1NC1iZWM2LTQ2YmEtOTk1MC1jY2RhYzEyNmVhZjUvdmVyc2lvbnMvMC4xL2V4cG9ydA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:04:43 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "9d1475f3-32ac-4707-b781-4bfbed6511a4" + "fd0e7e80-8964-4f2b-a230-b7ae60d4b7e7" ], "Request-Id": [ - "9d1475f3-32ac-4707-b781-4bfbed6511a4" + "fd0e7e80-8964-4f2b-a230-b7ae60d4b7e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:10 GMT" + ], "Content-Length": [ "491" ], @@ -124,36 +124,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/5fe8df32-cce6-430b-b570-798cc1076d13?force=false", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy81ZmU4ZGYzMi1jY2U2LTQzMGItYjU3MC03OThjYzEwNzZkMTM/Zm9yY2U9ZmFsc2U=", + "RequestUri": "/luis/api/v2.0/apps/3c37d554-bec6-46ba-9950-ccdac126eaf5?force=false", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zYzM3ZDU1NC1iZWM2LTQ2YmEtOTk1MC1jY2RhYzEyNmVhZjU/Zm9yY2U9ZmFsc2U=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:04:43 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "84a1d253-eee6-40ed-bb83-3e4a8dbbfb5a" + "17fa019a-e515-4f3f-adec-440fe6c886d1" ], "Request-Id": [ - "84a1d253-eee6-40ed-bb83-3e4a8dbbfb5a" + "17fa019a-e515-4f3f-adec-440fe6c886d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -167,6 +164,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:10 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ImportExportTests/ImportApp.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ImportExportTests/ImportApp.json index 55513cb0a9d04..20e92fb42cbb8 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ImportExportTests/ImportApp.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ImportExportTests/ImportApp.json @@ -7,13 +7,13 @@ "RequestBody": "{\r\n \"name\": \"LuisBot\",\r\n \"versionId\": \"0.1\",\r\n \"desc\": \"\",\r\n \"culture\": \"en-us\",\r\n \"intents\": [\r\n {\r\n \"name\": \"dateintent\"\r\n },\r\n {\r\n \"name\": \"Help\"\r\n },\r\n {\r\n \"name\": \"None\"\r\n },\r\n {\r\n \"name\": \"SearchHotels\"\r\n },\r\n {\r\n \"name\": \"ShowHotelsReviews\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"AirportCode\"\r\n },\r\n {\r\n \"name\": \"Hotel\"\r\n }\r\n ],\r\n \"closedLists\": [],\r\n \"composites\": [],\r\n \"regex_features\": [\r\n {\r\n \"pattern\": \"[a-z]{3}\",\r\n \"activated\": true,\r\n \"name\": \"AirportCodeRegex\"\r\n }\r\n ],\r\n \"model_features\": [\r\n {\r\n \"activated\": true,\r\n \"name\": \"Near\",\r\n \"words\": \"near,around,close,nearby\",\r\n \"mode\": true\r\n },\r\n {\r\n \"activated\": true,\r\n \"name\": \"Show\",\r\n \"words\": \"show,find,look,search\",\r\n \"mode\": true\r\n }\r\n ],\r\n \"utterances\": [\r\n {\r\n \"text\": \"i need help\",\r\n \"intent\": \"Help\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"help me\",\r\n \"intent\": \"Help\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"tomorrow\",\r\n \"intent\": \"dateintent\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"search for hotels in seattle\",\r\n \"intent\": \"SearchHotels\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"what can i do?\",\r\n \"intent\": \"Help\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"next monday\",\r\n \"intent\": \"dateintent\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"next year\",\r\n \"intent\": \"dateintent\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"look for hotels in miami\",\r\n \"intent\": \"SearchHotels\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"show me hotels in california\",\r\n \"intent\": \"SearchHotels\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"show me the reviews of the amazing bot resort\",\r\n \"intent\": \"ShowHotelsReviews\",\r\n \"entities\": [\r\n {\r\n \"startPos\": 23,\r\n \"endPos\": 44,\r\n \"entity\": \"Hotel\"\r\n }\r\n ]\r\n },\r\n {\r\n \"text\": \"can i see the reviews of extended bot hotel?\",\r\n \"intent\": \"ShowHotelsReviews\",\r\n \"entities\": [\r\n {\r\n \"startPos\": 25,\r\n \"endPos\": 42,\r\n \"entity\": \"Hotel\"\r\n }\r\n ]\r\n },\r\n {\r\n \"text\": \"find reviews of hotelxya\",\r\n \"intent\": \"ShowHotelsReviews\",\r\n \"entities\": [\r\n {\r\n \"startPos\": 16,\r\n \"endPos\": 23,\r\n \"entity\": \"Hotel\"\r\n }\r\n ]\r\n },\r\n {\r\n \"text\": \"show me reviews of the amazing hotel\",\r\n \"intent\": \"ShowHotelsReviews\",\r\n \"entities\": [\r\n {\r\n \"startPos\": 19,\r\n \"endPos\": 35,\r\n \"entity\": \"Hotel\"\r\n }\r\n ]\r\n },\r\n {\r\n \"text\": \"what are the available options?\",\r\n \"intent\": \"Help\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"best hotels in seattle\",\r\n \"intent\": \"SearchHotels\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"hotels in los angeles\",\r\n \"intent\": \"SearchHotels\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"can you show me hotels from los angeles?\",\r\n \"intent\": \"SearchHotels\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"can you show me the reviews of the amazing resort & hotel\",\r\n \"intent\": \"ShowHotelsReviews\",\r\n \"entities\": [\r\n {\r\n \"startPos\": 31,\r\n \"endPos\": 56,\r\n \"entity\": \"Hotel\"\r\n }\r\n ]\r\n },\r\n {\r\n \"text\": \"what are the reviews of the hotel bot framework?\",\r\n \"intent\": \"ShowHotelsReviews\",\r\n \"entities\": [\r\n {\r\n \"startPos\": 24,\r\n \"endPos\": 46,\r\n \"entity\": \"Hotel\"\r\n }\r\n ]\r\n },\r\n {\r\n \"text\": \"find hotels near eze\",\r\n \"intent\": \"SearchHotels\",\r\n \"entities\": [\r\n {\r\n \"startPos\": 17,\r\n \"endPos\": 19,\r\n \"entity\": \"AirportCode\"\r\n }\r\n ]\r\n },\r\n {\r\n \"text\": \"where can i stay near nnn?\",\r\n \"intent\": \"SearchHotels\",\r\n \"entities\": [\r\n {\r\n \"startPos\": 22,\r\n \"endPos\": 24,\r\n \"entity\": \"AirportCode\"\r\n }\r\n ]\r\n },\r\n {\r\n \"text\": \"show hotels near att airport\",\r\n \"intent\": \"SearchHotels\",\r\n \"entities\": [\r\n {\r\n \"startPos\": 17,\r\n \"endPos\": 19,\r\n \"entity\": \"AirportCode\"\r\n }\r\n ]\r\n },\r\n {\r\n \"text\": \"find hotels near agl\",\r\n \"intent\": \"SearchHotels\",\r\n \"entities\": [\r\n {\r\n \"startPos\": 17,\r\n \"endPos\": 19,\r\n \"entity\": \"AirportCode\"\r\n }\r\n ]\r\n },\r\n {\r\n \"text\": \"find hotels around eze airport\",\r\n \"intent\": \"SearchHotels\",\r\n \"entities\": [\r\n {\r\n \"startPos\": 19,\r\n \"endPos\": 21,\r\n \"entity\": \"AirportCode\"\r\n }\r\n ]\r\n },\r\n {\r\n \"text\": \"01/7\",\r\n \"intent\": \"dateintent\",\r\n \"entities\": []\r\n }\r\n ],\r\n \"luis_schema_version\": \"2.1.0\",\r\n \"bing_entities\": [\r\n \"datetimeV2\",\r\n \"geographyV2\"\r\n ]\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:04:39 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/5eb41002-2677-46b8-b5f6-ea8625323a61" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/786725c4-5ec5-4adb-abdc-a4e5bc556ff7" ], "Apim-Request-Id": [ - "b5ad9822-ed3d-43cf-9711-1ec504336fa3" + "1fb9caff-9c93-444d-ad9c-9617cbc759be" ], "Request-Id": [ - "b5ad9822-ed3d-43cf-9711-1ec504336fa3" + "1fb9caff-9c93-444d-ad9c-9617cbc759be" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/5eb41002-2677-46b8-b5f6-ea8625323a61" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/786725c4-5ec5-4adb-abdc-a4e5bc556ff7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:13 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"5eb41002-2677-46b8-b5f6-ea8625323a61\"", + "ResponseBody": "\"786725c4-5ec5-4adb-abdc-a4e5bc556ff7\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/5eb41002-2677-46b8-b5f6-ea8625323a61", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy81ZWI0MTAwMi0yNjc3LTQ2YjgtYjVmNi1lYTg2MjUzMjNhNjE=", + "RequestUri": "/luis/api/v2.0/apps/786725c4-5ec5-4adb-abdc-a4e5bc556ff7", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83ODY3MjVjNC01ZWM1LTRhZGItYWJkYy1hNGU1YmM1NTZmZjc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:04:40 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "744e1ccb-e15b-4598-ab65-63daac989e0c" + "a691641c-6bae-4c02-99dc-1bcde0cb11a3" ], "Request-Id": [ - "744e1ccb-e15b-4598-ab65-63daac989e0c" + "a691641c-6bae-4c02-99dc-1bcde0cb11a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,47 +107,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:13 GMT" + ], "Content-Length": [ - "321" + "324" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"5eb41002-2677-46b8-b5f6-ea8625323a61\",\r\n \"name\": \"Test Import LUIS App\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2019-02-13T00:04:38Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"amgeo@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"786725c4-5ec5-4adb-abdc-a4e5bc556ff7\",\r\n \"name\": \"Test Import LUIS App\",\r\n \"description\": \"\",\r\n \"culture\": \"en-us\",\r\n \"usageScenario\": \"\",\r\n \"domain\": \"\",\r\n \"versionsCount\": 1,\r\n \"createdDateTime\": \"2019-08-25T19:18:12Z\",\r\n \"endpoints\": {},\r\n \"endpointHitsCount\": 0,\r\n \"activeVersion\": \"0.1\",\r\n \"ownerEmail\": \"a-omsami@microsoft.com\",\r\n \"tokenizerVersion\": \"1.0.0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/5eb41002-2677-46b8-b5f6-ea8625323a61?force=false", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy81ZWI0MTAwMi0yNjc3LTQ2YjgtYjVmNi1lYTg2MjUzMjNhNjE/Zm9yY2U9ZmFsc2U=", + "RequestUri": "/luis/api/v2.0/apps/786725c4-5ec5-4adb-abdc-a4e5bc556ff7?force=false", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83ODY3MjVjNC01ZWM1LTRhZGItYWJkYy1hNGU1YmM1NTZmZjc/Zm9yY2U9ZmFsc2U=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:04:41 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "de9e0ee3-6ac5-4369-9634-6b22a30a8cac" + "dea44d96-5626-4ce7-9545-0deb84d35e42" ], "Request-Id": [ - "de9e0ee3-6ac5-4369-9634-6b22a30a8cac" + "dea44d96-5626-4ce7-9545-0deb84d35e42" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:14 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ImportExportTests/ImportVersion.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ImportExportTests/ImportVersion.json index 5ea904b4d5af7..8a7618748937f 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ImportExportTests/ImportVersion.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ImportExportTests/ImportVersion.json @@ -7,13 +7,13 @@ "RequestBody": "{\r\n \"culture\": \"en-us\",\r\n \"domain\": \"Comics\",\r\n \"description\": \"New LUIS App\",\r\n \"usageScenario\": \"IoT\",\r\n \"name\": \"Import Version Test LUIS App\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:04:45 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/9c433469-043e-4490-9e6f-f6f1a77e1b45" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/f14feae7-c641-4403-86ee-5668bdc0adec" ], "Apim-Request-Id": [ - "970099ad-b7ff-4170-a4cf-896842f8358d" + "a3d0f4de-6341-46f9-bd4b-8af59146f675" ], "Request-Id": [ - "970099ad-b7ff-4170-a4cf-896842f8358d" + "a3d0f4de-6341-46f9-bd4b-8af59146f675" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/9c433469-043e-4490-9e6f-f6f1a77e1b45" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/f14feae7-c641-4403-86ee-5668bdc0adec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:15 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"9c433469-043e-4490-9e6f-f6f1a77e1b45\"", + "ResponseBody": "\"f14feae7-c641-4403-86ee-5668bdc0adec\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/9c433469-043e-4490-9e6f-f6f1a77e1b45/versions/import?versionId=0.2", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy85YzQzMzQ2OS0wNDNlLTQ0OTAtOWU2Zi1mNmYxYTc3ZTFiNDUvdmVyc2lvbnMvaW1wb3J0P3ZlcnNpb25JZD0wLjI=", + "RequestUri": "/luis/api/v2.0/apps/f14feae7-c641-4403-86ee-5668bdc0adec/versions/import?versionId=0.2", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9mMTRmZWFlNy1jNjQxLTQ0MDMtODZlZS01NjY4YmRjMGFkZWMvdmVyc2lvbnMvaW1wb3J0P3ZlcnNpb25JZD0wLjI=", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"LuisBot\",\r\n \"versionId\": \"0.1\",\r\n \"desc\": \"\",\r\n \"culture\": \"en-us\",\r\n \"intents\": [\r\n {\r\n \"name\": \"dateintent\"\r\n },\r\n {\r\n \"name\": \"Help\"\r\n },\r\n {\r\n \"name\": \"None\"\r\n },\r\n {\r\n \"name\": \"SearchHotels\"\r\n },\r\n {\r\n \"name\": \"ShowHotelsReviews\"\r\n }\r\n ],\r\n \"entities\": [\r\n {\r\n \"name\": \"AirportCode\"\r\n },\r\n {\r\n \"name\": \"Hotel\"\r\n }\r\n ],\r\n \"closedLists\": [],\r\n \"composites\": [],\r\n \"regex_features\": [\r\n {\r\n \"pattern\": \"[a-z]{3}\",\r\n \"activated\": true,\r\n \"name\": \"AirportCodeRegex\"\r\n }\r\n ],\r\n \"model_features\": [\r\n {\r\n \"activated\": true,\r\n \"name\": \"Near\",\r\n \"words\": \"near,around,close,nearby\",\r\n \"mode\": true\r\n },\r\n {\r\n \"activated\": true,\r\n \"name\": \"Show\",\r\n \"words\": \"show,find,look,search\",\r\n \"mode\": true\r\n }\r\n ],\r\n \"utterances\": [\r\n {\r\n \"text\": \"i need help\",\r\n \"intent\": \"Help\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"help me\",\r\n \"intent\": \"Help\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"tomorrow\",\r\n \"intent\": \"dateintent\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"search for hotels in seattle\",\r\n \"intent\": \"SearchHotels\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"what can i do?\",\r\n \"intent\": \"Help\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"next monday\",\r\n \"intent\": \"dateintent\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"next year\",\r\n \"intent\": \"dateintent\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"look for hotels in miami\",\r\n \"intent\": \"SearchHotels\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"show me hotels in california\",\r\n \"intent\": \"SearchHotels\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"show me the reviews of the amazing bot resort\",\r\n \"intent\": \"ShowHotelsReviews\",\r\n \"entities\": [\r\n {\r\n \"startPos\": 23,\r\n \"endPos\": 44,\r\n \"entity\": \"Hotel\"\r\n }\r\n ]\r\n },\r\n {\r\n \"text\": \"can i see the reviews of extended bot hotel?\",\r\n \"intent\": \"ShowHotelsReviews\",\r\n \"entities\": [\r\n {\r\n \"startPos\": 25,\r\n \"endPos\": 42,\r\n \"entity\": \"Hotel\"\r\n }\r\n ]\r\n },\r\n {\r\n \"text\": \"find reviews of hotelxya\",\r\n \"intent\": \"ShowHotelsReviews\",\r\n \"entities\": [\r\n {\r\n \"startPos\": 16,\r\n \"endPos\": 23,\r\n \"entity\": \"Hotel\"\r\n }\r\n ]\r\n },\r\n {\r\n \"text\": \"show me reviews of the amazing hotel\",\r\n \"intent\": \"ShowHotelsReviews\",\r\n \"entities\": [\r\n {\r\n \"startPos\": 19,\r\n \"endPos\": 35,\r\n \"entity\": \"Hotel\"\r\n }\r\n ]\r\n },\r\n {\r\n \"text\": \"what are the available options?\",\r\n \"intent\": \"Help\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"best hotels in seattle\",\r\n \"intent\": \"SearchHotels\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"hotels in los angeles\",\r\n \"intent\": \"SearchHotels\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"can you show me hotels from los angeles?\",\r\n \"intent\": \"SearchHotels\",\r\n \"entities\": []\r\n },\r\n {\r\n \"text\": \"can you show me the reviews of the amazing resort & hotel\",\r\n \"intent\": \"ShowHotelsReviews\",\r\n \"entities\": [\r\n {\r\n \"startPos\": 31,\r\n \"endPos\": 56,\r\n \"entity\": \"Hotel\"\r\n }\r\n ]\r\n },\r\n {\r\n \"text\": \"what are the reviews of the hotel bot framework?\",\r\n \"intent\": \"ShowHotelsReviews\",\r\n \"entities\": [\r\n {\r\n \"startPos\": 24,\r\n \"endPos\": 46,\r\n \"entity\": \"Hotel\"\r\n }\r\n ]\r\n },\r\n {\r\n \"text\": \"find hotels near eze\",\r\n \"intent\": \"SearchHotels\",\r\n \"entities\": [\r\n {\r\n \"startPos\": 17,\r\n \"endPos\": 19,\r\n \"entity\": \"AirportCode\"\r\n }\r\n ]\r\n },\r\n {\r\n \"text\": \"where can i stay near nnn?\",\r\n \"intent\": \"SearchHotels\",\r\n \"entities\": [\r\n {\r\n \"startPos\": 22,\r\n \"endPos\": 24,\r\n \"entity\": \"AirportCode\"\r\n }\r\n ]\r\n },\r\n {\r\n \"text\": \"show hotels near att airport\",\r\n \"intent\": \"SearchHotels\",\r\n \"entities\": [\r\n {\r\n \"startPos\": 17,\r\n \"endPos\": 19,\r\n \"entity\": \"AirportCode\"\r\n }\r\n ]\r\n },\r\n {\r\n \"text\": \"find hotels near agl\",\r\n \"intent\": \"SearchHotels\",\r\n \"entities\": [\r\n {\r\n \"startPos\": 17,\r\n \"endPos\": 19,\r\n \"entity\": \"AirportCode\"\r\n }\r\n ]\r\n },\r\n {\r\n \"text\": \"find hotels around eze airport\",\r\n \"intent\": \"SearchHotels\",\r\n \"entities\": [\r\n {\r\n \"startPos\": 19,\r\n \"endPos\": 21,\r\n \"entity\": \"AirportCode\"\r\n }\r\n ]\r\n },\r\n {\r\n \"text\": \"01/7\",\r\n \"intent\": \"dateintent\",\r\n \"entities\": []\r\n }\r\n ],\r\n \"luis_schema_version\": \"2.1.0\",\r\n \"bing_entities\": [\r\n \"datetimeV2\",\r\n \"geographyV2\"\r\n ]\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:04:47 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/9c433469-043e-4490-9e6f-f6f1a77e1b45/versions/0.2" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/f14feae7-c641-4403-86ee-5668bdc0adec/versions/0.2" ], "Apim-Request-Id": [ - "97436f73-7247-4bdb-9dc1-96f9c2c08098" + "a0bf4390-af7a-4923-8336-83dbcd6d9013" ], "Request-Id": [ - "97436f73-7247-4bdb-9dc1-96f9c2c08098" + "a0bf4390-af7a-4923-8336-83dbcd6d9013" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/9c433469-043e-4490-9e6f-f6f1a77e1b45/versions/0.2" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/f14feae7-c641-4403-86ee-5668bdc0adec/versions/0.2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,6 +119,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:16 GMT" + ], "Content-Length": [ "5" ], @@ -133,36 +133,33 @@ "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/9c433469-043e-4490-9e6f-f6f1a77e1b45?force=false", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy85YzQzMzQ2OS0wNDNlLTQ0OTAtOWU2Zi1mNmYxYTc3ZTFiNDU/Zm9yY2U9ZmFsc2U=", + "RequestUri": "/luis/api/v2.0/apps/f14feae7-c641-4403-86ee-5668bdc0adec?force=false", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9mMTRmZWFlNy1jNjQxLTQ0MDMtODZlZS01NjY4YmRjMGFkZWM/Zm9yY2U9ZmFsc2U=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:04:47 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "c2664f1c-4a74-4e9b-b415-2036ea61cac1" + "36246b89-a83a-4b75-bf1a-9533fbc0c22b" ], "Request-Id": [ - "c2664f1c-4a74-4e9b-b415-2036ea61cac1" + "36246b89-a83a-4b75-bf1a-9533fbc0c22b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -176,6 +173,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:17 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/AddClosedList.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/AddClosedList.json index 1b436d23d4856..b9612b38b8a3d 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/AddClosedList.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/AddClosedList.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3Rz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3Rz", "RequestMethod": "POST", "RequestBody": "{\r\n \"subLists\": [\r\n {\r\n \"canonicalForm\": \"New York\",\r\n \"list\": [\r\n \"NY\",\r\n \"New York\"\r\n ]\r\n },\r\n {\r\n \"canonicalForm\": \"Washington\",\r\n \"list\": [\r\n \"WA\",\r\n \"Washington\"\r\n ]\r\n },\r\n {\r\n \"canonicalForm\": \"California\",\r\n \"list\": [\r\n \"CA\",\r\n \"California\",\r\n \"Calif.\",\r\n \"Cal.\"\r\n ]\r\n }\r\n ],\r\n \"name\": \"States\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:07:14 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/73474a56-487d-488e-bcbc-c81c1a007078" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/343fe909-e407-44a4-a3fa-fd4c139aee9f" ], "Apim-Request-Id": [ - "9a22ef1f-feeb-4300-b158-80e5ea111836" + "7e3e04e3-4385-4ee8-92b2-7711abe1aa37" ], "Request-Id": [ - "9a22ef1f-feeb-4300-b158-80e5ea111836" + "7e3e04e3-4385-4ee8-92b2-7711abe1aa37" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/73474a56-487d-488e-bcbc-c81c1a007078" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/343fe909-e407-44a4-a3fa-fd4c139aee9f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:46 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"73474a56-487d-488e-bcbc-c81c1a007078\"", + "ResponseBody": "\"343fe909-e407-44a4-a3fa-fd4c139aee9f\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/73474a56-487d-488e-bcbc-c81c1a007078", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzczNDc0YTU2LTQ4N2QtNDg4ZS1iY2JjLWM4MWMxYTAwNzA3OA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/343fe909-e407-44a4-a3fa-fd4c139aee9f", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzM0M2ZlOTA5LWU0MDctNDRhNC1hM2ZhLWZkNGMxMzlhZWU5Zg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:07:14 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "2aaddd4b-f592-4152-8e01-f76ce27b1cf9" + "d311f9db-9548-43f4-b6ae-a512fa8c3606" ], "Request-Id": [ - "2aaddd4b-f592-4152-8e01-f76ce27b1cf9" + "d311f9db-9548-43f4-b6ae-a512fa8c3606" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:46 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/AddSubList.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/AddSubList.json index ab8e5bbe167a6..2ecd8c7627718 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/AddSubList.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/AddSubList.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3Rz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3Rz", "RequestMethod": "POST", "RequestBody": "{\r\n \"subLists\": [\r\n {\r\n \"canonicalForm\": \"New York\",\r\n \"list\": [\r\n \"NY\",\r\n \"New York\"\r\n ]\r\n },\r\n {\r\n \"canonicalForm\": \"Washington\",\r\n \"list\": [\r\n \"WA\",\r\n \"Washington\"\r\n ]\r\n },\r\n {\r\n \"canonicalForm\": \"California\",\r\n \"list\": [\r\n \"CA\",\r\n \"California\",\r\n \"Calif.\",\r\n \"Cal.\"\r\n ]\r\n }\r\n ],\r\n \"name\": \"States\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:07:02 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/aa3d5844-c344-4425-85d5-5699d863fdb6" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/eff74afe-ae61-4be1-b943-d849a5af58cf" ], "Apim-Request-Id": [ - "65c7948f-cf89-42b5-9928-9bd6d89f8ce2" + "2bbc48e1-26dc-4ef4-bfe1-46d0b3481b56" ], "Request-Id": [ - "65c7948f-cf89-42b5-9928-9bd6d89f8ce2" + "2bbc48e1-26dc-4ef4-bfe1-46d0b3481b56" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/aa3d5844-c344-4425-85d5-5699d863fdb6" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/eff74afe-ae61-4be1-b943-d849a5af58cf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:43 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"aa3d5844-c344-4425-85d5-5699d863fdb6\"", + "ResponseBody": "\"eff74afe-ae61-4be1-b943-d849a5af58cf\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/aa3d5844-c344-4425-85d5-5699d863fdb6/sublists", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2FhM2Q1ODQ0LWMzNDQtNDQyNS04NWQ1LTU2OTlkODYzZmRiNi9zdWJsaXN0cw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/eff74afe-ae61-4be1-b943-d849a5af58cf/sublists", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2VmZjc0YWZlLWFlNjEtNGJlMS1iOTQzLWQ4NDlhNWFmNThjZi9zdWJsaXN0cw==", "RequestMethod": "POST", "RequestBody": "{\r\n \"canonicalForm\": \"Texas\",\r\n \"list\": [\r\n \"tx\",\r\n \"texas\"\r\n ]\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:07:02 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/aa3d5844-c344-4425-85d5-5699d863fdb6/sublists/60586370" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/eff74afe-ae61-4be1-b943-d849a5af58cf/sublists/93255979" ], "Apim-Request-Id": [ - "0fa5d61a-3073-420f-8d47-12d651abcd58" + "c949ea1c-7b34-4298-90a4-c743598961de" ], "Request-Id": [ - "0fa5d61a-3073-420f-8d47-12d651abcd58" + "c949ea1c-7b34-4298-90a4-c743598961de" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/aa3d5844-c344-4425-85d5-5699d863fdb6/sublists/60586370" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/eff74afe-ae61-4be1-b943-d849a5af58cf/sublists/93255979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,6 +119,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:44 GMT" + ], "Content-Length": [ "8" ], @@ -129,40 +129,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "60586370", + "ResponseBody": "93255979", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/aa3d5844-c344-4425-85d5-5699d863fdb6", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2FhM2Q1ODQ0LWMzNDQtNDQyNS04NWQ1LTU2OTlkODYzZmRiNg==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/eff74afe-ae61-4be1-b943-d849a5af58cf", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2VmZjc0YWZlLWFlNjEtNGJlMS1iOTQzLWQ4NDlhNWFmNThjZg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:07:02 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "60b91fe8-961b-45a6-a0d4-2969bc39788f" + "d7887443-f208-4bbb-b1d6-1714e545b4ed" ], "Request-Id": [ - "60b91fe8-961b-45a6-a0d4-2969bc39788f" + "d7887443-f208-4bbb-b1d6-1714e545b4ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -176,47 +173,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:44 GMT" + ], "Content-Length": [ - "432" + "395" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"aa3d5844-c344-4425-85d5-5699d863fdb6\",\r\n \"name\": \"States\",\r\n \"typeId\": 5,\r\n \"readableType\": \"Closed List Entity Extractor\",\r\n \"subLists\": [\r\n {\r\n \"id\": 60586367,\r\n \"canonicalForm\": \"New York\",\r\n \"list\": [\r\n \"NY\",\r\n \"New York\"\r\n ]\r\n },\r\n {\r\n \"id\": 60586368,\r\n \"canonicalForm\": \"Washington\",\r\n \"list\": [\r\n \"WA\",\r\n \"Washington\"\r\n ]\r\n },\r\n {\r\n \"id\": 60586369,\r\n \"canonicalForm\": \"California\",\r\n \"list\": [\r\n \"CA\",\r\n \"California\",\r\n \"Calif.\",\r\n \"Cal.\"\r\n ]\r\n },\r\n {\r\n \"id\": 60586370,\r\n \"canonicalForm\": \"Texas\",\r\n \"list\": [\r\n \"tx\",\r\n \"texas\"\r\n ]\r\n }\r\n ],\r\n \"roles\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"eff74afe-ae61-4be1-b943-d849a5af58cf\",\r\n \"name\": \"States\",\r\n \"typeId\": 5,\r\n \"readableType\": \"Closed List Entity Extractor\",\r\n \"subLists\": [\r\n {\r\n \"id\": 93255976,\r\n \"canonicalForm\": \"New York\",\r\n \"list\": [\r\n \"NY\"\r\n ]\r\n },\r\n {\r\n \"id\": 93255977,\r\n \"canonicalForm\": \"Washington\",\r\n \"list\": [\r\n \"WA\"\r\n ]\r\n },\r\n {\r\n \"id\": 93255978,\r\n \"canonicalForm\": \"California\",\r\n \"list\": [\r\n \"CA\",\r\n \"Calif.\",\r\n \"Cal.\"\r\n ]\r\n },\r\n {\r\n \"id\": 93255979,\r\n \"canonicalForm\": \"Texas\",\r\n \"list\": [\r\n \"tx\",\r\n \"texas\"\r\n ]\r\n }\r\n ],\r\n \"roles\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/aa3d5844-c344-4425-85d5-5699d863fdb6", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2FhM2Q1ODQ0LWMzNDQtNDQyNS04NWQ1LTU2OTlkODYzZmRiNg==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/eff74afe-ae61-4be1-b943-d849a5af58cf", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2VmZjc0YWZlLWFlNjEtNGJlMS1iOTQzLWQ4NDlhNWFmNThjZg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:07:04 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "ee33faa4-a953-4201-80e4-ee3b85f6ce02" + "20647311-19c7-47ee-a5f3-ce01aabecd34" ], "Request-Id": [ - "ee33faa4-a953-4201-80e4-ee3b85f6ce02" + "20647311-19c7-47ee-a5f3-ce01aabecd34" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -230,6 +227,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:44 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/DeleteClosedList.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/DeleteClosedList.json index 7b9361ec6db0a..35dc1b018d935 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/DeleteClosedList.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/DeleteClosedList.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3Rz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3Rz", "RequestMethod": "POST", "RequestBody": "{\r\n \"subLists\": [\r\n {\r\n \"canonicalForm\": \"New York\",\r\n \"list\": [\r\n \"NY\",\r\n \"New York\"\r\n ]\r\n },\r\n {\r\n \"canonicalForm\": \"Washington\",\r\n \"list\": [\r\n \"WA\",\r\n \"Washington\"\r\n ]\r\n },\r\n {\r\n \"canonicalForm\": \"California\",\r\n \"list\": [\r\n \"CA\",\r\n \"California\",\r\n \"Calif.\",\r\n \"Cal.\"\r\n ]\r\n }\r\n ],\r\n \"name\": \"States\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:07:11 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/e5654796-a75b-43e8-9765-0bc9972a2d61" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/2b1c5bbd-0f68-45a0-834b-299382598094" ], "Apim-Request-Id": [ - "1626c065-f1c6-4387-9059-e4fba74684df" + "7b5900dc-505a-44d1-9d40-85a18edfdeac" ], "Request-Id": [ - "1626c065-f1c6-4387-9059-e4fba74684df" + "7b5900dc-505a-44d1-9d40-85a18edfdeac" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/e5654796-a75b-43e8-9765-0bc9972a2d61" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/2b1c5bbd-0f68-45a0-834b-299382598094" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:41 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"e5654796-a75b-43e8-9765-0bc9972a2d61\"", + "ResponseBody": "\"2b1c5bbd-0f68-45a0-834b-299382598094\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/e5654796-a75b-43e8-9765-0bc9972a2d61", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2U1NjU0Nzk2LWE3NWItNDNlOC05NzY1LTBiYzk5NzJhMmQ2MQ==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/2b1c5bbd-0f68-45a0-834b-299382598094", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzJiMWM1YmJkLTBmNjgtNDVhMC04MzRiLTI5OTM4MjU5ODA5NA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:07:11 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "df16c9b5-77a1-487e-8cb0-8124d683b02b" + "3098eb12-7a91-4f82-bb3d-eedb7fc453b1" ], "Request-Id": [ - "df16c9b5-77a1-487e-8cb0-8124d683b02b" + "3098eb12-7a91-4f82-bb3d-eedb7fc453b1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:42 GMT" + ], "Content-Length": [ "51" ], @@ -121,36 +121,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzP3NraXA9MCZ0YWtlPTEwMA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzP3NraXA9MCZ0YWtlPTEwMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:07:11 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "a194a6f2-e19c-4e42-a5e5-73d549370691" + "5697d29f-f9c4-47c6-92dc-aac03f576773" ], "Request-Id": [ - "a194a6f2-e19c-4e42-a5e5-73d549370691" + "5697d29f-f9c4-47c6-92dc-aac03f576773" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:42 GMT" + ], "Content-Length": [ "2" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/DeleteSubList.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/DeleteSubList.json index 2cb00a6ac79f2..c1fe3dcc8cf0a 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/DeleteSubList.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/DeleteSubList.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3Rz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3Rz", "RequestMethod": "POST", "RequestBody": "{\r\n \"subLists\": [\r\n {\r\n \"canonicalForm\": \"New York\",\r\n \"list\": [\r\n \"NY\",\r\n \"New York\"\r\n ]\r\n },\r\n {\r\n \"canonicalForm\": \"Washington\",\r\n \"list\": [\r\n \"WA\",\r\n \"Washington\"\r\n ]\r\n },\r\n {\r\n \"canonicalForm\": \"California\",\r\n \"list\": [\r\n \"CA\",\r\n \"California\",\r\n \"Calif.\",\r\n \"Cal.\"\r\n ]\r\n }\r\n ],\r\n \"name\": \"States\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:07:34 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/4e656d9c-0a24-4b8c-bbf7-d68d2a4a21e5" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/a0716b8b-9c6b-40d5-9fb6-ac21778ef356" ], "Apim-Request-Id": [ - "037a7941-c11f-45c8-bc5a-51a5c2a113b7" + "c79fedfc-7664-4a01-92fc-488e48737b04" ], "Request-Id": [ - "037a7941-c11f-45c8-bc5a-51a5c2a113b7" + "c79fedfc-7664-4a01-92fc-488e48737b04" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/4e656d9c-0a24-4b8c-bbf7-d68d2a4a21e5" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/a0716b8b-9c6b-40d5-9fb6-ac21778ef356" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:34 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"4e656d9c-0a24-4b8c-bbf7-d68d2a4a21e5\"", + "ResponseBody": "\"a0716b8b-9c6b-40d5-9fb6-ac21778ef356\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/4e656d9c-0a24-4b8c-bbf7-d68d2a4a21e5", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzRlNjU2ZDljLTBhMjQtNGI4Yy1iYmY3LWQ2OGQyYTRhMjFlNQ==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/a0716b8b-9c6b-40d5-9fb6-ac21778ef356", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2EwNzE2YjhiLTljNmItNDBkNS05ZmI2LWFjMjE3NzhlZjM1Ng==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:07:34 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "39430ab4-e92d-4320-87b1-73ea3d88ead4" + "ce7f4d5b-b761-4509-a3c9-55ba78e33311" ], "Request-Id": [ - "39430ab4-e92d-4320-87b1-73ea3d88ead4" + "ce7f4d5b-b761-4509-a3c9-55ba78e33311" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,47 +107,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:35 GMT" + ], "Content-Length": [ - "370" + "333" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"4e656d9c-0a24-4b8c-bbf7-d68d2a4a21e5\",\r\n \"name\": \"States\",\r\n \"typeId\": 5,\r\n \"readableType\": \"Closed List Entity Extractor\",\r\n \"subLists\": [\r\n {\r\n \"id\": 60586544,\r\n \"canonicalForm\": \"New York\",\r\n \"list\": [\r\n \"NY\",\r\n \"New York\"\r\n ]\r\n },\r\n {\r\n \"id\": 60586545,\r\n \"canonicalForm\": \"Washington\",\r\n \"list\": [\r\n \"WA\",\r\n \"Washington\"\r\n ]\r\n },\r\n {\r\n \"id\": 60586546,\r\n \"canonicalForm\": \"California\",\r\n \"list\": [\r\n \"CA\",\r\n \"California\",\r\n \"Calif.\",\r\n \"Cal.\"\r\n ]\r\n }\r\n ],\r\n \"roles\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"a0716b8b-9c6b-40d5-9fb6-ac21778ef356\",\r\n \"name\": \"States\",\r\n \"typeId\": 5,\r\n \"readableType\": \"Closed List Entity Extractor\",\r\n \"subLists\": [\r\n {\r\n \"id\": 93255961,\r\n \"canonicalForm\": \"New York\",\r\n \"list\": [\r\n \"NY\"\r\n ]\r\n },\r\n {\r\n \"id\": 93255962,\r\n \"canonicalForm\": \"Washington\",\r\n \"list\": [\r\n \"WA\"\r\n ]\r\n },\r\n {\r\n \"id\": 93255963,\r\n \"canonicalForm\": \"California\",\r\n \"list\": [\r\n \"CA\",\r\n \"Calif.\",\r\n \"Cal.\"\r\n ]\r\n }\r\n ],\r\n \"roles\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/4e656d9c-0a24-4b8c-bbf7-d68d2a4a21e5", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzRlNjU2ZDljLTBhMjQtNGI4Yy1iYmY3LWQ2OGQyYTRhMjFlNQ==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/a0716b8b-9c6b-40d5-9fb6-ac21778ef356", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2EwNzE2YjhiLTljNmItNDBkNS05ZmI2LWFjMjE3NzhlZjM1Ng==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:07:35 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "77aee6f2-8aab-495e-933c-fee5d7859f74" + "be0ffb96-fe8e-4d05-9432-30c955901107" ], "Request-Id": [ - "77aee6f2-8aab-495e-933c-fee5d7859f74" + "be0ffb96-fe8e-4d05-9432-30c955901107" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,47 +161,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:36 GMT" + ], "Content-Length": [ - "302" + "276" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"4e656d9c-0a24-4b8c-bbf7-d68d2a4a21e5\",\r\n \"name\": \"States\",\r\n \"typeId\": 5,\r\n \"readableType\": \"Closed List Entity Extractor\",\r\n \"subLists\": [\r\n {\r\n \"id\": 60586545,\r\n \"canonicalForm\": \"Washington\",\r\n \"list\": [\r\n \"WA\",\r\n \"Washington\"\r\n ]\r\n },\r\n {\r\n \"id\": 60586546,\r\n \"canonicalForm\": \"California\",\r\n \"list\": [\r\n \"CA\",\r\n \"California\",\r\n \"Calif.\",\r\n \"Cal.\"\r\n ]\r\n }\r\n ],\r\n \"roles\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"a0716b8b-9c6b-40d5-9fb6-ac21778ef356\",\r\n \"name\": \"States\",\r\n \"typeId\": 5,\r\n \"readableType\": \"Closed List Entity Extractor\",\r\n \"subLists\": [\r\n {\r\n \"id\": 93255962,\r\n \"canonicalForm\": \"Washington\",\r\n \"list\": [\r\n \"WA\"\r\n ]\r\n },\r\n {\r\n \"id\": 93255963,\r\n \"canonicalForm\": \"California\",\r\n \"list\": [\r\n \"CA\",\r\n \"Calif.\",\r\n \"Cal.\"\r\n ]\r\n }\r\n ],\r\n \"roles\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/4e656d9c-0a24-4b8c-bbf7-d68d2a4a21e5/sublists/60586544", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzRlNjU2ZDljLTBhMjQtNGI4Yy1iYmY3LWQ2OGQyYTRhMjFlNS9zdWJsaXN0cy82MDU4NjU0NA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/a0716b8b-9c6b-40d5-9fb6-ac21778ef356/sublists/93255961", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2EwNzE2YjhiLTljNmItNDBkNS05ZmI2LWFjMjE3NzhlZjM1Ni9zdWJsaXN0cy85MzI1NTk2MQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:07:35 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "5a11d337-7009-4925-9554-87fbe4fdce45" + "869d14fb-15cb-447c-adce-979f5a6fd3d7" ], "Request-Id": [ - "5a11d337-7009-4925-9554-87fbe4fdce45" + "869d14fb-15cb-447c-adce-979f5a6fd3d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -218,6 +215,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:35 GMT" + ], "Content-Length": [ "51" ], @@ -229,36 +229,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/4e656d9c-0a24-4b8c-bbf7-d68d2a4a21e5", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzRlNjU2ZDljLTBhMjQtNGI4Yy1iYmY3LWQ2OGQyYTRhMjFlNQ==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/a0716b8b-9c6b-40d5-9fb6-ac21778ef356", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2EwNzE2YjhiLTljNmItNDBkNS05ZmI2LWFjMjE3NzhlZjM1Ng==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:07:35 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "eff6d812-e581-4f78-a484-be781b57630a" + "b815c6f6-c6e5-402d-8986-ad54a9eaf8fa" ], "Request-Id": [ - "eff6d812-e581-4f78-a484-be781b57630a" + "b815c6f6-c6e5-402d-8986-ad54a9eaf8fa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -272,6 +269,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:36 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/GetClosedList.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/GetClosedList.json index d038fbb1f65dc..0d31b0c7e09d4 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/GetClosedList.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/GetClosedList.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3Rz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3Rz", "RequestMethod": "POST", "RequestBody": "{\r\n \"subLists\": [\r\n {\r\n \"canonicalForm\": \"New York\",\r\n \"list\": [\r\n \"NY\",\r\n \"New York\"\r\n ]\r\n },\r\n {\r\n \"canonicalForm\": \"Washington\",\r\n \"list\": [\r\n \"WA\",\r\n \"Washington\"\r\n ]\r\n },\r\n {\r\n \"canonicalForm\": \"California\",\r\n \"list\": [\r\n \"CA\",\r\n \"California\",\r\n \"Calif.\",\r\n \"Cal.\"\r\n ]\r\n }\r\n ],\r\n \"name\": \"States\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:07:27 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/07187fd5-3eac-4be8-9922-7bbd4eaabaa0" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/6f4379f9-2376-4625-9536-85f32c54e18d" ], "Apim-Request-Id": [ - "8fa9a949-6b6c-4ed3-a9a0-ad42435c40e7" + "0682308b-ddb3-45cb-a1bc-c5b1f9426dbe" ], "Request-Id": [ - "8fa9a949-6b6c-4ed3-a9a0-ad42435c40e7" + "0682308b-ddb3-45cb-a1bc-c5b1f9426dbe" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/07187fd5-3eac-4be8-9922-7bbd4eaabaa0" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/6f4379f9-2376-4625-9536-85f32c54e18d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:50 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"07187fd5-3eac-4be8-9922-7bbd4eaabaa0\"", + "ResponseBody": "\"6f4379f9-2376-4625-9536-85f32c54e18d\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/07187fd5-3eac-4be8-9922-7bbd4eaabaa0", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzA3MTg3ZmQ1LTNlYWMtNGJlOC05OTIyLTdiYmQ0ZWFhYmFhMA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/6f4379f9-2376-4625-9536-85f32c54e18d", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzZmNDM3OWY5LTIzNzYtNDYyNS05NTM2LTg1ZjMyYzU0ZTE4ZA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:07:27 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "ac2ce5b8-0d8f-4284-8a80-d647b7465eb0" + "6118feb0-ff5a-4605-986e-208b0bd4d2db" ], "Request-Id": [ - "ac2ce5b8-0d8f-4284-8a80-d647b7465eb0" + "6118feb0-ff5a-4605-986e-208b0bd4d2db" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,47 +107,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:50 GMT" + ], "Content-Length": [ - "370" + "333" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"07187fd5-3eac-4be8-9922-7bbd4eaabaa0\",\r\n \"name\": \"States\",\r\n \"typeId\": 5,\r\n \"readableType\": \"Closed List Entity Extractor\",\r\n \"subLists\": [\r\n {\r\n \"id\": 60586536,\r\n \"canonicalForm\": \"New York\",\r\n \"list\": [\r\n \"NY\",\r\n \"New York\"\r\n ]\r\n },\r\n {\r\n \"id\": 60586537,\r\n \"canonicalForm\": \"Washington\",\r\n \"list\": [\r\n \"WA\",\r\n \"Washington\"\r\n ]\r\n },\r\n {\r\n \"id\": 60586538,\r\n \"canonicalForm\": \"California\",\r\n \"list\": [\r\n \"CA\",\r\n \"California\",\r\n \"Calif.\",\r\n \"Cal.\"\r\n ]\r\n }\r\n ],\r\n \"roles\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"6f4379f9-2376-4625-9536-85f32c54e18d\",\r\n \"name\": \"States\",\r\n \"typeId\": 5,\r\n \"readableType\": \"Closed List Entity Extractor\",\r\n \"subLists\": [\r\n {\r\n \"id\": 93255986,\r\n \"canonicalForm\": \"New York\",\r\n \"list\": [\r\n \"NY\"\r\n ]\r\n },\r\n {\r\n \"id\": 93255987,\r\n \"canonicalForm\": \"Washington\",\r\n \"list\": [\r\n \"WA\"\r\n ]\r\n },\r\n {\r\n \"id\": 93255988,\r\n \"canonicalForm\": \"California\",\r\n \"list\": [\r\n \"CA\",\r\n \"Calif.\",\r\n \"Cal.\"\r\n ]\r\n }\r\n ],\r\n \"roles\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/07187fd5-3eac-4be8-9922-7bbd4eaabaa0", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzA3MTg3ZmQ1LTNlYWMtNGJlOC05OTIyLTdiYmQ0ZWFhYmFhMA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/6f4379f9-2376-4625-9536-85f32c54e18d", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzZmNDM3OWY5LTIzNzYtNDYyNS05NTM2LTg1ZjMyYzU0ZTE4ZA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:07:28 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "3b5d8ccb-8586-44e1-a37b-14a73ede3fe9" + "5a999608-f3b9-4c0b-95d3-115070946fd3" ], "Request-Id": [ - "3b5d8ccb-8586-44e1-a37b-14a73ede3fe9" + "5a999608-f3b9-4c0b-95d3-115070946fd3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:50 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/ListClosedLists.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/ListClosedLists.json index 08937b000bcd1..bbbfc81911a03 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/ListClosedLists.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/ListClosedLists.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3Rz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3Rz", "RequestMethod": "POST", "RequestBody": "{\r\n \"subLists\": [\r\n {\r\n \"canonicalForm\": \"New York\",\r\n \"list\": [\r\n \"NY\",\r\n \"New York\"\r\n ]\r\n },\r\n {\r\n \"canonicalForm\": \"Washington\",\r\n \"list\": [\r\n \"WA\",\r\n \"Washington\"\r\n ]\r\n },\r\n {\r\n \"canonicalForm\": \"California\",\r\n \"list\": [\r\n \"CA\",\r\n \"California\",\r\n \"Calif.\",\r\n \"Cal.\"\r\n ]\r\n }\r\n ],\r\n \"name\": \"States\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:07:08 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/40f7ef60-011b-4271-b086-c5f916011b42" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/adef599f-281e-41da-944b-0b23fe0c5b68" ], "Apim-Request-Id": [ - "d89259d3-8858-457f-b975-f1815c266c8e" + "8914d6ef-150b-4407-ae59-8f1880851f9a" ], "Request-Id": [ - "d89259d3-8858-457f-b975-f1815c266c8e" + "8914d6ef-150b-4407-ae59-8f1880851f9a" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/40f7ef60-011b-4271-b086-c5f916011b42" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/adef599f-281e-41da-944b-0b23fe0c5b68" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:51 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"40f7ef60-011b-4271-b086-c5f916011b42\"", + "ResponseBody": "\"adef599f-281e-41da-944b-0b23fe0c5b68\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzP3NraXA9MCZ0YWtlPTEwMA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzP3NraXA9MCZ0YWtlPTEwMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:07:09 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "aea62ca2-4609-44c1-a690-ea2fce35e053" + "90d4740f-073d-44ee-a756-dd07a41dfa97" ], "Request-Id": [ - "aea62ca2-4609-44c1-a690-ea2fce35e053" + "90d4740f-073d-44ee-a756-dd07a41dfa97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,47 +107,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:51 GMT" + ], "Content-Length": [ - "372" + "335" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"40f7ef60-011b-4271-b086-c5f916011b42\",\r\n \"name\": \"States\",\r\n \"typeId\": 5,\r\n \"readableType\": \"Closed List Entity Extractor\",\r\n \"subLists\": [\r\n {\r\n \"id\": 60586484,\r\n \"canonicalForm\": \"New York\",\r\n \"list\": [\r\n \"NY\",\r\n \"New York\"\r\n ]\r\n },\r\n {\r\n \"id\": 60586485,\r\n \"canonicalForm\": \"Washington\",\r\n \"list\": [\r\n \"WA\",\r\n \"Washington\"\r\n ]\r\n },\r\n {\r\n \"id\": 60586486,\r\n \"canonicalForm\": \"California\",\r\n \"list\": [\r\n \"CA\",\r\n \"California\",\r\n \"Calif.\",\r\n \"Cal.\"\r\n ]\r\n }\r\n ],\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"adef599f-281e-41da-944b-0b23fe0c5b68\",\r\n \"name\": \"States\",\r\n \"typeId\": 5,\r\n \"readableType\": \"Closed List Entity Extractor\",\r\n \"subLists\": [\r\n {\r\n \"id\": 93255989,\r\n \"canonicalForm\": \"New York\",\r\n \"list\": [\r\n \"NY\"\r\n ]\r\n },\r\n {\r\n \"id\": 93255990,\r\n \"canonicalForm\": \"Washington\",\r\n \"list\": [\r\n \"WA\"\r\n ]\r\n },\r\n {\r\n \"id\": 93255991,\r\n \"canonicalForm\": \"California\",\r\n \"list\": [\r\n \"CA\",\r\n \"Calif.\",\r\n \"Cal.\"\r\n ]\r\n }\r\n ],\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/40f7ef60-011b-4271-b086-c5f916011b42", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzQwZjdlZjYwLTAxMWItNDI3MS1iMDg2LWM1ZjkxNjAxMWI0Mg==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/adef599f-281e-41da-944b-0b23fe0c5b68", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzL2FkZWY1OTlmLTI4MWUtNDFkYS05NDRiLTBiMjNmZTBjNWI2OA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:07:09 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "881e5010-9ae5-4c9d-ae5a-4e0ade6fdbe3" + "ce600407-3bbc-4da4-b3a9-d9deee1710ca" ], "Request-Id": [ - "881e5010-9ae5-4c9d-ae5a-4e0ade6fdbe3" + "ce600407-3bbc-4da4-b3a9-d9deee1710ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:51 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/PatchClosedList.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/PatchClosedList.json index 96a2323249720..afb18c2ad5bcb 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/PatchClosedList.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/PatchClosedList.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3Rz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3Rz", "RequestMethod": "POST", "RequestBody": "{\r\n \"subLists\": [\r\n {\r\n \"canonicalForm\": \"New York\",\r\n \"list\": [\r\n \"NY\",\r\n \"New York\"\r\n ]\r\n },\r\n {\r\n \"canonicalForm\": \"Washington\",\r\n \"list\": [\r\n \"WA\",\r\n \"Washington\"\r\n ]\r\n },\r\n {\r\n \"canonicalForm\": \"California\",\r\n \"list\": [\r\n \"CA\",\r\n \"California\",\r\n \"Calif.\",\r\n \"Cal.\"\r\n ]\r\n }\r\n ],\r\n \"name\": \"States\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:07:15 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/8ba60737-9116-42d9-a147-70cf5c985eba" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/49fefc48-5942-4b4d-b03d-1bca5039f0b0" ], "Apim-Request-Id": [ - "8087f34e-d49a-4506-8be5-6fee3d34f84b" + "108d839f-fa4f-4654-ae7f-af9597ffa68f" ], "Request-Id": [ - "8087f34e-d49a-4506-8be5-6fee3d34f84b" + "108d839f-fa4f-4654-ae7f-af9597ffa68f" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/8ba60737-9116-42d9-a147-70cf5c985eba" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/49fefc48-5942-4b4d-b03d-1bca5039f0b0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:38 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"8ba60737-9116-42d9-a147-70cf5c985eba\"", + "ResponseBody": "\"49fefc48-5942-4b4d-b03d-1bca5039f0b0\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/8ba60737-9116-42d9-a147-70cf5c985eba", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzhiYTYwNzM3LTkxMTYtNDJkOS1hMTQ3LTcwY2Y1Yzk4NWViYQ==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/49fefc48-5942-4b4d-b03d-1bca5039f0b0", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzQ5ZmVmYzQ4LTU5NDItNGI0ZC1iMDNkLTFiY2E1MDM5ZjBiMA==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"subLists\": [\r\n {\r\n \"canonicalForm\": \"Texas\",\r\n \"list\": [\r\n \"tx\",\r\n \"texas\"\r\n ]\r\n },\r\n {\r\n \"canonicalForm\": \"Florida\",\r\n \"list\": [\r\n \"fl\",\r\n \"florida\"\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,17 +92,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:07:16 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "e6f4031c-20be-4b9e-9a21-af4cd31a68b4" + "24f1799b-8eae-4f30-af9e-503ccfd0598d" ], "Request-Id": [ - "e6f4031c-20be-4b9e-9a21-af4cd31a68b4" + "24f1799b-8eae-4f30-af9e-503ccfd0598d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -116,6 +113,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:38 GMT" + ], "Content-Length": [ "51" ], @@ -127,36 +127,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/8ba60737-9116-42d9-a147-70cf5c985eba", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzhiYTYwNzM3LTkxMTYtNDJkOS1hMTQ3LTcwY2Y1Yzk4NWViYQ==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/49fefc48-5942-4b4d-b03d-1bca5039f0b0", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzQ5ZmVmYzQ4LTU5NDItNGI0ZC1iMDNkLTFiY2E1MDM5ZjBiMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:07:16 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "5b001e18-8959-4e71-8c08-cbf6830d08b8" + "4d872fbd-829a-4b4a-9c97-1ebc7d412b89" ], "Request-Id": [ - "5b001e18-8959-4e71-8c08-cbf6830d08b8" + "4d872fbd-829a-4b4a-9c97-1ebc7d412b89" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -170,47 +167,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:39 GMT" + ], "Content-Length": [ - "498" + "461" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"8ba60737-9116-42d9-a147-70cf5c985eba\",\r\n \"name\": \"States\",\r\n \"typeId\": 5,\r\n \"readableType\": \"Closed List Entity Extractor\",\r\n \"subLists\": [\r\n {\r\n \"id\": 60586522,\r\n \"canonicalForm\": \"New York\",\r\n \"list\": [\r\n \"NY\",\r\n \"New York\"\r\n ]\r\n },\r\n {\r\n \"id\": 60586523,\r\n \"canonicalForm\": \"Washington\",\r\n \"list\": [\r\n \"WA\",\r\n \"Washington\"\r\n ]\r\n },\r\n {\r\n \"id\": 60586524,\r\n \"canonicalForm\": \"California\",\r\n \"list\": [\r\n \"CA\",\r\n \"California\",\r\n \"Calif.\",\r\n \"Cal.\"\r\n ]\r\n },\r\n {\r\n \"id\": 60586525,\r\n \"canonicalForm\": \"Texas\",\r\n \"list\": [\r\n \"tx\",\r\n \"texas\"\r\n ]\r\n },\r\n {\r\n \"id\": 60586526,\r\n \"canonicalForm\": \"Florida\",\r\n \"list\": [\r\n \"fl\",\r\n \"florida\"\r\n ]\r\n }\r\n ],\r\n \"roles\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"49fefc48-5942-4b4d-b03d-1bca5039f0b0\",\r\n \"name\": \"States\",\r\n \"typeId\": 5,\r\n \"readableType\": \"Closed List Entity Extractor\",\r\n \"subLists\": [\r\n {\r\n \"id\": 93255964,\r\n \"canonicalForm\": \"New York\",\r\n \"list\": [\r\n \"NY\"\r\n ]\r\n },\r\n {\r\n \"id\": 93255965,\r\n \"canonicalForm\": \"Washington\",\r\n \"list\": [\r\n \"WA\"\r\n ]\r\n },\r\n {\r\n \"id\": 93255966,\r\n \"canonicalForm\": \"California\",\r\n \"list\": [\r\n \"CA\",\r\n \"Calif.\",\r\n \"Cal.\"\r\n ]\r\n },\r\n {\r\n \"id\": 93255967,\r\n \"canonicalForm\": \"Texas\",\r\n \"list\": [\r\n \"tx\",\r\n \"texas\"\r\n ]\r\n },\r\n {\r\n \"id\": 93255968,\r\n \"canonicalForm\": \"Florida\",\r\n \"list\": [\r\n \"fl\",\r\n \"florida\"\r\n ]\r\n }\r\n ],\r\n \"roles\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/8ba60737-9116-42d9-a147-70cf5c985eba", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzhiYTYwNzM3LTkxMTYtNDJkOS1hMTQ3LTcwY2Y1Yzk4NWViYQ==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/49fefc48-5942-4b4d-b03d-1bca5039f0b0", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzQ5ZmVmYzQ4LTU5NDItNGI0ZC1iMDNkLTFiY2E1MDM5ZjBiMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:07:16 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "c7f19f43-fd01-489d-a93b-05bb0ae98fdc" + "df159ad4-caf8-404a-a3af-7ee7e6ca2832" ], "Request-Id": [ - "c7f19f43-fd01-489d-a93b-05bb0ae98fdc" + "df159ad4-caf8-404a-a3af-7ee7e6ca2832" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -224,6 +221,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:39 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/UpdateClosedList.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/UpdateClosedList.json index 7f87fcc12a303..0bde546b86c60 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/UpdateClosedList.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/UpdateClosedList.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3Rz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3Rz", "RequestMethod": "POST", "RequestBody": "{\r\n \"subLists\": [\r\n {\r\n \"canonicalForm\": \"New York\",\r\n \"list\": [\r\n \"NY\",\r\n \"New York\"\r\n ]\r\n },\r\n {\r\n \"canonicalForm\": \"Washington\",\r\n \"list\": [\r\n \"WA\",\r\n \"Washington\"\r\n ]\r\n },\r\n {\r\n \"canonicalForm\": \"California\",\r\n \"list\": [\r\n \"CA\",\r\n \"California\",\r\n \"Calif.\",\r\n \"Cal.\"\r\n ]\r\n }\r\n ],\r\n \"name\": \"States\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:07:30 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/741eb393-77ab-4a18-bc21-87c92b4430c3" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/92a999e1-5641-4c9b-864a-2cc4118e91fa" ], "Apim-Request-Id": [ - "e8d69cf5-7e26-494b-be6a-54f76d470780" + "cc0842c4-e577-4c29-ac2d-96b19e674070" ], "Request-Id": [ - "e8d69cf5-7e26-494b-be6a-54f76d470780" + "cc0842c4-e577-4c29-ac2d-96b19e674070" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/741eb393-77ab-4a18-bc21-87c92b4430c3" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/92a999e1-5641-4c9b-864a-2cc4118e91fa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:40 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"741eb393-77ab-4a18-bc21-87c92b4430c3\"", + "ResponseBody": "\"92a999e1-5641-4c9b-864a-2cc4118e91fa\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/741eb393-77ab-4a18-bc21-87c92b4430c3", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzc0MWViMzkzLTc3YWItNGExOC1iYzIxLTg3YzkyYjQ0MzBjMw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/92a999e1-5641-4c9b-864a-2cc4118e91fa", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzkyYTk5OWUxLTU2NDEtNGM5Yi04NjRhLTJjYzQxMThlOTFmYQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"subLists\": [\r\n {\r\n \"canonicalForm\": \"Texas\",\r\n \"list\": [\r\n \"tx\",\r\n \"texas\"\r\n ]\r\n }\r\n ],\r\n \"name\": \"New States\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,17 +92,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:07:31 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "a0d36c77-8c1f-4dd0-aff4-53e2b3c56d29" + "c89d47c6-0c9d-47ff-9822-e0eb0bec74fd" ], "Request-Id": [ - "a0d36c77-8c1f-4dd0-aff4-53e2b3c56d29" + "c89d47c6-0c9d-47ff-9822-e0eb0bec74fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -116,6 +113,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:40 GMT" + ], "Content-Length": [ "208" ], @@ -123,40 +123,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"741eb393-77ab-4a18-bc21-87c92b4430c3\",\r\n \"name\": \"New States\",\r\n \"typeId\": 5,\r\n \"readableType\": \"Closed List Entity Extractor\",\r\n \"subLists\": [\r\n {\r\n \"id\": 60586543,\r\n \"canonicalForm\": \"Texas\",\r\n \"list\": [\r\n \"tx\",\r\n \"texas\"\r\n ]\r\n }\r\n ],\r\n \"roles\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"92a999e1-5641-4c9b-864a-2cc4118e91fa\",\r\n \"name\": \"New States\",\r\n \"typeId\": 5,\r\n \"readableType\": \"Closed List Entity Extractor\",\r\n \"subLists\": [\r\n {\r\n \"id\": 93255972,\r\n \"canonicalForm\": \"Texas\",\r\n \"list\": [\r\n \"tx\",\r\n \"texas\"\r\n ]\r\n }\r\n ],\r\n \"roles\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/741eb393-77ab-4a18-bc21-87c92b4430c3", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzc0MWViMzkzLTc3YWItNGExOC1iYzIxLTg3YzkyYjQ0MzBjMw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/92a999e1-5641-4c9b-864a-2cc4118e91fa", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzkyYTk5OWUxLTU2NDEtNGM5Yi04NjRhLTJjYzQxMThlOTFmYQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:07:31 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "c76aa969-b69c-452c-9030-ea54e5003b32" + "9fe487ae-b47d-4842-9f04-c405903627e5" ], "Request-Id": [ - "c76aa969-b69c-452c-9030-ea54e5003b32" + "9fe487ae-b47d-4842-9f04-c405903627e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -170,6 +167,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:40 GMT" + ], "Content-Length": [ "208" ], @@ -177,40 +177,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"741eb393-77ab-4a18-bc21-87c92b4430c3\",\r\n \"name\": \"New States\",\r\n \"typeId\": 5,\r\n \"readableType\": \"Closed List Entity Extractor\",\r\n \"subLists\": [\r\n {\r\n \"id\": 60586543,\r\n \"canonicalForm\": \"Texas\",\r\n \"list\": [\r\n \"tx\",\r\n \"texas\"\r\n ]\r\n }\r\n ],\r\n \"roles\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"92a999e1-5641-4c9b-864a-2cc4118e91fa\",\r\n \"name\": \"New States\",\r\n \"typeId\": 5,\r\n \"readableType\": \"Closed List Entity Extractor\",\r\n \"subLists\": [\r\n {\r\n \"id\": 93255972,\r\n \"canonicalForm\": \"Texas\",\r\n \"list\": [\r\n \"tx\",\r\n \"texas\"\r\n ]\r\n }\r\n ],\r\n \"roles\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/741eb393-77ab-4a18-bc21-87c92b4430c3", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzc0MWViMzkzLTc3YWItNGExOC1iYzIxLTg3YzkyYjQ0MzBjMw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/92a999e1-5641-4c9b-864a-2cc4118e91fa", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzkyYTk5OWUxLTU2NDEtNGM5Yi04NjRhLTJjYzQxMThlOTFmYQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:07:32 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "8bd80243-c90e-4643-ac5d-36847ce16bfc" + "5beac4eb-12da-4484-a718-e053a210a41f" ], "Request-Id": [ - "8bd80243-c90e-4643-ac5d-36847ce16bfc" + "5beac4eb-12da-4484-a718-e053a210a41f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -224,6 +221,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:41 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/UpdateSubList.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/UpdateSubList.json index 9db55ca39787e..4003e66db503f 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/UpdateSubList.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelClosedListsTests/UpdateSubList.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3Rz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3Rz", "RequestMethod": "POST", "RequestBody": "{\r\n \"subLists\": [\r\n {\r\n \"canonicalForm\": \"New York\",\r\n \"list\": [\r\n \"NY\",\r\n \"New York\"\r\n ]\r\n },\r\n {\r\n \"canonicalForm\": \"Washington\",\r\n \"list\": [\r\n \"WA\",\r\n \"Washington\"\r\n ]\r\n },\r\n {\r\n \"canonicalForm\": \"California\",\r\n \"list\": [\r\n \"CA\",\r\n \"California\",\r\n \"Calif.\",\r\n \"Cal.\"\r\n ]\r\n }\r\n ],\r\n \"name\": \"States\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:07:21 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/0142e448-8dc3-4f05-89a4-290d96bc8de7" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/01890b24-025e-4e7c-8517-1cb6b1dd028b" ], "Apim-Request-Id": [ - "75d7452d-d922-4b87-92db-7a1072e9330f" + "6f644875-793d-48cf-983b-81f7bf812b9e" ], "Request-Id": [ - "75d7452d-d922-4b87-92db-7a1072e9330f" + "6f644875-793d-48cf-983b-81f7bf812b9e" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/0142e448-8dc3-4f05-89a4-290d96bc8de7" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/01890b24-025e-4e7c-8517-1cb6b1dd028b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:47 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"0142e448-8dc3-4f05-89a4-290d96bc8de7\"", + "ResponseBody": "\"01890b24-025e-4e7c-8517-1cb6b1dd028b\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/0142e448-8dc3-4f05-89a4-290d96bc8de7", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzAxNDJlNDQ4LThkYzMtNGYwNS04OWE0LTI5MGQ5NmJjOGRlNw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/01890b24-025e-4e7c-8517-1cb6b1dd028b", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzAxODkwYjI0LTAyNWUtNGU3Yy04NTE3LTFjYjZiMWRkMDI4Yg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:07:22 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "8975ed0f-1dca-4028-9844-44b198faee87" + "25ede790-360b-49c3-9e7e-bb6a161cd047" ], "Request-Id": [ - "8975ed0f-1dca-4028-9844-44b198faee87" + "25ede790-360b-49c3-9e7e-bb6a161cd047" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,47 +107,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:47 GMT" + ], "Content-Length": [ - "370" + "333" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"0142e448-8dc3-4f05-89a4-290d96bc8de7\",\r\n \"name\": \"States\",\r\n \"typeId\": 5,\r\n \"readableType\": \"Closed List Entity Extractor\",\r\n \"subLists\": [\r\n {\r\n \"id\": 60586529,\r\n \"canonicalForm\": \"New York\",\r\n \"list\": [\r\n \"NY\",\r\n \"New York\"\r\n ]\r\n },\r\n {\r\n \"id\": 60586530,\r\n \"canonicalForm\": \"Washington\",\r\n \"list\": [\r\n \"WA\",\r\n \"Washington\"\r\n ]\r\n },\r\n {\r\n \"id\": 60586531,\r\n \"canonicalForm\": \"California\",\r\n \"list\": [\r\n \"CA\",\r\n \"California\",\r\n \"Calif.\",\r\n \"Cal.\"\r\n ]\r\n }\r\n ],\r\n \"roles\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"01890b24-025e-4e7c-8517-1cb6b1dd028b\",\r\n \"name\": \"States\",\r\n \"typeId\": 5,\r\n \"readableType\": \"Closed List Entity Extractor\",\r\n \"subLists\": [\r\n {\r\n \"id\": 93255983,\r\n \"canonicalForm\": \"New York\",\r\n \"list\": [\r\n \"NY\"\r\n ]\r\n },\r\n {\r\n \"id\": 93255984,\r\n \"canonicalForm\": \"Washington\",\r\n \"list\": [\r\n \"WA\"\r\n ]\r\n },\r\n {\r\n \"id\": 93255985,\r\n \"canonicalForm\": \"California\",\r\n \"list\": [\r\n \"CA\",\r\n \"Calif.\",\r\n \"Cal.\"\r\n ]\r\n }\r\n ],\r\n \"roles\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/0142e448-8dc3-4f05-89a4-290d96bc8de7", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzAxNDJlNDQ4LThkYzMtNGYwNS04OWE0LTI5MGQ5NmJjOGRlNw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/01890b24-025e-4e7c-8517-1cb6b1dd028b", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzAxODkwYjI0LTAyNWUtNGU3Yy04NTE3LTFjYjZiMWRkMDI4Yg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:07:23 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "8cbb5f41-97bc-4fc5-afc4-f3f56853ceae" + "c618b856-631f-448d-8699-4208c13535ac" ], "Request-Id": [ - "8cbb5f41-97bc-4fc5-afc4-f3f56853ceae" + "c618b856-631f-448d-8699-4208c13535ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,30 +161,33 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:48 GMT" + ], "Content-Length": [ - "379" + "353" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"0142e448-8dc3-4f05-89a4-290d96bc8de7\",\r\n \"name\": \"States\",\r\n \"typeId\": 5,\r\n \"readableType\": \"Closed List Entity Extractor\",\r\n \"subLists\": [\r\n {\r\n \"id\": 60586529,\r\n \"canonicalForm\": \"New Yorkers\",\r\n \"list\": [\r\n \"NYC\",\r\n \"NY\",\r\n \"New York\"\r\n ]\r\n },\r\n {\r\n \"id\": 60586530,\r\n \"canonicalForm\": \"Washington\",\r\n \"list\": [\r\n \"WA\",\r\n \"Washington\"\r\n ]\r\n },\r\n {\r\n \"id\": 60586531,\r\n \"canonicalForm\": \"California\",\r\n \"list\": [\r\n \"CA\",\r\n \"California\",\r\n \"Calif.\",\r\n \"Cal.\"\r\n ]\r\n }\r\n ],\r\n \"roles\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"01890b24-025e-4e7c-8517-1cb6b1dd028b\",\r\n \"name\": \"States\",\r\n \"typeId\": 5,\r\n \"readableType\": \"Closed List Entity Extractor\",\r\n \"subLists\": [\r\n {\r\n \"id\": 93255983,\r\n \"canonicalForm\": \"New Yorkers\",\r\n \"list\": [\r\n \"NYC\",\r\n \"NY\",\r\n \"New York\"\r\n ]\r\n },\r\n {\r\n \"id\": 93255984,\r\n \"canonicalForm\": \"Washington\",\r\n \"list\": [\r\n \"WA\"\r\n ]\r\n },\r\n {\r\n \"id\": 93255985,\r\n \"canonicalForm\": \"California\",\r\n \"list\": [\r\n \"CA\",\r\n \"Calif.\",\r\n \"Cal.\"\r\n ]\r\n }\r\n ],\r\n \"roles\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/0142e448-8dc3-4f05-89a4-290d96bc8de7/sublists/60586529", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzAxNDJlNDQ4LThkYzMtNGYwNS04OWE0LTI5MGQ5NmJjOGRlNy9zdWJsaXN0cy82MDU4NjUyOQ==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/01890b24-025e-4e7c-8517-1cb6b1dd028b/sublists/93255983", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzAxODkwYjI0LTAyNWUtNGU3Yy04NTE3LTFjYjZiMWRkMDI4Yi9zdWJsaXN0cy85MzI1NTk4Mw==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"canonicalForm\": \"New Yorkers\",\r\n \"list\": [\r\n \"NYC\",\r\n \"NY\",\r\n \"New York\"\r\n ]\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -200,17 +200,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:07:22 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "b992b91f-7411-48cf-b223-e71add223228" + "e2a6ba5b-eb0b-49b0-809e-7b18eba2d5da" ], "Request-Id": [ - "b992b91f-7411-48cf-b223-e71add223228" + "e2a6ba5b-eb0b-49b0-809e-7b18eba2d5da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -224,6 +221,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:48 GMT" + ], "Content-Length": [ "51" ], @@ -235,36 +235,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/closedlists/0142e448-8dc3-4f05-89a4-290d96bc8de7", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzAxNDJlNDQ4LThkYzMtNGYwNS04OWE0LTI5MGQ5NmJjOGRlNw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/closedlists/01890b24-025e-4e7c-8517-1cb6b1dd028b", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb3NlZGxpc3RzLzAxODkwYjI0LTAyNWUtNGU3Yy04NTE3LTFjYjZiMWRkMDI4Yg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:07:23 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "7da26068-8a46-4499-8bf4-0d54fb0a5537" + "c966876e-563d-4745-a2e2-7bdb52987489" ], "Request-Id": [ - "7da26068-8a46-4499-8bf4-0d54fb0a5537" + "c966876e-563d-4745-a2e2-7bdb52987489" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -278,6 +275,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:48 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelIntentsTests/AddIntent.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelIntentsTests/AddIntent.json index 560f3d616a33a..c35c25191f192 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelIntentsTests/AddIntent.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelIntentsTests/AddIntent.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/intents", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2ludGVudHM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/intents", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2ludGVudHM=", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"TestIntent\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:09:55 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/intents/6173900f-3989-40ee-a277-959f9baaa7c2" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/intents/b0ff6f83-b58b-4963-87e7-5260c02bd996" ], "Apim-Request-Id": [ - "1699eb87-0f7b-4f0a-8192-3773ab9744aa" + "0f129439-16c9-4ffa-ac1b-dd1215eef42b" ], "Request-Id": [ - "1699eb87-0f7b-4f0a-8192-3773ab9744aa" + "0f129439-16c9-4ffa-ac1b-dd1215eef42b" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/intents/6173900f-3989-40ee-a277-959f9baaa7c2" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/intents/b0ff6f83-b58b-4963-87e7-5260c02bd996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:17 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"6173900f-3989-40ee-a277-959f9baaa7c2\"", + "ResponseBody": "\"b0ff6f83-b58b-4963-87e7-5260c02bd996\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/intents?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2ludGVudHM/c2tpcD0wJnRha2U9MTAw", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/intents?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2ludGVudHM/c2tpcD0wJnRha2U9MTAw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:09:55 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "35a3448b-f34e-47a8-aa84-cb7eb37a5fa0" + "1fd2962f-16e1-4eb4-91ea-7f32a2c2058e" ], "Request-Id": [ - "35a3448b-f34e-47a8-aa84-cb7eb37a5fa0" + "1fd2962f-16e1-4eb4-91ea-7f32a2c2058e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,47 +107,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:18 GMT" + ], "Content-Length": [ - "219" + "325" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"9a3fce96-2ab4-4f88-ba80-2011731e3188\",\r\n \"name\": \"None\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\"\r\n },\r\n {\r\n \"id\": \"6173900f-3989-40ee-a277-959f9baaa7c2\",\r\n \"name\": \"TestIntent\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"ac04c5c6-2c0c-4af8-ba3f-5db090fa7de5\",\r\n \"name\": \"None\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\"\r\n },\r\n {\r\n \"id\": \"eee1436a-701d-46c4-9e4b-6de52d641513\",\r\n \"name\": \"sfds\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\"\r\n },\r\n {\r\n \"id\": \"b0ff6f83-b58b-4963-87e7-5260c02bd996\",\r\n \"name\": \"TestIntent\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/intents/6173900f-3989-40ee-a277-959f9baaa7c2?deleteUtterances=false", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2ludGVudHMvNjE3MzkwMGYtMzk4OS00MGVlLWEyNzctOTU5ZjliYWFhN2MyP2RlbGV0ZVV0dGVyYW5jZXM9ZmFsc2U=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/intents/b0ff6f83-b58b-4963-87e7-5260c02bd996?deleteUtterances=false", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2ludGVudHMvYjBmZjZmODMtYjU4Yi00OTYzLTg3ZTctNTI2MGMwMmJkOTk2P2RlbGV0ZVV0dGVyYW5jZXM9ZmFsc2U=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:09:55 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "8704c322-d1ff-45eb-9226-a42697ca74d3" + "1c5d5c05-1db5-4fd6-9842-5a404a618c22" ], "Request-Id": [ - "8704c322-d1ff-45eb-9226-a42697ca74d3" + "1c5d5c05-1db5-4fd6-9842-5a404a618c22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:18 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelIntentsTests/DeleteIntent.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelIntentsTests/DeleteIntent.json index 9564594965589..399ab374d29de 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelIntentsTests/DeleteIntent.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelIntentsTests/DeleteIntent.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/intents", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2ludGVudHM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/intents", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2ludGVudHM=", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"TestIntent\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:09:52 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/intents/02f51b2d-61c5-4c37-924b-1397ffa5d424" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/intents/2d731599-df46-4735-a27b-c822db509c7b" ], "Apim-Request-Id": [ - "5419664b-a356-4e55-bf2b-de8df609a168" + "0e09cbbb-ea52-4537-9939-31c4f575d627" ], "Request-Id": [ - "5419664b-a356-4e55-bf2b-de8df609a168" + "0e09cbbb-ea52-4537-9939-31c4f575d627" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/intents/02f51b2d-61c5-4c37-924b-1397ffa5d424" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/intents/2d731599-df46-4735-a27b-c822db509c7b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:11 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"02f51b2d-61c5-4c37-924b-1397ffa5d424\"", + "ResponseBody": "\"2d731599-df46-4735-a27b-c822db509c7b\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/intents?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2ludGVudHM/c2tpcD0wJnRha2U9MTAw", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/intents?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2ludGVudHM/c2tpcD0wJnRha2U9MTAw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:09:52 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "0931697d-d241-42cd-9707-07056808c704" + "4aab0188-1d81-41cc-9280-d2a3d27aaad1" ], "Request-Id": [ - "0931697d-d241-42cd-9707-07056808c704" + "4aab0188-1d81-41cc-9280-d2a3d27aaad1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,47 +107,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:11 GMT" + ], "Content-Length": [ - "219" + "325" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"9a3fce96-2ab4-4f88-ba80-2011731e3188\",\r\n \"name\": \"None\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\"\r\n },\r\n {\r\n \"id\": \"02f51b2d-61c5-4c37-924b-1397ffa5d424\",\r\n \"name\": \"TestIntent\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"ac04c5c6-2c0c-4af8-ba3f-5db090fa7de5\",\r\n \"name\": \"None\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\"\r\n },\r\n {\r\n \"id\": \"eee1436a-701d-46c4-9e4b-6de52d641513\",\r\n \"name\": \"sfds\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\"\r\n },\r\n {\r\n \"id\": \"2d731599-df46-4735-a27b-c822db509c7b\",\r\n \"name\": \"TestIntent\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/intents?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2ludGVudHM/c2tpcD0wJnRha2U9MTAw", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/intents?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2ludGVudHM/c2tpcD0wJnRha2U9MTAw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:09:53 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "839aaba7-fda5-40e5-be26-8e7f771d586d" + "512c0215-8a27-4971-8dfb-fb513c051cc8" ], "Request-Id": [ - "839aaba7-fda5-40e5-be26-8e7f771d586d" + "512c0215-8a27-4971-8dfb-fb513c051cc8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,47 +161,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:13 GMT" + ], "Content-Length": [ - "107" + "213" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"9a3fce96-2ab4-4f88-ba80-2011731e3188\",\r\n \"name\": \"None\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"ac04c5c6-2c0c-4af8-ba3f-5db090fa7de5\",\r\n \"name\": \"None\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\"\r\n },\r\n {\r\n \"id\": \"eee1436a-701d-46c4-9e4b-6de52d641513\",\r\n \"name\": \"sfds\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/intents/02f51b2d-61c5-4c37-924b-1397ffa5d424?deleteUtterances=false", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2ludGVudHMvMDJmNTFiMmQtNjFjNS00YzM3LTkyNGItMTM5N2ZmYTVkNDI0P2RlbGV0ZVV0dGVyYW5jZXM9ZmFsc2U=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/intents/2d731599-df46-4735-a27b-c822db509c7b?deleteUtterances=false", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2ludGVudHMvMmQ3MzE1OTktZGY0Ni00NzM1LWEyN2ItYzgyMmRiNTA5YzdiP2RlbGV0ZVV0dGVyYW5jZXM9ZmFsc2U=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:09:52 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "59c280a9-eefc-4e96-828a-5d69c0b4798e" + "8baa7680-bb5c-4f8a-a611-54c3d1e0aafa" ], "Request-Id": [ - "59c280a9-eefc-4e96-828a-5d69c0b4798e" + "8baa7680-bb5c-4f8a-a611-54c3d1e0aafa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -218,6 +215,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:13 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelIntentsTests/GetIntent.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelIntentsTests/GetIntent.json index c5ca69f0ea8a3..7d9b9482a1a16 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelIntentsTests/GetIntent.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelIntentsTests/GetIntent.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/intents", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2ludGVudHM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/intents", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2ludGVudHM=", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"TestIntent\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:09:56 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/intents/7fcf4240-3a20-4590-bb0b-b3861d0cbd4c" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/intents/61e3e4d5-2fd4-4c1a-9a85-f2d0fc9f0905" ], "Apim-Request-Id": [ - "019c6e36-ed47-4b0f-badd-371d6bc95285" + "542f0406-6fdd-4847-a719-fd4df6539985" ], "Request-Id": [ - "019c6e36-ed47-4b0f-badd-371d6bc95285" + "542f0406-6fdd-4847-a719-fd4df6539985" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/intents/7fcf4240-3a20-4590-bb0b-b3861d0cbd4c" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/intents/61e3e4d5-2fd4-4c1a-9a85-f2d0fc9f0905" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:14 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"7fcf4240-3a20-4590-bb0b-b3861d0cbd4c\"", + "ResponseBody": "\"61e3e4d5-2fd4-4c1a-9a85-f2d0fc9f0905\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/intents/7fcf4240-3a20-4590-bb0b-b3861d0cbd4c", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2ludGVudHMvN2ZjZjQyNDAtM2EyMC00NTkwLWJiMGItYjM4NjFkMGNiZDRj", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/intents/61e3e4d5-2fd4-4c1a-9a85-f2d0fc9f0905", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2ludGVudHMvNjFlM2U0ZDUtMmZkNC00YzFhLTlhODUtZjJkMGZjOWYwOTA1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:09:56 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "8c341b06-fc68-46bd-8371-dc5045c9f05c" + "7486241d-ff0c-469c-bc41-0994e2005853" ], "Request-Id": [ - "8c341b06-fc68-46bd-8371-dc5045c9f05c" + "7486241d-ff0c-469c-bc41-0994e2005853" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:14 GMT" + ], "Content-Length": [ "111" ], @@ -117,40 +117,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"7fcf4240-3a20-4590-bb0b-b3861d0cbd4c\",\r\n \"name\": \"TestIntent\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"61e3e4d5-2fd4-4c1a-9a85-f2d0fc9f0905\",\r\n \"name\": \"TestIntent\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/intents/7fcf4240-3a20-4590-bb0b-b3861d0cbd4c?deleteUtterances=false", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2ludGVudHMvN2ZjZjQyNDAtM2EyMC00NTkwLWJiMGItYjM4NjFkMGNiZDRjP2RlbGV0ZVV0dGVyYW5jZXM9ZmFsc2U=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/intents/61e3e4d5-2fd4-4c1a-9a85-f2d0fc9f0905?deleteUtterances=false", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2ludGVudHMvNjFlM2U0ZDUtMmZkNC00YzFhLTlhODUtZjJkMGZjOWYwOTA1P2RlbGV0ZVV0dGVyYW5jZXM9ZmFsc2U=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:09:57 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "236f929e-b0c8-40cc-a05d-d569acb1d80c" + "c4e908dd-98a3-498b-aba3-5c724889d551" ], "Request-Id": [ - "236f929e-b0c8-40cc-a05d-d569acb1d80c" + "c4e908dd-98a3-498b-aba3-5c724889d551" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:15 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelIntentsTests/ListIntents.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelIntentsTests/ListIntents.json index 86d99a558a53a..568a99e82c096 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelIntentsTests/ListIntents.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelIntentsTests/ListIntents.json @@ -1,36 +1,33 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/intents?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2ludGVudHM/c2tpcD0wJnRha2U9MTAw", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/intents?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2ludGVudHM/c2tpcD0wJnRha2U9MTAw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:09:54 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "72ab6d01-9867-4349-b659-356556f0876c" + "72172836-91d3-4431-bba3-b2479f9d0c1e" ], "Request-Id": [ - "72ab6d01-9867-4349-b659-356556f0876c" + "72172836-91d3-4431-bba3-b2479f9d0c1e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -44,14 +41,17 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:13 GMT" + ], "Content-Length": [ - "107" + "213" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"9a3fce96-2ab4-4f88-ba80-2011731e3188\",\r\n \"name\": \"None\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"ac04c5c6-2c0c-4af8-ba3f-5db090fa7de5\",\r\n \"name\": \"None\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\"\r\n },\r\n {\r\n \"id\": \"eee1436a-701d-46c4-9e4b-6de52d641513\",\r\n \"name\": \"sfds\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\"\r\n }\r\n]", "StatusCode": 200 } ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelIntentsTests/UpdateIntent.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelIntentsTests/UpdateIntent.json index e5ba9c7b5b933..8d60b74ac852f 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelIntentsTests/UpdateIntent.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelIntentsTests/UpdateIntent.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/intents", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2ludGVudHM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/intents", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2ludGVudHM=", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"TestIntent\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:09:58 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/intents/a7eb3915-0ce9-49e5-ae5f-cfa9f820c256" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/intents/4b322ee2-2096-405e-b990-e6db5b20504b" ], "Apim-Request-Id": [ - "8e5b926f-da31-48d1-ac82-d2f334acaa80" + "6199eec4-297f-40f1-8c9e-958b912a2a3e" ], "Request-Id": [ - "8e5b926f-da31-48d1-ac82-d2f334acaa80" + "6199eec4-297f-40f1-8c9e-958b912a2a3e" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/intents/a7eb3915-0ce9-49e5-ae5f-cfa9f820c256" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/intents/4b322ee2-2096-405e-b990-e6db5b20504b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:16 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"a7eb3915-0ce9-49e5-ae5f-cfa9f820c256\"", + "ResponseBody": "\"4b322ee2-2096-405e-b990-e6db5b20504b\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/intents/a7eb3915-0ce9-49e5-ae5f-cfa9f820c256", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2ludGVudHMvYTdlYjM5MTUtMGNlOS00OWU1LWFlNWYtY2ZhOWY4MjBjMjU2", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/intents/4b322ee2-2096-405e-b990-e6db5b20504b", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2ludGVudHMvNGIzMjJlZTItMjA5Ni00MDVlLWI5OTAtZTZkYjViMjA1MDRi", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:09:58 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "041ae587-e01f-4fdf-a1d4-635c7b2ea87f" + "79957365-7638-49fa-b85d-702b91f8ecf7" ], "Request-Id": [ - "041ae587-e01f-4fdf-a1d4-635c7b2ea87f" + "79957365-7638-49fa-b85d-702b91f8ecf7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:16 GMT" + ], "Content-Length": [ "111" ], @@ -117,40 +117,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"a7eb3915-0ce9-49e5-ae5f-cfa9f820c256\",\r\n \"name\": \"TestIntent\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"4b322ee2-2096-405e-b990-e6db5b20504b\",\r\n \"name\": \"TestIntent\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/intents/a7eb3915-0ce9-49e5-ae5f-cfa9f820c256", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2ludGVudHMvYTdlYjM5MTUtMGNlOS00OWU1LWFlNWYtY2ZhOWY4MjBjMjU2", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/intents/4b322ee2-2096-405e-b990-e6db5b20504b", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2ludGVudHMvNGIzMjJlZTItMjA5Ni00MDVlLWI5OTAtZTZkYjViMjA1MDRi", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:09:59 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "02ca771a-fc04-4dca-85fd-22fd0e057fc4" + "4f8545fb-748d-4e11-af6f-8ec6ef205eae" ], "Request-Id": [ - "02ca771a-fc04-4dca-85fd-22fd0e057fc4" + "4f8545fb-748d-4e11-af6f-8ec6ef205eae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:16 GMT" + ], "Content-Length": [ "111" ], @@ -171,23 +171,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"a7eb3915-0ce9-49e5-ae5f-cfa9f820c256\",\r\n \"name\": \"UpdateTest\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"4b322ee2-2096-405e-b990-e6db5b20504b\",\r\n \"name\": \"UpdateTest\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/intents/a7eb3915-0ce9-49e5-ae5f-cfa9f820c256", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2ludGVudHMvYTdlYjM5MTUtMGNlOS00OWU1LWFlNWYtY2ZhOWY4MjBjMjU2", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/intents/4b322ee2-2096-405e-b990-e6db5b20504b", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2ludGVudHMvNGIzMjJlZTItMjA5Ni00MDVlLWI5OTAtZTZkYjViMjA1MDRi", "RequestMethod": "PUT", "RequestBody": "{\r\n \"name\": \"UpdateTest\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -200,17 +200,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:09:59 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "6830f309-3d69-4a5a-96f0-366711a11bd5" + "26135b3f-b24d-4238-9528-18e525961f0f" ], "Request-Id": [ - "6830f309-3d69-4a5a-96f0-366711a11bd5" + "26135b3f-b24d-4238-9528-18e525961f0f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -224,6 +221,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:16 GMT" + ], "Content-Length": [ "51" ], @@ -235,36 +235,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/intents/a7eb3915-0ce9-49e5-ae5f-cfa9f820c256?deleteUtterances=false", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2ludGVudHMvYTdlYjM5MTUtMGNlOS00OWU1LWFlNWYtY2ZhOWY4MjBjMjU2P2RlbGV0ZVV0dGVyYW5jZXM9ZmFsc2U=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/intents/4b322ee2-2096-405e-b990-e6db5b20504b?deleteUtterances=false", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2ludGVudHMvNGIzMjJlZTItMjA5Ni00MDVlLWI5OTAtZTZkYjViMjA1MDRiP2RlbGV0ZVV0dGVyYW5jZXM9ZmFsc2U=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:09:59 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "6c2ae996-1601-465e-abb3-f8c14d501c3f" + "86a060a6-28a1-48db-844b-2322beed3efa" ], "Request-Id": [ - "6c2ae996-1601-465e-abb3-f8c14d501c3f" + "86a060a6-28a1-48db-844b-2322beed3efa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -278,6 +275,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:17 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/AddEntity.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/AddEntity.json index 7d47051358d37..4bb643b9f0b82 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/AddEntity.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/AddEntity.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcw==", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"New Entity Test\",\r\n \"explicitList\": [\r\n \"item\"\r\n ]\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:25 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/b4ae9be6-0470-4bcb-a28a-a6fc6f912707" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/2676173d-13fe-495d-9ed7-9b5ecd77a654" ], "Apim-Request-Id": [ - "9df5860e-bd57-4460-b736-64a63a98e424" + "669d84d0-4b4f-4b4a-bb93-b0f3153b5d94" ], "Request-Id": [ - "9df5860e-bd57-4460-b736-64a63a98e424" + "669d84d0-4b4f-4b4a-bb93-b0f3153b5d94" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/b4ae9be6-0470-4bcb-a28a-a6fc6f912707" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/2676173d-13fe-495d-9ed7-9b5ecd77a654" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:21 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"b4ae9be6-0470-4bcb-a28a-a6fc6f912707\"", + "ResponseBody": "\"2676173d-13fe-495d-9ed7-9b5ecd77a654\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/b4ae9be6-0470-4bcb-a28a-a6fc6f912707", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy9iNGFlOWJlNi0wNDcwLTRiY2ItYTI4YS1hNmZjNmY5MTI3MDc=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/2676173d-13fe-495d-9ed7-9b5ecd77a654", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy8yNjc2MTczZC0xM2ZlLTQ5NWQtOWVkNy05YjVlY2Q3N2E2NTQ=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:26 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "51d5cc5d-7427-4ed4-842b-1d9ecdf75352" + "96c78133-c779-4768-8ac2-bef0e2c24366" ], "Request-Id": [ - "51d5cc5d-7427-4ed4-842b-1d9ecdf75352" + "96c78133-c779-4768-8ac2-bef0e2c24366" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,47 +107,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:21 GMT" + ], "Content-Length": [ - "193" + "194" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"b4ae9be6-0470-4bcb-a28a-a6fc6f912707\",\r\n \"name\": \"New Entity Test\",\r\n \"typeId\": 7,\r\n \"readableType\": \"Pattern.Any Entity Extractor\",\r\n \"explicitList\": [\r\n {\r\n \"id\": 9085,\r\n \"explicitListItem\": \"item\"\r\n }\r\n ],\r\n \"roles\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"2676173d-13fe-495d-9ed7-9b5ecd77a654\",\r\n \"name\": \"New Entity Test\",\r\n \"typeId\": 7,\r\n \"readableType\": \"Pattern.Any Entity Extractor\",\r\n \"explicitList\": [\r\n {\r\n \"id\": 13767,\r\n \"explicitListItem\": \"item\"\r\n }\r\n ],\r\n \"roles\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/b4ae9be6-0470-4bcb-a28a-a6fc6f912707", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy9iNGFlOWJlNi0wNDcwLTRiY2ItYTI4YS1hNmZjNmY5MTI3MDc=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/2676173d-13fe-495d-9ed7-9b5ecd77a654", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy8yNjc2MTczZC0xM2ZlLTQ5NWQtOWVkNy05YjVlY2Q3N2E2NTQ=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:26 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "b68290e2-6fa6-4e52-855a-a48929a24138" + "27e018b0-4df4-4e5f-9abf-17d5a1ae9588" ], "Request-Id": [ - "b68290e2-6fa6-4e52-855a-a48929a24138" + "27e018b0-4df4-4e5f-9abf-17d5a1ae9588" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:21 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/AddExplicitListItem.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/AddExplicitListItem.json index 9f612ac9ce9d4..833f46a4438ad 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/AddExplicitListItem.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/AddExplicitListItem.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcw==", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"New Entity Test\",\r\n \"explicitList\": [\r\n \"item1\"\r\n ]\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:16 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/cd3e9604-4aab-4271-86c4-ab0c6251b2f3" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/541d0d98-834d-457c-b0e3-d9424923c386" ], "Apim-Request-Id": [ - "70470f1b-3858-4056-827e-636d8fecfcfc" + "c8a352a8-861d-4b8d-93de-376b1b6cbcf7" ], "Request-Id": [ - "70470f1b-3858-4056-827e-636d8fecfcfc" + "c8a352a8-861d-4b8d-93de-376b1b6cbcf7" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/cd3e9604-4aab-4271-86c4-ab0c6251b2f3" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/541d0d98-834d-457c-b0e3-d9424923c386" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:19 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"cd3e9604-4aab-4271-86c4-ab0c6251b2f3\"", + "ResponseBody": "\"541d0d98-834d-457c-b0e3-d9424923c386\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/cd3e9604-4aab-4271-86c4-ab0c6251b2f3/explicitlist", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy9jZDNlOTYwNC00YWFiLTQyNzEtODZjNC1hYjBjNjI1MWIyZjMvZXhwbGljaXRsaXN0", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/541d0d98-834d-457c-b0e3-d9424923c386/explicitlist", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy81NDFkMGQ5OC04MzRkLTQ1N2MtYjBlMy1kOTQyNDkyM2MzODYvZXhwbGljaXRsaXN0", "RequestMethod": "POST", "RequestBody": "{\r\n \"explicitListItem\": \"item2\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:16 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/cd3e9604-4aab-4271-86c4-ab0c6251b2f3/explicitlist/9079" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/541d0d98-834d-457c-b0e3-d9424923c386/explicitlist/13766" ], "Apim-Request-Id": [ - "d5accf95-4deb-47e3-a031-836915b60db3" + "2bc5ab3a-805f-4dc9-82b7-978fc621d114" ], "Request-Id": [ - "d5accf95-4deb-47e3-a031-836915b60db3" + "2bc5ab3a-805f-4dc9-82b7-978fc621d114" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/cd3e9604-4aab-4271-86c4-ab0c6251b2f3/explicitlist/9079" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/541d0d98-834d-457c-b0e3-d9424923c386/explicitlist/13766" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,47 +119,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:19 GMT" + ], "Content-Length": [ - "4" + "5" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "9079", + "ResponseBody": "13766", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/cd3e9604-4aab-4271-86c4-ab0c6251b2f3/explicitlist/9079", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy9jZDNlOTYwNC00YWFiLTQyNzEtODZjNC1hYjBjNjI1MWIyZjMvZXhwbGljaXRsaXN0LzkwNzk=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/541d0d98-834d-457c-b0e3-d9424923c386/explicitlist/13766", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy81NDFkMGQ5OC04MzRkLTQ1N2MtYjBlMy1kOTQyNDkyM2MzODYvZXhwbGljaXRsaXN0LzEzNzY2", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:16 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "1b839993-80bd-4a55-ab43-bc87b20960cd" + "a494679c-0dea-4531-9b05-24d79794a4a7" ], "Request-Id": [ - "1b839993-80bd-4a55-ab43-bc87b20960cd" + "a494679c-0dea-4531-9b05-24d79794a4a7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -176,47 +173,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:20 GMT" + ], "Content-Length": [ - "38" + "39" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": 9079,\r\n \"explicitListItem\": \"item2\"\r\n}", + "ResponseBody": "{\r\n \"id\": 13766,\r\n \"explicitListItem\": \"item2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/cd3e9604-4aab-4271-86c4-ab0c6251b2f3", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy9jZDNlOTYwNC00YWFiLTQyNzEtODZjNC1hYjBjNjI1MWIyZjM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/541d0d98-834d-457c-b0e3-d9424923c386", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy81NDFkMGQ5OC04MzRkLTQ1N2MtYjBlMy1kOTQyNDkyM2MzODY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:16 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "fb1bd87a-de6e-41c7-8353-19c236727bf7" + "1e813719-82f2-458a-a05b-02308e0c7fa1" ], "Request-Id": [ - "fb1bd87a-de6e-41c7-8353-19c236727bf7" + "1e813719-82f2-458a-a05b-02308e0c7fa1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -230,6 +227,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:20 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/DeleteEntity.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/DeleteEntity.json index 7af6c03e12b7f..87b5b0ad6e978 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/DeleteEntity.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/DeleteEntity.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcw==", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"New Entity Test\",\r\n \"explicitList\": [\r\n \"item\"\r\n ]\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:21 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/b0cf28f4-7981-4dde-be43-87683f6a7b8a" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/d65511a1-a4e5-4db3-9e00-83e393b5f2b7" ], "Apim-Request-Id": [ - "5cfd98d6-5e26-47c8-b383-5000e07bf1df" + "27c1ff9b-dd78-4790-9dbe-c53dee4cc2cb" ], "Request-Id": [ - "5cfd98d6-5e26-47c8-b383-5000e07bf1df" + "27c1ff9b-dd78-4790-9dbe-c53dee4cc2cb" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/b0cf28f4-7981-4dde-be43-87683f6a7b8a" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/d65511a1-a4e5-4db3-9e00-83e393b5f2b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:25 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"b0cf28f4-7981-4dde-be43-87683f6a7b8a\"", + "ResponseBody": "\"d65511a1-a4e5-4db3-9e00-83e393b5f2b7\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/b0cf28f4-7981-4dde-be43-87683f6a7b8a", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy9iMGNmMjhmNC03OTgxLTRkZGUtYmU0My04NzY4M2Y2YTdiOGE=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/d65511a1-a4e5-4db3-9e00-83e393b5f2b7", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy9kNjU1MTFhMS1hNGU1LTRkYjMtOWUwMC04M2UzOTNiNWYyYjc=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:21 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "d0519f29-1857-44dc-bb5b-82ea837e0bfe" + "38670386-c0d0-4fd3-bc97-f67131598787" ], "Request-Id": [ - "d0519f29-1857-44dc-bb5b-82ea837e0bfe" + "38670386-c0d0-4fd3-bc97-f67131598787" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:25 GMT" + ], "Content-Length": [ "51" ], @@ -121,36 +121,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcz9za2lwPTAmdGFrZT0xMDA=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcz9za2lwPTAmdGFrZT0xMDA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:22 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "8243f092-d6d0-494c-8d70-d593fe0117cb" + "42dfda15-0025-41d9-a0cf-db9d546e5d1a" ], "Request-Id": [ - "8243f092-d6d0-494c-8d70-d593fe0117cb" + "42dfda15-0025-41d9-a0cf-db9d546e5d1a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:26 GMT" + ], "Content-Length": [ "2" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/DeleteExplicitListItem.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/DeleteExplicitListItem.json index a3a4e18025fc2..f14226314d0d7 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/DeleteExplicitListItem.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/DeleteExplicitListItem.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcw==", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"New Entity Test\",\r\n \"explicitList\": []\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:28 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/44b2ab6c-6a6a-4fd2-bdf9-43944c8bf414" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/71d86844-7655-449f-b76b-23e3eb2b898b" ], "Apim-Request-Id": [ - "ddc6e07a-82f4-4055-bd7d-893ddacc8354" + "48d45752-d5ff-4382-a731-579728200d5e" ], "Request-Id": [ - "ddc6e07a-82f4-4055-bd7d-893ddacc8354" + "48d45752-d5ff-4382-a731-579728200d5e" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/44b2ab6c-6a6a-4fd2-bdf9-43944c8bf414" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/71d86844-7655-449f-b76b-23e3eb2b898b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:31 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"44b2ab6c-6a6a-4fd2-bdf9-43944c8bf414\"", + "ResponseBody": "\"71d86844-7655-449f-b76b-23e3eb2b898b\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/44b2ab6c-6a6a-4fd2-bdf9-43944c8bf414/explicitlist", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy80NGIyYWI2Yy02YTZhLTRmZDItYmRmOS00Mzk0NGM4YmY0MTQvZXhwbGljaXRsaXN0", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/71d86844-7655-449f-b76b-23e3eb2b898b/explicitlist", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy83MWQ4Njg0NC03NjU1LTQ0OWYtYjc2Yi0yM2UzZWIyYjg5OGIvZXhwbGljaXRsaXN0", "RequestMethod": "POST", "RequestBody": "{\r\n \"explicitListItem\": \"item\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:28 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/44b2ab6c-6a6a-4fd2-bdf9-43944c8bf414/explicitlist/9086" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/71d86844-7655-449f-b76b-23e3eb2b898b/explicitlist/13775" ], "Apim-Request-Id": [ - "26aecc70-b01a-47af-9a56-d56dff2c325a" + "333bfbf3-afed-4822-b855-8be3423c2e2f" ], "Request-Id": [ - "26aecc70-b01a-47af-9a56-d56dff2c325a" + "333bfbf3-afed-4822-b855-8be3423c2e2f" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/44b2ab6c-6a6a-4fd2-bdf9-43944c8bf414/explicitlist/9086" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/71d86844-7655-449f-b76b-23e3eb2b898b/explicitlist/13775" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,47 +119,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:31 GMT" + ], "Content-Length": [ - "4" + "5" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "9086", + "ResponseBody": "13775", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/44b2ab6c-6a6a-4fd2-bdf9-43944c8bf414/explicitlist/9086", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy80NGIyYWI2Yy02YTZhLTRmZDItYmRmOS00Mzk0NGM4YmY0MTQvZXhwbGljaXRsaXN0LzkwODY=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/71d86844-7655-449f-b76b-23e3eb2b898b/explicitlist/13775", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy83MWQ4Njg0NC03NjU1LTQ0OWYtYjc2Yi0yM2UzZWIyYjg5OGIvZXhwbGljaXRsaXN0LzEzNzc1", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:28 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "874491c7-40a9-46cb-b961-7551eea73893" + "509510a8-7d01-4a51-a841-68d9272a34ec" ], "Request-Id": [ - "874491c7-40a9-46cb-b961-7551eea73893" + "509510a8-7d01-4a51-a841-68d9272a34ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -176,6 +173,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:32 GMT" + ], "Content-Length": [ "51" ], @@ -187,36 +187,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/44b2ab6c-6a6a-4fd2-bdf9-43944c8bf414/explicitlist", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy80NGIyYWI2Yy02YTZhLTRmZDItYmRmOS00Mzk0NGM4YmY0MTQvZXhwbGljaXRsaXN0", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/71d86844-7655-449f-b76b-23e3eb2b898b/explicitlist", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy83MWQ4Njg0NC03NjU1LTQ0OWYtYjc2Yi0yM2UzZWIyYjg5OGIvZXhwbGljaXRsaXN0", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:29 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "a1d4e4b2-f5bc-4789-973f-1cd87db12704" + "b2f9c407-7b24-4405-9a53-b8deeb3bcdcd" ], "Request-Id": [ - "a1d4e4b2-f5bc-4789-973f-1cd87db12704" + "b2f9c407-7b24-4405-9a53-b8deeb3bcdcd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -230,6 +227,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:32 GMT" + ], "Content-Length": [ "2" ], @@ -241,36 +241,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/44b2ab6c-6a6a-4fd2-bdf9-43944c8bf414", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy80NGIyYWI2Yy02YTZhLTRmZDItYmRmOS00Mzk0NGM4YmY0MTQ=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/71d86844-7655-449f-b76b-23e3eb2b898b", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy83MWQ4Njg0NC03NjU1LTQ0OWYtYjc2Yi0yM2UzZWIyYjg5OGI=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:29 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "43f1add2-dbf8-4dfa-8f86-5c6888860a5b" + "e27d299b-5b22-4b8c-bb67-7745ccee6908" ], "Request-Id": [ - "43f1add2-dbf8-4dfa-8f86-5c6888860a5b" + "e27d299b-5b22-4b8c-bb67-7745ccee6908" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -284,6 +281,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:32 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/GetEntity.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/GetEntity.json index 63669e0c5a0e3..180ebb5d1e451 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/GetEntity.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/GetEntity.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcw==", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"New Entity Test\",\r\n \"explicitList\": [\r\n \"item\"\r\n ]\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:20 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/3a899867-302e-4be9-9596-eb86977991a6" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/407707bd-c044-437a-a7d7-b79b91026891" ], "Apim-Request-Id": [ - "e4e12929-e1c0-4406-aa05-05500c130516" + "6765541f-41f5-4ad7-a886-7c56bb3d1b06" ], "Request-Id": [ - "e4e12929-e1c0-4406-aa05-05500c130516" + "6765541f-41f5-4ad7-a886-7c56bb3d1b06" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/3a899867-302e-4be9-9596-eb86977991a6" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/407707bd-c044-437a-a7d7-b79b91026891" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:22 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"3a899867-302e-4be9-9596-eb86977991a6\"", + "ResponseBody": "\"407707bd-c044-437a-a7d7-b79b91026891\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/3a899867-302e-4be9-9596-eb86977991a6", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy8zYTg5OTg2Ny0zMDJlLTRiZTktOTU5Ni1lYjg2OTc3OTkxYTY=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/407707bd-c044-437a-a7d7-b79b91026891", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy80MDc3MDdiZC1jMDQ0LTQzN2EtYTdkNy1iNzliOTEwMjY4OTE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:20 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "3c609d5b-688e-4693-abc2-5b9333352b7e" + "690d7f00-51e0-4f60-9246-2914936c79d4" ], "Request-Id": [ - "3c609d5b-688e-4693-abc2-5b9333352b7e" + "690d7f00-51e0-4f60-9246-2914936c79d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,47 +107,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:22 GMT" + ], "Content-Length": [ - "193" + "194" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"3a899867-302e-4be9-9596-eb86977991a6\",\r\n \"name\": \"New Entity Test\",\r\n \"typeId\": 7,\r\n \"readableType\": \"Pattern.Any Entity Extractor\",\r\n \"explicitList\": [\r\n {\r\n \"id\": 9081,\r\n \"explicitListItem\": \"item\"\r\n }\r\n ],\r\n \"roles\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"407707bd-c044-437a-a7d7-b79b91026891\",\r\n \"name\": \"New Entity Test\",\r\n \"typeId\": 7,\r\n \"readableType\": \"Pattern.Any Entity Extractor\",\r\n \"explicitList\": [\r\n {\r\n \"id\": 13768,\r\n \"explicitListItem\": \"item\"\r\n }\r\n ],\r\n \"roles\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/3a899867-302e-4be9-9596-eb86977991a6", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy8zYTg5OTg2Ny0zMDJlLTRiZTktOTU5Ni1lYjg2OTc3OTkxYTY=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/407707bd-c044-437a-a7d7-b79b91026891", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy80MDc3MDdiZC1jMDQ0LTQzN2EtYTdkNy1iNzliOTEwMjY4OTE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:20 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "d28509fd-8ab6-45f7-ad0b-7dc99eb2954f" + "aa9ca2ba-0460-4aba-b962-e380fdfd167e" ], "Request-Id": [ - "d28509fd-8ab6-45f7-ad0b-7dc99eb2954f" + "aa9ca2ba-0460-4aba-b962-e380fdfd167e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:22 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/GetExplicitList.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/GetExplicitList.json index fde2ccbd2fe90..22c0c2eb0c846 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/GetExplicitList.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/GetExplicitList.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcw==", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"New Entity Test\",\r\n \"explicitList\": [\r\n \"item1\",\r\n \"item2\"\r\n ]\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:35 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/2ed5ab57-7ad0-4e90-be53-99160018997b" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/f2e8b061-635b-408f-a922-b7d06f65ef1f" ], "Apim-Request-Id": [ - "7d78f2af-98af-4ea8-a359-e6071ae41432" + "95561647-1cbf-4434-bf7f-c288aa346b90" ], "Request-Id": [ - "7d78f2af-98af-4ea8-a359-e6071ae41432" + "95561647-1cbf-4434-bf7f-c288aa346b90" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/2ed5ab57-7ad0-4e90-be53-99160018997b" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/f2e8b061-635b-408f-a922-b7d06f65ef1f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:30 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"2ed5ab57-7ad0-4e90-be53-99160018997b\"", + "ResponseBody": "\"f2e8b061-635b-408f-a922-b7d06f65ef1f\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/2ed5ab57-7ad0-4e90-be53-99160018997b/explicitlist", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy8yZWQ1YWI1Ny03YWQwLTRlOTAtYmU1My05OTE2MDAxODk5N2IvZXhwbGljaXRsaXN0", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/f2e8b061-635b-408f-a922-b7d06f65ef1f/explicitlist", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy9mMmU4YjA2MS02MzViLTQwOGYtYTkyMi1iN2QwNmY2NWVmMWYvZXhwbGljaXRsaXN0", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:35 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "c73b0a6e-f82f-4b65-af22-995ba5bf4b8b" + "3c25e533-b5a8-48c3-b44a-6a62e1517b4e" ], "Request-Id": [ - "c73b0a6e-f82f-4b65-af22-995ba5bf4b8b" + "3c25e533-b5a8-48c3-b44a-6a62e1517b4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,47 +107,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:30 GMT" + ], "Content-Length": [ - "79" + "81" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": 9089,\r\n \"explicitListItem\": \"item1\"\r\n },\r\n {\r\n \"id\": 9090,\r\n \"explicitListItem\": \"item2\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": 13773,\r\n \"explicitListItem\": \"item1\"\r\n },\r\n {\r\n \"id\": 13774,\r\n \"explicitListItem\": \"item2\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/2ed5ab57-7ad0-4e90-be53-99160018997b", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy8yZWQ1YWI1Ny03YWQwLTRlOTAtYmU1My05OTE2MDAxODk5N2I=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/f2e8b061-635b-408f-a922-b7d06f65ef1f", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy9mMmU4YjA2MS02MzViLTQwOGYtYTkyMi1iN2QwNmY2NWVmMWY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:35 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "6378b715-7660-41dc-869b-5c8a62ffa807" + "46c55658-16fb-4ceb-adb6-da9519393b2c" ], "Request-Id": [ - "6378b715-7660-41dc-869b-5c8a62ffa807" + "46c55658-16fb-4ceb-adb6-da9519393b2c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:30 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/GetExplicitListItem.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/GetExplicitListItem.json index 605f14fa1f4fb..39250044a1d08 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/GetExplicitListItem.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/GetExplicitListItem.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcw==", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"New Entity Test\",\r\n \"explicitList\": []\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:18 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/2ddebd7f-f30f-4454-a0c5-40e36d9cb8dd" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/ed42ad05-7a9a-4cde-a3ad-de44907ad96f" ], "Apim-Request-Id": [ - "16428195-75cd-49f2-ab24-af957dea958e" + "b01df3af-e147-4e15-a742-4d04f86cc245" ], "Request-Id": [ - "16428195-75cd-49f2-ab24-af957dea958e" + "b01df3af-e147-4e15-a742-4d04f86cc245" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/2ddebd7f-f30f-4454-a0c5-40e36d9cb8dd" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/ed42ad05-7a9a-4cde-a3ad-de44907ad96f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:27 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"2ddebd7f-f30f-4454-a0c5-40e36d9cb8dd\"", + "ResponseBody": "\"ed42ad05-7a9a-4cde-a3ad-de44907ad96f\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/2ddebd7f-f30f-4454-a0c5-40e36d9cb8dd/explicitlist", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy8yZGRlYmQ3Zi1mMzBmLTQ0NTQtYTBjNS00MGUzNmQ5Y2I4ZGQvZXhwbGljaXRsaXN0", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/ed42ad05-7a9a-4cde-a3ad-de44907ad96f/explicitlist", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy9lZDQyYWQwNS03YTlhLTRjZGUtYTNhZC1kZTQ0OTA3YWQ5NmYvZXhwbGljaXRsaXN0", "RequestMethod": "POST", "RequestBody": "{\r\n \"explicitListItem\": \"item\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:18 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/2ddebd7f-f30f-4454-a0c5-40e36d9cb8dd/explicitlist/9080" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/ed42ad05-7a9a-4cde-a3ad-de44907ad96f/explicitlist/13771" ], "Apim-Request-Id": [ - "920bec2c-91b0-4eb1-816d-018e8de458ab" + "aeddf399-6e4d-4458-b8d5-55ffbe45a6d1" ], "Request-Id": [ - "920bec2c-91b0-4eb1-816d-018e8de458ab" + "aeddf399-6e4d-4458-b8d5-55ffbe45a6d1" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/2ddebd7f-f30f-4454-a0c5-40e36d9cb8dd/explicitlist/9080" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/ed42ad05-7a9a-4cde-a3ad-de44907ad96f/explicitlist/13771" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,47 +119,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:27 GMT" + ], "Content-Length": [ - "4" + "5" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "9080", + "ResponseBody": "13771", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/2ddebd7f-f30f-4454-a0c5-40e36d9cb8dd/explicitlist/9080", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy8yZGRlYmQ3Zi1mMzBmLTQ0NTQtYTBjNS00MGUzNmQ5Y2I4ZGQvZXhwbGljaXRsaXN0LzkwODA=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/ed42ad05-7a9a-4cde-a3ad-de44907ad96f/explicitlist/13771", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy9lZDQyYWQwNS03YTlhLTRjZGUtYTNhZC1kZTQ0OTA3YWQ5NmYvZXhwbGljaXRsaXN0LzEzNzcx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:18 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "0439c117-ab6a-4aeb-bc23-c0d9362f1f7d" + "05dc6677-0d6f-4d3a-bd62-ffe5780b0721" ], "Request-Id": [ - "0439c117-ab6a-4aeb-bc23-c0d9362f1f7d" + "05dc6677-0d6f-4d3a-bd62-ffe5780b0721" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -176,47 +173,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:27 GMT" + ], "Content-Length": [ - "37" + "38" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": 9080,\r\n \"explicitListItem\": \"item\"\r\n}", + "ResponseBody": "{\r\n \"id\": 13771,\r\n \"explicitListItem\": \"item\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/2ddebd7f-f30f-4454-a0c5-40e36d9cb8dd", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy8yZGRlYmQ3Zi1mMzBmLTQ0NTQtYTBjNS00MGUzNmQ5Y2I4ZGQ=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/ed42ad05-7a9a-4cde-a3ad-de44907ad96f", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy9lZDQyYWQwNS03YTlhLTRjZGUtYTNhZC1kZTQ0OTA3YWQ5NmY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:18 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "3e8600ad-d963-4b46-819d-261547b3d858" + "04b6b87f-bf17-4913-acd8-6eed4efe4f40" ], "Request-Id": [ - "3e8600ad-d963-4b46-819d-261547b3d858" + "04b6b87f-bf17-4913-acd8-6eed4efe4f40" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -230,6 +227,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:28 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/ListEntities.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/ListEntities.json index c5f7b76fc2253..e87fb012495a7 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/ListEntities.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/ListEntities.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcw==", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"Pattern.Any entity\",\r\n \"explicitList\": [\r\n \"item\"\r\n ]\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:30 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/fa25b209-7a03-4396-93e2-89b63e50a267" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/3a55111e-fa6e-44ff-9525-cb32234e162a" ], "Apim-Request-Id": [ - "4628a4a7-db4e-47cc-82c5-b438fa42fa96" + "ffd4e0ee-20ee-48aa-b1c9-35cac69924a1" ], "Request-Id": [ - "4628a4a7-db4e-47cc-82c5-b438fa42fa96" + "ffd4e0ee-20ee-48aa-b1c9-35cac69924a1" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/fa25b209-7a03-4396-93e2-89b63e50a267" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/3a55111e-fa6e-44ff-9525-cb32234e162a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:29 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"fa25b209-7a03-4396-93e2-89b63e50a267\"", + "ResponseBody": "\"3a55111e-fa6e-44ff-9525-cb32234e162a\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcz9za2lwPTAmdGFrZT0xMDA=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcz9za2lwPTAmdGFrZT0xMDA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:30 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "df832f3b-069a-44fd-ade8-d11fd0a5de90" + "0d295c7c-2b85-48f5-a7a9-cd2bc9d8f9ca" ], "Request-Id": [ - "df832f3b-069a-44fd-ade8-d11fd0a5de90" + "0d295c7c-2b85-48f5-a7a9-cd2bc9d8f9ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,47 +107,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:29 GMT" + ], "Content-Length": [ - "198" + "199" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"fa25b209-7a03-4396-93e2-89b63e50a267\",\r\n \"name\": \"Pattern.Any entity\",\r\n \"typeId\": 7,\r\n \"readableType\": \"Pattern.Any Entity Extractor\",\r\n \"explicitList\": [\r\n {\r\n \"id\": 9087,\r\n \"explicitListItem\": \"item\"\r\n }\r\n ],\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"3a55111e-fa6e-44ff-9525-cb32234e162a\",\r\n \"name\": \"Pattern.Any entity\",\r\n \"typeId\": 7,\r\n \"readableType\": \"Pattern.Any Entity Extractor\",\r\n \"explicitList\": [\r\n {\r\n \"id\": 13772,\r\n \"explicitListItem\": \"item\"\r\n }\r\n ],\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/fa25b209-7a03-4396-93e2-89b63e50a267", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy9mYTI1YjIwOS03YTAzLTQzOTYtOTNlMi04OWI2M2U1MGEyNjc=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/3a55111e-fa6e-44ff-9525-cb32234e162a", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy8zYTU1MTExZS1mYTZlLTQ0ZmYtOTUyNS1jYjMyMjM0ZTE2MmE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:31 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "fb1750b4-a2e9-462d-bb77-90805278b520" + "189faa12-3910-47bf-ac0c-62e2279cc656" ], "Request-Id": [ - "fb1750b4-a2e9-462d-bb77-90805278b520" + "189faa12-3910-47bf-ac0c-62e2279cc656" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:29 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/UpdateEntity.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/UpdateEntity.json index f1fe03c64aa8f..c0028b004769e 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/UpdateEntity.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/UpdateEntity.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcw==", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"New Entity Test\",\r\n \"explicitList\": [\r\n \"item\"\r\n ]\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:23 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/d1d3911d-843c-48e4-9e9e-4f12e6980f33" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/abfee5a4-98d9-496c-9143-1875ac4ad0a6" ], "Apim-Request-Id": [ - "d5a61fde-bbfc-48a7-87aa-c2ac2435e5c3" + "4ba25b97-2d0e-4981-b140-2481cb652fde" ], "Request-Id": [ - "d5a61fde-bbfc-48a7-87aa-c2ac2435e5c3" + "4ba25b97-2d0e-4981-b140-2481cb652fde" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/d1d3911d-843c-48e4-9e9e-4f12e6980f33" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/abfee5a4-98d9-496c-9143-1875ac4ad0a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:17 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"d1d3911d-843c-48e4-9e9e-4f12e6980f33\"", + "ResponseBody": "\"abfee5a4-98d9-496c-9143-1875ac4ad0a6\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/d1d3911d-843c-48e4-9e9e-4f12e6980f33", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy9kMWQzOTExZC04NDNjLTQ4ZTQtOWU5ZS00ZjEyZTY5ODBmMzM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/abfee5a4-98d9-496c-9143-1875ac4ad0a6", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy9hYmZlZTVhNC05OGQ5LTQ5NmMtOTE0My0xODc1YWM0YWQwYTY=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"name\": \"Entity Test Renamed\",\r\n \"explicitList\": [\r\n \"item1\"\r\n ]\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,17 +92,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:23 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "c54d8ad4-1c22-4751-b8d9-31c5e0b7acef" + "634ab9af-f863-4f9d-a219-5be620e7e13f" ], "Request-Id": [ - "c54d8ad4-1c22-4751-b8d9-31c5e0b7acef" + "634ab9af-f863-4f9d-a219-5be620e7e13f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -116,6 +113,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:18 GMT" + ], "Content-Length": [ "51" ], @@ -127,36 +127,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/d1d3911d-843c-48e4-9e9e-4f12e6980f33", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy9kMWQzOTExZC04NDNjLTQ4ZTQtOWU5ZS00ZjEyZTY5ODBmMzM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/abfee5a4-98d9-496c-9143-1875ac4ad0a6", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy9hYmZlZTVhNC05OGQ5LTQ5NmMtOTE0My0xODc1YWM0YWQwYTY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:24 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "9e66c4c7-c123-495b-ac1b-756351e44e6d" + "c4bf9b85-db83-475e-9c71-04f8ae300474" ], "Request-Id": [ - "9e66c4c7-c123-495b-ac1b-756351e44e6d" + "c4bf9b85-db83-475e-9c71-04f8ae300474" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -170,47 +167,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:18 GMT" + ], "Content-Length": [ - "198" + "199" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"d1d3911d-843c-48e4-9e9e-4f12e6980f33\",\r\n \"name\": \"Entity Test Renamed\",\r\n \"typeId\": 7,\r\n \"readableType\": \"Pattern.Any Entity Extractor\",\r\n \"explicitList\": [\r\n {\r\n \"id\": 9084,\r\n \"explicitListItem\": \"item1\"\r\n }\r\n ],\r\n \"roles\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"abfee5a4-98d9-496c-9143-1875ac4ad0a6\",\r\n \"name\": \"Entity Test Renamed\",\r\n \"typeId\": 7,\r\n \"readableType\": \"Pattern.Any Entity Extractor\",\r\n \"explicitList\": [\r\n {\r\n \"id\": 13764,\r\n \"explicitListItem\": \"item1\"\r\n }\r\n ],\r\n \"roles\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/d1d3911d-843c-48e4-9e9e-4f12e6980f33", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzL2QxZDM5MTFkLTg0M2MtNDhlNC05ZTllLTRmMTJlNjk4MGYzMw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/abfee5a4-98d9-496c-9143-1875ac4ad0a6", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzL2FiZmVlNWE0LTk4ZDktNDk2Yy05MTQzLTE4NzVhYzRhZDBhNg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:24 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "90bd5417-1c18-40c3-8790-e98c9c2649f8" + "118059bd-d839-4aae-b2a8-2150f9568001" ], "Request-Id": [ - "90bd5417-1c18-40c3-8790-e98c9c2649f8" + "118059bd-d839-4aae-b2a8-2150f9568001" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -224,6 +221,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:18 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/UpdateExplicitListItem.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/UpdateExplicitListItem.json index f6c477f52cb8b..1f7d002014159 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/UpdateExplicitListItem.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPatternAnyTests/UpdateExplicitListItem.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcw==", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"New Entity Test\",\r\n \"explicitList\": []\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:32 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/d81f22cd-5314-40b4-90b5-bd868c356b42" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/283979d0-7864-47dc-9df7-59cc56a9a41b" ], "Apim-Request-Id": [ - "e0c58deb-bcb9-45ab-9450-48878a9167c0" + "f412a07a-80db-40e1-99ce-bee76d0e1d20" ], "Request-Id": [ - "e0c58deb-bcb9-45ab-9450-48878a9167c0" + "f412a07a-80db-40e1-99ce-bee76d0e1d20" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/d81f22cd-5314-40b4-90b5-bd868c356b42" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/283979d0-7864-47dc-9df7-59cc56a9a41b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:23 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"d81f22cd-5314-40b4-90b5-bd868c356b42\"", + "ResponseBody": "\"283979d0-7864-47dc-9df7-59cc56a9a41b\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/d81f22cd-5314-40b4-90b5-bd868c356b42/explicitlist", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy9kODFmMjJjZC01MzE0LTQwYjQtOTBiNS1iZDg2OGMzNTZiNDIvZXhwbGljaXRsaXN0", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/283979d0-7864-47dc-9df7-59cc56a9a41b/explicitlist", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy8yODM5NzlkMC03ODY0LTQ3ZGMtOWRmNy01OWNjNTZhOWE0MWIvZXhwbGljaXRsaXN0", "RequestMethod": "POST", "RequestBody": "{\r\n \"explicitListItem\": \"item\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:32 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/d81f22cd-5314-40b4-90b5-bd868c356b42/explicitlist/9088" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/283979d0-7864-47dc-9df7-59cc56a9a41b/explicitlist/13769" ], "Apim-Request-Id": [ - "ccc7c0a7-2742-4df5-a72a-0608a7083e3f" + "562382e8-2bd2-4ebd-9691-dd4e9e1dcdc8" ], "Request-Id": [ - "ccc7c0a7-2742-4df5-a72a-0608a7083e3f" + "562382e8-2bd2-4ebd-9691-dd4e9e1dcdc8" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/d81f22cd-5314-40b4-90b5-bd868c356b42/explicitlist/9088" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/283979d0-7864-47dc-9df7-59cc56a9a41b/explicitlist/13769" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,30 +119,33 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:24 GMT" + ], "Content-Length": [ - "4" + "5" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "9088", + "ResponseBody": "13769", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/d81f22cd-5314-40b4-90b5-bd868c356b42/explicitlist/9088", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy9kODFmMjJjZC01MzE0LTQwYjQtOTBiNS1iZDg2OGMzNTZiNDIvZXhwbGljaXRsaXN0LzkwODg=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/283979d0-7864-47dc-9df7-59cc56a9a41b/explicitlist/13769", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy8yODM5NzlkMC03ODY0LTQ3ZGMtOWRmNy01OWNjNTZhOWE0MWIvZXhwbGljaXRsaXN0LzEzNzY5", "RequestMethod": "PUT", "RequestBody": "{\r\n \"explicitListItem\": \"item1\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -158,17 +158,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:33 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "fea056ae-d6b3-46b8-b9c0-aec9f9314854" + "a3f99396-b3de-4898-bbbf-fd8eed2638ef" ], "Request-Id": [ - "fea056ae-d6b3-46b8-b9c0-aec9f9314854" + "a3f99396-b3de-4898-bbbf-fd8eed2638ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -182,6 +179,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:24 GMT" + ], "Content-Length": [ "51" ], @@ -193,36 +193,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/d81f22cd-5314-40b4-90b5-bd868c356b42/explicitlist/9088", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy9kODFmMjJjZC01MzE0LTQwYjQtOTBiNS1iZDg2OGMzNTZiNDIvZXhwbGljaXRsaXN0LzkwODg=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/283979d0-7864-47dc-9df7-59cc56a9a41b/explicitlist/13769", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy8yODM5NzlkMC03ODY0LTQ3ZGMtOWRmNy01OWNjNTZhOWE0MWIvZXhwbGljaXRsaXN0LzEzNzY5", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:33 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "ee3cba0f-de46-4337-85d3-735a673244df" + "574ede9c-62cc-45ad-a6be-2817accc4ef7" ], "Request-Id": [ - "ee3cba0f-de46-4337-85d3-735a673244df" + "574ede9c-62cc-45ad-a6be-2817accc4ef7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -236,47 +233,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:24 GMT" + ], "Content-Length": [ - "38" + "39" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": 9088,\r\n \"explicitListItem\": \"item1\"\r\n}", + "ResponseBody": "{\r\n \"id\": 13769,\r\n \"explicitListItem\": \"item1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternanyentities/d81f22cd-5314-40b4-90b5-bd868c356b42", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy9kODFmMjJjZC01MzE0LTQwYjQtOTBiNS1iZDg2OGMzNTZiNDI=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternanyentities/283979d0-7864-47dc-9df7-59cc56a9a41b", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5hbnllbnRpdGllcy8yODM5NzlkMC03ODY0LTQ3ZGMtOWRmNy01OWNjNTZhOWE0MWI=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:12:33 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "21ac7d54-b267-4bec-9691-08feaec3c70c" + "df9f54a8-f717-48be-801f-522fad9202a2" ], "Request-Id": [ - "21ac7d54-b267-4bec-9691-08feaec3c70c" + "df9f54a8-f717-48be-801f-522fad9202a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -290,6 +287,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:25 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltDomainTests/AddCustomPrebuiltDomain.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltDomainTests/AddCustomPrebuiltDomain.json index 919075c9aacd8..93fe26cf0d614 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltDomainTests/AddCustomPrebuiltDomain.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltDomainTests/AddCustomPrebuiltDomain.json @@ -1,36 +1,99 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/luis/api/v2.0/apps/", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8=", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"culture\": \"en-us\",\r\n \"domain\": \"Comics\",\r\n \"description\": \"New LUIS App\",\r\n \"usageScenario\": \"IoT\",\r\n \"name\": \"New LUIS App\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "137" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/1aa53d96-9299-42fc-aa1b-8683d634f9bb" + ], + "Apim-Request-Id": [ + "8946c813-2e51-48da-b0b9-3e7decb6d1c1" + ], + "Request-Id": [ + "8946c813-2e51-48da-b0b9-3e7decb6d1c1" + ], + "Operation-Location": [ + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/1aa53d96-9299-42fc-aa1b-8683d634f9bb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains; preload" + ], + "Request-Context": [ + "appId=cid-v1:26a3540d-a02a-4998-a060-715488fd769b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-Frame-Options": [ + "SAMEORIGIN" + ], "Date": [ - "Wed, 13 Feb 2019 00:15:39 GMT" + "Sun, 25 Aug 2019 19:19:55 GMT" + ], + "Content-Length": [ + "38" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ] + }, + "ResponseBody": "\"1aa53d96-9299-42fc-aa1b-8683d634f9bb\"", + "StatusCode": 201 + }, + { + "RequestUri": "/luis/api/v2.0/apps/1aa53d96-9299-42fc-aa1b-8683d634f9bb/versions?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8xYWE1M2Q5Ni05Mjk5LTQyZmMtYWExYi04NjgzZDYzNGY5YmIvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "Ocp-Apim-Subscription-Key": [ + "62b834e0069943d9b035f32abd230359" + ], + "User-Agent": [ + "FxVersion/4.6.27617.04", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-store, proxy-revalidate, no-cache, max-age=0, private" ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "4dc691be-8e33-4850-8125-5525d4cc39ec" + "e46bcf12-ac00-4b35-892f-61df3403b850" ], "Request-Id": [ - "4dc691be-8e33-4850-8125-5525d4cc39ec" + "e46bcf12-ac00-4b35-892f-61df3403b850" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -44,53 +107,53 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:19:55 GMT" + ], "Content-Length": [ - "339" + "321" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-02-12T23:23:48Z\",\r\n \"lastModifiedDateTime\": \"2019-02-13T00:15:38Z\",\r\n \"lastTrainedDateTime\": null,\r\n \"lastPublishedDateTime\": \"2019-02-12T23:34:15Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 1,\r\n \"entitiesCount\": 1,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"NeedsTraining\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-08-25T19:19:56Z\",\r\n \"lastModifiedDateTime\": \"2019-08-25T19:19:56Z\",\r\n \"lastTrainedDateTime\": null,\r\n \"lastPublishedDateTime\": null,\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 1,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"NeedsTraining\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltdomains", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZG9tYWlucw==", + "RequestUri": "/luis/api/v2.0/apps/1aa53d96-9299-42fc-aa1b-8683d634f9bb/versions/0.1/customprebuiltdomains", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8xYWE1M2Q5Ni05Mjk5LTQyZmMtYWExYi04NjgzZDYzNGY5YmIvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZG9tYWlucw==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"domainName\": \"Gaming\"\r\n}", + "RequestBody": "{\r\n \"domainName\": \"Communication\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "30" + "37" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:15:40 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "7d655db1-ae36-4fad-b734-564c05e7358a" + "5a1dd9c4-65fd-4de0-917d-f99d5c027ffe" ], "Request-Id": [ - "7d655db1-ae36-4fad-b734-564c05e7358a" + "5a1dd9c4-65fd-4de0-917d-f99d5c027ffe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -104,47 +167,155 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:20:01 GMT" + ], "Content-Length": [ - "157" + "2341" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n \"f071a9ca-1638-41c9-8827-605f41cee93b\",\r\n \"7df32ee2-bc93-44e9-83c6-da77ce669f09\",\r\n \"19d352e1-0ed4-49f6-8f7a-fde9e47d3c54\",\r\n \"124d07ae-679c-4205-9d7e-330b423c5f59\"\r\n]", + "ResponseBody": "[\r\n \"1d3d65a1-ba30-4d60-96cb-014c71e0e3c0\",\r\n \"12b1b36f-0e4d-4a5d-a5b1-1a6b6a6ae0cc\",\r\n \"611111a5-bbd0-47fe-8aff-bfa38daf4d03\",\r\n \"ed1ff0e5-a053-4f84-ac83-3d011fcaedeb\",\r\n \"6d7b9b05-f2ad-4a2c-b18c-b00a3eb96164\",\r\n \"c1791507-c749-43a9-ac12-088e977cfa2c\",\r\n \"7742c2f4-7d1e-4c13-9296-bd6c9c774e9c\",\r\n \"0ad76a69-f59e-4760-9b8c-8c68fdacd13c\",\r\n \"56101cf5-0232-42de-927f-c1d0fc852605\",\r\n \"ec39d21a-db62-4762-8ae7-a9764eff68d8\",\r\n \"ccb29554-f057-4233-9c55-e60595bcb1b7\",\r\n \"402137c7-7a27-448a-87ff-f1dab92a1350\",\r\n \"d5dbd2fe-c7c1-41be-af62-affd0a8b53af\",\r\n \"1cf0113a-ae98-4a4d-9633-fc06e56a33b9\",\r\n \"42061109-8992-455a-ad5b-913761c58a80\",\r\n \"7b8a1914-df4a-4f02-b3ea-6a822c9cb593\",\r\n \"967d2cda-9552-4e0a-a05b-3d5b613c0ec5\",\r\n \"06ec5f34-ce5e-46dd-a40a-408d285302b3\",\r\n \"c6f039cc-c1b9-4ef5-8393-6514d7631738\",\r\n \"ca0055e4-983c-4317-8eb4-0f517845941b\",\r\n \"42850c37-6026-481e-8f46-5f083e464a46\",\r\n \"fb07082d-02fd-40bd-b9cd-1108f86c1135\",\r\n \"6561f13a-2171-4d7a-bef4-bf5c1c70a562\",\r\n \"9135eb0f-4b2f-47be-b1b1-4ea2a3cd6b0c\",\r\n \"a5af141c-08b8-4555-9ce9-6cec5df16023\",\r\n \"bf95f849-0304-489f-9c9e-87f30827518d\",\r\n \"a16c70cc-fa15-4f7e-86ff-9b767b69f159\",\r\n \"d7a973f5-6a24-4694-ba55-15339d65396a\",\r\n \"da06581f-1101-409d-9b1b-4b83f6e77f9b\",\r\n \"540994c3-11ad-48f4-9d55-24cd93f65bc6\",\r\n \"9bc7fdfd-2057-4554-b328-60fd048ff86f\",\r\n \"0594e27e-0976-4bdb-a430-f4bff21808ca\",\r\n \"08b9aa7b-ee65-40a2-bc68-2575e4734865\",\r\n \"d46053b0-01e1-4644-9639-7f9773d396c5\",\r\n \"813e8dee-d0ff-4467-b851-216f40b98e11\",\r\n \"512473f9-0ac0-43b0-a66f-c73a0e45b00c\",\r\n \"5ccef2eb-7dc9-4d49-86e5-68bab53e60d7\",\r\n \"88af46f4-794b-42d9-b75f-3e7e188283bb\",\r\n \"fb4a2bff-25eb-4122-b9e4-961dc4547757\",\r\n \"2ef94ec6-61d7-467a-8bdc-bc6444026fb9\",\r\n \"a5b59abe-8a8e-4f12-aaaa-39d3b6daf4e9\",\r\n \"85a43433-129a-44fb-a72e-065aa48fd347\",\r\n \"8c090073-b241-4e32-95b6-f62bd1b358b4\",\r\n \"2b3b765e-9965-445c-a661-7f157e84550b\",\r\n \"d4b99c82-1c60-452f-a45f-3dadc03527f6\",\r\n \"61e31c4a-a3d1-479b-b783-160308b6c941\",\r\n \"d43cea4b-4158-47a8-bfdf-a51a03d5209f\",\r\n \"59b86f48-3729-4d17-a90d-e6cd4d5eb485\",\r\n \"c8a427fe-1ce1-4c3f-b946-2d7a7e7c8ab0\",\r\n \"0b34df8f-8e9b-4848-a8fe-43bafc6dcd76\",\r\n \"85291143-10fe-437d-8aad-9bb0587d7e9c\",\r\n \"366bf1af-f194-4e01-a793-25ebb4217386\",\r\n \"a669421c-81f7-4b80-aefd-1ef25c30a896\",\r\n \"fda9f6c2-0210-4ee3-b7d4-f8916ef05e57\",\r\n \"69f58127-5da8-4596-9ed4-f85d512cfd83\",\r\n \"1e40a413-d880-4f44-80d2-e423b919b680\",\r\n \"7ed51860-dbb1-46bc-93f8-251a2f12585d\",\r\n \"7325382b-2801-4aa4-9202-eebd12a714e4\",\r\n \"19357cc0-c829-40cd-87ef-1e25319adacb\",\r\n \"6cfb8d20-616a-4b32-a589-34fbdb002861\"\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltmodels", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0bW9kZWxz", + "RequestUri": "/luis/api/v2.0/apps/1aa53d96-9299-42fc-aa1b-8683d634f9bb/versions/0.1/customprebuiltmodels", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8xYWE1M2Q5Ni05Mjk5LTQyZmMtYWExYi04NjgzZDYzNGY5YmIvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0bW9kZWxz", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], + "Pragma": [ + "no-cache" + ], + "Apim-Request-Id": [ + "cd664868-2a3d-488d-96ce-a22f392c1bf2" + ], + "Request-Id": [ + "cd664868-2a3d-488d-96ce-a22f392c1bf2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains; preload" + ], + "Request-Context": [ + "appId=cid-v1:26a3540d-a02a-4998-a060-715488fd769b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-Frame-Options": [ + "SAMEORIGIN" + ], + "Date": [ + "Sun, 25 Aug 2019 19:20:01 GMT" + ], + "Content-Length": [ + "12155" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ] + }, + "ResponseBody": "[\r\n {\r\n \"id\": \"1d3d65a1-ba30-4d60-96cb-014c71e0e3c0\",\r\n \"name\": \"Communication.AddContact\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"AddContact\"\r\n },\r\n {\r\n \"id\": \"12b1b36f-0e4d-4a5d-a5b1-1a6b6a6ae0cc\",\r\n \"name\": \"Communication.AddFlag\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"AddFlag\"\r\n },\r\n {\r\n \"id\": \"611111a5-bbd0-47fe-8aff-bfa38daf4d03\",\r\n \"name\": \"Communication.AddMore\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"AddMore\"\r\n },\r\n {\r\n \"id\": \"ed1ff0e5-a053-4f84-ac83-3d011fcaedeb\",\r\n \"name\": \"Communication.Answer\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Answer\"\r\n },\r\n {\r\n \"id\": \"6d7b9b05-f2ad-4a2c-b18c-b00a3eb96164\",\r\n \"name\": \"Communication.AssignContactNickname\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"AssignContactNickname\"\r\n },\r\n {\r\n \"id\": \"fb4a2bff-25eb-4122-b9e4-961dc4547757\",\r\n \"name\": \"Communication.Attachment\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Attachment\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"2ef94ec6-61d7-467a-8bdc-bc6444026fb9\",\r\n \"name\": \"Communication.AudioDeviceType\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"AudioDeviceType\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"c1791507-c749-43a9-ac12-088e977cfa2c\",\r\n \"name\": \"Communication.CallBack\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"CallBack\"\r\n },\r\n {\r\n \"id\": \"7742c2f4-7d1e-4c13-9296-bd6c9c774e9c\",\r\n \"name\": \"Communication.CallVoiceMail\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"CallVoiceMail\"\r\n },\r\n {\r\n \"id\": \"0ad76a69-f59e-4760-9b8c-8c68fdacd13c\",\r\n \"name\": \"Communication.Cancel\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Cancel\"\r\n },\r\n {\r\n \"id\": \"a5b59abe-8a8e-4f12-aaaa-39d3b6daf4e9\",\r\n \"name\": \"Communication.Category\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Category\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"56101cf5-0232-42de-927f-c1d0fc852605\",\r\n \"name\": \"Communication.CheckIMStatus\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"CheckIMStatus\"\r\n },\r\n {\r\n \"id\": \"ec39d21a-db62-4762-8ae7-a9764eff68d8\",\r\n \"name\": \"Communication.CheckMessages\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"CheckMessages\"\r\n },\r\n {\r\n \"id\": \"ccb29554-f057-4233-9c55-e60595bcb1b7\",\r\n \"name\": \"Communication.Confirm\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Confirm\"\r\n },\r\n {\r\n \"id\": \"85a43433-129a-44fb-a72e-065aa48fd347\",\r\n \"name\": \"Communication.ContactAttribute\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"ContactAttribute\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"8c090073-b241-4e32-95b6-f62bd1b358b4\",\r\n \"name\": \"Communication.ContactName\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"ContactName\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"2b3b765e-9965-445c-a661-7f157e84550b\",\r\n \"name\": \"Communication.DestinationPhone\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"DestinationPhone\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"402137c7-7a27-448a-87ff-f1dab92a1350\",\r\n \"name\": \"Communication.Dial\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Dial\"\r\n },\r\n {\r\n \"id\": \"d4b99c82-1c60-452f-a45f-3dadc03527f6\",\r\n \"name\": \"Communication.EmailPlatform\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"EmailPlatform\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"61e31c4a-a3d1-479b-b783-160308b6c941\",\r\n \"name\": \"Communication.EmailSubject\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"EmailSubject\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"d5dbd2fe-c7c1-41be-af62-affd0a8b53af\",\r\n \"name\": \"Communication.EndCall\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"EndCall\"\r\n },\r\n {\r\n \"id\": \"1cf0113a-ae98-4a4d-9633-fc06e56a33b9\",\r\n \"name\": \"Communication.FindContact\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"FindContact\"\r\n },\r\n {\r\n \"id\": \"42061109-8992-455a-ad5b-913761c58a80\",\r\n \"name\": \"Communication.FindSpeedDial\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"FindSpeedDial\"\r\n },\r\n {\r\n \"id\": \"7b8a1914-df4a-4f02-b3ea-6a822c9cb593\",\r\n \"name\": \"Communication.FinishTask\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"FinishTask\"\r\n },\r\n {\r\n \"id\": \"967d2cda-9552-4e0a-a05b-3d5b613c0ec5\",\r\n \"name\": \"Communication.Forward\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Forward\"\r\n },\r\n {\r\n \"id\": \"d43cea4b-4158-47a8-bfdf-a51a03d5209f\",\r\n \"name\": \"Communication.FromRelationshipName\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"FromRelationshipName\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"06ec5f34-ce5e-46dd-a40a-408d285302b3\",\r\n \"name\": \"Communication.GetForwardingsStatus\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"GetForwardingsStatus\"\r\n },\r\n {\r\n \"id\": \"c6f039cc-c1b9-4ef5-8393-6514d7631738\",\r\n \"name\": \"Communication.GetNotifications\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"GetNotifications\"\r\n },\r\n {\r\n \"id\": \"ca0055e4-983c-4317-8eb4-0f517845941b\",\r\n \"name\": \"Communication.GoBack\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"GoBack\"\r\n },\r\n {\r\n \"id\": \"42850c37-6026-481e-8f46-5f083e464a46\",\r\n \"name\": \"Communication.Ignore\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Ignore\"\r\n },\r\n {\r\n \"id\": \"fb07082d-02fd-40bd-b9cd-1108f86c1135\",\r\n \"name\": \"Communication.IgnoreWithMessage\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"IgnoreWithMessage\"\r\n },\r\n {\r\n \"id\": \"59b86f48-3729-4d17-a90d-e6cd4d5eb485\",\r\n \"name\": \"Communication.Key\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Key\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"c8a427fe-1ce1-4c3f-b946-2d7a7e7c8ab0\",\r\n \"name\": \"Communication.Line\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Line\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"0b34df8f-8e9b-4848-a8fe-43bafc6dcd76\",\r\n \"name\": \"Communication.Message\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Message\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"85291143-10fe-437d-8aad-9bb0587d7e9c\",\r\n \"name\": \"Communication.MessageType\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"MessageType\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"366bf1af-f194-4e01-a793-25ebb4217386\",\r\n \"name\": \"Communication.OrderReference\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"OrderReference\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"a669421c-81f7-4b80-aefd-1ef25c30a896\",\r\n \"name\": \"Communication.PositionReference\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"PositionReference\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"6561f13a-2171-4d7a-bef4-bf5c1c70a562\",\r\n \"name\": \"Communication.PressKey\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"PressKey\"\r\n },\r\n {\r\n \"id\": \"9135eb0f-4b2f-47be-b1b1-4ea2a3cd6b0c\",\r\n \"name\": \"Communication.QueryLastText\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"QueryLastText\"\r\n },\r\n {\r\n \"id\": \"a5af141c-08b8-4555-9ce9-6cec5df16023\",\r\n \"name\": \"Communication.ReadAloud\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"ReadAloud\"\r\n },\r\n {\r\n \"id\": \"bf95f849-0304-489f-9c9e-87f30827518d\",\r\n \"name\": \"Communication.Redial\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Redial\"\r\n },\r\n {\r\n \"id\": \"a16c70cc-fa15-4f7e-86ff-9b767b69f159\",\r\n \"name\": \"Communication.Reject\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Reject\"\r\n },\r\n {\r\n \"id\": \"fda9f6c2-0210-4ee3-b7d4-f8916ef05e57\",\r\n \"name\": \"Communication.RelationshipName\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"RelationshipName\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"d7a973f5-6a24-4694-ba55-15339d65396a\",\r\n \"name\": \"Communication.Reply\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Reply\"\r\n },\r\n {\r\n \"id\": \"da06581f-1101-409d-9b1b-4b83f6e77f9b\",\r\n \"name\": \"Communication.SearchMessages\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"SearchMessages\"\r\n },\r\n {\r\n \"id\": \"69f58127-5da8-4596-9ed4-f85d512cfd83\",\r\n \"name\": \"Communication.SearchTexts\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"SearchTexts\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"540994c3-11ad-48f4-9d55-24cd93f65bc6\",\r\n \"name\": \"Communication.SendEmail\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"SendEmail\"\r\n },\r\n {\r\n \"id\": \"1e40a413-d880-4f44-80d2-e423b919b680\",\r\n \"name\": \"Communication.SenderName\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"SenderName\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"9bc7fdfd-2057-4554-b328-60fd048ff86f\",\r\n \"name\": \"Communication.SendMessage\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"SendMessage\"\r\n },\r\n {\r\n \"id\": \"0594e27e-0976-4bdb-a430-f4bff21808ca\",\r\n \"name\": \"Communication.SetSpeedDial\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"SetSpeedDial\"\r\n },\r\n {\r\n \"id\": \"08b9aa7b-ee65-40a2-bc68-2575e4734865\",\r\n \"name\": \"Communication.ShowNext\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"ShowNext\"\r\n },\r\n {\r\n \"id\": \"d46053b0-01e1-4644-9639-7f9773d396c5\",\r\n \"name\": \"Communication.ShowPrevious\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"ShowPrevious\"\r\n },\r\n {\r\n \"id\": \"7ed51860-dbb1-46bc-93f8-251a2f12585d\",\r\n \"name\": \"Communication.SpeedDial\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"SpeedDial\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"813e8dee-d0ff-4467-b851-216f40b98e11\",\r\n \"name\": \"Communication.TurnForwardingOff\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"TurnForwardingOff\"\r\n },\r\n {\r\n \"id\": \"512473f9-0ac0-43b0-a66f-c73a0e45b00c\",\r\n \"name\": \"Communication.TurnForwardingOn\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"TurnForwardingOn\"\r\n },\r\n {\r\n \"id\": \"5ccef2eb-7dc9-4d49-86e5-68bab53e60d7\",\r\n \"name\": \"Communication.TurnSpeakerOff\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"TurnSpeakerOff\"\r\n },\r\n {\r\n \"id\": \"88af46f4-794b-42d9-b75f-3e7e188283bb\",\r\n \"name\": \"Communication.TurnSpeakerOn\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"TurnSpeakerOn\"\r\n }\r\n]", + "StatusCode": 200 + }, + { + "RequestUri": "/luis/api/v2.0/apps/1aa53d96-9299-42fc-aa1b-8683d634f9bb/versions/0.1/customprebuiltdomains/Communication", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8xYWE1M2Q5Ni05Mjk5LTQyZmMtYWExYi04NjgzZDYzNGY5YmIvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZG9tYWlucy9Db21tdW5pY2F0aW9u", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "Ocp-Apim-Subscription-Key": [ + "62b834e0069943d9b035f32abd230359" + ], + "User-Agent": [ + "FxVersion/4.6.27617.04", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-store, proxy-revalidate, no-cache, max-age=0, private" + ], + "Pragma": [ + "no-cache" + ], + "Apim-Request-Id": [ + "dc0bb41e-b619-4c8a-a494-6f25a3d21620" + ], + "Request-Id": [ + "dc0bb41e-b619-4c8a-a494-6f25a3d21620" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains; preload" + ], + "Request-Context": [ + "appId=cid-v1:26a3540d-a02a-4998-a060-715488fd769b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-Frame-Options": [ + "SAMEORIGIN" + ], "Date": [ - "Wed, 13 Feb 2019 00:15:41 GMT" + "Sun, 25 Aug 2019 19:20:18 GMT" + ], + "Content-Length": [ + "51" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ] + }, + "ResponseBody": "{\r\n \"code\": \"Success\",\r\n \"message\": \"Operation Successful\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/luis/api/v2.0/apps/1aa53d96-9299-42fc-aa1b-8683d634f9bb?force=false", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8xYWE1M2Q5Ni05Mjk5LTQyZmMtYWExYi04NjgzZDYzNGY5YmI/Zm9yY2U9ZmFsc2U=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "Ocp-Apim-Subscription-Key": [ + "62b834e0069943d9b035f32abd230359" + ], + "User-Agent": [ + "FxVersion/4.6.27617.04", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-store, proxy-revalidate, no-cache, max-age=0, private" ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "8f3ff3ca-ee23-42d7-a662-1e1c36c30244" + "525f36c1-b239-4f57-aa0e-98438b9294a5" ], "Request-Id": [ - "8f3ff3ca-ee23-42d7-a662-1e1c36c30244" + "525f36c1-b239-4f57-aa0e-98438b9294a5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -158,14 +329,17 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:20:18 GMT" + ], "Content-Length": [ - "981" + "51" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"fd354ff5-7152-4f3b-b396-3c9b8038f491\",\r\n \"name\": \"Camera.AppName\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Camera\",\r\n \"customPrebuiltModelName\": \"AppName\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"124d07ae-679c-4205-9d7e-330b423c5f59\",\r\n \"name\": \"Gaming.Contact\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Gaming\",\r\n \"customPrebuiltModelName\": \"Contact\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"f071a9ca-1638-41c9-8827-605f41cee93b\",\r\n \"name\": \"Gaming.InviteParty\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Gaming\",\r\n \"customPrebuiltModelName\": \"InviteParty\"\r\n },\r\n {\r\n \"id\": \"7df32ee2-bc93-44e9-83c6-da77ce669f09\",\r\n \"name\": \"Gaming.LeaveParty\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Gaming\",\r\n \"customPrebuiltModelName\": \"LeaveParty\"\r\n },\r\n {\r\n \"id\": \"19d352e1-0ed4-49f6-8f7a-fde9e47d3c54\",\r\n \"name\": \"Gaming.StartParty\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Gaming\",\r\n \"customPrebuiltModelName\": \"StartParty\"\r\n }\r\n]", + "ResponseBody": "{\r\n \"code\": \"Success\",\r\n \"message\": \"Operation Successful\"\r\n}", "StatusCode": 200 } ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltDomainTests/AddCustomPrebuiltEntity.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltDomainTests/AddCustomPrebuiltEntity.json index b16a5700a70be..ae208d69ae1c9 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltDomainTests/AddCustomPrebuiltEntity.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltDomainTests/AddCustomPrebuiltEntity.json @@ -1,36 +1,33 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:15:37 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "25945712-dce6-4551-9e0b-4f46fd5ee375" + "78aa3544-aa87-4f44-bba8-633e4132b520" ], "Request-Id": [ - "25945712-dce6-4551-9e0b-4f46fd5ee375" + "78aa3544-aa87-4f44-bba8-633e4132b520" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -44,6 +41,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:36 GMT" + ], "Content-Length": [ "357" ], @@ -51,52 +51,49 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-02-12T23:23:48Z\",\r\n \"lastModifiedDateTime\": \"2019-02-13T00:15:36Z\",\r\n \"lastTrainedDateTime\": \"2019-02-12T23:33:29Z\",\r\n \"lastPublishedDateTime\": \"2019-02-12T23:34:15Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 1,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"NeedsTraining\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-08-25T18:00:46Z\",\r\n \"lastModifiedDateTime\": \"2019-08-25T19:18:36Z\",\r\n \"lastTrainedDateTime\": \"2019-08-25T19:18:09Z\",\r\n \"lastPublishedDateTime\": \"2019-08-25T19:16:38Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 2,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"NeedsTraining\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXM=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"domainName\": \"Camera\",\r\n \"modelName\": \"AppName\"\r\n}", + "RequestBody": "{\r\n \"domainName\": \"Communication\",\r\n \"modelName\": \"Category\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "57" + "65" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:15:38 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities/fd354ff5-7152-4f3b-b396-3c9b8038f491" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities/4c8c50a7-2a76-403a-bd5c-fb43c828466c" ], "Apim-Request-Id": [ - "12afacab-e427-4275-b942-0d3bd848e95c" + "6bf6b03c-b98f-455c-bcad-125a46dcdff0" ], "Request-Id": [ - "12afacab-e427-4275-b942-0d3bd848e95c" + "6bf6b03c-b98f-455c-bcad-125a46dcdff0" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities/fd354ff5-7152-4f3b-b396-3c9b8038f491" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities/4c8c50a7-2a76-403a-bd5c-fb43c828466c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:37 GMT" + ], "Content-Length": [ "38" ], @@ -117,40 +117,91 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"fd354ff5-7152-4f3b-b396-3c9b8038f491\"", + "ResponseBody": "\"4c8c50a7-2a76-403a-bd5c-fb43c828466c\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXM=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], + "Pragma": [ + "no-cache" + ], + "Apim-Request-Id": [ + "91544d47-708b-4367-959f-211c2f91019e" + ], + "Request-Id": [ + "91544d47-708b-4367-959f-211c2f91019e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains; preload" + ], + "Request-Context": [ + "appId=cid-v1:26a3540d-a02a-4998-a060-715488fd769b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-Frame-Options": [ + "SAMEORIGIN" + ], "Date": [ - "Wed, 13 Feb 2019 00:15:38 GMT" + "Sun, 25 Aug 2019 19:18:37 GMT" + ], + "Content-Length": [ + "215" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ] + }, + "ResponseBody": "[\r\n {\r\n \"id\": \"4c8c50a7-2a76-403a-bd5c-fb43c828466c\",\r\n \"name\": \"Communication.Category\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Category\",\r\n \"roles\": []\r\n }\r\n]", + "StatusCode": 200 + }, + { + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/4c8c50a7-2a76-403a-bd5c-fb43c828466c", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzRjOGM1MGE3LTJhNzYtNDAzYS1iZDVjLWZiNDNjODI4NDY2Yw==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "Ocp-Apim-Subscription-Key": [ + "62b834e0069943d9b035f32abd230359" + ], + "User-Agent": [ + "FxVersion/4.6.27617.04", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-store, proxy-revalidate, no-cache, max-age=0, private" ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "0f1279e3-7ff2-42cd-92d1-ea5077f4812d" + "9db508de-c91a-494d-b153-7106631428ae" ], "Request-Id": [ - "0f1279e3-7ff2-42cd-92d1-ea5077f4812d" + "9db508de-c91a-494d-b153-7106631428ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,14 +215,17 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:37 GMT" + ], "Content-Length": [ - "199" + "51" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"fd354ff5-7152-4f3b-b396-3c9b8038f491\",\r\n \"name\": \"Camera.AppName\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Camera\",\r\n \"customPrebuiltModelName\": \"AppName\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "{\r\n \"code\": \"Success\",\r\n \"message\": \"Operation Successful\"\r\n}", "StatusCode": 200 } ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltDomainTests/AddCustomPrebuiltIntent.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltDomainTests/AddCustomPrebuiltIntent.json index 9cec272f689bb..6c1a60b7b89f6 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltDomainTests/AddCustomPrebuiltIntent.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltDomainTests/AddCustomPrebuiltIntent.json @@ -1,36 +1,33 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:15:34 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "b0958284-aea9-4e57-af58-771af6c5ae24" + "aa0fec67-cf17-4011-b125-2e293fc350a6" ], "Request-Id": [ - "b0958284-aea9-4e57-af58-771af6c5ae24" + "aa0fec67-cf17-4011-b125-2e293fc350a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -44,6 +41,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:33 GMT" + ], "Content-Length": [ "357" ], @@ -51,52 +51,49 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-02-12T23:23:48Z\",\r\n \"lastModifiedDateTime\": \"2019-02-13T00:12:35Z\",\r\n \"lastTrainedDateTime\": \"2019-02-12T23:33:29Z\",\r\n \"lastPublishedDateTime\": \"2019-02-12T23:34:15Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 1,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"NeedsTraining\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-08-25T18:00:46Z\",\r\n \"lastModifiedDateTime\": \"2019-08-25T19:18:32Z\",\r\n \"lastTrainedDateTime\": \"2019-08-25T19:18:09Z\",\r\n \"lastPublishedDateTime\": \"2019-08-25T19:16:38Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 2,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"NeedsTraining\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltintents", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0aW50ZW50cw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltintents", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0aW50ZW50cw==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"domainName\": \"Calendar\",\r\n \"modelName\": \"Add\"\r\n}", + "RequestBody": "{\r\n \"domainName\": \"Communication\",\r\n \"modelName\": \"AddContact\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "55" + "67" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:15:35 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltintents/ec29a615-d1a6-47bc-92da-60569b9e0711" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltintents/137d16f4-9f1a-4b9d-a03c-3c3a6608c5bf" ], "Apim-Request-Id": [ - "0d87d5de-bfba-4e49-bb20-a1196d31ae5d" + "ae0bc746-d208-4bb2-a46b-d4ac64fc9bf6" ], "Request-Id": [ - "0d87d5de-bfba-4e49-bb20-a1196d31ae5d" + "ae0bc746-d208-4bb2-a46b-d4ac64fc9bf6" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltintents/ec29a615-d1a6-47bc-92da-60569b9e0711" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltintents/137d16f4-9f1a-4b9d-a03c-3c3a6608c5bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:34 GMT" + ], "Content-Length": [ "38" ], @@ -117,40 +117,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"ec29a615-d1a6-47bc-92da-60569b9e0711\"", + "ResponseBody": "\"137d16f4-9f1a-4b9d-a03c-3c3a6608c5bf\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltintents", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0aW50ZW50cw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/customprebuiltintents", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0aW50ZW50cw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:15:35 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "90eee2c0-9730-4c63-9a4b-e126a3896d0a" + "eb4b2f0e-e91d-4b58-b3a3-6b770e6a767b" ], "Request-Id": [ - "90eee2c0-9730-4c63-9a4b-e126a3896d0a" + "eb4b2f0e-e91d-4b58-b3a3-6b770e6a767b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,47 +161,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:34 GMT" + ], "Content-Length": [ - "185" + "209" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"ec29a615-d1a6-47bc-92da-60569b9e0711\",\r\n \"name\": \"Calendar.Add\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Calendar\",\r\n \"customPrebuiltModelName\": \"Add\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"137d16f4-9f1a-4b9d-a03c-3c3a6608c5bf\",\r\n \"name\": \"Communication.AddContact\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"AddContact\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/intents/ec29a615-d1a6-47bc-92da-60569b9e0711?deleteUtterances=false", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2ludGVudHMvZWMyOWE2MTUtZDFhNi00N2JjLTkyZGEtNjA1NjliOWUwNzExP2RlbGV0ZVV0dGVyYW5jZXM9ZmFsc2U=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/intents/137d16f4-9f1a-4b9d-a03c-3c3a6608c5bf?deleteUtterances=false", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2ludGVudHMvMTM3ZDE2ZjQtOWYxYS00YjlkLWEwM2MtM2MzYTY2MDhjNWJmP2RlbGV0ZVV0dGVyYW5jZXM9ZmFsc2U=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:15:35 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "f75052b4-758a-43c4-8861-aa62df552951" + "113a7746-ce70-4682-9886-4a750592c175" ], "Request-Id": [ - "f75052b4-758a-43c4-8861-aa62df552951" + "113a7746-ce70-4682-9886-4a750592c175" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -218,6 +215,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:35 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltDomainTests/DeleteCustomPrebuiltDomain.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltDomainTests/DeleteCustomPrebuiltDomain.json index 5b58d409a0ed1..518f37f7c3504 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltDomainTests/DeleteCustomPrebuiltDomain.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltDomainTests/DeleteCustomPrebuiltDomain.json @@ -1,36 +1,99 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/luis/api/v2.0/apps/", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8=", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"culture\": \"en-us\",\r\n \"domain\": \"Comics\",\r\n \"description\": \"New LUIS App\",\r\n \"usageScenario\": \"IoT\",\r\n \"name\": \"New LUIS App\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "137" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/abdd7a0d-3df5-4d22-946a-7b744dd03eb7" + ], + "Apim-Request-Id": [ + "f7ef94f4-2b54-4bdd-b48e-5d9864d5def1" + ], + "Request-Id": [ + "f7ef94f4-2b54-4bdd-b48e-5d9864d5def1" + ], + "Operation-Location": [ + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/abdd7a0d-3df5-4d22-946a-7b744dd03eb7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains; preload" + ], + "Request-Context": [ + "appId=cid-v1:26a3540d-a02a-4998-a060-715488fd769b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-Frame-Options": [ + "SAMEORIGIN" + ], "Date": [ - "Wed, 13 Feb 2019 00:15:42 GMT" + "Sun, 25 Aug 2019 19:20:19 GMT" + ], + "Content-Length": [ + "38" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ] + }, + "ResponseBody": "\"abdd7a0d-3df5-4d22-946a-7b744dd03eb7\"", + "StatusCode": 201 + }, + { + "RequestUri": "/luis/api/v2.0/apps/abdd7a0d-3df5-4d22-946a-7b744dd03eb7/versions?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9hYmRkN2EwZC0zZGY1LTRkMjItOTQ2YS03Yjc0NGRkMDNlYjcvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "Ocp-Apim-Subscription-Key": [ + "62b834e0069943d9b035f32abd230359" + ], + "User-Agent": [ + "FxVersion/4.6.27617.04", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-store, proxy-revalidate, no-cache, max-age=0, private" ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "7203f273-3419-4407-8026-0c96785a0909" + "79433c5b-96d5-4671-a7db-68a503f5d957" ], "Request-Id": [ - "7203f273-3419-4407-8026-0c96785a0909" + "79433c5b-96d5-4671-a7db-68a503f5d957" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -44,53 +107,53 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:20:19 GMT" + ], "Content-Length": [ - "339" + "321" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-02-12T23:23:48Z\",\r\n \"lastModifiedDateTime\": \"2019-02-13T00:15:41Z\",\r\n \"lastTrainedDateTime\": null,\r\n \"lastPublishedDateTime\": \"2019-02-12T23:34:15Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 4,\r\n \"entitiesCount\": 2,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"NeedsTraining\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-08-25T19:20:19Z\",\r\n \"lastModifiedDateTime\": \"2019-08-25T19:20:19Z\",\r\n \"lastTrainedDateTime\": null,\r\n \"lastPublishedDateTime\": null,\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 1,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"NeedsTraining\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltdomains", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZG9tYWlucw==", + "RequestUri": "/luis/api/v2.0/apps/abdd7a0d-3df5-4d22-946a-7b744dd03eb7/versions/0.1/customprebuiltdomains", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9hYmRkN2EwZC0zZGY1LTRkMjItOTQ2YS03Yjc0NGRkMDNlYjcvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZG9tYWlucw==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"domainName\": \"Gaming\"\r\n}", + "RequestBody": "{\r\n \"domainName\": \"Communication\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "30" + "37" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:15:43 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "9bde4a36-8caf-486d-b584-d58d167768f8" + "1e835873-896d-46d3-85ae-b816a7b13559" ], "Request-Id": [ - "9bde4a36-8caf-486d-b584-d58d167768f8" + "1e835873-896d-46d3-85ae-b816a7b13559" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -104,47 +167,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:20:23 GMT" + ], "Content-Length": [ - "2" + "2341" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[]", + "ResponseBody": "[\r\n \"9652916f-1315-4857-84d8-82b30ca7740d\",\r\n \"19c076e4-afff-4def-9547-5732213cc069\",\r\n \"bf408784-7299-438c-bfe7-80c01c3427b3\",\r\n \"f5816d71-cdb1-41bc-97be-86edb5626f17\",\r\n \"1f540d6e-a69b-47f5-adc5-02602e082dd0\",\r\n \"74d89095-1720-4a1d-849a-cbd422c399f1\",\r\n \"26050c11-0645-471c-8040-33b72c0cabb1\",\r\n \"64616db4-c89d-4340-abdc-b833a897bff2\",\r\n \"405385a0-8c2b-4bd2-9581-cb9d2ee4c982\",\r\n \"fed9a95c-d6f6-4157-9367-38314a0bc30d\",\r\n \"f1bd4986-7823-4801-8663-2b30abf57ee0\",\r\n \"b1881fd4-3553-4e4e-9246-edd1573c6968\",\r\n \"ccfed56e-f6e1-40ed-b6af-c6837f54f305\",\r\n \"dda64a29-b1c3-4402-9b06-5671769448ae\",\r\n \"d92c8297-586d-4315-9e0e-b84532f620ab\",\r\n \"1c7eb817-beb2-4d26-950a-0d5ce90d8587\",\r\n \"515ceae7-3e30-41c0-a1d1-49d24f985fe9\",\r\n \"1e915997-0970-41d1-a71f-d8b2c932c195\",\r\n \"55585bf0-54b2-4ccb-89b8-ad6facecf101\",\r\n \"97ed63c9-a22a-4822-a0cc-61ab87eb14b5\",\r\n \"16608cad-77d3-4171-9e64-a118ce6ce7c8\",\r\n \"15e7f669-0101-4b40-84ab-efcf8999196d\",\r\n \"fc4dcd03-edbd-4f80-9d92-c0d5f6983a91\",\r\n \"f6e56172-9aca-42b8-a3f1-512410c50931\",\r\n \"a5a07e58-23bd-45f6-83e4-74ff1e80f24a\",\r\n \"13d66a36-72f6-4a36-8016-e2e44873f65c\",\r\n \"04a7ea31-5ebd-46fc-ac4c-533eae8ec60e\",\r\n \"13a15d33-8f0d-4329-8f3b-13cec38d7450\",\r\n \"567dbcde-0f2f-4662-ad71-156aa322fbf7\",\r\n \"cf01fb50-1def-4f7f-a75b-eb3dfe3d224e\",\r\n \"bca44bc9-f2ef-4779-8dc5-fc2b18f09302\",\r\n \"0591cfd0-a3b7-4652-98aa-5b66cf6eb1f4\",\r\n \"11e57ffb-cce4-44c0-9914-e04d8d926592\",\r\n \"8791b7d3-7c0f-41bf-81f1-24db19129f95\",\r\n \"edb1bf68-2f4d-4c0b-9889-ad09774ffa81\",\r\n \"3c4847ec-963a-4245-a886-05d94459b90f\",\r\n \"785a9eb2-2c5a-4c6f-ac0d-a4b64df1a104\",\r\n \"43a9c4ec-efbf-4c11-9bb6-62c689e4cf7d\",\r\n \"20ca8edb-0520-4ad6-bbca-56773fc9f307\",\r\n \"1a918f80-f13a-4d3b-80f1-082d70460480\",\r\n \"5dab23b2-9f5f-4ecc-b545-74a1985f6eb8\",\r\n \"b31eee81-d806-488e-944c-32e2224eb6b1\",\r\n \"db1d39cc-50e7-4caa-bcb0-2ac37c79acb7\",\r\n \"287f2bd6-a428-4644-99b7-1848bcfd1aa7\",\r\n \"c9fd6478-7c3f-4048-88a2-b82dbc926717\",\r\n \"140fc2c8-a974-4b8a-8b33-8641b277511e\",\r\n \"a7441b1f-4744-4c3f-af46-d0348908c7bb\",\r\n \"57086456-d25e-4f08-8cb5-acfe3934e30f\",\r\n \"9c3360aa-7cbb-4146-ad45-267e1d2b6c52\",\r\n \"dad2de65-f9c9-4de6-9d52-824f32cce18c\",\r\n \"2b492d18-ef98-4f93-ae95-b9311502fe30\",\r\n \"464445ce-6c6f-4878-9ebe-c20f631d446c\",\r\n \"933ae99c-a112-4988-b1ab-b401e4b813fb\",\r\n \"3f3f7dc1-fe67-409b-9a0d-dedddac6c54e\",\r\n \"c517050b-ba6d-4793-8ec7-12024cd6d5bf\",\r\n \"d79a55b4-55dc-4ae8-958a-222b0431246a\",\r\n \"029d6138-a109-4600-a6d4-a8e4e5b21c38\",\r\n \"570bbe12-408f-471a-ab12-50dc9f294233\",\r\n \"80a48bb6-becd-46a3-ba23-3cc37f8d6fc9\",\r\n \"a41d1a35-7916-42e3-984b-ba3cdf841ddb\"\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltmodels", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0bW9kZWxz", + "RequestUri": "/luis/api/v2.0/apps/abdd7a0d-3df5-4d22-946a-7b744dd03eb7/versions/0.1/customprebuiltmodels", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9hYmRkN2EwZC0zZGY1LTRkMjItOTQ2YS03Yjc0NGRkMDNlYjcvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0bW9kZWxz", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:15:43 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "ab1ffbec-58b6-481c-9777-9d3e2e8d5c1e" + "a331d0c3-c19d-4963-8c22-7eeb743bdda0" ], "Request-Id": [ - "ab1ffbec-58b6-481c-9777-9d3e2e8d5c1e" + "a331d0c3-c19d-4963-8c22-7eeb743bdda0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -158,47 +221,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:20:23 GMT" + ], "Content-Length": [ - "981" + "12155" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"fd354ff5-7152-4f3b-b396-3c9b8038f491\",\r\n \"name\": \"Camera.AppName\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Camera\",\r\n \"customPrebuiltModelName\": \"AppName\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"124d07ae-679c-4205-9d7e-330b423c5f59\",\r\n \"name\": \"Gaming.Contact\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Gaming\",\r\n \"customPrebuiltModelName\": \"Contact\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"f071a9ca-1638-41c9-8827-605f41cee93b\",\r\n \"name\": \"Gaming.InviteParty\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Gaming\",\r\n \"customPrebuiltModelName\": \"InviteParty\"\r\n },\r\n {\r\n \"id\": \"7df32ee2-bc93-44e9-83c6-da77ce669f09\",\r\n \"name\": \"Gaming.LeaveParty\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Gaming\",\r\n \"customPrebuiltModelName\": \"LeaveParty\"\r\n },\r\n {\r\n \"id\": \"19d352e1-0ed4-49f6-8f7a-fde9e47d3c54\",\r\n \"name\": \"Gaming.StartParty\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Gaming\",\r\n \"customPrebuiltModelName\": \"StartParty\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"9652916f-1315-4857-84d8-82b30ca7740d\",\r\n \"name\": \"Communication.AddContact\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"AddContact\"\r\n },\r\n {\r\n \"id\": \"19c076e4-afff-4def-9547-5732213cc069\",\r\n \"name\": \"Communication.AddFlag\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"AddFlag\"\r\n },\r\n {\r\n \"id\": \"bf408784-7299-438c-bfe7-80c01c3427b3\",\r\n \"name\": \"Communication.AddMore\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"AddMore\"\r\n },\r\n {\r\n \"id\": \"f5816d71-cdb1-41bc-97be-86edb5626f17\",\r\n \"name\": \"Communication.Answer\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Answer\"\r\n },\r\n {\r\n \"id\": \"1f540d6e-a69b-47f5-adc5-02602e082dd0\",\r\n \"name\": \"Communication.AssignContactNickname\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"AssignContactNickname\"\r\n },\r\n {\r\n \"id\": \"20ca8edb-0520-4ad6-bbca-56773fc9f307\",\r\n \"name\": \"Communication.Attachment\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Attachment\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"1a918f80-f13a-4d3b-80f1-082d70460480\",\r\n \"name\": \"Communication.AudioDeviceType\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"AudioDeviceType\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"74d89095-1720-4a1d-849a-cbd422c399f1\",\r\n \"name\": \"Communication.CallBack\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"CallBack\"\r\n },\r\n {\r\n \"id\": \"26050c11-0645-471c-8040-33b72c0cabb1\",\r\n \"name\": \"Communication.CallVoiceMail\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"CallVoiceMail\"\r\n },\r\n {\r\n \"id\": \"64616db4-c89d-4340-abdc-b833a897bff2\",\r\n \"name\": \"Communication.Cancel\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Cancel\"\r\n },\r\n {\r\n \"id\": \"5dab23b2-9f5f-4ecc-b545-74a1985f6eb8\",\r\n \"name\": \"Communication.Category\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Category\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"405385a0-8c2b-4bd2-9581-cb9d2ee4c982\",\r\n \"name\": \"Communication.CheckIMStatus\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"CheckIMStatus\"\r\n },\r\n {\r\n \"id\": \"fed9a95c-d6f6-4157-9367-38314a0bc30d\",\r\n \"name\": \"Communication.CheckMessages\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"CheckMessages\"\r\n },\r\n {\r\n \"id\": \"f1bd4986-7823-4801-8663-2b30abf57ee0\",\r\n \"name\": \"Communication.Confirm\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Confirm\"\r\n },\r\n {\r\n \"id\": \"b31eee81-d806-488e-944c-32e2224eb6b1\",\r\n \"name\": \"Communication.ContactAttribute\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"ContactAttribute\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"db1d39cc-50e7-4caa-bcb0-2ac37c79acb7\",\r\n \"name\": \"Communication.ContactName\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"ContactName\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"287f2bd6-a428-4644-99b7-1848bcfd1aa7\",\r\n \"name\": \"Communication.DestinationPhone\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"DestinationPhone\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"b1881fd4-3553-4e4e-9246-edd1573c6968\",\r\n \"name\": \"Communication.Dial\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Dial\"\r\n },\r\n {\r\n \"id\": \"c9fd6478-7c3f-4048-88a2-b82dbc926717\",\r\n \"name\": \"Communication.EmailPlatform\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"EmailPlatform\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"140fc2c8-a974-4b8a-8b33-8641b277511e\",\r\n \"name\": \"Communication.EmailSubject\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"EmailSubject\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"ccfed56e-f6e1-40ed-b6af-c6837f54f305\",\r\n \"name\": \"Communication.EndCall\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"EndCall\"\r\n },\r\n {\r\n \"id\": \"dda64a29-b1c3-4402-9b06-5671769448ae\",\r\n \"name\": \"Communication.FindContact\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"FindContact\"\r\n },\r\n {\r\n \"id\": \"d92c8297-586d-4315-9e0e-b84532f620ab\",\r\n \"name\": \"Communication.FindSpeedDial\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"FindSpeedDial\"\r\n },\r\n {\r\n \"id\": \"1c7eb817-beb2-4d26-950a-0d5ce90d8587\",\r\n \"name\": \"Communication.FinishTask\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"FinishTask\"\r\n },\r\n {\r\n \"id\": \"515ceae7-3e30-41c0-a1d1-49d24f985fe9\",\r\n \"name\": \"Communication.Forward\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Forward\"\r\n },\r\n {\r\n \"id\": \"a7441b1f-4744-4c3f-af46-d0348908c7bb\",\r\n \"name\": \"Communication.FromRelationshipName\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"FromRelationshipName\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"1e915997-0970-41d1-a71f-d8b2c932c195\",\r\n \"name\": \"Communication.GetForwardingsStatus\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"GetForwardingsStatus\"\r\n },\r\n {\r\n \"id\": \"55585bf0-54b2-4ccb-89b8-ad6facecf101\",\r\n \"name\": \"Communication.GetNotifications\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"GetNotifications\"\r\n },\r\n {\r\n \"id\": \"97ed63c9-a22a-4822-a0cc-61ab87eb14b5\",\r\n \"name\": \"Communication.GoBack\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"GoBack\"\r\n },\r\n {\r\n \"id\": \"16608cad-77d3-4171-9e64-a118ce6ce7c8\",\r\n \"name\": \"Communication.Ignore\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Ignore\"\r\n },\r\n {\r\n \"id\": \"15e7f669-0101-4b40-84ab-efcf8999196d\",\r\n \"name\": \"Communication.IgnoreWithMessage\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"IgnoreWithMessage\"\r\n },\r\n {\r\n \"id\": \"57086456-d25e-4f08-8cb5-acfe3934e30f\",\r\n \"name\": \"Communication.Key\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Key\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"9c3360aa-7cbb-4146-ad45-267e1d2b6c52\",\r\n \"name\": \"Communication.Line\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Line\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"dad2de65-f9c9-4de6-9d52-824f32cce18c\",\r\n \"name\": \"Communication.Message\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Message\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"2b492d18-ef98-4f93-ae95-b9311502fe30\",\r\n \"name\": \"Communication.MessageType\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"MessageType\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"464445ce-6c6f-4878-9ebe-c20f631d446c\",\r\n \"name\": \"Communication.OrderReference\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"OrderReference\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"933ae99c-a112-4988-b1ab-b401e4b813fb\",\r\n \"name\": \"Communication.PositionReference\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"PositionReference\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"fc4dcd03-edbd-4f80-9d92-c0d5f6983a91\",\r\n \"name\": \"Communication.PressKey\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"PressKey\"\r\n },\r\n {\r\n \"id\": \"f6e56172-9aca-42b8-a3f1-512410c50931\",\r\n \"name\": \"Communication.QueryLastText\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"QueryLastText\"\r\n },\r\n {\r\n \"id\": \"a5a07e58-23bd-45f6-83e4-74ff1e80f24a\",\r\n \"name\": \"Communication.ReadAloud\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"ReadAloud\"\r\n },\r\n {\r\n \"id\": \"13d66a36-72f6-4a36-8016-e2e44873f65c\",\r\n \"name\": \"Communication.Redial\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Redial\"\r\n },\r\n {\r\n \"id\": \"04a7ea31-5ebd-46fc-ac4c-533eae8ec60e\",\r\n \"name\": \"Communication.Reject\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Reject\"\r\n },\r\n {\r\n \"id\": \"3f3f7dc1-fe67-409b-9a0d-dedddac6c54e\",\r\n \"name\": \"Communication.RelationshipName\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"RelationshipName\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"13a15d33-8f0d-4329-8f3b-13cec38d7450\",\r\n \"name\": \"Communication.Reply\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Reply\"\r\n },\r\n {\r\n \"id\": \"567dbcde-0f2f-4662-ad71-156aa322fbf7\",\r\n \"name\": \"Communication.SearchMessages\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"SearchMessages\"\r\n },\r\n {\r\n \"id\": \"c517050b-ba6d-4793-8ec7-12024cd6d5bf\",\r\n \"name\": \"Communication.SearchTexts\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"SearchTexts\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"cf01fb50-1def-4f7f-a75b-eb3dfe3d224e\",\r\n \"name\": \"Communication.SendEmail\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"SendEmail\"\r\n },\r\n {\r\n \"id\": \"d79a55b4-55dc-4ae8-958a-222b0431246a\",\r\n \"name\": \"Communication.SenderName\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"SenderName\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"bca44bc9-f2ef-4779-8dc5-fc2b18f09302\",\r\n \"name\": \"Communication.SendMessage\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"SendMessage\"\r\n },\r\n {\r\n \"id\": \"0591cfd0-a3b7-4652-98aa-5b66cf6eb1f4\",\r\n \"name\": \"Communication.SetSpeedDial\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"SetSpeedDial\"\r\n },\r\n {\r\n \"id\": \"11e57ffb-cce4-44c0-9914-e04d8d926592\",\r\n \"name\": \"Communication.ShowNext\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"ShowNext\"\r\n },\r\n {\r\n \"id\": \"8791b7d3-7c0f-41bf-81f1-24db19129f95\",\r\n \"name\": \"Communication.ShowPrevious\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"ShowPrevious\"\r\n },\r\n {\r\n \"id\": \"029d6138-a109-4600-a6d4-a8e4e5b21c38\",\r\n \"name\": \"Communication.SpeedDial\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"SpeedDial\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"edb1bf68-2f4d-4c0b-9889-ad09774ffa81\",\r\n \"name\": \"Communication.TurnForwardingOff\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"TurnForwardingOff\"\r\n },\r\n {\r\n \"id\": \"3c4847ec-963a-4245-a886-05d94459b90f\",\r\n \"name\": \"Communication.TurnForwardingOn\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"TurnForwardingOn\"\r\n },\r\n {\r\n \"id\": \"785a9eb2-2c5a-4c6f-ac0d-a4b64df1a104\",\r\n \"name\": \"Communication.TurnSpeakerOff\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"TurnSpeakerOff\"\r\n },\r\n {\r\n \"id\": \"43a9c4ec-efbf-4c11-9bb6-62c689e4cf7d\",\r\n \"name\": \"Communication.TurnSpeakerOn\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"TurnSpeakerOn\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltmodels", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0bW9kZWxz", + "RequestUri": "/luis/api/v2.0/apps/abdd7a0d-3df5-4d22-946a-7b744dd03eb7/versions/0.1/customprebuiltmodels", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9hYmRkN2EwZC0zZGY1LTRkMjItOTQ2YS03Yjc0NGRkMDNlYjcvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0bW9kZWxz", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:15:45 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "f4899531-2e3a-46fd-b613-2fcd7d8525ca" + "ef28ef8b-5252-4b37-9d55-416b672d7fa0" ], "Request-Id": [ - "f4899531-2e3a-46fd-b613-2fcd7d8525ca" + "ef28ef8b-5252-4b37-9d55-416b672d7fa0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -212,47 +275,101 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:20:43 GMT" + ], "Content-Length": [ - "199" + "2" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"fd354ff5-7152-4f3b-b396-3c9b8038f491\",\r\n \"name\": \"Camera.AppName\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Camera\",\r\n \"customPrebuiltModelName\": \"AppName\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltdomains/Gaming", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZG9tYWlucy9HYW1pbmc=", + "RequestUri": "/luis/api/v2.0/apps/abdd7a0d-3df5-4d22-946a-7b744dd03eb7/versions/0.1/customprebuiltdomains/Communication", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9hYmRkN2EwZC0zZGY1LTRkMjItOTQ2YS03Yjc0NGRkMDNlYjcvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZG9tYWlucy9Db21tdW5pY2F0aW9u", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], + "Pragma": [ + "no-cache" + ], + "Apim-Request-Id": [ + "6f7b9a50-c97e-40ba-8455-400c3ea8116d" + ], + "Request-Id": [ + "6f7b9a50-c97e-40ba-8455-400c3ea8116d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains; preload" + ], + "Request-Context": [ + "appId=cid-v1:26a3540d-a02a-4998-a060-715488fd769b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-Frame-Options": [ + "SAMEORIGIN" + ], "Date": [ - "Wed, 13 Feb 2019 00:15:44 GMT" + "Sun, 25 Aug 2019 19:20:43 GMT" + ], + "Content-Length": [ + "51" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ] + }, + "ResponseBody": "{\r\n \"code\": \"Success\",\r\n \"message\": \"Operation Successful\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/luis/api/v2.0/apps/abdd7a0d-3df5-4d22-946a-7b744dd03eb7?force=false", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9hYmRkN2EwZC0zZGY1LTRkMjItOTQ2YS03Yjc0NGRkMDNlYjc/Zm9yY2U9ZmFsc2U=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "Ocp-Apim-Subscription-Key": [ + "62b834e0069943d9b035f32abd230359" + ], + "User-Agent": [ + "FxVersion/4.6.27617.04", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-store, proxy-revalidate, no-cache, max-age=0, private" ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "441dceb3-aac8-4a6e-812e-e9a86d8f1c94" + "87e974da-6b6d-450b-9f30-7f302d2e116e" ], "Request-Id": [ - "441dceb3-aac8-4a6e-812e-e9a86d8f1c94" + "87e974da-6b6d-450b-9f30-7f302d2e116e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -266,6 +383,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:20:44 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltDomainTests/ListCustomPrebuiltEntities.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltDomainTests/ListCustomPrebuiltEntities.json index 3e0b4afd020ed..ff9bf467ee735 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltDomainTests/ListCustomPrebuiltEntities.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltDomainTests/ListCustomPrebuiltEntities.json @@ -1,36 +1,99 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/luis/api/v2.0/apps/", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8=", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"culture\": \"en-us\",\r\n \"domain\": \"Comics\",\r\n \"description\": \"New LUIS App\",\r\n \"usageScenario\": \"IoT\",\r\n \"name\": \"New LUIS App\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "137" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/2596f6bc-3103-4744-94f0-3515705b6803" + ], + "Apim-Request-Id": [ + "ada33566-ce15-4929-8d50-47212163bf02" + ], + "Request-Id": [ + "ada33566-ce15-4929-8d50-47212163bf02" + ], + "Operation-Location": [ + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/2596f6bc-3103-4744-94f0-3515705b6803" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains; preload" + ], + "Request-Context": [ + "appId=cid-v1:26a3540d-a02a-4998-a060-715488fd769b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-Frame-Options": [ + "SAMEORIGIN" + ], "Date": [ - "Wed, 13 Feb 2019 00:15:46 GMT" + "Sun, 25 Aug 2019 19:19:06 GMT" + ], + "Content-Length": [ + "38" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ] + }, + "ResponseBody": "\"2596f6bc-3103-4744-94f0-3515705b6803\"", + "StatusCode": 201 + }, + { + "RequestUri": "/luis/api/v2.0/apps/2596f6bc-3103-4744-94f0-3515705b6803/versions?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8yNTk2ZjZiYy0zMTAzLTQ3NDQtOTRmMC0zNTE1NzA1YjY4MDMvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "Ocp-Apim-Subscription-Key": [ + "62b834e0069943d9b035f32abd230359" + ], + "User-Agent": [ + "FxVersion/4.6.27617.04", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-store, proxy-revalidate, no-cache, max-age=0, private" ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "f7837e59-2e74-4a15-b444-e310c766e15b" + "c0c1d513-6ebd-4b6a-9673-647cc6de6791" ], "Request-Id": [ - "f7837e59-2e74-4a15-b444-e310c766e15b" + "c0c1d513-6ebd-4b6a-9673-647cc6de6791" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -44,53 +107,53 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:19:06 GMT" + ], "Content-Length": [ - "339" + "321" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-02-12T23:23:48Z\",\r\n \"lastModifiedDateTime\": \"2019-02-13T00:15:45Z\",\r\n \"lastTrainedDateTime\": null,\r\n \"lastPublishedDateTime\": \"2019-02-12T23:34:15Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 1,\r\n \"entitiesCount\": 1,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"NeedsTraining\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-08-25T19:19:06Z\",\r\n \"lastModifiedDateTime\": \"2019-08-25T19:19:06Z\",\r\n \"lastTrainedDateTime\": null,\r\n \"lastPublishedDateTime\": null,\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 1,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"NeedsTraining\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltdomains", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZG9tYWlucw==", + "RequestUri": "/luis/api/v2.0/apps/2596f6bc-3103-4744-94f0-3515705b6803/versions/0.1/customprebuiltdomains", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8yNTk2ZjZiYy0zMTAzLTQ3NDQtOTRmMC0zNTE1NzA1YjY4MDMvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZG9tYWlucw==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"domainName\": \"Gaming\"\r\n}", + "RequestBody": "{\r\n \"domainName\": \"Communication\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "30" + "37" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:15:47 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "02a7aadd-4380-4104-bea3-40fd89f29dcf" + "6763fdab-2862-4b50-8d7b-36d4729b52ba" ], "Request-Id": [ - "02a7aadd-4380-4104-bea3-40fd89f29dcf" + "6763fdab-2862-4b50-8d7b-36d4729b52ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -104,47 +167,155 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:19:10 GMT" + ], "Content-Length": [ - "157" + "2341" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n \"86dc2b49-7c0e-49f5-9e5f-2d9b7f9f53cb\",\r\n \"0421d58a-a58b-4a65-83d8-1629e7c6dbbd\",\r\n \"e797e70a-2206-4149-ba27-347c57c49313\",\r\n \"e53a3c72-5641-4678-8e6a-ba96be111016\"\r\n]", + "ResponseBody": "[\r\n \"6740b3b5-cba8-42d4-bd41-198eca21d5d7\",\r\n \"b0b914be-024e-4580-89a0-995f34d25f6c\",\r\n \"8e89acb3-b309-483d-ba44-8cc4da03c855\",\r\n \"760b489b-076d-48ba-9836-bc7835521a1f\",\r\n \"b9f7ae77-5dcf-4883-a07a-1d432a6c55f8\",\r\n \"d2140155-2f8d-4f77-913b-c8a857a32c25\",\r\n \"4a44d01d-28b5-4c5e-a468-d0b6d2d916c9\",\r\n \"d49efd21-3a2b-4888-9863-e38844e60868\",\r\n \"4e54d9ab-e8d3-4e08-9d98-31964e9c74c4\",\r\n \"aa9d3803-f450-41f4-bdad-f166f1d44e98\",\r\n \"69d2c158-367a-4edf-ae96-67ec4f079858\",\r\n \"ec6f5793-df86-47cf-bdef-ec2678618927\",\r\n \"8c8727c5-77bf-4ece-a4f7-ec53736c3679\",\r\n \"43769c2a-6ed0-4d88-8ce7-ff19dbd336e2\",\r\n \"c3848250-2077-422e-943a-42d870031666\",\r\n \"ce28366c-a606-4a37-92d1-5ec7aeba8e0a\",\r\n \"48235a36-160d-4570-8c79-045acb40528c\",\r\n \"528b8088-1050-492e-bd8b-a611164d8d19\",\r\n \"b2a868df-ef9c-452b-93b9-a6bc6a0bb595\",\r\n \"d5a78bad-95fd-429b-80d7-16d7a816a60d\",\r\n \"55bcbab9-de66-465b-9938-6a030ce4131a\",\r\n \"047927ff-f68b-4e2e-a158-161a856705bc\",\r\n \"65cd5c6a-815b-48f3-a2cc-c54674d3f22d\",\r\n \"7b5e9a65-c9b0-4f99-91a5-81cc65c3004d\",\r\n \"7dee2720-26f0-4c41-849e-60353599573f\",\r\n \"35005c58-0073-466a-b72d-a3f93e5cf0fb\",\r\n \"78258cca-91f5-49e1-81e3-83c2aa3d2553\",\r\n \"705f0867-1aa1-45d9-be11-02765d89c088\",\r\n \"2536e669-bf7d-43cb-8c62-ee6d92c49730\",\r\n \"eb35a4f2-34ff-4e00-b04d-d4f092952363\",\r\n \"5bdd0067-bae6-4efe-86b2-24156277631c\",\r\n \"bfbdddbd-515f-47f0-ab2b-e77770290637\",\r\n \"7fdd63d3-6762-493d-8a21-1e82b001909a\",\r\n \"4f0fbc46-8671-4a34-9844-6746f917d814\",\r\n \"3e2322e8-ad82-40a3-a7cd-a78b6cea4051\",\r\n \"57afa160-74b7-4080-ad74-d6de6c552263\",\r\n \"474d7b97-3246-4920-b43b-d2434e4991f7\",\r\n \"98015143-7ef1-424a-bab4-f96777b759a9\",\r\n \"5bf95b85-73bc-4d8f-b260-7b7113a711bc\",\r\n \"81b34bb0-29a7-40fb-8826-e64dc9faa249\",\r\n \"d17178d1-1c2a-435d-8ef1-fe8ff7245e4e\",\r\n \"a34f7533-d7ac-4ae8-ab9a-968195140f43\",\r\n \"adacf5f4-0dae-4523-b527-18fa22be9342\",\r\n \"e1eaeb2c-88ab-41f5-aced-402c9e9198ed\",\r\n \"c7cc8d3b-69c4-4c51-b8ff-980dc1995ba7\",\r\n \"353559a8-80fd-4775-8c1d-20dfdedf9a32\",\r\n \"e3b49142-b56e-4872-bb0b-1dc350fe04bf\",\r\n \"d155e7c9-40d3-4ff2-a929-39cbaa4fd435\",\r\n \"222a08b0-f7be-4e9a-93a7-2e0291fe502d\",\r\n \"101df4cc-8036-41cd-9a39-9ecd1368506f\",\r\n \"f73a656a-c1a9-4c6c-8e84-19d9e889bfff\",\r\n \"09cbcc9c-a9da-4dc7-8814-62fe05685dea\",\r\n \"548710a6-913d-48fd-9744-b611f9419728\",\r\n \"b4ae87b4-111a-4eba-8272-864e837c68df\",\r\n \"4807482a-d33a-40da-8f70-86b0cb199ed2\",\r\n \"61443b67-bcb2-4297-9a7e-083094196ee4\",\r\n \"bcc7bfed-e401-4f6c-abda-587d125d5e48\",\r\n \"c2c88df2-d06c-4070-8951-853751001fe2\",\r\n \"fc6e01cf-b75a-4a93-bebd-bbff82089f6c\",\r\n \"db8852b1-327e-422a-90e8-8a38e782aef7\"\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXM=", + "RequestUri": "/luis/api/v2.0/apps/2596f6bc-3103-4744-94f0-3515705b6803/versions/0.1/customprebuiltentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8yNTk2ZjZiYy0zMTAzLTQ3NDQtOTRmMC0zNTE1NzA1YjY4MDMvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZW50aXRpZXM=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], + "Pragma": [ + "no-cache" + ], + "Apim-Request-Id": [ + "ec325e9c-7bc4-4b26-b7ed-a4a385f518a9" + ], + "Request-Id": [ + "ec325e9c-7bc4-4b26-b7ed-a4a385f518a9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains; preload" + ], + "Request-Context": [ + "appId=cid-v1:26a3540d-a02a-4998-a060-715488fd769b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-Frame-Options": [ + "SAMEORIGIN" + ], + "Date": [ + "Sun, 25 Aug 2019 19:19:11 GMT" + ], + "Content-Length": [ + "4209" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ] + }, + "ResponseBody": "[\r\n {\r\n \"id\": \"5bf95b85-73bc-4d8f-b260-7b7113a711bc\",\r\n \"name\": \"Communication.Attachment\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Attachment\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"81b34bb0-29a7-40fb-8826-e64dc9faa249\",\r\n \"name\": \"Communication.AudioDeviceType\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"AudioDeviceType\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"d17178d1-1c2a-435d-8ef1-fe8ff7245e4e\",\r\n \"name\": \"Communication.Category\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Category\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"a34f7533-d7ac-4ae8-ab9a-968195140f43\",\r\n \"name\": \"Communication.ContactAttribute\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"ContactAttribute\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"adacf5f4-0dae-4523-b527-18fa22be9342\",\r\n \"name\": \"Communication.ContactName\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"ContactName\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"e1eaeb2c-88ab-41f5-aced-402c9e9198ed\",\r\n \"name\": \"Communication.DestinationPhone\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"DestinationPhone\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"c7cc8d3b-69c4-4c51-b8ff-980dc1995ba7\",\r\n \"name\": \"Communication.EmailPlatform\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"EmailPlatform\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"353559a8-80fd-4775-8c1d-20dfdedf9a32\",\r\n \"name\": \"Communication.EmailSubject\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"EmailSubject\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"e3b49142-b56e-4872-bb0b-1dc350fe04bf\",\r\n \"name\": \"Communication.FromRelationshipName\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"FromRelationshipName\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"d155e7c9-40d3-4ff2-a929-39cbaa4fd435\",\r\n \"name\": \"Communication.Key\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Key\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"222a08b0-f7be-4e9a-93a7-2e0291fe502d\",\r\n \"name\": \"Communication.Line\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Line\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"101df4cc-8036-41cd-9a39-9ecd1368506f\",\r\n \"name\": \"Communication.Message\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Message\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"f73a656a-c1a9-4c6c-8e84-19d9e889bfff\",\r\n \"name\": \"Communication.MessageType\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"MessageType\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"09cbcc9c-a9da-4dc7-8814-62fe05685dea\",\r\n \"name\": \"Communication.OrderReference\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"OrderReference\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"548710a6-913d-48fd-9744-b611f9419728\",\r\n \"name\": \"Communication.PositionReference\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"PositionReference\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"b4ae87b4-111a-4eba-8272-864e837c68df\",\r\n \"name\": \"Communication.RelationshipName\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"RelationshipName\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"4807482a-d33a-40da-8f70-86b0cb199ed2\",\r\n \"name\": \"Communication.SearchTexts\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"SearchTexts\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"61443b67-bcb2-4297-9a7e-083094196ee4\",\r\n \"name\": \"Communication.SenderName\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"SenderName\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"bcc7bfed-e401-4f6c-abda-587d125d5e48\",\r\n \"name\": \"Communication.SpeedDial\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"SpeedDial\",\r\n \"roles\": []\r\n }\r\n]", + "StatusCode": 200 + }, + { + "RequestUri": "/luis/api/v2.0/apps/2596f6bc-3103-4744-94f0-3515705b6803/versions/0.1/customprebuiltdomains/Communication", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8yNTk2ZjZiYy0zMTAzLTQ3NDQtOTRmMC0zNTE1NzA1YjY4MDMvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZG9tYWlucy9Db21tdW5pY2F0aW9u", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "Ocp-Apim-Subscription-Key": [ + "62b834e0069943d9b035f32abd230359" + ], + "User-Agent": [ + "FxVersion/4.6.27617.04", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-store, proxy-revalidate, no-cache, max-age=0, private" + ], + "Pragma": [ + "no-cache" + ], + "Apim-Request-Id": [ + "20aa55e1-19e6-4c28-ad50-4c1dd903e862" + ], + "Request-Id": [ + "20aa55e1-19e6-4c28-ad50-4c1dd903e862" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains; preload" + ], + "Request-Context": [ + "appId=cid-v1:26a3540d-a02a-4998-a060-715488fd769b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-Frame-Options": [ + "SAMEORIGIN" + ], "Date": [ - "Wed, 13 Feb 2019 00:15:47 GMT" + "Sun, 25 Aug 2019 19:19:27 GMT" + ], + "Content-Length": [ + "51" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ] + }, + "ResponseBody": "{\r\n \"code\": \"Success\",\r\n \"message\": \"Operation Successful\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/luis/api/v2.0/apps/2596f6bc-3103-4744-94f0-3515705b6803?force=false", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8yNTk2ZjZiYy0zMTAzLTQ3NDQtOTRmMC0zNTE1NzA1YjY4MDM/Zm9yY2U9ZmFsc2U=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "Ocp-Apim-Subscription-Key": [ + "62b834e0069943d9b035f32abd230359" + ], + "User-Agent": [ + "FxVersion/4.6.27617.04", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-store, proxy-revalidate, no-cache, max-age=0, private" ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "086442b2-ae47-4bd3-985d-c498f567cad3" + "d6ecc58b-ce8d-4364-a4c6-e2ed79a597b0" ], "Request-Id": [ - "086442b2-ae47-4bd3-985d-c498f567cad3" + "d6ecc58b-ce8d-4364-a4c6-e2ed79a597b0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -158,14 +329,17 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:19:27 GMT" + ], "Content-Length": [ - "397" + "51" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"fd354ff5-7152-4f3b-b396-3c9b8038f491\",\r\n \"name\": \"Camera.AppName\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Camera\",\r\n \"customPrebuiltModelName\": \"AppName\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"e53a3c72-5641-4678-8e6a-ba96be111016\",\r\n \"name\": \"Gaming.Contact\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Gaming\",\r\n \"customPrebuiltModelName\": \"Contact\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "{\r\n \"code\": \"Success\",\r\n \"message\": \"Operation Successful\"\r\n}", "StatusCode": 200 } ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltDomainTests/ListCustomPrebuiltIntents.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltDomainTests/ListCustomPrebuiltIntents.json index d471d6038cbf0..3bc24b3230d68 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltDomainTests/ListCustomPrebuiltIntents.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltDomainTests/ListCustomPrebuiltIntents.json @@ -1,36 +1,99 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/luis/api/v2.0/apps/", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8=", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"culture\": \"en-us\",\r\n \"domain\": \"Comics\",\r\n \"description\": \"New LUIS App\",\r\n \"usageScenario\": \"IoT\",\r\n \"name\": \"New LUIS App\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "137" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/351a8d88-67c8-49dc-9d33-61734aac00d8" + ], + "Apim-Request-Id": [ + "0ea0eaff-5667-4c34-a897-31df741c2ba7" + ], + "Request-Id": [ + "0ea0eaff-5667-4c34-a897-31df741c2ba7" + ], + "Operation-Location": [ + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/351a8d88-67c8-49dc-9d33-61734aac00d8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains; preload" + ], + "Request-Context": [ + "appId=cid-v1:26a3540d-a02a-4998-a060-715488fd769b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-Frame-Options": [ + "SAMEORIGIN" + ], "Date": [ - "Wed, 13 Feb 2019 00:15:51 GMT" + "Sun, 25 Aug 2019 19:19:29 GMT" + ], + "Content-Length": [ + "38" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ] + }, + "ResponseBody": "\"351a8d88-67c8-49dc-9d33-61734aac00d8\"", + "StatusCode": 201 + }, + { + "RequestUri": "/luis/api/v2.0/apps/351a8d88-67c8-49dc-9d33-61734aac00d8/versions?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zNTFhOGQ4OC02N2M4LTQ5ZGMtOWQzMy02MTczNGFhYzAwZDgvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "Ocp-Apim-Subscription-Key": [ + "62b834e0069943d9b035f32abd230359" + ], + "User-Agent": [ + "FxVersion/4.6.27617.04", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-store, proxy-revalidate, no-cache, max-age=0, private" ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "93e2fc12-5485-438a-b436-e0703bbb9779" + "188f6a2d-8d12-4942-a63d-3ac8906e3e92" ], "Request-Id": [ - "93e2fc12-5485-438a-b436-e0703bbb9779" + "188f6a2d-8d12-4942-a63d-3ac8906e3e92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -44,53 +107,53 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:19:29 GMT" + ], "Content-Length": [ - "339" + "321" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-02-12T23:23:48Z\",\r\n \"lastModifiedDateTime\": \"2019-02-13T00:15:49Z\",\r\n \"lastTrainedDateTime\": null,\r\n \"lastPublishedDateTime\": \"2019-02-12T23:34:15Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 9,\r\n \"entitiesCount\": 4,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"NeedsTraining\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-08-25T19:19:29Z\",\r\n \"lastModifiedDateTime\": \"2019-08-25T19:19:29Z\",\r\n \"lastTrainedDateTime\": null,\r\n \"lastPublishedDateTime\": null,\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 1,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"NeedsTraining\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltdomains", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZG9tYWlucw==", + "RequestUri": "/luis/api/v2.0/apps/351a8d88-67c8-49dc-9d33-61734aac00d8/versions/0.1/customprebuiltdomains", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zNTFhOGQ4OC02N2M4LTQ5ZGMtOWQzMy02MTczNGFhYzAwZDgvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZG9tYWlucw==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"domainName\": \"Gaming\"\r\n}", + "RequestBody": "{\r\n \"domainName\": \"Communication\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "30" + "37" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:15:51 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "638db9f0-31d7-4448-98e2-6c219871b6f7" + "c6a930f7-c6d2-4195-8412-1d09d132cfc7" ], "Request-Id": [ - "638db9f0-31d7-4448-98e2-6c219871b6f7" + "c6a930f7-c6d2-4195-8412-1d09d132cfc7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -104,47 +167,155 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:19:33 GMT" + ], "Content-Length": [ - "2" + "2341" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[]", + "ResponseBody": "[\r\n \"d6d5bf5a-c2b1-4a8f-9628-e8d97e7c380e\",\r\n \"37b1a8bf-8442-4b68-8cbe-479f9042018e\",\r\n \"e15df06d-839f-42ba-b8a1-5460f42cc007\",\r\n \"d46b986c-3be9-43bb-9498-09c1a526e12f\",\r\n \"7e84b9a6-20fb-4940-bad2-e3b38fcf63b4\",\r\n \"ef156cb8-fc44-41c2-8135-0956acf03769\",\r\n \"dfcc753d-98b5-4d16-bee8-a47c4ef19cc0\",\r\n \"4f5f7fd8-0996-4d61-ab93-0ee0e67e458c\",\r\n \"39b1e686-34e7-4930-8ffd-e776760e43be\",\r\n \"0d95203b-4ae0-4afd-bc6c-2cb18a8c4871\",\r\n \"f8b03705-cdc9-44be-bc21-560b509480d4\",\r\n \"6f6a41e3-0749-451b-9c13-463db23cdeb0\",\r\n \"8e79d656-8188-41bb-9644-096579d29af1\",\r\n \"63d3947e-c344-4b8c-8f1b-c75e11aafc5d\",\r\n \"6b59d36d-1337-4082-890f-65b954b61097\",\r\n \"230ec5a7-8a2c-4563-bd5b-30c98554d55e\",\r\n \"0c44dd16-fe75-4e69-b280-7795daa25b06\",\r\n \"4c6d57f3-3ac4-46e6-bcab-bccf6b1822bb\",\r\n \"9ec531d8-cfde-4d85-bfcf-a4b6f99da0a2\",\r\n \"803c4b71-c26a-4bc3-aead-0bc4d324e458\",\r\n \"ad1a1fc8-8ce3-4da7-a832-0cc798eadfd9\",\r\n \"98ec8438-9fcf-4ca7-a3aa-b874432948c0\",\r\n \"b7a518d1-5310-495f-b97b-c5d6d30d40e5\",\r\n \"6a33c796-7158-41d3-b3a1-b33c2b4e5168\",\r\n \"dcf08a53-6f28-44a4-9a29-8a0e15cf3e6c\",\r\n \"e7534152-e429-403b-964e-a039f9f47ca3\",\r\n \"1999d364-0124-473d-9fa2-1a25bbfee973\",\r\n \"8c028265-682e-412b-8004-a98bc4096a97\",\r\n \"c6ecd884-5c00-4b3d-8cd2-27930c411523\",\r\n \"ef1d5126-3f9a-4ca1-8d36-9cad92310dcb\",\r\n \"eeb22ffd-76c6-4a5c-8ea7-1c9ba5463bbd\",\r\n \"8cd972e1-1885-484c-8ae0-74efba7a3e72\",\r\n \"1288ecd5-199a-4de9-b8b4-d5de1a1b3c78\",\r\n \"4f0297f9-f9a5-4785-b2ab-664591802d26\",\r\n \"a1d5bd09-6254-4981-a6f1-c7e36dd46dda\",\r\n \"284c2604-9f49-4e53-bfa3-2a875e4c7da7\",\r\n \"ea0266bd-22db-4c0a-b8dc-53b97331bb90\",\r\n \"6a8fc788-62c5-4242-8e01-612f9f0f1f3a\",\r\n \"e571cce2-fba7-4953-96e7-3e6f0ade0ad1\",\r\n \"1a09362d-9d87-4c8e-8021-1f1461cec456\",\r\n \"1e791d74-64b4-43b4-918f-433d81818eb4\",\r\n \"1ed04cff-1580-4031-83d6-a7a5cebb3ae6\",\r\n \"78a1470c-0636-44c9-ab60-c09cde915648\",\r\n \"6d68b17e-3340-4912-b3c3-3ca15be43626\",\r\n \"620871c4-5746-4677-8745-1b862bdfc69e\",\r\n \"26d38f51-14c4-448f-96ae-3dd12f50708f\",\r\n \"993e896e-6ed7-46b5-bf43-415903b8c1a9\",\r\n \"777927e8-dc2b-43f6-aa12-ceb965939e9a\",\r\n \"f355abb0-5f27-4368-856f-de81ee07f8ed\",\r\n \"20f35d50-e20c-4051-a6d9-d39286b6d38c\",\r\n \"884adff4-0604-4703-97da-95eecdcd8cf8\",\r\n \"f58cd36e-f6be-486e-abad-693c4995d703\",\r\n \"18205916-ae59-46dd-8c58-31fc25b14827\",\r\n \"7fc6bd4e-2741-4588-bc61-5bd8f8e34a7e\",\r\n \"3928ef86-ac0e-49ec-9961-1fec7d98ad86\",\r\n \"14715f21-90a9-4f0e-9ad6-99d9b3380153\",\r\n \"952e01a9-e073-4f35-a766-846a3b650087\",\r\n \"d15233b7-020b-4e28-a14c-afc709b83522\",\r\n \"a3008cc1-29c7-487a-ac0c-741b3e2060f8\",\r\n \"69f6d20d-1cfb-483e-ac39-58dcbe3dd58c\"\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltintents", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0aW50ZW50cw==", + "RequestUri": "/luis/api/v2.0/apps/351a8d88-67c8-49dc-9d33-61734aac00d8/versions/0.1/customprebuiltintents", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zNTFhOGQ4OC02N2M4LTQ5ZGMtOWQzMy02MTczNGFhYzAwZDgvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0aW50ZW50cw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], + "Pragma": [ + "no-cache" + ], + "Apim-Request-Id": [ + "10734f6f-976f-49a5-83d2-8960fdb0f66e" + ], + "Request-Id": [ + "10734f6f-976f-49a5-83d2-8960fdb0f66e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains; preload" + ], + "Request-Context": [ + "appId=cid-v1:26a3540d-a02a-4998-a060-715488fd769b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-Frame-Options": [ + "SAMEORIGIN" + ], + "Date": [ + "Sun, 25 Aug 2019 19:19:34 GMT" + ], + "Content-Length": [ + "7947" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ] + }, + "ResponseBody": "[\r\n {\r\n \"id\": \"d6d5bf5a-c2b1-4a8f-9628-e8d97e7c380e\",\r\n \"name\": \"Communication.AddContact\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"AddContact\"\r\n },\r\n {\r\n \"id\": \"37b1a8bf-8442-4b68-8cbe-479f9042018e\",\r\n \"name\": \"Communication.AddFlag\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"AddFlag\"\r\n },\r\n {\r\n \"id\": \"e15df06d-839f-42ba-b8a1-5460f42cc007\",\r\n \"name\": \"Communication.AddMore\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"AddMore\"\r\n },\r\n {\r\n \"id\": \"d46b986c-3be9-43bb-9498-09c1a526e12f\",\r\n \"name\": \"Communication.Answer\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Answer\"\r\n },\r\n {\r\n \"id\": \"7e84b9a6-20fb-4940-bad2-e3b38fcf63b4\",\r\n \"name\": \"Communication.AssignContactNickname\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"AssignContactNickname\"\r\n },\r\n {\r\n \"id\": \"ef156cb8-fc44-41c2-8135-0956acf03769\",\r\n \"name\": \"Communication.CallBack\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"CallBack\"\r\n },\r\n {\r\n \"id\": \"dfcc753d-98b5-4d16-bee8-a47c4ef19cc0\",\r\n \"name\": \"Communication.CallVoiceMail\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"CallVoiceMail\"\r\n },\r\n {\r\n \"id\": \"4f5f7fd8-0996-4d61-ab93-0ee0e67e458c\",\r\n \"name\": \"Communication.Cancel\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Cancel\"\r\n },\r\n {\r\n \"id\": \"39b1e686-34e7-4930-8ffd-e776760e43be\",\r\n \"name\": \"Communication.CheckIMStatus\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"CheckIMStatus\"\r\n },\r\n {\r\n \"id\": \"0d95203b-4ae0-4afd-bc6c-2cb18a8c4871\",\r\n \"name\": \"Communication.CheckMessages\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"CheckMessages\"\r\n },\r\n {\r\n \"id\": \"f8b03705-cdc9-44be-bc21-560b509480d4\",\r\n \"name\": \"Communication.Confirm\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Confirm\"\r\n },\r\n {\r\n \"id\": \"6f6a41e3-0749-451b-9c13-463db23cdeb0\",\r\n \"name\": \"Communication.Dial\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Dial\"\r\n },\r\n {\r\n \"id\": \"8e79d656-8188-41bb-9644-096579d29af1\",\r\n \"name\": \"Communication.EndCall\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"EndCall\"\r\n },\r\n {\r\n \"id\": \"63d3947e-c344-4b8c-8f1b-c75e11aafc5d\",\r\n \"name\": \"Communication.FindContact\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"FindContact\"\r\n },\r\n {\r\n \"id\": \"6b59d36d-1337-4082-890f-65b954b61097\",\r\n \"name\": \"Communication.FindSpeedDial\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"FindSpeedDial\"\r\n },\r\n {\r\n \"id\": \"230ec5a7-8a2c-4563-bd5b-30c98554d55e\",\r\n \"name\": \"Communication.FinishTask\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"FinishTask\"\r\n },\r\n {\r\n \"id\": \"0c44dd16-fe75-4e69-b280-7795daa25b06\",\r\n \"name\": \"Communication.Forward\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Forward\"\r\n },\r\n {\r\n \"id\": \"4c6d57f3-3ac4-46e6-bcab-bccf6b1822bb\",\r\n \"name\": \"Communication.GetForwardingsStatus\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"GetForwardingsStatus\"\r\n },\r\n {\r\n \"id\": \"9ec531d8-cfde-4d85-bfcf-a4b6f99da0a2\",\r\n \"name\": \"Communication.GetNotifications\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"GetNotifications\"\r\n },\r\n {\r\n \"id\": \"803c4b71-c26a-4bc3-aead-0bc4d324e458\",\r\n \"name\": \"Communication.GoBack\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"GoBack\"\r\n },\r\n {\r\n \"id\": \"ad1a1fc8-8ce3-4da7-a832-0cc798eadfd9\",\r\n \"name\": \"Communication.Ignore\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Ignore\"\r\n },\r\n {\r\n \"id\": \"98ec8438-9fcf-4ca7-a3aa-b874432948c0\",\r\n \"name\": \"Communication.IgnoreWithMessage\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"IgnoreWithMessage\"\r\n },\r\n {\r\n \"id\": \"b7a518d1-5310-495f-b97b-c5d6d30d40e5\",\r\n \"name\": \"Communication.PressKey\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"PressKey\"\r\n },\r\n {\r\n \"id\": \"6a33c796-7158-41d3-b3a1-b33c2b4e5168\",\r\n \"name\": \"Communication.QueryLastText\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"QueryLastText\"\r\n },\r\n {\r\n \"id\": \"dcf08a53-6f28-44a4-9a29-8a0e15cf3e6c\",\r\n \"name\": \"Communication.ReadAloud\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"ReadAloud\"\r\n },\r\n {\r\n \"id\": \"e7534152-e429-403b-964e-a039f9f47ca3\",\r\n \"name\": \"Communication.Redial\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Redial\"\r\n },\r\n {\r\n \"id\": \"1999d364-0124-473d-9fa2-1a25bbfee973\",\r\n \"name\": \"Communication.Reject\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Reject\"\r\n },\r\n {\r\n \"id\": \"8c028265-682e-412b-8004-a98bc4096a97\",\r\n \"name\": \"Communication.Reply\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Reply\"\r\n },\r\n {\r\n \"id\": \"c6ecd884-5c00-4b3d-8cd2-27930c411523\",\r\n \"name\": \"Communication.SearchMessages\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"SearchMessages\"\r\n },\r\n {\r\n \"id\": \"ef1d5126-3f9a-4ca1-8d36-9cad92310dcb\",\r\n \"name\": \"Communication.SendEmail\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"SendEmail\"\r\n },\r\n {\r\n \"id\": \"eeb22ffd-76c6-4a5c-8ea7-1c9ba5463bbd\",\r\n \"name\": \"Communication.SendMessage\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"SendMessage\"\r\n },\r\n {\r\n \"id\": \"8cd972e1-1885-484c-8ae0-74efba7a3e72\",\r\n \"name\": \"Communication.SetSpeedDial\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"SetSpeedDial\"\r\n },\r\n {\r\n \"id\": \"1288ecd5-199a-4de9-b8b4-d5de1a1b3c78\",\r\n \"name\": \"Communication.ShowNext\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"ShowNext\"\r\n },\r\n {\r\n \"id\": \"4f0297f9-f9a5-4785-b2ab-664591802d26\",\r\n \"name\": \"Communication.ShowPrevious\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"ShowPrevious\"\r\n },\r\n {\r\n \"id\": \"a1d5bd09-6254-4981-a6f1-c7e36dd46dda\",\r\n \"name\": \"Communication.TurnForwardingOff\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"TurnForwardingOff\"\r\n },\r\n {\r\n \"id\": \"284c2604-9f49-4e53-bfa3-2a875e4c7da7\",\r\n \"name\": \"Communication.TurnForwardingOn\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"TurnForwardingOn\"\r\n },\r\n {\r\n \"id\": \"ea0266bd-22db-4c0a-b8dc-53b97331bb90\",\r\n \"name\": \"Communication.TurnSpeakerOff\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"TurnSpeakerOff\"\r\n },\r\n {\r\n \"id\": \"6a8fc788-62c5-4242-8e01-612f9f0f1f3a\",\r\n \"name\": \"Communication.TurnSpeakerOn\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"TurnSpeakerOn\"\r\n }\r\n]", + "StatusCode": 200 + }, + { + "RequestUri": "/luis/api/v2.0/apps/351a8d88-67c8-49dc-9d33-61734aac00d8/versions/0.1/customprebuiltdomains/Communication", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zNTFhOGQ4OC02N2M4LTQ5ZGMtOWQzMy02MTczNGFhYzAwZDgvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZG9tYWlucy9Db21tdW5pY2F0aW9u", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "Ocp-Apim-Subscription-Key": [ + "62b834e0069943d9b035f32abd230359" + ], + "User-Agent": [ + "FxVersion/4.6.27617.04", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-store, proxy-revalidate, no-cache, max-age=0, private" + ], + "Pragma": [ + "no-cache" + ], + "Apim-Request-Id": [ + "584c84c0-48de-4ea4-9062-0f4c67dfc73d" + ], + "Request-Id": [ + "584c84c0-48de-4ea4-9062-0f4c67dfc73d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains; preload" + ], + "Request-Context": [ + "appId=cid-v1:26a3540d-a02a-4998-a060-715488fd769b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-Frame-Options": [ + "SAMEORIGIN" + ], "Date": [ - "Wed, 13 Feb 2019 00:15:51 GMT" + "Sun, 25 Aug 2019 19:19:54 GMT" + ], + "Content-Length": [ + "51" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ] + }, + "ResponseBody": "{\r\n \"code\": \"Success\",\r\n \"message\": \"Operation Successful\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/luis/api/v2.0/apps/351a8d88-67c8-49dc-9d33-61734aac00d8?force=false", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zNTFhOGQ4OC02N2M4LTQ5ZGMtOWQzMy02MTczNGFhYzAwZDg/Zm9yY2U9ZmFsc2U=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "Ocp-Apim-Subscription-Key": [ + "62b834e0069943d9b035f32abd230359" + ], + "User-Agent": [ + "FxVersion/4.6.27617.04", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-store, proxy-revalidate, no-cache, max-age=0, private" ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "1a8f59c9-00e5-4625-96a3-5162df48a7f3" + "7569bf51-be98-4b6e-bad7-237802762373" ], "Request-Id": [ - "1a8f59c9-00e5-4625-96a3-5162df48a7f3" + "7569bf51-be98-4b6e-bad7-237802762373" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -158,14 +329,17 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:19:55 GMT" + ], "Content-Length": [ - "1543" + "51" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"5aff666a-7955-4d75-b53c-12ba7b9deed6\",\r\n \"name\": \"Calendar.Add\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Calendar\",\r\n \"customPrebuiltModelName\": \"Add\"\r\n },\r\n {\r\n \"id\": \"00286410-4e1f-4670-a5eb-711c0b42a8cd\",\r\n \"name\": \"Calendar.CheckAvailability\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Calendar\",\r\n \"customPrebuiltModelName\": \"CheckAvailability\"\r\n },\r\n {\r\n \"id\": \"15d22dbc-b9b8-4142-bad5-f28930baedd6\",\r\n \"name\": \"Calendar.Delete\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Calendar\",\r\n \"customPrebuiltModelName\": \"Delete\"\r\n },\r\n {\r\n \"id\": \"85b4e217-d4cc-46ac-a408-e8a246a25c90\",\r\n \"name\": \"Calendar.Edit\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Calendar\",\r\n \"customPrebuiltModelName\": \"Edit\"\r\n },\r\n {\r\n \"id\": \"8c5d1811-3a55-4ccf-9281-2b459367775b\",\r\n \"name\": \"Calendar.Find\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Calendar\",\r\n \"customPrebuiltModelName\": \"Find\"\r\n },\r\n {\r\n \"id\": \"86dc2b49-7c0e-49f5-9e5f-2d9b7f9f53cb\",\r\n \"name\": \"Gaming.InviteParty\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Gaming\",\r\n \"customPrebuiltModelName\": \"InviteParty\"\r\n },\r\n {\r\n \"id\": \"0421d58a-a58b-4a65-83d8-1629e7c6dbbd\",\r\n \"name\": \"Gaming.LeaveParty\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Gaming\",\r\n \"customPrebuiltModelName\": \"LeaveParty\"\r\n },\r\n {\r\n \"id\": \"e797e70a-2206-4149-ba27-347c57c49313\",\r\n \"name\": \"Gaming.StartParty\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Gaming\",\r\n \"customPrebuiltModelName\": \"StartParty\"\r\n }\r\n]", + "ResponseBody": "{\r\n \"code\": \"Success\",\r\n \"message\": \"Operation Successful\"\r\n}", "StatusCode": 200 } ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltDomainTests/ListCustomPrebuiltModels.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltDomainTests/ListCustomPrebuiltModels.json index 7e56d616892f5..4f9a9176b131a 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltDomainTests/ListCustomPrebuiltModels.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltDomainTests/ListCustomPrebuiltModels.json @@ -1,36 +1,99 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/luis/api/v2.0/apps/", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8=", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"culture\": \"en-us\",\r\n \"domain\": \"Comics\",\r\n \"description\": \"New LUIS App\",\r\n \"usageScenario\": \"IoT\",\r\n \"name\": \"New LUIS App\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "137" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/c50458a8-77f3-404b-9f67-5dbcd6d330b3" + ], + "Apim-Request-Id": [ + "67aff394-f74c-4060-82fc-e85d7f19fc7b" + ], + "Request-Id": [ + "67aff394-f74c-4060-82fc-e85d7f19fc7b" + ], + "Operation-Location": [ + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/c50458a8-77f3-404b-9f67-5dbcd6d330b3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains; preload" + ], + "Request-Context": [ + "appId=cid-v1:26a3540d-a02a-4998-a060-715488fd769b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-Frame-Options": [ + "SAMEORIGIN" + ], "Date": [ - "Wed, 13 Feb 2019 00:15:48 GMT" + "Sun, 25 Aug 2019 19:18:39 GMT" + ], + "Content-Length": [ + "38" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ] + }, + "ResponseBody": "\"c50458a8-77f3-404b-9f67-5dbcd6d330b3\"", + "StatusCode": 201 + }, + { + "RequestUri": "/luis/api/v2.0/apps/c50458a8-77f3-404b-9f67-5dbcd6d330b3/versions?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9jNTA0NThhOC03N2YzLTQwNGItOWY2Ny01ZGJjZDZkMzMwYjMvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "Ocp-Apim-Subscription-Key": [ + "62b834e0069943d9b035f32abd230359" + ], + "User-Agent": [ + "FxVersion/4.6.27617.04", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-store, proxy-revalidate, no-cache, max-age=0, private" ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "7b5fdda1-4379-41bc-b9d2-cddcafd2c0da" + "de31adeb-1cde-4cd4-95eb-940ec2e84f02" ], "Request-Id": [ - "7b5fdda1-4379-41bc-b9d2-cddcafd2c0da" + "de31adeb-1cde-4cd4-95eb-940ec2e84f02" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -44,53 +107,53 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:39 GMT" + ], "Content-Length": [ - "339" + "321" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-02-12T23:23:48Z\",\r\n \"lastModifiedDateTime\": \"2019-02-13T00:15:47Z\",\r\n \"lastTrainedDateTime\": null,\r\n \"lastPublishedDateTime\": \"2019-02-12T23:34:15Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 4,\r\n \"entitiesCount\": 2,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"NeedsTraining\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-08-25T19:18:39Z\",\r\n \"lastModifiedDateTime\": \"2019-08-25T19:18:39Z\",\r\n \"lastTrainedDateTime\": null,\r\n \"lastPublishedDateTime\": null,\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 1,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"NeedsTraining\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltdomains", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZG9tYWlucw==", + "RequestUri": "/luis/api/v2.0/apps/c50458a8-77f3-404b-9f67-5dbcd6d330b3/versions/0.1/customprebuiltdomains", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9jNTA0NThhOC03N2YzLTQwNGItOWY2Ny01ZGJjZDZkMzMwYjMvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZG9tYWlucw==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"domainName\": \"Calendar\"\r\n}", + "RequestBody": "{\r\n \"domainName\": \"Communication\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "32" + "37" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:15:49 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "b6b4afa9-6138-403e-a5f2-316bfc7ff0d9" + "17b784cc-75b9-4f19-bd2c-088690993542" ], "Request-Id": [ - "b6b4afa9-6138-403e-a5f2-316bfc7ff0d9" + "17b784cc-75b9-4f19-bd2c-088690993542" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -104,47 +167,155 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:44 GMT" + ], "Content-Length": [ - "274" + "2341" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n \"5aff666a-7955-4d75-b53c-12ba7b9deed6\",\r\n \"00286410-4e1f-4670-a5eb-711c0b42a8cd\",\r\n \"15d22dbc-b9b8-4142-bad5-f28930baedd6\",\r\n \"85b4e217-d4cc-46ac-a408-e8a246a25c90\",\r\n \"8c5d1811-3a55-4ccf-9281-2b459367775b\",\r\n \"361b6303-dca8-4a7b-8a94-587fc64fa07c\",\r\n \"91c39cfe-0b38-44d8-95f4-205b5251a395\"\r\n]", + "ResponseBody": "[\r\n \"a6d143c2-b465-42d7-bd85-a70dd1d6551e\",\r\n \"2f74405a-52ca-4692-b742-eef809e3c1d2\",\r\n \"e4541433-d012-49a2-8553-b04855773b96\",\r\n \"d154a268-482e-4093-b96f-2ae45b1528b0\",\r\n \"a2be7605-4110-412e-ad58-785af2c54b13\",\r\n \"72596cc5-f265-4fde-ab7f-6f459329c141\",\r\n \"179958f8-67be-4c25-88d3-719448b3ef34\",\r\n \"d1d4f946-29f9-4ea0-a0fc-2bea722d9192\",\r\n \"b2c43117-c857-4251-abbc-0d56b810ed05\",\r\n \"576d72c0-1a52-4bb2-a8f0-86df7e41a706\",\r\n \"72915459-f328-4a8e-a53b-dd89d03127f9\",\r\n \"cff854d9-cb23-4d3b-855c-97dddeda28ca\",\r\n \"dff0a564-0786-4d46-8ed1-7f2febb679ce\",\r\n \"41dcf257-a858-4b6a-8b77-1f0bece4729c\",\r\n \"1d07327d-0ebf-4737-a4ec-e73746ea07de\",\r\n \"0f66b1be-1306-4552-875f-9572b1de0788\",\r\n \"61c28f5b-a432-4afd-b703-8f58eb668485\",\r\n \"6aadea05-6c18-40d0-98ec-c6cb28c27905\",\r\n \"b5f41c8b-522e-4377-8ef3-95f4901bb60f\",\r\n \"1869ebb8-c4dc-4337-bdd3-ab19134977a8\",\r\n \"f62e3127-21c7-48b0-a95d-659d3a0e86f0\",\r\n \"c51018b6-0fc1-426b-a739-d47696933ad0\",\r\n \"4ddbf4c2-ed62-416d-8be0-0f7ce3a4a440\",\r\n \"06235eb4-8a9b-4680-a3ed-23e40265d739\",\r\n \"3b1a4b72-36c4-4c6f-a43e-3ed7a0e6b519\",\r\n \"504317da-04c8-49b0-8739-7fab2f768c22\",\r\n \"4e62a6b4-aec9-4bf0-b860-58753cb97865\",\r\n \"cff42ed2-c483-4096-86b4-30e98adf2447\",\r\n \"50b29ff8-513a-4df6-890e-dad9341e2d7c\",\r\n \"05ae443b-6ee7-4685-bfcb-99be4c342be4\",\r\n \"f66a2e2b-0b9d-41a9-aa21-7f63de9745bd\",\r\n \"c4ad14e8-143e-4c4e-a441-f6988d99289b\",\r\n \"a2914844-d6d9-4c0c-96c5-38499c96d167\",\r\n \"120923cb-6903-4d74-88bb-d35db72ec374\",\r\n \"d0df7dd3-42c7-4eaa-b0f1-c3a33a223327\",\r\n \"42c7c0af-657e-4fb9-8490-df71fd177bb8\",\r\n \"151daac3-ffbb-421c-b1db-b07dcc3699c8\",\r\n \"e49c3408-d470-437c-9521-2d09a404786b\",\r\n \"13c01b36-300f-428d-b385-cf68324dc628\",\r\n \"77edbef9-4737-4c97-9833-1f5bce67e480\",\r\n \"7807fbdc-9ff6-46e5-93ae-f9e4425e30e0\",\r\n \"7f17083e-3043-4ed9-a1c6-a4059a83cd30\",\r\n \"3b4078aa-acf4-4237-ad36-a67f2a0e10d9\",\r\n \"f22fc3a8-6ef1-447d-8ee2-4d65e90ab917\",\r\n \"609b3c3f-6f00-4739-ac44-68cdbfe19fa5\",\r\n \"feef6358-b540-49a7-a602-80aa0b1ab656\",\r\n \"97fc7b1a-39ba-4fba-8757-98218fb0aec6\",\r\n \"5dd9e52f-3de2-47d0-af45-6c40f10297ba\",\r\n \"ea86df97-11ba-48bb-96dd-04d106cee3fe\",\r\n \"c0147448-0b25-4ebc-97dc-36a2b7c0d0ed\",\r\n \"dc287984-bc70-496b-962e-ee8abd98de4e\",\r\n \"e579c3d3-9fbd-4f1c-9e0d-d3b921d23bb4\",\r\n \"1475a299-4dca-4365-b9fd-21886b05ca54\",\r\n \"23b281bb-91dc-4c34-ae37-ac88c2fb54ad\",\r\n \"6e3c4b2f-cecf-41b3-b697-79533ae29461\",\r\n \"d3c12dbb-20c6-4b4f-881a-d3474f61528c\",\r\n \"924f6c3e-e9eb-499c-bd7f-89c1d9a6989d\",\r\n \"08c6ea51-6112-467a-84f5-1f96923222fe\",\r\n \"ecc61c96-02dd-4a04-9dd6-287f138dc36a\",\r\n \"47aea53b-dd3d-4ce3-8f41-aef7e8c7a846\"\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/customprebuiltmodels", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0bW9kZWxz", + "RequestUri": "/luis/api/v2.0/apps/c50458a8-77f3-404b-9f67-5dbcd6d330b3/versions/0.1/customprebuiltmodels", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9jNTA0NThhOC03N2YzLTQwNGItOWY2Ny01ZGJjZDZkMzMwYjMvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0bW9kZWxz", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], + "Pragma": [ + "no-cache" + ], + "Apim-Request-Id": [ + "ec301b71-6e33-4d29-8cb3-af026471d6ec" + ], + "Request-Id": [ + "ec301b71-6e33-4d29-8cb3-af026471d6ec" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains; preload" + ], + "Request-Context": [ + "appId=cid-v1:26a3540d-a02a-4998-a060-715488fd769b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-Frame-Options": [ + "SAMEORIGIN" + ], + "Date": [ + "Sun, 25 Aug 2019 19:18:44 GMT" + ], + "Content-Length": [ + "12155" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ] + }, + "ResponseBody": "[\r\n {\r\n \"id\": \"a6d143c2-b465-42d7-bd85-a70dd1d6551e\",\r\n \"name\": \"Communication.AddContact\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"AddContact\"\r\n },\r\n {\r\n \"id\": \"2f74405a-52ca-4692-b742-eef809e3c1d2\",\r\n \"name\": \"Communication.AddFlag\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"AddFlag\"\r\n },\r\n {\r\n \"id\": \"e4541433-d012-49a2-8553-b04855773b96\",\r\n \"name\": \"Communication.AddMore\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"AddMore\"\r\n },\r\n {\r\n \"id\": \"d154a268-482e-4093-b96f-2ae45b1528b0\",\r\n \"name\": \"Communication.Answer\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Answer\"\r\n },\r\n {\r\n \"id\": \"a2be7605-4110-412e-ad58-785af2c54b13\",\r\n \"name\": \"Communication.AssignContactNickname\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"AssignContactNickname\"\r\n },\r\n {\r\n \"id\": \"13c01b36-300f-428d-b385-cf68324dc628\",\r\n \"name\": \"Communication.Attachment\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Attachment\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"77edbef9-4737-4c97-9833-1f5bce67e480\",\r\n \"name\": \"Communication.AudioDeviceType\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"AudioDeviceType\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"72596cc5-f265-4fde-ab7f-6f459329c141\",\r\n \"name\": \"Communication.CallBack\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"CallBack\"\r\n },\r\n {\r\n \"id\": \"179958f8-67be-4c25-88d3-719448b3ef34\",\r\n \"name\": \"Communication.CallVoiceMail\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"CallVoiceMail\"\r\n },\r\n {\r\n \"id\": \"d1d4f946-29f9-4ea0-a0fc-2bea722d9192\",\r\n \"name\": \"Communication.Cancel\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Cancel\"\r\n },\r\n {\r\n \"id\": \"7807fbdc-9ff6-46e5-93ae-f9e4425e30e0\",\r\n \"name\": \"Communication.Category\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Category\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"b2c43117-c857-4251-abbc-0d56b810ed05\",\r\n \"name\": \"Communication.CheckIMStatus\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"CheckIMStatus\"\r\n },\r\n {\r\n \"id\": \"576d72c0-1a52-4bb2-a8f0-86df7e41a706\",\r\n \"name\": \"Communication.CheckMessages\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"CheckMessages\"\r\n },\r\n {\r\n \"id\": \"72915459-f328-4a8e-a53b-dd89d03127f9\",\r\n \"name\": \"Communication.Confirm\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Confirm\"\r\n },\r\n {\r\n \"id\": \"7f17083e-3043-4ed9-a1c6-a4059a83cd30\",\r\n \"name\": \"Communication.ContactAttribute\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"ContactAttribute\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"3b4078aa-acf4-4237-ad36-a67f2a0e10d9\",\r\n \"name\": \"Communication.ContactName\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"ContactName\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"f22fc3a8-6ef1-447d-8ee2-4d65e90ab917\",\r\n \"name\": \"Communication.DestinationPhone\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"DestinationPhone\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"cff854d9-cb23-4d3b-855c-97dddeda28ca\",\r\n \"name\": \"Communication.Dial\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Dial\"\r\n },\r\n {\r\n \"id\": \"609b3c3f-6f00-4739-ac44-68cdbfe19fa5\",\r\n \"name\": \"Communication.EmailPlatform\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"EmailPlatform\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"feef6358-b540-49a7-a602-80aa0b1ab656\",\r\n \"name\": \"Communication.EmailSubject\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"EmailSubject\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"dff0a564-0786-4d46-8ed1-7f2febb679ce\",\r\n \"name\": \"Communication.EndCall\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"EndCall\"\r\n },\r\n {\r\n \"id\": \"41dcf257-a858-4b6a-8b77-1f0bece4729c\",\r\n \"name\": \"Communication.FindContact\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"FindContact\"\r\n },\r\n {\r\n \"id\": \"1d07327d-0ebf-4737-a4ec-e73746ea07de\",\r\n \"name\": \"Communication.FindSpeedDial\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"FindSpeedDial\"\r\n },\r\n {\r\n \"id\": \"0f66b1be-1306-4552-875f-9572b1de0788\",\r\n \"name\": \"Communication.FinishTask\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"FinishTask\"\r\n },\r\n {\r\n \"id\": \"61c28f5b-a432-4afd-b703-8f58eb668485\",\r\n \"name\": \"Communication.Forward\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Forward\"\r\n },\r\n {\r\n \"id\": \"97fc7b1a-39ba-4fba-8757-98218fb0aec6\",\r\n \"name\": \"Communication.FromRelationshipName\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"FromRelationshipName\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"6aadea05-6c18-40d0-98ec-c6cb28c27905\",\r\n \"name\": \"Communication.GetForwardingsStatus\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"GetForwardingsStatus\"\r\n },\r\n {\r\n \"id\": \"b5f41c8b-522e-4377-8ef3-95f4901bb60f\",\r\n \"name\": \"Communication.GetNotifications\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"GetNotifications\"\r\n },\r\n {\r\n \"id\": \"1869ebb8-c4dc-4337-bdd3-ab19134977a8\",\r\n \"name\": \"Communication.GoBack\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"GoBack\"\r\n },\r\n {\r\n \"id\": \"f62e3127-21c7-48b0-a95d-659d3a0e86f0\",\r\n \"name\": \"Communication.Ignore\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Ignore\"\r\n },\r\n {\r\n \"id\": \"c51018b6-0fc1-426b-a739-d47696933ad0\",\r\n \"name\": \"Communication.IgnoreWithMessage\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"IgnoreWithMessage\"\r\n },\r\n {\r\n \"id\": \"5dd9e52f-3de2-47d0-af45-6c40f10297ba\",\r\n \"name\": \"Communication.Key\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Key\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"ea86df97-11ba-48bb-96dd-04d106cee3fe\",\r\n \"name\": \"Communication.Line\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Line\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"c0147448-0b25-4ebc-97dc-36a2b7c0d0ed\",\r\n \"name\": \"Communication.Message\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Message\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"dc287984-bc70-496b-962e-ee8abd98de4e\",\r\n \"name\": \"Communication.MessageType\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"MessageType\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"e579c3d3-9fbd-4f1c-9e0d-d3b921d23bb4\",\r\n \"name\": \"Communication.OrderReference\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"OrderReference\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"1475a299-4dca-4365-b9fd-21886b05ca54\",\r\n \"name\": \"Communication.PositionReference\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"PositionReference\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"4ddbf4c2-ed62-416d-8be0-0f7ce3a4a440\",\r\n \"name\": \"Communication.PressKey\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"PressKey\"\r\n },\r\n {\r\n \"id\": \"06235eb4-8a9b-4680-a3ed-23e40265d739\",\r\n \"name\": \"Communication.QueryLastText\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"QueryLastText\"\r\n },\r\n {\r\n \"id\": \"3b1a4b72-36c4-4c6f-a43e-3ed7a0e6b519\",\r\n \"name\": \"Communication.ReadAloud\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"ReadAloud\"\r\n },\r\n {\r\n \"id\": \"504317da-04c8-49b0-8739-7fab2f768c22\",\r\n \"name\": \"Communication.Redial\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Redial\"\r\n },\r\n {\r\n \"id\": \"4e62a6b4-aec9-4bf0-b860-58753cb97865\",\r\n \"name\": \"Communication.Reject\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Reject\"\r\n },\r\n {\r\n \"id\": \"23b281bb-91dc-4c34-ae37-ac88c2fb54ad\",\r\n \"name\": \"Communication.RelationshipName\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"RelationshipName\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"cff42ed2-c483-4096-86b4-30e98adf2447\",\r\n \"name\": \"Communication.Reply\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"Reply\"\r\n },\r\n {\r\n \"id\": \"50b29ff8-513a-4df6-890e-dad9341e2d7c\",\r\n \"name\": \"Communication.SearchMessages\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"SearchMessages\"\r\n },\r\n {\r\n \"id\": \"6e3c4b2f-cecf-41b3-b697-79533ae29461\",\r\n \"name\": \"Communication.SearchTexts\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"SearchTexts\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"05ae443b-6ee7-4685-bfcb-99be4c342be4\",\r\n \"name\": \"Communication.SendEmail\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"SendEmail\"\r\n },\r\n {\r\n \"id\": \"d3c12dbb-20c6-4b4f-881a-d3474f61528c\",\r\n \"name\": \"Communication.SenderName\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"SenderName\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"f66a2e2b-0b9d-41a9-aa21-7f63de9745bd\",\r\n \"name\": \"Communication.SendMessage\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"SendMessage\"\r\n },\r\n {\r\n \"id\": \"c4ad14e8-143e-4c4e-a441-f6988d99289b\",\r\n \"name\": \"Communication.SetSpeedDial\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"SetSpeedDial\"\r\n },\r\n {\r\n \"id\": \"a2914844-d6d9-4c0c-96c5-38499c96d167\",\r\n \"name\": \"Communication.ShowNext\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"ShowNext\"\r\n },\r\n {\r\n \"id\": \"120923cb-6903-4d74-88bb-d35db72ec374\",\r\n \"name\": \"Communication.ShowPrevious\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"ShowPrevious\"\r\n },\r\n {\r\n \"id\": \"924f6c3e-e9eb-499c-bd7f-89c1d9a6989d\",\r\n \"name\": \"Communication.SpeedDial\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"SpeedDial\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"d0df7dd3-42c7-4eaa-b0f1-c3a33a223327\",\r\n \"name\": \"Communication.TurnForwardingOff\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"TurnForwardingOff\"\r\n },\r\n {\r\n \"id\": \"42c7c0af-657e-4fb9-8490-df71fd177bb8\",\r\n \"name\": \"Communication.TurnForwardingOn\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"TurnForwardingOn\"\r\n },\r\n {\r\n \"id\": \"151daac3-ffbb-421c-b1db-b07dcc3699c8\",\r\n \"name\": \"Communication.TurnSpeakerOff\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"TurnSpeakerOff\"\r\n },\r\n {\r\n \"id\": \"e49c3408-d470-437c-9521-2d09a404786b\",\r\n \"name\": \"Communication.TurnSpeakerOn\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Communication\",\r\n \"customPrebuiltModelName\": \"TurnSpeakerOn\"\r\n }\r\n]", + "StatusCode": 200 + }, + { + "RequestUri": "/luis/api/v2.0/apps/c50458a8-77f3-404b-9f67-5dbcd6d330b3/versions/0.1/customprebuiltdomains/Communication", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9jNTA0NThhOC03N2YzLTQwNGItOWY2Ny01ZGJjZDZkMzMwYjMvdmVyc2lvbnMvMC4xL2N1c3RvbXByZWJ1aWx0ZG9tYWlucy9Db21tdW5pY2F0aW9u", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "Ocp-Apim-Subscription-Key": [ + "62b834e0069943d9b035f32abd230359" + ], + "User-Agent": [ + "FxVersion/4.6.27617.04", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-store, proxy-revalidate, no-cache, max-age=0, private" + ], + "Pragma": [ + "no-cache" + ], + "Apim-Request-Id": [ + "ecb76d4a-1ce9-4a3a-8cc1-db899ec43c5e" + ], + "Request-Id": [ + "ecb76d4a-1ce9-4a3a-8cc1-db899ec43c5e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains; preload" + ], + "Request-Context": [ + "appId=cid-v1:26a3540d-a02a-4998-a060-715488fd769b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-Frame-Options": [ + "SAMEORIGIN" + ], "Date": [ - "Wed, 13 Feb 2019 00:15:49 GMT" + "Sun, 25 Aug 2019 19:19:04 GMT" + ], + "Content-Length": [ + "51" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ] + }, + "ResponseBody": "{\r\n \"code\": \"Success\",\r\n \"message\": \"Operation Successful\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/luis/api/v2.0/apps/c50458a8-77f3-404b-9f67-5dbcd6d330b3?force=false", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy9jNTA0NThhOC03N2YzLTQwNGItOWY2Ny01ZGJjZDZkMzMwYjM/Zm9yY2U9ZmFsc2U=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "Ocp-Apim-Subscription-Key": [ + "62b834e0069943d9b035f32abd230359" + ], + "User-Agent": [ + "FxVersion/4.6.27617.04", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-store, proxy-revalidate, no-cache, max-age=0, private" ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "f73a0303-fc12-4d09-812a-fdaa4b562a83" + "39e34cf8-b7fa-45fe-9c76-fdc41b4fb6f6" ], "Request-Id": [ - "f73a0303-fc12-4d09-812a-fdaa4b562a83" + "39e34cf8-b7fa-45fe-9c76-fdc41b4fb6f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -158,14 +329,17 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:19:04 GMT" + ], "Content-Length": [ - "2345" + "51" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"5aff666a-7955-4d75-b53c-12ba7b9deed6\",\r\n \"name\": \"Calendar.Add\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Calendar\",\r\n \"customPrebuiltModelName\": \"Add\"\r\n },\r\n {\r\n \"id\": \"00286410-4e1f-4670-a5eb-711c0b42a8cd\",\r\n \"name\": \"Calendar.CheckAvailability\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Calendar\",\r\n \"customPrebuiltModelName\": \"CheckAvailability\"\r\n },\r\n {\r\n \"id\": \"15d22dbc-b9b8-4142-bad5-f28930baedd6\",\r\n \"name\": \"Calendar.Delete\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Calendar\",\r\n \"customPrebuiltModelName\": \"Delete\"\r\n },\r\n {\r\n \"id\": \"85b4e217-d4cc-46ac-a408-e8a246a25c90\",\r\n \"name\": \"Calendar.Edit\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Calendar\",\r\n \"customPrebuiltModelName\": \"Edit\"\r\n },\r\n {\r\n \"id\": \"8c5d1811-3a55-4ccf-9281-2b459367775b\",\r\n \"name\": \"Calendar.Find\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Calendar\",\r\n \"customPrebuiltModelName\": \"Find\"\r\n },\r\n {\r\n \"id\": \"361b6303-dca8-4a7b-8a94-587fc64fa07c\",\r\n \"name\": \"Calendar.Location\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Calendar\",\r\n \"customPrebuiltModelName\": \"Location\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"91c39cfe-0b38-44d8-95f4-205b5251a395\",\r\n \"name\": \"Calendar.Subject\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Calendar\",\r\n \"customPrebuiltModelName\": \"Subject\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"fd354ff5-7152-4f3b-b396-3c9b8038f491\",\r\n \"name\": \"Camera.AppName\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Camera\",\r\n \"customPrebuiltModelName\": \"AppName\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"e53a3c72-5641-4678-8e6a-ba96be111016\",\r\n \"name\": \"Gaming.Contact\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Gaming\",\r\n \"customPrebuiltModelName\": \"Contact\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"86dc2b49-7c0e-49f5-9e5f-2d9b7f9f53cb\",\r\n \"name\": \"Gaming.InviteParty\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Gaming\",\r\n \"customPrebuiltModelName\": \"InviteParty\"\r\n },\r\n {\r\n \"id\": \"0421d58a-a58b-4a65-83d8-1629e7c6dbbd\",\r\n \"name\": \"Gaming.LeaveParty\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Gaming\",\r\n \"customPrebuiltModelName\": \"LeaveParty\"\r\n },\r\n {\r\n \"id\": \"e797e70a-2206-4149-ba27-347c57c49313\",\r\n \"name\": \"Gaming.StartParty\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\",\r\n \"customPrebuiltDomainName\": \"Gaming\",\r\n \"customPrebuiltModelName\": \"StartParty\"\r\n }\r\n]", + "ResponseBody": "{\r\n \"code\": \"Success\",\r\n \"message\": \"Operation Successful\"\r\n}", "StatusCode": 200 } ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltsTests/AddPrebuilt.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltsTests/AddPrebuilt.json index c6a10467ea5d4..16a9ed3b2ec97 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltsTests/AddPrebuilt.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltsTests/AddPrebuilt.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", "RequestMethod": "POST", "RequestBody": "[\r\n \"number\",\r\n \"ordinal\"\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,17 +26,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:16:57 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "551d3f6f-fbe9-4cbf-bb53-e7c1ab4f927a" + "f152426b-1492-49bf-b75d-5300897edf7a" ], "Request-Id": [ - "551d3f6f-fbe9-4cbf-bb53-e7c1ab4f927a" + "f152426b-1492-49bf-b75d-5300897edf7a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -50,6 +47,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:05 GMT" + ], "Content-Length": [ "256" ], @@ -57,40 +57,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"f814a87b-d742-40ba-b0ef-726c4279fb3f\",\r\n \"name\": \"number\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"e743b4d2-e471-4e25-afb8-c551834e85e6\",\r\n \"name\": \"ordinal\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"e354a24c-7340-4c86-9f27-e93a8eeb4df2\",\r\n \"name\": \"number\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"5a97d47b-508e-4bd2-89ae-c0b03f43a057\",\r\n \"name\": \"ordinal\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/f814a87b-d742-40ba-b0ef-726c4279fb3f", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy9mODE0YTg3Yi1kNzQyLTQwYmEtYjBlZi03MjZjNDI3OWZiM2Y=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/e354a24c-7340-4c86-9f27-e93a8eeb4df2", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy9lMzU0YTI0Yy03MzQwLTRjODYtOWYyNy1lOTNhOGVlYjRkZjI=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:16:57 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "992e259e-0953-4b7b-b90f-683ebae62e5d" + "1cb65256-a39a-4c57-a133-2e51322eef8f" ], "Request-Id": [ - "992e259e-0953-4b7b-b90f-683ebae62e5d" + "1cb65256-a39a-4c57-a133-2e51322eef8f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -104,6 +101,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:06 GMT" + ], "Content-Length": [ "51" ], @@ -115,36 +115,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/e743b4d2-e471-4e25-afb8-c551834e85e6", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy9lNzQzYjRkMi1lNDcxLTRlMjUtYWZiOC1jNTUxODM0ZTg1ZTY=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/5a97d47b-508e-4bd2-89ae-c0b03f43a057", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy81YTk3ZDQ3Yi01MDhlLTRiZDItODlhZS1jMGIwM2Y0M2EwNTc=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:16:57 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "1d037a65-659b-44b8-b7c1-80cff3190310" + "11f06755-77c8-47e5-8abb-dbdb4c95c86f" ], "Request-Id": [ - "1d037a65-659b-44b8-b7c1-80cff3190310" + "11f06755-77c8-47e5-8abb-dbdb4c95c86f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -158,6 +155,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:06 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltsTests/DeletePrebuilt.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltsTests/DeletePrebuilt.json index 748df50d34a43..31d66e629a974 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltsTests/DeletePrebuilt.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltsTests/DeletePrebuilt.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", "RequestMethod": "POST", "RequestBody": "[\r\n \"number\"\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,17 +26,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:16:56 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "d6ba2c9e-c1bb-47f0-98ac-d3cb5bafc5c4" + "20a1a0cc-ab44-4a88-b4f9-fb09cb016167" ], "Request-Id": [ - "d6ba2c9e-c1bb-47f0-98ac-d3cb5bafc5c4" + "20a1a0cc-ab44-4a88-b4f9-fb09cb016167" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -50,6 +47,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:07 GMT" + ], "Content-Length": [ "128" ], @@ -57,40 +57,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"36762ad8-f5a0-466d-bdce-7df9e7453736\",\r\n \"name\": \"number\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"e8cfc3d7-eed0-43c6-aef0-246640a1e835\",\r\n \"name\": \"number\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/36762ad8-f5a0-466d-bdce-7df9e7453736", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy8zNjc2MmFkOC1mNWEwLTQ2NmQtYmRjZS03ZGY5ZTc0NTM3MzY=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/e8cfc3d7-eed0-43c6-aef0-246640a1e835", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy9lOGNmYzNkNy1lZWQwLTQzYzYtYWVmMC0yNDY2NDBhMWU4MzU=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:16:56 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "0013bd02-1ef1-4614-9d23-4c40cfe98dac" + "35a00368-691a-443a-8850-7b2d25ffc090" ], "Request-Id": [ - "0013bd02-1ef1-4614-9d23-4c40cfe98dac" + "35a00368-691a-443a-8850-7b2d25ffc090" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -104,6 +101,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:08 GMT" + ], "Content-Length": [ "51" ], @@ -115,36 +115,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cz9za2lwPTAmdGFrZT0xMDA=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cz9za2lwPTAmdGFrZT0xMDA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:16:56 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "00a6a7bd-6124-4a84-9a08-3e8dc102d795" + "234d8345-1ec6-4460-8215-308ee83455d7" ], "Request-Id": [ - "00a6a7bd-6124-4a84-9a08-3e8dc102d795" + "234d8345-1ec6-4460-8215-308ee83455d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -158,6 +155,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:08 GMT" + ], "Content-Length": [ "2" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltsTests/GetPrebuilt.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltsTests/GetPrebuilt.json index a656eab347466..41a05b50c9dc4 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltsTests/GetPrebuilt.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltsTests/GetPrebuilt.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", "RequestMethod": "POST", "RequestBody": "[\r\n \"number\"\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,17 +26,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:16:52 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "1a6dee0a-1029-4d23-a82c-4c9414bc24bc" + "0a52efde-12bc-4d81-b4d2-c8a3d63ca19f" ], "Request-Id": [ - "1a6dee0a-1029-4d23-a82c-4c9414bc24bc" + "0a52efde-12bc-4d81-b4d2-c8a3d63ca19f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -50,6 +47,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:09 GMT" + ], "Content-Length": [ "128" ], @@ -57,40 +57,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"76b60968-82be-4fc0-8657-af4d5436deb0\",\r\n \"name\": \"number\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"062a4df4-19f0-4e97-b6eb-b5190cf91dde\",\r\n \"name\": \"number\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/76b60968-82be-4fc0-8657-af4d5436deb0", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy83NmI2MDk2OC04MmJlLTRmYzAtODY1Ny1hZjRkNTQzNmRlYjA=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/062a4df4-19f0-4e97-b6eb-b5190cf91dde", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy8wNjJhNGRmNC0xOWYwLTRlOTctYjZlYi1iNTE5MGNmOTFkZGU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:16:52 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "5e489579-f395-4c15-babd-4726870d235b" + "79bd150e-5871-4bd7-b91f-eeadae19445e" ], "Request-Id": [ - "5e489579-f395-4c15-babd-4726870d235b" + "79bd150e-5871-4bd7-b91f-eeadae19445e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -104,6 +101,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:09 GMT" + ], "Content-Length": [ "126" ], @@ -111,40 +111,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"76b60968-82be-4fc0-8657-af4d5436deb0\",\r\n \"name\": \"number\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"062a4df4-19f0-4e97-b6eb-b5190cf91dde\",\r\n \"name\": \"number\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/76b60968-82be-4fc0-8657-af4d5436deb0", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy83NmI2MDk2OC04MmJlLTRmYzAtODY1Ny1hZjRkNTQzNmRlYjA=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/062a4df4-19f0-4e97-b6eb-b5190cf91dde", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy8wNjJhNGRmNC0xOWYwLTRlOTctYjZlYi1iNTE5MGNmOTFkZGU=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:16:52 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "d847b17c-766b-4d69-9577-65163505ec39" + "eb7dea6f-96ef-4909-ab23-236e46e2bab8" ], "Request-Id": [ - "d847b17c-766b-4d69-9577-65163505ec39" + "eb7dea6f-96ef-4909-ab23-236e46e2bab8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -158,6 +155,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:10 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltsTests/ListPrebuiltEntities.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltsTests/ListPrebuiltEntities.json index a3f960c74dbf8..64cd65510d434 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltsTests/ListPrebuiltEntities.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltsTests/ListPrebuiltEntities.json @@ -1,36 +1,33 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/listprebuilts", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2xpc3RwcmVidWlsdHM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/listprebuilts", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2xpc3RwcmVidWlsdHM=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:16:58 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "6b539870-e70a-41d0-b6dd-2a04caf5ef6d" + "3142bd24-8648-4e04-8f65-aff27c24ff20" ], "Request-Id": [ - "6b539870-e70a-41d0-b6dd-2a04caf5ef6d" + "3142bd24-8648-4e04-8f65-aff27c24ff20" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -44,14 +41,17 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:05 GMT" + ], "Content-Length": [ - "2567" + "2704" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"name\": \"number\",\r\n \"description\": \"A cardinal number in numeric or text form\",\r\n \"examples\": \"ten, forty two, 3.141, 10K\"\r\n },\r\n {\r\n \"name\": \"ordinal\",\r\n \"description\": \"An ordinal number in numeric or text form\",\r\n \"examples\": \"first, second, tenth, 1st, 2nd, 10th\"\r\n },\r\n {\r\n \"name\": \"temperature\",\r\n \"description\": \"A temperature in celsius or fahrenheit\",\r\n \"examples\": \"32F, 34 degrees celsius, 2 deg C\"\r\n },\r\n {\r\n \"name\": \"dimension\",\r\n \"description\": \"Spacial dimensions, including length, distance, area, and volume\",\r\n \"examples\": \"2 miles, 650 square kilometres, 9,350 feet\"\r\n },\r\n {\r\n \"name\": \"money\",\r\n \"description\": \"Monetary amounts, including currency\",\r\n \"examples\": \"1000.00 US dollars, £20.00, $ 67.5 B\"\r\n },\r\n {\r\n \"name\": \"age\",\r\n \"description\": \"Age of a person or thing\",\r\n \"examples\": \"10-month-old, 19 years old, 58 year-old\"\r\n },\r\n {\r\n \"name\": \"geography\",\r\n \"description\": \"Continents, Countries, Cities, Post codes, and other points of interest\",\r\n \"examples\": \"Antarctica, Portugal, Dubai, Sanjiang County, Lake Pontchartrain, CB3 0DS\"\r\n },\r\n {\r\n \"name\": \"encyclopedia\",\r\n \"description\": \"People, organizations, products, and hundreds of other types found in an encyclopedia\",\r\n \"examples\": \"Acer Aspire, Harvard Business School, Jagiellonian Rowing Club, Steve Miller Band, Beijing Capital International Airport, Amsterdam Light Festival, Microsoft\"\r\n },\r\n {\r\n \"name\": \"percentage\",\r\n \"description\": \"A percentage, using the symbol % or the word \\\"percent\\\"\",\r\n \"examples\": \"10%, 5.6 percent\"\r\n },\r\n {\r\n \"name\": \"datetime\",\r\n \"description\": \"Dates and times, resolved to a canonical form\",\r\n \"examples\": \"June 23, 1976, Jul 11 2012, 7 AM, 6:49 PM, tomorrow at 7 AM\"\r\n },\r\n {\r\n \"name\": \"email\",\r\n \"description\": \"Email addresses\",\r\n \"examples\": \"user@site.net, user_name@mysite.com.eg, user.Name12@website.net\"\r\n },\r\n {\r\n \"name\": \"url\",\r\n \"description\": \"Websites URLs and links\",\r\n \"examples\": \"www.website.com, http://website.net?name=my_name&age=10, https://www.mywebsite.net.eg/page\"\r\n },\r\n {\r\n \"name\": \"phonenumber\",\r\n \"description\": \"US phone numbers\",\r\n \"examples\": \"123-456-7890, +1 123 456 789, (123)456-789\"\r\n },\r\n {\r\n \"name\": \"datetimeV2\",\r\n \"description\": \"Dates and times, resolved to a canonical form\",\r\n \"examples\": \"June 23, 1976, Jul 11 2012, 7 AM, 6:49 PM, tomorrow at 7 AM\"\r\n },\r\n {\r\n \"name\": \"keyPhrase\",\r\n \"description\": \"Automatically extract key phrases to quickly identify the main talking points\",\r\n \"examples\": \"Paris, cinema, soccer\"\r\n },\r\n {\r\n \"name\": \"personName\",\r\n \"description\": \"A person’s partial or full name\",\r\n \"examples\": \"carol, john, lili\"\r\n },\r\n {\r\n \"name\": \"geographyV2\",\r\n \"description\": \"Location and place names such as city, county, state, province, country, continent, or place of interest\",\r\n \"examples\": \"Antarctica, Portugal, Dubai, Sanjiang County, Lake Pontchartrain, CB3 0DS\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"name\": \"age\",\r\n \"description\": \"Age of a person or thing\",\r\n \"examples\": \"10-month-old, 19 years old, 58 year-old\"\r\n },\r\n {\r\n \"name\": \"datetime\",\r\n \"description\": \"Dates and times, resolved to a canonical form\",\r\n \"examples\": \"June 23, 1976, Jul 11 2012, 7 AM, 6:49 PM, tomorrow at 7 AM\"\r\n },\r\n {\r\n \"name\": \"datetimeV2\",\r\n \"description\": \"Dates and times, resolved to a canonical form\",\r\n \"examples\": \"June 23, 1976, Jul 11 2012, 7 AM, 6:49 PM, tomorrow at 7 AM\"\r\n },\r\n {\r\n \"name\": \"dimension\",\r\n \"description\": \"Spacial dimensions, including length, distance, area, and volume\",\r\n \"examples\": \"2 miles, 650 square kilometres, 9,350 feet\"\r\n },\r\n {\r\n \"name\": \"email\",\r\n \"description\": \"Email addresses\",\r\n \"examples\": \"user@example.net, user_name@example.com, user.Name12@example.net\"\r\n },\r\n {\r\n \"name\": \"encyclopedia\",\r\n \"description\": \"People, organizations, products, and hundreds of other types found in an encyclopedia\",\r\n \"examples\": \"Acer Aspire, Harvard Business School, Jagiellonian Rowing Club, Steve Miller Band, Beijing Capital International Airport, Amsterdam Light Festival, Microsoft\"\r\n },\r\n {\r\n \"name\": \"geography\",\r\n \"description\": \"Continents, Countries, Cities, Post codes, and other points of interest\",\r\n \"examples\": \"Antarctica, Portugal, Dubai, Sanjiang County, Lake Pontchartrain, CB3 0DS\"\r\n },\r\n {\r\n \"name\": \"geographyV2\",\r\n \"description\": \"Location and place names such as city, county, state, province, country, continent, or place of interest\",\r\n \"examples\": \"Antarctica, Portugal, Dubai, Sanjiang County, Lake Pontchartrain, CB3 0DS\"\r\n },\r\n {\r\n \"name\": \"keyPhrase\",\r\n \"description\": \"Automatically extract key phrases to quickly identify the main talking points\",\r\n \"examples\": \"Paris, cinema, soccer\"\r\n },\r\n {\r\n \"name\": \"money\",\r\n \"description\": \"Monetary amounts, including currency\",\r\n \"examples\": \"1000.00 US dollars, £20.00, $ 67.5 B\"\r\n },\r\n {\r\n \"name\": \"number\",\r\n \"description\": \"A cardinal number in numeric or text form\",\r\n \"examples\": \"ten, forty two, 3.141, 10K\"\r\n },\r\n {\r\n \"name\": \"ordinal\",\r\n \"description\": \"An ordinal number in numeric or text form\",\r\n \"examples\": \"first, second, tenth, 1st, 2nd, 10th\"\r\n },\r\n {\r\n \"name\": \"ordinalV2\",\r\n \"description\": \"An ordinal number in numeric or text form\",\r\n \"examples\": \"first, second, tenth, 1st, 2nd, 10th, next, last\"\r\n },\r\n {\r\n \"name\": \"percentage\",\r\n \"description\": \"A percentage, using the symbol % or the word \\\"percent\\\"\",\r\n \"examples\": \"10%, 5.6 percent\"\r\n },\r\n {\r\n \"name\": \"personName\",\r\n \"description\": \"A person’s partial or full name\",\r\n \"examples\": \"carol, john, lili\"\r\n },\r\n {\r\n \"name\": \"phonenumber\",\r\n \"description\": \"US phone numbers\",\r\n \"examples\": \"123-456-7890, +1 123 456 789, (123)456-789\"\r\n },\r\n {\r\n \"name\": \"temperature\",\r\n \"description\": \"A temperature in celsius or fahrenheit\",\r\n \"examples\": \"32F, 34 degrees celsius, 2 deg C\"\r\n },\r\n {\r\n \"name\": \"url\",\r\n \"description\": \"Websites URLs and links\",\r\n \"examples\": \"www.example.com, http://example.net?name=my_name&age=10, https://www.example.net/page\"\r\n }\r\n]", "StatusCode": 200 } ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltsTests/ListPrebuilts.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltsTests/ListPrebuilts.json index 31f8407b19fc2..86e9362da7ce1 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltsTests/ListPrebuilts.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelPrebuiltsTests/ListPrebuilts.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", "RequestMethod": "POST", "RequestBody": "[\r\n \"number\"\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,17 +26,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:16:54 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "9510e0ae-0f49-4c96-acbf-aab92b515bc4" + "5c365092-c05e-4135-9cdc-344da524f60c" ], "Request-Id": [ - "9510e0ae-0f49-4c96-acbf-aab92b515bc4" + "5c365092-c05e-4135-9cdc-344da524f60c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -50,6 +47,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:11 GMT" + ], "Content-Length": [ "128" ], @@ -57,40 +57,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"7050c35b-b053-444f-b0f0-5aa3da2a0e78\",\r\n \"name\": \"number\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"f9bcb8c2-712a-4783-91b4-7a3454bdad8e\",\r\n \"name\": \"number\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cz9za2lwPTAmdGFrZT0xMDA=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cz9za2lwPTAmdGFrZT0xMDA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:16:54 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "a48d01c2-f798-4fbb-a649-d169a1fd425f" + "414d356d-e35c-401d-ac26-c5858295469c" ], "Request-Id": [ - "a48d01c2-f798-4fbb-a649-d169a1fd425f" + "414d356d-e35c-401d-ac26-c5858295469c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -104,6 +101,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:11 GMT" + ], "Content-Length": [ "128" ], @@ -111,40 +111,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"7050c35b-b053-444f-b0f0-5aa3da2a0e78\",\r\n \"name\": \"number\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"f9bcb8c2-712a-4783-91b4-7a3454bdad8e\",\r\n \"name\": \"number\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/7050c35b-b053-444f-b0f0-5aa3da2a0e78", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy83MDUwYzM1Yi1iMDUzLTQ0NGYtYjBmMC01YWEzZGEyYTBlNzg=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/f9bcb8c2-712a-4783-91b4-7a3454bdad8e", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy9mOWJjYjhjMi03MTJhLTQ3ODMtOTFiNC03YTM0NTRiZGFkOGU=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:16:54 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "61d9e629-2f48-469c-8a8e-9de930a71cfe" + "1763a40c-13d8-4e88-8d48-893db00f8468" ], "Request-Id": [ - "61d9e629-2f48-469c-8a8e-9de930a71cfe" + "1763a40c-13d8-4e88-8d48-893db00f8468" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -158,6 +155,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:11 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelRegexEntitiesTests/CreateRegexEntity.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelRegexEntitiesTests/CreateRegexEntity.json index a32c34646ec91..28a428bae3fbd 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelRegexEntitiesTests/CreateRegexEntity.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelRegexEntitiesTests/CreateRegexEntity.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXM=", "RequestMethod": "POST", "RequestBody": "{\r\n \"regexPattern\": \"regex pattern 1\",\r\n \"name\": \"regex entity 1\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:18:12 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/3871324a-4113-410a-9edf-a70b6a0e4a7a" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/3ea41fe4-b7ff-44fc-a4c9-cfd000e79e8f" ], "Apim-Request-Id": [ - "085172c3-fd45-443d-ab58-e53c14402296" + "54fcb9ba-8983-4ab5-901f-24bd94d69ef0" ], "Request-Id": [ - "085172c3-fd45-443d-ab58-e53c14402296" + "54fcb9ba-8983-4ab5-901f-24bd94d69ef0" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/3871324a-4113-410a-9edf-a70b6a0e4a7a" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/3ea41fe4-b7ff-44fc-a4c9-cfd000e79e8f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:20:47 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"3871324a-4113-410a-9edf-a70b6a0e4a7a\"", + "ResponseBody": "\"3ea41fe4-b7ff-44fc-a4c9-cfd000e79e8f\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/3871324a-4113-410a-9edf-a70b6a0e4a7a", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvMzg3MTMyNGEtNDExMy00MTBhLTllZGYtYTcwYjZhMGU0YTdh", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/3ea41fe4-b7ff-44fc-a4c9-cfd000e79e8f", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvM2VhNDFmZTQtYjdmZi00NGZjLWE0YzktY2ZkMDAwZTc5ZThm", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:18:13 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "7810b66d-3465-481f-bb75-6851ad55175b" + "8786229f-eb21-4396-a5c8-19a866f872ad" ], "Request-Id": [ - "7810b66d-3465-481f-bb75-6851ad55175b" + "8786229f-eb21-4396-a5c8-19a866f872ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:20:47 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelRegexEntitiesTests/DeleteRegexEntity.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelRegexEntitiesTests/DeleteRegexEntity.json index f009e0e5da495..013072685e933 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelRegexEntitiesTests/DeleteRegexEntity.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelRegexEntitiesTests/DeleteRegexEntity.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXM=", "RequestMethod": "POST", "RequestBody": "{\r\n \"regexPattern\": \"regex pattern 1\",\r\n \"name\": \"regex entity 1\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:18:14 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/b2c58433-d4fe-4ded-b907-0f8ba1e8163d" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/7f99de6f-d267-4bfd-8f07-c3bfcca8526c" ], "Apim-Request-Id": [ - "1295fe91-82ed-4d6c-a801-27cc545e61eb" + "fb5f86b3-773d-407e-9926-683253480111" ], "Request-Id": [ - "1295fe91-82ed-4d6c-a801-27cc545e61eb" + "fb5f86b3-773d-407e-9926-683253480111" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/b2c58433-d4fe-4ded-b907-0f8ba1e8163d" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/7f99de6f-d267-4bfd-8f07-c3bfcca8526c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:20:49 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"b2c58433-d4fe-4ded-b907-0f8ba1e8163d\"", + "ResponseBody": "\"7f99de6f-d267-4bfd-8f07-c3bfcca8526c\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/b2c58433-d4fe-4ded-b907-0f8ba1e8163d", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvYjJjNTg0MzMtZDRmZS00ZGVkLWI5MDctMGY4YmExZTgxNjNk", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/7f99de6f-d267-4bfd-8f07-c3bfcca8526c", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvN2Y5OWRlNmYtZDI2Ny00YmZkLThmMDctYzNiZmNjYTg1MjZj", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:18:14 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "d45a98be-097e-419c-836d-e231ea08e8ce" + "5a189a27-553e-48d5-bd11-83bafb5ee9ac" ], "Request-Id": [ - "d45a98be-097e-419c-836d-e231ea08e8ce" + "5a189a27-553e-48d5-bd11-83bafb5ee9ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:20:50 GMT" + ], "Content-Length": [ "51" ], @@ -121,36 +121,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXM/c2tpcD0wJnRha2U9MTAw", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXM/c2tpcD0wJnRha2U9MTAw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:18:14 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "bcb4ffbf-4719-4611-bc88-c0eec8ced1dd" + "ba764e64-01d6-4d13-80d1-7c19a2559b26" ], "Request-Id": [ - "bcb4ffbf-4719-4611-bc88-c0eec8ced1dd" + "ba764e64-01d6-4d13-80d1-7c19a2559b26" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:20:50 GMT" + ], "Content-Length": [ "2" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelRegexEntitiesTests/GetRegexEntities.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelRegexEntitiesTests/GetRegexEntities.json index cbb4a85e0d9ef..63357a3ef15c6 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelRegexEntitiesTests/GetRegexEntities.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelRegexEntitiesTests/GetRegexEntities.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXM=", "RequestMethod": "POST", "RequestBody": "{\r\n \"regexPattern\": \"regex pattern 1\",\r\n \"name\": \"regex entity 1\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:18:07 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/ba4ad4ad-7f3c-4edb-9498-c4987d194394" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/4fdb74c5-7e7f-4cd4-a35a-de27a9fa10e5" ], "Apim-Request-Id": [ - "f1e55bfc-b95f-42f3-a54a-c1e6542df31d" + "6261d09a-6acd-4e2e-8ca4-032c07a210d1" ], "Request-Id": [ - "f1e55bfc-b95f-42f3-a54a-c1e6542df31d" + "6261d09a-6acd-4e2e-8ca4-032c07a210d1" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/ba4ad4ad-7f3c-4edb-9498-c4987d194394" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/4fdb74c5-7e7f-4cd4-a35a-de27a9fa10e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:20:52 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"ba4ad4ad-7f3c-4edb-9498-c4987d194394\"", + "ResponseBody": "\"4fdb74c5-7e7f-4cd4-a35a-de27a9fa10e5\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXM/c2tpcD0wJnRha2U9MTAw", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXM/c2tpcD0wJnRha2U9MTAw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:18:07 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "6c88509b-3ff9-453a-8144-bcd6301337c8" + "16797aca-5347-4a64-a3c6-ba850e55e546" ], "Request-Id": [ - "6c88509b-3ff9-453a-8144-bcd6301337c8" + "16797aca-5347-4a64-a3c6-ba850e55e546" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:20:52 GMT" + ], "Content-Length": [ "166" ], @@ -117,40 +117,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"ba4ad4ad-7f3c-4edb-9498-c4987d194394\",\r\n \"name\": \"regex entity 1\",\r\n \"typeId\": 8,\r\n \"readableType\": \"Regex Entity Extractor\",\r\n \"regexPattern\": \"regex pattern 1\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"4fdb74c5-7e7f-4cd4-a35a-de27a9fa10e5\",\r\n \"name\": \"regex entity 1\",\r\n \"typeId\": 8,\r\n \"readableType\": \"Regex Entity Extractor\",\r\n \"regexPattern\": \"regex pattern 1\",\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/ba4ad4ad-7f3c-4edb-9498-c4987d194394", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvYmE0YWQ0YWQtN2YzYy00ZWRiLTk0OTgtYzQ5ODdkMTk0Mzk0", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/4fdb74c5-7e7f-4cd4-a35a-de27a9fa10e5", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvNGZkYjc0YzUtN2U3Zi00Y2Q0LWEzNWEtZGUyN2E5ZmExMGU1", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:18:07 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "18100ce4-ca48-4559-aca4-d3ccb39e8a85" + "fada6584-3171-4241-9a99-2faff97128b8" ], "Request-Id": [ - "18100ce4-ca48-4559-aca4-d3ccb39e8a85" + "fada6584-3171-4241-9a99-2faff97128b8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:20:52 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelRegexEntitiesTests/GetRegexEntity.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelRegexEntitiesTests/GetRegexEntity.json index f4f4e65e657f9..f0c3fab8a8c1b 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelRegexEntitiesTests/GetRegexEntity.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelRegexEntitiesTests/GetRegexEntity.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXM=", "RequestMethod": "POST", "RequestBody": "{\r\n \"regexPattern\": \"regex pattern 1\",\r\n \"name\": \"regex entity 1\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:18:08 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/9bd458e6-2364-4ffe-8013-2c1478e9ed2f" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/f681b2f6-89cc-4dc5-be94-9cbbd690e7fe" ], "Apim-Request-Id": [ - "cd3dccbc-0768-4cc6-8210-e3c3b82d12fd" + "11ac8126-fcc1-4501-9dc0-b834e923b45a" ], "Request-Id": [ - "cd3dccbc-0768-4cc6-8210-e3c3b82d12fd" + "11ac8126-fcc1-4501-9dc0-b834e923b45a" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/9bd458e6-2364-4ffe-8013-2c1478e9ed2f" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/f681b2f6-89cc-4dc5-be94-9cbbd690e7fe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:20:45 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"9bd458e6-2364-4ffe-8013-2c1478e9ed2f\"", + "ResponseBody": "\"f681b2f6-89cc-4dc5-be94-9cbbd690e7fe\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/9bd458e6-2364-4ffe-8013-2c1478e9ed2f", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvOWJkNDU4ZTYtMjM2NC00ZmZlLTgwMTMtMmMxNDc4ZTllZDJm", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/f681b2f6-89cc-4dc5-be94-9cbbd690e7fe", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvZjY4MWIyZjYtODljYy00ZGM1LWJlOTQtOWNiYmQ2OTBlN2Zl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:18:08 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "4d719db7-e7bb-4f6a-bb49-26b1515607f5" + "c3a71f61-e0e5-4abd-8a52-cbbef6656878" ], "Request-Id": [ - "4d719db7-e7bb-4f6a-bb49-26b1515607f5" + "c3a71f61-e0e5-4abd-8a52-cbbef6656878" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:20:45 GMT" + ], "Content-Length": [ "164" ], @@ -117,40 +117,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"9bd458e6-2364-4ffe-8013-2c1478e9ed2f\",\r\n \"name\": \"regex entity 1\",\r\n \"typeId\": 8,\r\n \"readableType\": \"Regex Entity Extractor\",\r\n \"regexPattern\": \"regex pattern 1\",\r\n \"roles\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"f681b2f6-89cc-4dc5-be94-9cbbd690e7fe\",\r\n \"name\": \"regex entity 1\",\r\n \"typeId\": 8,\r\n \"readableType\": \"Regex Entity Extractor\",\r\n \"regexPattern\": \"regex pattern 1\",\r\n \"roles\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/9bd458e6-2364-4ffe-8013-2c1478e9ed2f", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvOWJkNDU4ZTYtMjM2NC00ZmZlLTgwMTMtMmMxNDc4ZTllZDJm", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/f681b2f6-89cc-4dc5-be94-9cbbd690e7fe", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvZjY4MWIyZjYtODljYy00ZGM1LWJlOTQtOWNiYmQ2OTBlN2Zl", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:18:08 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "6759ede5-23d6-4d2e-b3de-afd823aa710f" + "47dde4a5-6c6c-4595-90d9-b4677ab71d1d" ], "Request-Id": [ - "6759ede5-23d6-4d2e-b3de-afd823aa710f" + "47dde4a5-6c6c-4595-90d9-b4677ab71d1d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:20:45 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelRegexEntitiesTests/UpdateRegexEntity.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelRegexEntitiesTests/UpdateRegexEntity.json index 26d6e1890fa65..a93636fe5f41a 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelRegexEntitiesTests/UpdateRegexEntity.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelRegexEntitiesTests/UpdateRegexEntity.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXM=", "RequestMethod": "POST", "RequestBody": "{\r\n \"regexPattern\": \"regex pattern 1\",\r\n \"name\": \"regex entity 1\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:18:10 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/3b6e46b0-7ca5-4f42-a89d-d14472299016" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/11f5819e-9300-43aa-98e4-4dbfd5d6138f" ], "Apim-Request-Id": [ - "43623c3e-0758-4cee-91c2-c00482a6d966" + "3488d871-8a19-470c-a6b3-c375d582cf16" ], "Request-Id": [ - "43623c3e-0758-4cee-91c2-c00482a6d966" + "3488d871-8a19-470c-a6b3-c375d582cf16" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/3b6e46b0-7ca5-4f42-a89d-d14472299016" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/11f5819e-9300-43aa-98e4-4dbfd5d6138f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:20:48 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"3b6e46b0-7ca5-4f42-a89d-d14472299016\"", + "ResponseBody": "\"11f5819e-9300-43aa-98e4-4dbfd5d6138f\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/3b6e46b0-7ca5-4f42-a89d-d14472299016", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvM2I2ZTQ2YjAtN2NhNS00ZjQyLWE4OWQtZDE0NDcyMjk5MDE2", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/11f5819e-9300-43aa-98e4-4dbfd5d6138f", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvMTFmNTgxOWUtOTMwMC00M2FhLTk4ZTQtNGRiZmQ1ZDYxMzhm", "RequestMethod": "PUT", "RequestBody": "{\r\n \"regexPattern\": \"regex pattern 2\",\r\n \"name\": \"regex entity 2\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,17 +92,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:18:11 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "8eafdbdc-7e4a-45ab-946a-6117aaeb7ab0" + "88d80f68-6f35-45e9-8e6c-554b812b9eb2" ], "Request-Id": [ - "8eafdbdc-7e4a-45ab-946a-6117aaeb7ab0" + "88d80f68-6f35-45e9-8e6c-554b812b9eb2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -116,6 +113,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:20:48 GMT" + ], "Content-Length": [ "164" ], @@ -123,40 +123,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"3b6e46b0-7ca5-4f42-a89d-d14472299016\",\r\n \"name\": \"regex entity 2\",\r\n \"typeId\": 8,\r\n \"readableType\": \"Regex Entity Extractor\",\r\n \"regexPattern\": \"regex pattern 2\",\r\n \"roles\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"11f5819e-9300-43aa-98e4-4dbfd5d6138f\",\r\n \"name\": \"regex entity 2\",\r\n \"typeId\": 8,\r\n \"readableType\": \"Regex Entity Extractor\",\r\n \"regexPattern\": \"regex pattern 2\",\r\n \"roles\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/3b6e46b0-7ca5-4f42-a89d-d14472299016", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvM2I2ZTQ2YjAtN2NhNS00ZjQyLWE4OWQtZDE0NDcyMjk5MDE2", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/11f5819e-9300-43aa-98e4-4dbfd5d6138f", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvMTFmNTgxOWUtOTMwMC00M2FhLTk4ZTQtNGRiZmQ1ZDYxMzhm", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:18:11 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "ce4ed6b9-95c6-4d5b-a3ca-ed2c6cc8f907" + "83d2b323-ed0e-4fe7-b930-4601e9afdd26" ], "Request-Id": [ - "ce4ed6b9-95c6-4d5b-a3ca-ed2c6cc8f907" + "83d2b323-ed0e-4fe7-b930-4601e9afdd26" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -170,6 +167,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:20:49 GMT" + ], "Content-Length": [ "164" ], @@ -177,40 +177,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"3b6e46b0-7ca5-4f42-a89d-d14472299016\",\r\n \"name\": \"regex entity 2\",\r\n \"typeId\": 8,\r\n \"readableType\": \"Regex Entity Extractor\",\r\n \"regexPattern\": \"regex pattern 2\",\r\n \"roles\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"11f5819e-9300-43aa-98e4-4dbfd5d6138f\",\r\n \"name\": \"regex entity 2\",\r\n \"typeId\": 8,\r\n \"readableType\": \"Regex Entity Extractor\",\r\n \"regexPattern\": \"regex pattern 2\",\r\n \"roles\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/regexentities/3b6e46b0-7ca5-4f42-a89d-d14472299016", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvM2I2ZTQ2YjAtN2NhNS00ZjQyLWE4OWQtZDE0NDcyMjk5MDE2", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/regexentities/11f5819e-9300-43aa-98e4-4dbfd5d6138f", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3JlZ2V4ZW50aXRpZXMvMTFmNTgxOWUtOTMwMC00M2FhLTk4ZTQtNGRiZmQ1ZDYxMzhm", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:18:11 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "847eb71a-4a6e-47ae-9486-b03ed04a7085" + "d03e05fc-ee4c-4d54-ba6d-82b0d65e47b5" ], "Request-Id": [ - "847eb71a-4a6e-47ae-9486-b03ed04a7085" + "d03e05fc-ee4c-4d54-ba6d-82b0d65e47b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -224,6 +221,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:20:49 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelSimpleEntitiesTests/AddEntity.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelSimpleEntitiesTests/AddEntity.json index 1da090192ed12..6314ef34d7f69 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelSimpleEntitiesTests/AddEntity.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelSimpleEntitiesTests/AddEntity.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"New Entity Test\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:20:25 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/12989c7b-8216-4f6b-bf8d-181bc09a2b3e" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/e030dde0-bcb8-4341-98b8-5213870be3bb" ], "Apim-Request-Id": [ - "7a4b408f-6d69-47d1-9071-57b94c88c49e" + "7293dbf5-7690-4651-ae8c-bd0e423effb1" ], "Request-Id": [ - "7a4b408f-6d69-47d1-9071-57b94c88c49e" + "7293dbf5-7690-4651-ae8c-bd0e423effb1" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/12989c7b-8216-4f6b-bf8d-181bc09a2b3e" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/e030dde0-bcb8-4341-98b8-5213870be3bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:20:57 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"12989c7b-8216-4f6b-bf8d-181bc09a2b3e\"", + "ResponseBody": "\"e030dde0-bcb8-4341-98b8-5213870be3bb\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/12989c7b-8216-4f6b-bf8d-181bc09a2b3e", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzEyOTg5YzdiLTgyMTYtNGY2Yi1iZjhkLTE4MWJjMDlhMmIzZQ==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/e030dde0-bcb8-4341-98b8-5213870be3bb", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzL2UwMzBkZGUwLWJjYjgtNDM0MS05OGI4LTUyMTM4NzBiZTNiYg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:20:26 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "fd541576-6303-419c-be0e-51205c59ee05" + "9f3ecb06-580b-4c74-af0c-d95394da44b5" ], "Request-Id": [ - "fd541576-6303-419c-be0e-51205c59ee05" + "9f3ecb06-580b-4c74-af0c-d95394da44b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:20:57 GMT" + ], "Content-Length": [ "126" ], @@ -117,40 +117,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"12989c7b-8216-4f6b-bf8d-181bc09a2b3e\",\r\n \"name\": \"New Entity Test\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"roles\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"e030dde0-bcb8-4341-98b8-5213870be3bb\",\r\n \"name\": \"New Entity Test\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"roles\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/12989c7b-8216-4f6b-bf8d-181bc09a2b3e", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzEyOTg5YzdiLTgyMTYtNGY2Yi1iZjhkLTE4MWJjMDlhMmIzZQ==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/e030dde0-bcb8-4341-98b8-5213870be3bb", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzL2UwMzBkZGUwLWJjYjgtNDM0MS05OGI4LTUyMTM4NzBiZTNiYg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:20:26 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "1f7d6a61-e748-4a78-847f-c7b40e86d199" + "8c3f3d54-58a1-45bb-9060-6dd4ce6d9bce" ], "Request-Id": [ - "1f7d6a61-e748-4a78-847f-c7b40e86d199" + "8c3f3d54-58a1-45bb-9060-6dd4ce6d9bce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:20:58 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelSimpleEntitiesTests/DeleteEntity.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelSimpleEntitiesTests/DeleteEntity.json index 159f3654a0428..f494f412491b3 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelSimpleEntitiesTests/DeleteEntity.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelSimpleEntitiesTests/DeleteEntity.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"Delete Entity Test\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:20:36 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/c0a99bb5-6a0f-4112-840c-d58db2aec063" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/9dbda2a6-5cac-4415-83af-cae1d7f66518" ], "Apim-Request-Id": [ - "74dc70de-bd49-4362-90ff-a88c736f08e7" + "e35dadb1-e86c-4d02-a5e4-3f7900dc94bb" ], "Request-Id": [ - "74dc70de-bd49-4362-90ff-a88c736f08e7" + "e35dadb1-e86c-4d02-a5e4-3f7900dc94bb" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/c0a99bb5-6a0f-4112-840c-d58db2aec063" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/9dbda2a6-5cac-4415-83af-cae1d7f66518" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:20:55 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"c0a99bb5-6a0f-4112-840c-d58db2aec063\"", + "ResponseBody": "\"9dbda2a6-5cac-4415-83af-cae1d7f66518\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/c0a99bb5-6a0f-4112-840c-d58db2aec063", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzL2MwYTk5YmI1LTZhMGYtNDExMi04NDBjLWQ1OGRiMmFlYzA2Mw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/9dbda2a6-5cac-4415-83af-cae1d7f66518", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzlkYmRhMmE2LTVjYWMtNDQxNS04M2FmLWNhZTFkN2Y2NjUxOA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:20:37 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "47ce1a97-beb2-4299-9baa-e8a02d9f99f5" + "47fd8280-b2c0-4e6e-8754-55019b9522e3" ], "Request-Id": [ - "47ce1a97-beb2-4299-9baa-e8a02d9f99f5" + "47fd8280-b2c0-4e6e-8754-55019b9522e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:20:56 GMT" + ], "Content-Length": [ "51" ], @@ -121,36 +121,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzP3NraXA9MCZ0YWtlPTEwMA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzP3NraXA9MCZ0YWtlPTEwMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:20:37 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "62982bd6-68c0-4bfe-b99f-fca0166ca468" + "cbe53c0c-dd73-491b-9444-8e3811d0535b" ], "Request-Id": [ - "62982bd6-68c0-4bfe-b99f-fca0166ca468" + "cbe53c0c-dd73-491b-9444-8e3811d0535b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,14 +161,17 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:20:56 GMT" + ], "Content-Length": [ - "803" + "2" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"361b6303-dca8-4a7b-8a94-587fc64fa07c\",\r\n \"name\": \"Calendar.Location\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Calendar\",\r\n \"customPrebuiltModelName\": \"Location\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"91c39cfe-0b38-44d8-95f4-205b5251a395\",\r\n \"name\": \"Calendar.Subject\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Calendar\",\r\n \"customPrebuiltModelName\": \"Subject\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"fd354ff5-7152-4f3b-b396-3c9b8038f491\",\r\n \"name\": \"Camera.AppName\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Camera\",\r\n \"customPrebuiltModelName\": \"AppName\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"e53a3c72-5641-4678-8e6a-ba96be111016\",\r\n \"name\": \"Gaming.Contact\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Gaming\",\r\n \"customPrebuiltModelName\": \"Contact\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[]", "StatusCode": 200 } ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelSimpleEntitiesTests/GetEntity.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelSimpleEntitiesTests/GetEntity.json index fb6f923c0e5de..d8192a96a6202 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelSimpleEntitiesTests/GetEntity.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelSimpleEntitiesTests/GetEntity.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"New Entity Test\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:20:34 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/9d94d690-8620-4d95-87ba-22c95e85452a" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/b8732f7b-b537-4af5-93e7-75502bc98085" ], "Apim-Request-Id": [ - "a095a8d0-bbfb-4840-9177-1a0ca9932573" + "a0f58ef8-54f4-4f8e-b4c5-f3d7067fc6ca" ], "Request-Id": [ - "a095a8d0-bbfb-4840-9177-1a0ca9932573" + "a0f58ef8-54f4-4f8e-b4c5-f3d7067fc6ca" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/9d94d690-8620-4d95-87ba-22c95e85452a" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/b8732f7b-b537-4af5-93e7-75502bc98085" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:20:58 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"9d94d690-8620-4d95-87ba-22c95e85452a\"", + "ResponseBody": "\"b8732f7b-b537-4af5-93e7-75502bc98085\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/9d94d690-8620-4d95-87ba-22c95e85452a", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzlkOTRkNjkwLTg2MjAtNGQ5NS04N2JhLTIyYzk1ZTg1NDUyYQ==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/b8732f7b-b537-4af5-93e7-75502bc98085", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzL2I4NzMyZjdiLWI1MzctNGFmNS05M2U3LTc1NTAyYmM5ODA4NQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:20:34 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "31404e59-a845-4ef8-aea9-610690b86b52" + "7fb2e90e-8476-4e90-93e2-8c2be006cf4f" ], "Request-Id": [ - "31404e59-a845-4ef8-aea9-610690b86b52" + "7fb2e90e-8476-4e90-93e2-8c2be006cf4f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:20:58 GMT" + ], "Content-Length": [ "126" ], @@ -117,40 +117,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"9d94d690-8620-4d95-87ba-22c95e85452a\",\r\n \"name\": \"New Entity Test\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"roles\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"b8732f7b-b537-4af5-93e7-75502bc98085\",\r\n \"name\": \"New Entity Test\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"roles\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/9d94d690-8620-4d95-87ba-22c95e85452a", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzlkOTRkNjkwLTg2MjAtNGQ5NS04N2JhLTIyYzk1ZTg1NDUyYQ==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/b8732f7b-b537-4af5-93e7-75502bc98085", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzL2I4NzMyZjdiLWI1MzctNGFmNS05M2U3LTc1NTAyYmM5ODA4NQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:20:34 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "7db63d2b-da60-4b0b-8e0b-d49bdb0ca719" + "126e0685-1c35-488d-a264-c4251f7cd112" ], "Request-Id": [ - "7db63d2b-da60-4b0b-8e0b-d49bdb0ca719" + "126e0685-1c35-488d-a264-c4251f7cd112" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:20:59 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelSimpleEntitiesTests/GetEntitySuggestions_ReturnsEmpty.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelSimpleEntitiesTests/GetEntitySuggestions_ReturnsEmpty.json index 3ab55da2d18ac..f22c8e183b753 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelSimpleEntitiesTests/GetEntitySuggestions_ReturnsEmpty.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelSimpleEntitiesTests/GetEntitySuggestions_ReturnsEmpty.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"Suggestions Entity Test\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:20:19 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/13c30e2f-4c24-456b-8a2b-3a359fe6f604" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/f9c85cd0-9d44-4134-9775-e3649cfa8f32" ], "Apim-Request-Id": [ - "60ed5f7b-dcbf-4740-b984-e43556fa11e0" + "4f1f9555-fff1-4e6d-9cb1-b230b6100cda" ], "Request-Id": [ - "60ed5f7b-dcbf-4740-b984-e43556fa11e0" + "4f1f9555-fff1-4e6d-9cb1-b230b6100cda" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/13c30e2f-4c24-456b-8a2b-3a359fe6f604" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/f9c85cd0-9d44-4134-9775-e3649cfa8f32" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:02 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"13c30e2f-4c24-456b-8a2b-3a359fe6f604\"", + "ResponseBody": "\"f9c85cd0-9d44-4134-9775-e3649cfa8f32\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/13c30e2f-4c24-456b-8a2b-3a359fe6f604/suggest?take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzEzYzMwZTJmLTRjMjQtNDU2Yi04YTJiLTNhMzU5ZmU2ZjYwNC9zdWdnZXN0P3Rha2U9MTAw", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/f9c85cd0-9d44-4134-9775-e3649cfa8f32/suggest?take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzL2Y5Yzg1Y2QwLTlkNDQtNDEzNC05Nzc1LWUzNjQ5Y2ZhOGYzMi9zdWdnZXN0P3Rha2U9MTAw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:20:20 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "4ff53f56-18a7-4403-b76e-1975f06e9b04" + "916dcbd4-68db-4c54-9d01-59aac7d5f033" ], "Request-Id": [ - "4ff53f56-18a7-4403-b76e-1975f06e9b04" + "916dcbd4-68db-4c54-9d01-59aac7d5f033" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:02 GMT" + ], "Content-Length": [ "2" ], @@ -121,36 +121,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/13c30e2f-4c24-456b-8a2b-3a359fe6f604", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzEzYzMwZTJmLTRjMjQtNDU2Yi04YTJiLTNhMzU5ZmU2ZjYwNA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/f9c85cd0-9d44-4134-9775-e3649cfa8f32", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzL2Y5Yzg1Y2QwLTlkNDQtNDEzNC05Nzc1LWUzNjQ5Y2ZhOGYzMg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:20:20 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "0edbd735-7f43-4cc8-83d1-96d2b5a3dedc" + "60ed8558-e2ec-45a7-897d-0eebce396157" ], "Request-Id": [ - "0edbd735-7f43-4cc8-83d1-96d2b5a3dedc" + "60ed8558-e2ec-45a7-897d-0eebce396157" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:03 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelSimpleEntitiesTests/ListEntities.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelSimpleEntitiesTests/ListEntities.json index 3a35eee5e60e3..87378c40a721d 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelSimpleEntitiesTests/ListEntities.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelSimpleEntitiesTests/ListEntities.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"Existing Entity Test\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:20:21 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/8efe904c-5f31-4679-bc0d-a82b88956c13" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/7a3847ba-5e14-41a3-ad9b-af03065c2daa" ], "Apim-Request-Id": [ - "569235f5-55a7-4dc4-8f2e-3869cd2057e7" + "2ffb1f4f-a5aa-4122-998e-bab7b89810f3" ], "Request-Id": [ - "569235f5-55a7-4dc4-8f2e-3869cd2057e7" + "2ffb1f4f-a5aa-4122-998e-bab7b89810f3" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/8efe904c-5f31-4679-bc0d-a82b88956c13" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/7a3847ba-5e14-41a3-ad9b-af03065c2daa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:00 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"8efe904c-5f31-4679-bc0d-a82b88956c13\"", + "ResponseBody": "\"7a3847ba-5e14-41a3-ad9b-af03065c2daa\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzP3NraXA9MCZ0YWtlPTEwMA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzP3NraXA9MCZ0YWtlPTEwMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:20:21 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "979b7257-3ef7-498e-a043-14a0019f0c95" + "f43ba9c2-0730-4d55-90fa-f09b721b0533" ], "Request-Id": [ - "979b7257-3ef7-498e-a043-14a0019f0c95" + "f43ba9c2-0730-4d55-90fa-f09b721b0533" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,47 +107,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:00 GMT" + ], "Content-Length": [ - "935" + "133" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"361b6303-dca8-4a7b-8a94-587fc64fa07c\",\r\n \"name\": \"Calendar.Location\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Calendar\",\r\n \"customPrebuiltModelName\": \"Location\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"91c39cfe-0b38-44d8-95f4-205b5251a395\",\r\n \"name\": \"Calendar.Subject\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Calendar\",\r\n \"customPrebuiltModelName\": \"Subject\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"fd354ff5-7152-4f3b-b396-3c9b8038f491\",\r\n \"name\": \"Camera.AppName\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Camera\",\r\n \"customPrebuiltModelName\": \"AppName\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"8efe904c-5f31-4679-bc0d-a82b88956c13\",\r\n \"name\": \"Existing Entity Test\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"e53a3c72-5641-4678-8e6a-ba96be111016\",\r\n \"name\": \"Gaming.Contact\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"customPrebuiltDomainName\": \"Gaming\",\r\n \"customPrebuiltModelName\": \"Contact\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"7a3847ba-5e14-41a3-ad9b-af03065c2daa\",\r\n \"name\": \"Existing Entity Test\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/8efe904c-5f31-4679-bc0d-a82b88956c13", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzhlZmU5MDRjLTVmMzEtNDY3OS1iYzBkLWE4MmI4ODk1NmMxMw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/7a3847ba-5e14-41a3-ad9b-af03065c2daa", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzdhMzg0N2JhLTVlMTQtNDFhMy1hZDliLWFmMDMwNjVjMmRhYQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:20:24 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "a17449b8-835b-4ac9-8ff0-3b39043d875f" + "56c7b5cc-da5c-485e-984e-fc553f437cd5" ], "Request-Id": [ - "a17449b8-835b-4ac9-8ff0-3b39043d875f" + "56c7b5cc-da5c-485e-984e-fc553f437cd5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:01 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelSimpleEntitiesTests/UpdateEntity.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelSimpleEntitiesTests/UpdateEntity.json index 8e64100138728..c5aa43dac0b99 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelSimpleEntitiesTests/UpdateEntity.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelSimpleEntitiesTests/UpdateEntity.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"Rename Entity Test\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:20:29 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/e9660033-c504-42f8-8344-07202ff2a152" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/b5bf34da-c4c7-46ee-96e2-104d8b45932f" ], "Apim-Request-Id": [ - "329dd2ae-91ab-46a1-a5e1-f08544e719ae" + "2a01850d-37fc-4a85-9b0f-9233c479192b" ], "Request-Id": [ - "329dd2ae-91ab-46a1-a5e1-f08544e719ae" + "2a01850d-37fc-4a85-9b0f-9233c479192b" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/e9660033-c504-42f8-8344-07202ff2a152" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/b5bf34da-c4c7-46ee-96e2-104d8b45932f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:03 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"e9660033-c504-42f8-8344-07202ff2a152\"", + "ResponseBody": "\"b5bf34da-c4c7-46ee-96e2-104d8b45932f\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/e9660033-c504-42f8-8344-07202ff2a152", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzL2U5NjYwMDMzLWM1MDQtNDJmOC04MzQ0LTA3MjAyZmYyYTE1Mg==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/b5bf34da-c4c7-46ee-96e2-104d8b45932f", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzL2I1YmYzNGRhLWM0YzctNDZlZS05NmUyLTEwNGQ4YjQ1OTMyZg==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"name\": \"Entity Test Renamed\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,17 +92,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:20:30 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "45848585-4e78-40db-b248-fb7c22df2f4f" + "eb56936d-cfb4-4cf5-a3c5-5ce7d7fdd2f3" ], "Request-Id": [ - "45848585-4e78-40db-b248-fb7c22df2f4f" + "eb56936d-cfb4-4cf5-a3c5-5ce7d7fdd2f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -116,6 +113,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:04 GMT" + ], "Content-Length": [ "51" ], @@ -127,36 +127,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/e9660033-c504-42f8-8344-07202ff2a152", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzL2U5NjYwMDMzLWM1MDQtNDJmOC04MzQ0LTA3MjAyZmYyYTE1Mg==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/b5bf34da-c4c7-46ee-96e2-104d8b45932f", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzL2I1YmYzNGRhLWM0YzctNDZlZS05NmUyLTEwNGQ4YjQ1OTMyZg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:20:30 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "2a753e92-6b51-4afa-86ab-34a086fb8031" + "1861950c-d032-4216-a469-38fb7c7cc6ec" ], "Request-Id": [ - "2a753e92-6b51-4afa-86ab-34a086fb8031" + "1861950c-d032-4216-a469-38fb7c7cc6ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -170,6 +167,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:04 GMT" + ], "Content-Length": [ "130" ], @@ -177,40 +177,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"e9660033-c504-42f8-8344-07202ff2a152\",\r\n \"name\": \"Entity Test Renamed\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"roles\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"b5bf34da-c4c7-46ee-96e2-104d8b45932f\",\r\n \"name\": \"Entity Test Renamed\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"roles\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/e9660033-c504-42f8-8344-07202ff2a152", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzL2U5NjYwMDMzLWM1MDQtNDJmOC04MzQ0LTA3MjAyZmYyYTE1Mg==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/b5bf34da-c4c7-46ee-96e2-104d8b45932f", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzL2I1YmYzNGRhLWM0YzctNDZlZS05NmUyLTEwNGQ4YjQ1OTMyZg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:20:31 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "6659dfe1-860b-47af-892b-596a3197f3c8" + "486e2c19-b25b-4437-99dc-4ddcf6253427" ], "Request-Id": [ - "6659dfe1-860b-47af-892b-596a3197f3c8" + "486e2c19-b25b-4437-99dc-4ddcf6253427" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -224,6 +221,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:04 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/AddCompositeEntity.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/AddCompositeEntity.json index 19b48f86254de..b6b40bad35129 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/AddCompositeEntity.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/AddCompositeEntity.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", "RequestMethod": "POST", "RequestBody": "[\r\n \"datetimeV2\"\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,17 +26,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:39 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "44fda4e1-93ae-4548-9d65-263cbe7ef870" + "c953ff8e-3d04-44e4-8e56-e502cbaee4d5" ], "Request-Id": [ - "44fda4e1-93ae-4548-9d65-263cbe7ef870" + "c953ff8e-3d04-44e4-8e56-e502cbaee4d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -50,6 +47,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:22 GMT" + ], "Content-Length": [ "132" ], @@ -57,23 +57,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"40419390-70e0-4a67-a700-fff014ce9d3d\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"8d69d142-04db-4dbe-9d42-844c5060c5c6\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"children\": [\r\n \"datetimeV2\"\r\n ],\r\n \"name\": \"CompositeTest\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -86,23 +86,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:40 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/f2c5b9b1-3ffb-4656-a67d-cb9cc55b3101" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/22388687-8027-4a7d-b2eb-9bc1ad5879ca" ], "Apim-Request-Id": [ - "f6b4024d-e681-4d7e-a3c6-9fdb5a3b8f4e" + "34fdaee1-0e91-4fd5-9be6-ffda7ccca49d" ], "Request-Id": [ - "f6b4024d-e681-4d7e-a3c6-9fdb5a3b8f4e" + "34fdaee1-0e91-4fd5-9be6-ffda7ccca49d" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/f2c5b9b1-3ffb-4656-a67d-cb9cc55b3101" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/22388687-8027-4a7d-b2eb-9bc1ad5879ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -116,6 +113,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:22 GMT" + ], "Content-Length": [ "38" ], @@ -123,40 +123,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"f2c5b9b1-3ffb-4656-a67d-cb9cc55b3101\"", + "ResponseBody": "\"22388687-8027-4a7d-b2eb-9bc1ad5879ca\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/f2c5b9b1-3ffb-4656-a67d-cb9cc55b3101", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzL2YyYzViOWIxLTNmZmItNDY1Ni1hNjdkLWNiOWNjNTViMzEwMQ==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/22388687-8027-4a7d-b2eb-9bc1ad5879ca", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzIyMzg4Njg3LTgwMjctNGE3ZC1iMmViLTliYzFhZDU4NzljYQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:40 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "d41c56d8-c8f8-4757-a3e5-ee82530a668b" + "07e9567c-db1c-4ad3-a33f-6597d58d7a3e" ], "Request-Id": [ - "d41c56d8-c8f8-4757-a3e5-ee82530a668b" + "07e9567c-db1c-4ad3-a33f-6597d58d7a3e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -170,6 +167,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:22 GMT" + ], "Content-Length": [ "51" ], @@ -181,36 +181,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/40419390-70e0-4a67-a700-fff014ce9d3d", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy80MDQxOTM5MC03MGUwLTRhNjctYTcwMC1mZmYwMTRjZTlkM2Q=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/8d69d142-04db-4dbe-9d42-844c5060c5c6", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy84ZDY5ZDE0Mi0wNGRiLTRkYmUtOWQ0Mi04NDRjNTA2MGM1YzY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:40 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "95fdd9a5-04b4-4960-b34c-0fb8d31c1f51" + "5fc56b41-8288-44cd-8281-91ce12cd52c4" ], "Request-Id": [ - "95fdd9a5-04b4-4960-b34c-0fb8d31c1f51" + "5fc56b41-8288-44cd-8281-91ce12cd52c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -224,6 +221,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:23 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/AddCompositeEntityChild.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/AddCompositeEntityChild.json index ac9f3140e5deb..c0d42cb1fb362 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/AddCompositeEntityChild.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/AddCompositeEntityChild.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"ChildTest\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:41 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/2c4d619f-c7a9-459d-9561-022fdbc9902b" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/062857cd-ac20-4c8d-a6ec-8a79f1516247" ], "Apim-Request-Id": [ - "87bb1523-9330-4ad9-ab43-e2201b4f80af" + "c2d8f17d-ea14-409f-890f-2fa44fa1abf6" ], "Request-Id": [ - "87bb1523-9330-4ad9-ab43-e2201b4f80af" + "c2d8f17d-ea14-409f-890f-2fa44fa1abf6" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/2c4d619f-c7a9-459d-9561-022fdbc9902b" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/062857cd-ac20-4c8d-a6ec-8a79f1516247" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:12 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"2c4d619f-c7a9-459d-9561-022fdbc9902b\"", + "ResponseBody": "\"062857cd-ac20-4c8d-a6ec-8a79f1516247\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"ChildTest2\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:42 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/68cdd3e1-6367-48a2-aa15-84466243f4d5" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/8bb8ff16-57be-4c1d-be81-9d19c1142bc4" ], "Apim-Request-Id": [ - "93a5a0e3-4e5b-4003-9a3d-7d9f2159a5e4" + "aa50c6ea-5384-4c03-9ce8-783d0134b17c" ], "Request-Id": [ - "93a5a0e3-4e5b-4003-9a3d-7d9f2159a5e4" + "aa50c6ea-5384-4c03-9ce8-783d0134b17c" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/68cdd3e1-6367-48a2-aa15-84466243f4d5" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/8bb8ff16-57be-4c1d-be81-9d19c1142bc4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,6 +119,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:12 GMT" + ], "Content-Length": [ "38" ], @@ -129,23 +129,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"68cdd3e1-6367-48a2-aa15-84466243f4d5\"", + "ResponseBody": "\"8bb8ff16-57be-4c1d-be81-9d19c1142bc4\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"children\": [\r\n \"ChildTest\"\r\n ],\r\n \"name\": \"CompositeTest\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -158,23 +158,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:42 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/43fa95b9-52df-43e1-807b-f39d24843ba5" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/58caaf4f-6824-41d9-bd47-ca6cde9d377d" ], "Apim-Request-Id": [ - "1179b89c-cc08-4d34-976c-83cbd4bf7a7c" + "0022985d-76f2-4193-8e5f-3f144ba485c3" ], "Request-Id": [ - "1179b89c-cc08-4d34-976c-83cbd4bf7a7c" + "0022985d-76f2-4193-8e5f-3f144ba485c3" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/43fa95b9-52df-43e1-807b-f39d24843ba5" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/58caaf4f-6824-41d9-bd47-ca6cde9d377d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -188,6 +185,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:12 GMT" + ], "Content-Length": [ "38" ], @@ -195,23 +195,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"43fa95b9-52df-43e1-807b-f39d24843ba5\"", + "ResponseBody": "\"58caaf4f-6824-41d9-bd47-ca6cde9d377d\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/43fa95b9-52df-43e1-807b-f39d24843ba5/children", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzQzZmE5NWI5LTUyZGYtNDNlMS04MDdiLWYzOWQyNDg0M2JhNS9jaGlsZHJlbg==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/58caaf4f-6824-41d9-bd47-ca6cde9d377d/children", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzU4Y2FhZjRmLTY4MjQtNDFkOS1iZDQ3LWNhNmNkZTlkMzc3ZC9jaGlsZHJlbg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"ChildTest2\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -224,23 +224,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:44 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/43fa95b9-52df-43e1-807b-f39d24843ba5/children/68cdd3e1-6367-48a2-aa15-84466243f4d5" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/58caaf4f-6824-41d9-bd47-ca6cde9d377d/children/8bb8ff16-57be-4c1d-be81-9d19c1142bc4" ], "Apim-Request-Id": [ - "16d4abd3-b373-4b82-a87b-f8082eeff067" + "818bbc6f-85da-40ff-93ba-7550701d2df9" ], "Request-Id": [ - "16d4abd3-b373-4b82-a87b-f8082eeff067" + "818bbc6f-85da-40ff-93ba-7550701d2df9" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/43fa95b9-52df-43e1-807b-f39d24843ba5/children/68cdd3e1-6367-48a2-aa15-84466243f4d5" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/58caaf4f-6824-41d9-bd47-ca6cde9d377d/children/8bb8ff16-57be-4c1d-be81-9d19c1142bc4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -254,6 +251,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:13 GMT" + ], "Content-Length": [ "38" ], @@ -261,40 +261,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"68cdd3e1-6367-48a2-aa15-84466243f4d5\"", + "ResponseBody": "\"8bb8ff16-57be-4c1d-be81-9d19c1142bc4\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/43fa95b9-52df-43e1-807b-f39d24843ba5", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzQzZmE5NWI5LTUyZGYtNDNlMS04MDdiLWYzOWQyNDg0M2JhNQ==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/58caaf4f-6824-41d9-bd47-ca6cde9d377d", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzU4Y2FhZjRmLTY4MjQtNDFkOS1iZDQ3LWNhNmNkZTlkMzc3ZA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:44 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "3a77a615-332e-45c1-88c9-204316dcb4f5" + "a2f67b30-39b4-4ea1-9205-c48c30c02383" ], "Request-Id": [ - "3a77a615-332e-45c1-88c9-204316dcb4f5" + "a2f67b30-39b4-4ea1-9205-c48c30c02383" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -308,6 +305,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:13 GMT" + ], "Content-Length": [ "51" ], @@ -319,36 +319,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/2c4d619f-c7a9-459d-9561-022fdbc9902b", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzJjNGQ2MTlmLWM3YTktNDU5ZC05NTYxLTAyMmZkYmM5OTAyYg==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/062857cd-ac20-4c8d-a6ec-8a79f1516247", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzA2Mjg1N2NkLWFjMjAtNGM4ZC1hNmVjLThhNzlmMTUxNjI0Nw==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:44 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "8b5b036a-9e4c-4ad5-85af-0d6b36358f4b" + "80ce7090-8305-4134-a569-29158fbafc22" ], "Request-Id": [ - "8b5b036a-9e4c-4ad5-85af-0d6b36358f4b" + "80ce7090-8305-4134-a569-29158fbafc22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -362,6 +359,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:13 GMT" + ], "Content-Length": [ "51" ], @@ -373,36 +373,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/68cdd3e1-6367-48a2-aa15-84466243f4d5", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzY4Y2RkM2UxLTYzNjctNDhhMi1hYTE1LTg0NDY2MjQzZjRkNQ==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/8bb8ff16-57be-4c1d-be81-9d19c1142bc4", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzhiYjhmZjE2LTU3YmUtNGMxZC1iZTgxLTlkMTljMTE0MmJjNA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:45 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "20ab49d2-1283-44ce-9a82-98861f5481fa" + "a1780c0d-e24a-4d1d-bddd-05914c2aed73" ], "Request-Id": [ - "20ab49d2-1283-44ce-9a82-98861f5481fa" + "a1780c0d-e24a-4d1d-bddd-05914c2aed73" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -416,6 +413,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:14 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/AddHierarchicalEntity.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/AddHierarchicalEntity.json index 35814c370ca52..93183d0b1c652 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/AddHierarchicalEntity.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/AddHierarchicalEntity.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"children\": [\r\n \"ChildTest\"\r\n ],\r\n \"name\": \"HierarchicalTest\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:50:00 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/1e477cc7-9204-425b-8c39-29a7c5c36972" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/ae4cf0c3-f0b0-4c22-9ade-ac5755a6e59a" ], "Apim-Request-Id": [ - "94d39753-d7e5-4db7-aef1-bbdc2bba41ed" + "0d502e72-a10b-4af0-9c5a-82bdcebca75b" ], "Request-Id": [ - "94d39753-d7e5-4db7-aef1-bbdc2bba41ed" + "0d502e72-a10b-4af0-9c5a-82bdcebca75b" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/1e477cc7-9204-425b-8c39-29a7c5c36972" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/ae4cf0c3-f0b0-4c22-9ade-ac5755a6e59a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:14 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"1e477cc7-9204-425b-8c39-29a7c5c36972\"", + "ResponseBody": "\"ae4cf0c3-f0b0-4c22-9ade-ac5755a6e59a\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/1e477cc7-9204-425b-8c39-29a7c5c36972", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzLzFlNDc3Y2M3LTkyMDQtNDI1Yi04YzM5LTI5YTdjNWMzNjk3Mg==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/ae4cf0c3-f0b0-4c22-9ade-ac5755a6e59a", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzL2FlNGNmMGMzLWYwYjAtNGMyMi05YWRlLWFjNTc1NWE2ZTU5YQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:50:00 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "c23a2717-1cfa-46bc-9b90-30c2ea0e551d" + "a22848c9-95e9-42fe-9ba9-259c3c777898" ], "Request-Id": [ - "c23a2717-1cfa-46bc-9b90-30c2ea0e551d" + "a22848c9-95e9-42fe-9ba9-259c3c777898" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:14 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/AddHierarchicalEntityChild.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/AddHierarchicalEntityChild.json index b8708a7008aef..e29d2b859def8 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/AddHierarchicalEntityChild.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/AddHierarchicalEntityChild.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"children\": [\r\n \"ChildTest\"\r\n ],\r\n \"name\": \"HierarchicalTest\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:33 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/31758dde-375f-4416-8592-51fbff9224a4" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/837d2de3-3920-4f09-9bc1-3a9711b1272d" ], "Apim-Request-Id": [ - "6babfcb0-0a4e-4425-9e59-2c46b538b212" + "ac6fc505-f448-4d05-98da-2edb52e34f3b" ], "Request-Id": [ - "6babfcb0-0a4e-4425-9e59-2c46b538b212" + "ac6fc505-f448-4d05-98da-2edb52e34f3b" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/31758dde-375f-4416-8592-51fbff9224a4" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/837d2de3-3920-4f09-9bc1-3a9711b1272d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:27 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"31758dde-375f-4416-8592-51fbff9224a4\"", + "ResponseBody": "\"837d2de3-3920-4f09-9bc1-3a9711b1272d\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/31758dde-375f-4416-8592-51fbff9224a4/children", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzLzMxNzU4ZGRlLTM3NWYtNDQxNi04NTkyLTUxZmJmZjkyMjRhNC9jaGlsZHJlbg==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/837d2de3-3920-4f09-9bc1-3a9711b1272d/children", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzLzgzN2QyZGUzLTM5MjAtNGYwOS05YmMxLTNhOTcxMWIxMjcyZC9jaGlsZHJlbg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"NewChildEntity\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,23 +92,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:33 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/31758dde-375f-4416-8592-51fbff9224a4/children/df4541c0-dba9-4a45-aa45-4afc1a7dd7c7" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/837d2de3-3920-4f09-9bc1-3a9711b1272d/children/357ce73b-7dc2-496c-954a-c0472c644699" ], "Apim-Request-Id": [ - "c97b8f60-cd12-4674-adb5-cb1ef22d789a" + "15754f0d-05c2-4969-ab1d-d30d5b0e82a5" ], "Request-Id": [ - "c97b8f60-cd12-4674-adb5-cb1ef22d789a" + "15754f0d-05c2-4969-ab1d-d30d5b0e82a5" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/31758dde-375f-4416-8592-51fbff9224a4/children/df4541c0-dba9-4a45-aa45-4afc1a7dd7c7" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/837d2de3-3920-4f09-9bc1-3a9711b1272d/children/357ce73b-7dc2-496c-954a-c0472c644699" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -122,6 +119,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:28 GMT" + ], "Content-Length": [ "38" ], @@ -129,40 +129,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"df4541c0-dba9-4a45-aa45-4afc1a7dd7c7\"", + "ResponseBody": "\"357ce73b-7dc2-496c-954a-c0472c644699\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/31758dde-375f-4416-8592-51fbff9224a4", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzLzMxNzU4ZGRlLTM3NWYtNDQxNi04NTkyLTUxZmJmZjkyMjRhNA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/837d2de3-3920-4f09-9bc1-3a9711b1272d", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzLzgzN2QyZGUzLTM5MjAtNGYwOS05YmMxLTNhOTcxMWIxMjcyZA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:33 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "f9e53b1a-84d1-4c55-a7cd-e5df9e11870d" + "07afe697-9b1e-4be2-963b-1ad8d46b3400" ], "Request-Id": [ - "f9e53b1a-84d1-4c55-a7cd-e5df9e11870d" + "07afe697-9b1e-4be2-963b-1ad8d46b3400" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -176,6 +173,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:28 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/DeleteCompositeEntity.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/DeleteCompositeEntity.json index ff26639060c47..b852f86341c8c 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/DeleteCompositeEntity.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/DeleteCompositeEntity.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", "RequestMethod": "POST", "RequestBody": "[\r\n \"datetimeV2\"\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,17 +26,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:50:01 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "3ac911ca-e3a0-4c0e-ae20-b638c0f1034b" + "895039c0-b706-441d-9108-f0e07fd0682c" ], "Request-Id": [ - "3ac911ca-e3a0-4c0e-ae20-b638c0f1034b" + "895039c0-b706-441d-9108-f0e07fd0682c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -50,6 +47,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:25 GMT" + ], "Content-Length": [ "132" ], @@ -57,23 +57,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"d70e68a9-c6bd-4c4a-9fab-37fb3226fee3\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"6740424c-50da-4d67-95a9-9e5be469697c\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"children\": [\r\n \"datetimeV2\"\r\n ],\r\n \"name\": \"CompositeTest\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -86,23 +86,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:50:02 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/f3634843-755b-429f-a7f4-4ba505ac790c" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/ea163204-e662-4056-a7f8-95d611e09c42" ], "Apim-Request-Id": [ - "0a109215-0ac0-4185-afe7-b698da45953d" + "a3e5cde2-36f4-4953-9cf4-de08c59dcdaf" ], "Request-Id": [ - "0a109215-0ac0-4185-afe7-b698da45953d" + "a3e5cde2-36f4-4953-9cf4-de08c59dcdaf" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/f3634843-755b-429f-a7f4-4ba505ac790c" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/ea163204-e662-4056-a7f8-95d611e09c42" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -116,6 +113,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:26 GMT" + ], "Content-Length": [ "38" ], @@ -123,40 +123,91 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"f3634843-755b-429f-a7f4-4ba505ac790c\"", + "ResponseBody": "\"ea163204-e662-4056-a7f8-95d611e09c42\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/f3634843-755b-429f-a7f4-4ba505ac790c", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzL2YzNjM0ODQzLTc1NWItNDI5Zi1hN2Y0LTRiYTUwNWFjNzkwYw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/ea163204-e662-4056-a7f8-95d611e09c42", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzL2VhMTYzMjA0LWU2NjItNDA1Ni1hN2Y4LTk1ZDYxMWUwOWM0Mg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], + "Pragma": [ + "no-cache" + ], + "Apim-Request-Id": [ + "ddea8d49-d361-432f-84ab-2020d5e3abc1" + ], + "Request-Id": [ + "ddea8d49-d361-432f-84ab-2020d5e3abc1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains; preload" + ], + "Request-Context": [ + "appId=cid-v1:26a3540d-a02a-4998-a060-715488fd769b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-Frame-Options": [ + "SAMEORIGIN" + ], "Date": [ - "Wed, 13 Feb 2019 00:50:02 GMT" + "Sun, 25 Aug 2019 19:14:26 GMT" + ], + "Content-Length": [ + "51" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ] + }, + "ResponseBody": "{\r\n \"code\": \"Success\",\r\n \"message\": \"Operation Successful\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/6740424c-50da-4d67-95a9-9e5be469697c", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy82NzQwNDI0Yy01MGRhLTRkNjctOTVhOS05ZTViZTQ2OTY5N2M=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "Ocp-Apim-Subscription-Key": [ + "62b834e0069943d9b035f32abd230359" + ], + "User-Agent": [ + "FxVersion/4.6.27617.04", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-store, proxy-revalidate, no-cache, max-age=0, private" ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "b92233c2-45cf-4626-b87f-bc87353630d5" + "46ca068c-b0a7-4897-ba66-baa94fff2eae" ], "Request-Id": [ - "b92233c2-45cf-4626-b87f-bc87353630d5" + "46ca068c-b0a7-4897-ba66-baa94fff2eae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -170,6 +221,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:26 GMT" + ], "Content-Length": [ "51" ], @@ -181,36 +235,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzP3NraXA9MCZ0YWtlPTEwMA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzP3NraXA9MCZ0YWtlPTEwMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:50:02 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "fe115b6d-a8c2-476e-a056-0cbaa9bbcbc5" + "fa37d917-9586-4a2e-bf69-8dd5fafeff39" ], "Request-Id": [ - "fe115b6d-a8c2-476e-a056-0cbaa9bbcbc5" + "fa37d917-9586-4a2e-bf69-8dd5fafeff39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -224,6 +275,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:27 GMT" + ], "Content-Length": [ "2" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/DeleteCompositeEntityChild.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/DeleteCompositeEntityChild.json index 53f5626429dbc..befe76c77eab6 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/DeleteCompositeEntityChild.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/DeleteCompositeEntityChild.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", "RequestMethod": "POST", "RequestBody": "[\r\n \"datetimeV2\"\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,17 +26,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:54 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "d38f6f01-d3a4-45e1-bc58-a9b2e7bb90ca" + "0991dfa5-c403-4123-aedc-2dd816687ad3" ], "Request-Id": [ - "d38f6f01-d3a4-45e1-bc58-a9b2e7bb90ca" + "0991dfa5-c403-4123-aedc-2dd816687ad3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -50,6 +47,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:09 GMT" + ], "Content-Length": [ "132" ], @@ -57,23 +57,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"249add60-9840-46f6-9a36-8e4eebaae64b\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"17de7941-af82-4974-bc48-0a370571d97f\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", "RequestMethod": "POST", "RequestBody": "[\r\n \"number\"\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -86,17 +86,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:55 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "aba45fe7-ef32-4ecd-9d34-536011640c9b" + "814cfb91-d390-434d-9189-4f17edd54f75" ], "Request-Id": [ - "aba45fe7-ef32-4ecd-9d34-536011640c9b" + "814cfb91-d390-434d-9189-4f17edd54f75" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:09 GMT" + ], "Content-Length": [ "128" ], @@ -117,23 +117,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"180043f0-b20e-4f21-bcd6-d4ed36aa3a43\",\r\n \"name\": \"number\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"48c87213-32fb-455f-960a-98dc03c567f5\",\r\n \"name\": \"number\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"children\": [\r\n \"datetimeV2\",\r\n \"number\"\r\n ],\r\n \"name\": \"CompositeTest\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -146,23 +146,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:55 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/e0fb1c04-f363-4cc5-a485-0192e19f7e12" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/351d49ec-2280-4be5-8cd0-dbcdbc308e8d" ], "Apim-Request-Id": [ - "697300a8-1e03-46fc-811b-a7c7e1aae552" + "c7f82972-5255-4c29-85d0-02ffb037cfc6" ], "Request-Id": [ - "697300a8-1e03-46fc-811b-a7c7e1aae552" + "c7f82972-5255-4c29-85d0-02ffb037cfc6" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/e0fb1c04-f363-4cc5-a485-0192e19f7e12" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/351d49ec-2280-4be5-8cd0-dbcdbc308e8d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -176,6 +173,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:09 GMT" + ], "Content-Length": [ "38" ], @@ -183,40 +183,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"e0fb1c04-f363-4cc5-a485-0192e19f7e12\"", + "ResponseBody": "\"351d49ec-2280-4be5-8cd0-dbcdbc308e8d\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/e0fb1c04-f363-4cc5-a485-0192e19f7e12/children/180043f0-b20e-4f21-bcd6-d4ed36aa3a43", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzL2UwZmIxYzA0LWYzNjMtNGNjNS1hNDg1LTAxOTJlMTlmN2UxMi9jaGlsZHJlbi8xODAwNDNmMC1iMjBlLTRmMjEtYmNkNi1kNGVkMzZhYTNhNDM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/351d49ec-2280-4be5-8cd0-dbcdbc308e8d/children/48c87213-32fb-455f-960a-98dc03c567f5", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzM1MWQ0OWVjLTIyODAtNGJlNS04Y2QwLWRiY2RiYzMwOGU4ZC9jaGlsZHJlbi80OGM4NzIxMy0zMmZiLTQ1NWYtOTYwYS05OGRjMDNjNTY3ZjU=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:55 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "04a744ec-a3e1-4fdd-a23e-96b9af34c61b" + "b474aced-0f0d-4bee-b8c0-8d92b19197ff" ], "Request-Id": [ - "04a744ec-a3e1-4fdd-a23e-96b9af34c61b" + "b474aced-0f0d-4bee-b8c0-8d92b19197ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -230,6 +227,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:09 GMT" + ], "Content-Length": [ "51" ], @@ -241,36 +241,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzP3NraXA9MCZ0YWtlPTEwMA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzP3NraXA9MCZ0YWtlPTEwMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:56 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "4e9dc106-4856-4eff-8681-06141485097c" + "c50a392f-c763-489a-a20a-01b4685d280d" ], "Request-Id": [ - "4e9dc106-4856-4eff-8681-06141485097c" + "c50a392f-c763-489a-a20a-01b4685d280d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -284,6 +281,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:10 GMT" + ], "Content-Length": [ "215" ], @@ -291,40 +291,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"e0fb1c04-f363-4cc5-a485-0192e19f7e12\",\r\n \"name\": \"CompositeTest\",\r\n \"typeId\": 4,\r\n \"readableType\": \"Composite Entity Extractor\",\r\n \"children\": [\r\n {\r\n \"id\": \"249add60-9840-46f6-9a36-8e4eebaae64b\",\r\n \"name\": \"datetimeV2\"\r\n }\r\n ],\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"351d49ec-2280-4be5-8cd0-dbcdbc308e8d\",\r\n \"name\": \"CompositeTest\",\r\n \"typeId\": 4,\r\n \"readableType\": \"Composite Entity Extractor\",\r\n \"children\": [\r\n {\r\n \"id\": \"17de7941-af82-4974-bc48-0a370571d97f\",\r\n \"name\": \"datetimeV2\"\r\n }\r\n ],\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/e0fb1c04-f363-4cc5-a485-0192e19f7e12", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzL2UwZmIxYzA0LWYzNjMtNGNjNS1hNDg1LTAxOTJlMTlmN2UxMg==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/351d49ec-2280-4be5-8cd0-dbcdbc308e8d", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzM1MWQ0OWVjLTIyODAtNGJlNS04Y2QwLWRiY2RiYzMwOGU4ZA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:56 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "7e34a7b8-2e0e-486d-926e-d6240a39bd5b" + "139fd1b4-4241-47c5-8f98-28c071685d4a" ], "Request-Id": [ - "7e34a7b8-2e0e-486d-926e-d6240a39bd5b" + "139fd1b4-4241-47c5-8f98-28c071685d4a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -338,6 +335,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:10 GMT" + ], "Content-Length": [ "51" ], @@ -349,36 +349,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/249add60-9840-46f6-9a36-8e4eebaae64b", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy8yNDlhZGQ2MC05ODQwLTQ2ZjYtOWEzNi04ZTRlZWJhYWU2NGI=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/17de7941-af82-4974-bc48-0a370571d97f", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy8xN2RlNzk0MS1hZjgyLTQ5NzQtYmM0OC0wYTM3MDU3MWQ5N2Y=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:56 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "e1baf56a-0ff8-4d97-b18c-ce492ab6224a" + "50994804-55f5-42fe-8c7c-3a34dcf3469d" ], "Request-Id": [ - "e1baf56a-0ff8-4d97-b18c-ce492ab6224a" + "50994804-55f5-42fe-8c7c-3a34dcf3469d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -392,6 +389,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:10 GMT" + ], "Content-Length": [ "51" ], @@ -403,36 +403,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/180043f0-b20e-4f21-bcd6-d4ed36aa3a43", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy8xODAwNDNmMC1iMjBlLTRmMjEtYmNkNi1kNGVkMzZhYTNhNDM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/48c87213-32fb-455f-960a-98dc03c567f5", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy80OGM4NzIxMy0zMmZiLTQ1NWYtOTYwYS05OGRjMDNjNTY3ZjU=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:57 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "d0b28260-d0ac-4476-b709-754f646f704f" + "6892abaf-17ee-419b-89c1-79f41e35341e" ], "Request-Id": [ - "d0b28260-d0ac-4476-b709-754f646f704f" + "6892abaf-17ee-419b-89c1-79f41e35341e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -446,6 +443,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:11 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/DeleteHierarchicalEntity.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/DeleteHierarchicalEntity.json index c1c8372390c96..908455289b7fa 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/DeleteHierarchicalEntity.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/DeleteHierarchicalEntity.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"children\": [\r\n \"ChildTest\"\r\n ],\r\n \"name\": \"HierarchicalTest\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:30 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/2354af3c-58ab-4efa-b5a9-b8b2faf4233c" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/ab20d4db-c9fa-4e1d-ac8c-55fd640fb940" ], "Apim-Request-Id": [ - "716ac011-c58f-43c6-828f-092299b9a61d" + "0db6ffc4-b6c5-4eb5-9c00-446778e3e128" ], "Request-Id": [ - "716ac011-c58f-43c6-828f-092299b9a61d" + "0db6ffc4-b6c5-4eb5-9c00-446778e3e128" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/2354af3c-58ab-4efa-b5a9-b8b2faf4233c" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/ab20d4db-c9fa-4e1d-ac8c-55fd640fb940" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:31 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"2354af3c-58ab-4efa-b5a9-b8b2faf4233c\"", + "ResponseBody": "\"ab20d4db-c9fa-4e1d-ac8c-55fd640fb940\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzP3NraXA9MCZ0YWtlPTEwMA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzP3NraXA9MCZ0YWtlPTEwMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:30 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "b28fc84e-8650-462f-9ec4-90b09cadcc1d" + "813d71c4-6d04-475c-8910-5fb2f8ee320c" ], "Request-Id": [ - "b28fc84e-8650-462f-9ec4-90b09cadcc1d" + "813d71c4-6d04-475c-8910-5fb2f8ee320c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:32 GMT" + ], "Content-Length": [ "220" ], @@ -117,40 +117,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"2354af3c-58ab-4efa-b5a9-b8b2faf4233c\",\r\n \"name\": \"HierarchicalTest\",\r\n \"typeId\": 3,\r\n \"readableType\": \"Hierarchical Entity Extractor\",\r\n \"children\": [\r\n {\r\n \"id\": \"f4884e7e-b267-4b6c-89a5-1ea916cc25ea\",\r\n \"name\": \"ChildTest\"\r\n }\r\n ],\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"ab20d4db-c9fa-4e1d-ac8c-55fd640fb940\",\r\n \"name\": \"HierarchicalTest\",\r\n \"typeId\": 3,\r\n \"readableType\": \"Hierarchical Entity Extractor\",\r\n \"children\": [\r\n {\r\n \"id\": \"baa0b85f-2b37-4535-a0dd-4b01eb4aed3b\",\r\n \"name\": \"ChildTest\"\r\n }\r\n ],\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzP3NraXA9MCZ0YWtlPTEwMA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzP3NraXA9MCZ0YWtlPTEwMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:31 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "d716c680-1713-4aa3-9ff4-b38b3112dc51" + "881f350f-1ec6-4ab5-8f01-701fc9a128bd" ], "Request-Id": [ - "d716c680-1713-4aa3-9ff4-b38b3112dc51" + "881f350f-1ec6-4ab5-8f01-701fc9a128bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:32 GMT" + ], "Content-Length": [ "2" ], @@ -175,36 +175,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/2354af3c-58ab-4efa-b5a9-b8b2faf4233c", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzLzIzNTRhZjNjLTU4YWItNGVmYS1iNWE5LWI4YjJmYWY0MjMzYw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/ab20d4db-c9fa-4e1d-ac8c-55fd640fb940", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzL2FiMjBkNGRiLWM5ZmEtNGUxZC1hYzhjLTU1ZmQ2NDBmYjk0MA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:30 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "cb23705e-09df-43a5-9cb8-a8d7833ec1ee" + "168471a8-7e01-41e1-b6ea-d678c3f70112" ], "Request-Id": [ - "cb23705e-09df-43a5-9cb8-a8d7833ec1ee" + "168471a8-7e01-41e1-b6ea-d678c3f70112" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -218,6 +215,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:32 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/DeleteHierarchicalEntityChild.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/DeleteHierarchicalEntityChild.json index 375597c8039ea..d1900f162e99b 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/DeleteHierarchicalEntityChild.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/DeleteHierarchicalEntityChild.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"children\": [\r\n \"ChildTest\",\r\n \"AnotherChildTest\"\r\n ],\r\n \"name\": \"HierarchicalTest\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:28 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/7a85cde7-e357-48ed-b6ec-0ca56a95f775" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/be996578-9a84-43bd-90a0-dac3bd5d073c" ], "Apim-Request-Id": [ - "a697c39c-398a-465b-a633-321b4a606220" + "a60fbc41-3dcb-4685-a38f-dbb078fd2841" ], "Request-Id": [ - "a697c39c-398a-465b-a633-321b4a606220" + "a60fbc41-3dcb-4685-a38f-dbb078fd2841" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/7a85cde7-e357-48ed-b6ec-0ca56a95f775" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/be996578-9a84-43bd-90a0-dac3bd5d073c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:23 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"7a85cde7-e357-48ed-b6ec-0ca56a95f775\"", + "ResponseBody": "\"be996578-9a84-43bd-90a0-dac3bd5d073c\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzP3NraXA9MCZ0YWtlPTEwMA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzP3NraXA9MCZ0YWtlPTEwMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:28 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "f9a15ee6-d397-40f9-89cd-8255dbfb4c50" + "cfde89f1-3e94-4646-a62d-39c9e6f8ae9f" ], "Request-Id": [ - "f9a15ee6-d397-40f9-89cd-8255dbfb4c50" + "cfde89f1-3e94-4646-a62d-39c9e6f8ae9f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:23 GMT" + ], "Content-Length": [ "292" ], @@ -117,40 +117,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"7a85cde7-e357-48ed-b6ec-0ca56a95f775\",\r\n \"name\": \"HierarchicalTest\",\r\n \"typeId\": 3,\r\n \"readableType\": \"Hierarchical Entity Extractor\",\r\n \"children\": [\r\n {\r\n \"id\": \"e8ba3d4d-fc27-424f-ac1d-4a13b4df111f\",\r\n \"name\": \"ChildTest\"\r\n },\r\n {\r\n \"id\": \"6fb6fa5e-d883-4756-b1cc-aa7f9f8f7a6b\",\r\n \"name\": \"AnotherChildTest\"\r\n }\r\n ],\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"be996578-9a84-43bd-90a0-dac3bd5d073c\",\r\n \"name\": \"HierarchicalTest\",\r\n \"typeId\": 3,\r\n \"readableType\": \"Hierarchical Entity Extractor\",\r\n \"children\": [\r\n {\r\n \"id\": \"269f2290-cf2e-4ec7-bfc3-a6c5a5ad3f5e\",\r\n \"name\": \"ChildTest\"\r\n },\r\n {\r\n \"id\": \"2b339447-dd4c-4e64-b2f1-03bd769ef413\",\r\n \"name\": \"AnotherChildTest\"\r\n }\r\n ],\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzP3NraXA9MCZ0YWtlPTEwMA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzP3NraXA9MCZ0YWtlPTEwMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:29 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "4c2516c7-0cda-4240-be58-a266cf6d1288" + "444070f6-0c4e-4074-83bb-1a536802840e" ], "Request-Id": [ - "4c2516c7-0cda-4240-be58-a266cf6d1288" + "444070f6-0c4e-4074-83bb-1a536802840e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:24 GMT" + ], "Content-Length": [ "227" ], @@ -171,40 +171,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"7a85cde7-e357-48ed-b6ec-0ca56a95f775\",\r\n \"name\": \"HierarchicalTest\",\r\n \"typeId\": 3,\r\n \"readableType\": \"Hierarchical Entity Extractor\",\r\n \"children\": [\r\n {\r\n \"id\": \"6fb6fa5e-d883-4756-b1cc-aa7f9f8f7a6b\",\r\n \"name\": \"AnotherChildTest\"\r\n }\r\n ],\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"be996578-9a84-43bd-90a0-dac3bd5d073c\",\r\n \"name\": \"HierarchicalTest\",\r\n \"typeId\": 3,\r\n \"readableType\": \"Hierarchical Entity Extractor\",\r\n \"children\": [\r\n {\r\n \"id\": \"2b339447-dd4c-4e64-b2f1-03bd769ef413\",\r\n \"name\": \"AnotherChildTest\"\r\n }\r\n ],\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/7a85cde7-e357-48ed-b6ec-0ca56a95f775/children/e8ba3d4d-fc27-424f-ac1d-4a13b4df111f", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzLzdhODVjZGU3LWUzNTctNDhlZC1iNmVjLTBjYTU2YTk1Zjc3NS9jaGlsZHJlbi9lOGJhM2Q0ZC1mYzI3LTQyNGYtYWMxZC00YTEzYjRkZjExMWY=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/be996578-9a84-43bd-90a0-dac3bd5d073c/children/269f2290-cf2e-4ec7-bfc3-a6c5a5ad3f5e", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzL2JlOTk2NTc4LTlhODQtNDNiZC05MGEwLWRhYzNiZDVkMDczYy9jaGlsZHJlbi8yNjlmMjI5MC1jZjJlLTRlYzctYmZjMy1hNmM1YTVhZDNmNWU=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:29 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "638ee062-cd8c-4278-9393-e0608694bcf3" + "07ebcb23-8e79-4ef9-a5bd-cf7b32ee658b" ], "Request-Id": [ - "638ee062-cd8c-4278-9393-e0608694bcf3" + "07ebcb23-8e79-4ef9-a5bd-cf7b32ee658b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -218,6 +215,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:24 GMT" + ], "Content-Length": [ "51" ], @@ -229,36 +229,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/7a85cde7-e357-48ed-b6ec-0ca56a95f775", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzLzdhODVjZGU3LWUzNTctNDhlZC1iNmVjLTBjYTU2YTk1Zjc3NQ==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/be996578-9a84-43bd-90a0-dac3bd5d073c", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzL2JlOTk2NTc4LTlhODQtNDNiZC05MGEwLWRhYzNiZDVkMDczYw==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:29 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "ef80a124-11a5-48d3-bc40-8b816ac7c484" + "a89fe434-0460-485a-8936-ae2da7982be0" ], "Request-Id": [ - "ef80a124-11a5-48d3-bc40-8b816ac7c484" + "a89fe434-0460-485a-8936-ae2da7982be0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -272,6 +269,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:24 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/GetCompositeEntity.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/GetCompositeEntity.json index b52eef6ce8a32..210c289fc92f0 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/GetCompositeEntity.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/GetCompositeEntity.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", "RequestMethod": "POST", "RequestBody": "[\r\n \"datetimeV2\"\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,17 +26,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:36 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "3fc95623-74b3-4762-aa49-3b56c12582c8" + "5cc72c84-8457-4370-b154-1e18601be9a7" ], "Request-Id": [ - "3fc95623-74b3-4762-aa49-3b56c12582c8" + "5cc72c84-8457-4370-b154-1e18601be9a7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -50,6 +47,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:17 GMT" + ], "Content-Length": [ "132" ], @@ -57,23 +57,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"63d2e60d-de46-418a-b8b5-4089545eaff1\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"a77de702-80e2-4510-b829-c643b3a1b7e1\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"children\": [\r\n \"datetimeV2\"\r\n ],\r\n \"name\": \"CompositeTest\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -86,23 +86,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:37 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/9dc7ed34-8253-4d6c-948f-9d9678e599fc" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/73f1c82a-d9c0-4650-a36f-81e9cb8a9e82" ], "Apim-Request-Id": [ - "e2d7452d-005b-45de-bf94-e6a785008748" + "fd9ee991-1223-4cfa-9723-8551a2e2f310" ], "Request-Id": [ - "e2d7452d-005b-45de-bf94-e6a785008748" + "fd9ee991-1223-4cfa-9723-8551a2e2f310" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/9dc7ed34-8253-4d6c-948f-9d9678e599fc" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/73f1c82a-d9c0-4650-a36f-81e9cb8a9e82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -116,6 +113,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:17 GMT" + ], "Content-Length": [ "38" ], @@ -123,40 +123,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"9dc7ed34-8253-4d6c-948f-9d9678e599fc\"", + "ResponseBody": "\"73f1c82a-d9c0-4650-a36f-81e9cb8a9e82\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/9dc7ed34-8253-4d6c-948f-9d9678e599fc", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzlkYzdlZDM0LTgyNTMtNGQ2Yy05NDhmLTlkOTY3OGU1OTlmYw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/73f1c82a-d9c0-4650-a36f-81e9cb8a9e82", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzczZjFjODJhLWQ5YzAtNDY1MC1hMzZmLTgxZTljYjhhOWU4Mg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:37 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "63257094-dbc6-4d39-b5c7-0f18aced7b9d" + "98d272d3-827c-4836-827a-9659d363fabf" ], "Request-Id": [ - "63257094-dbc6-4d39-b5c7-0f18aced7b9d" + "98d272d3-827c-4836-827a-9659d363fabf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -170,6 +167,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:18 GMT" + ], "Content-Length": [ "213" ], @@ -177,40 +177,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"9dc7ed34-8253-4d6c-948f-9d9678e599fc\",\r\n \"name\": \"CompositeTest\",\r\n \"typeId\": 4,\r\n \"readableType\": \"Composite Entity Extractor\",\r\n \"children\": [\r\n {\r\n \"id\": \"63d2e60d-de46-418a-b8b5-4089545eaff1\",\r\n \"name\": \"datetimeV2\"\r\n }\r\n ],\r\n \"roles\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"73f1c82a-d9c0-4650-a36f-81e9cb8a9e82\",\r\n \"name\": \"CompositeTest\",\r\n \"typeId\": 4,\r\n \"readableType\": \"Composite Entity Extractor\",\r\n \"children\": [\r\n {\r\n \"id\": \"a77de702-80e2-4510-b829-c643b3a1b7e1\",\r\n \"name\": \"datetimeV2\"\r\n }\r\n ],\r\n \"roles\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/9dc7ed34-8253-4d6c-948f-9d9678e599fc", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzlkYzdlZDM0LTgyNTMtNGQ2Yy05NDhmLTlkOTY3OGU1OTlmYw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/73f1c82a-d9c0-4650-a36f-81e9cb8a9e82", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzczZjFjODJhLWQ5YzAtNDY1MC1hMzZmLTgxZTljYjhhOWU4Mg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:37 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "015f18ff-19e9-4bd1-8f98-3021b07b7979" + "8cde5c7c-3d3f-4345-b91e-fe123ecc66d8" ], "Request-Id": [ - "015f18ff-19e9-4bd1-8f98-3021b07b7979" + "8cde5c7c-3d3f-4345-b91e-fe123ecc66d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -224,6 +221,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:18 GMT" + ], "Content-Length": [ "51" ], @@ -235,36 +235,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/63d2e60d-de46-418a-b8b5-4089545eaff1", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy82M2QyZTYwZC1kZTQ2LTQxOGEtYjhiNS00MDg5NTQ1ZWFmZjE=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/a77de702-80e2-4510-b829-c643b3a1b7e1", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy9hNzdkZTcwMi04MGUyLTQ1MTAtYjgyOS1jNjQzYjNhMWI3ZTE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:39 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "a73d3a95-a0f4-45b4-a9f5-75928e38f504" + "7ddcab03-88f1-46a5-ad9e-2f2fe0a0ea8c" ], "Request-Id": [ - "a73d3a95-a0f4-45b4-a9f5-75928e38f504" + "7ddcab03-88f1-46a5-ad9e-2f2fe0a0ea8c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -278,6 +275,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:18 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/GetHierarchicalEntity.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/GetHierarchicalEntity.json index bd3025624799a..1c406014cebf0 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/GetHierarchicalEntity.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/GetHierarchicalEntity.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"children\": [\r\n \"ChildTest\"\r\n ],\r\n \"name\": \"HierarchicalTest\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:59 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/a472dd79-9ae8-482e-8ce5-e2846fd091c3" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/84183ef7-86c6-47f6-82c0-1c678af95f43" ], "Apim-Request-Id": [ - "5a3dc519-02d0-42b5-803b-ef90ea52b0d7" + "661fb74f-3e02-4273-9cbc-519c2c1f6421" ], "Request-Id": [ - "5a3dc519-02d0-42b5-803b-ef90ea52b0d7" + "661fb74f-3e02-4273-9cbc-519c2c1f6421" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/a472dd79-9ae8-482e-8ce5-e2846fd091c3" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/84183ef7-86c6-47f6-82c0-1c678af95f43" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:35 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"a472dd79-9ae8-482e-8ce5-e2846fd091c3\"", + "ResponseBody": "\"84183ef7-86c6-47f6-82c0-1c678af95f43\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/a472dd79-9ae8-482e-8ce5-e2846fd091c3", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzL2E0NzJkZDc5LTlhZTgtNDgyZS04Y2U1LWUyODQ2ZmQwOTFjMw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/84183ef7-86c6-47f6-82c0-1c678af95f43", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzLzg0MTgzZWY3LTg2YzYtNDdmNi04MmMwLTFjNjc4YWY5NWY0Mw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:59 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "abba8676-310f-4f1b-9e41-beda20a1d24a" + "8f1c7412-26b5-4380-883c-8af5f883cb71" ], "Request-Id": [ - "abba8676-310f-4f1b-9e41-beda20a1d24a" + "8f1c7412-26b5-4380-883c-8af5f883cb71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:35 GMT" + ], "Content-Length": [ "218" ], @@ -117,40 +117,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"a472dd79-9ae8-482e-8ce5-e2846fd091c3\",\r\n \"name\": \"HierarchicalTest\",\r\n \"typeId\": 3,\r\n \"readableType\": \"Hierarchical Entity Extractor\",\r\n \"children\": [\r\n {\r\n \"id\": \"67fbd57f-24a6-4919-85cb-d6ea6156965f\",\r\n \"name\": \"ChildTest\"\r\n }\r\n ],\r\n \"roles\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"84183ef7-86c6-47f6-82c0-1c678af95f43\",\r\n \"name\": \"HierarchicalTest\",\r\n \"typeId\": 3,\r\n \"readableType\": \"Hierarchical Entity Extractor\",\r\n \"children\": [\r\n {\r\n \"id\": \"fdd15254-aa23-4c79-bdf4-64ea9a0c801c\",\r\n \"name\": \"ChildTest\"\r\n }\r\n ],\r\n \"roles\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/a472dd79-9ae8-482e-8ce5-e2846fd091c3", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzL2E0NzJkZDc5LTlhZTgtNDgyZS04Y2U1LWUyODQ2ZmQwOTFjMw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/84183ef7-86c6-47f6-82c0-1c678af95f43", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzLzg0MTgzZWY3LTg2YzYtNDdmNi04MmMwLTFjNjc4YWY5NWY0Mw==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:59 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "fca3286b-b97f-4670-8987-f949c47fa19d" + "55d46290-a2ea-42f6-a768-296a85f855e4" ], "Request-Id": [ - "fca3286b-b97f-4670-8987-f949c47fa19d" + "55d46290-a2ea-42f6-a768-296a85f855e4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:36 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/GetHierarchicalEntityChild.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/GetHierarchicalEntityChild.json index 648d9235cebea..35483c645ad1f 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/GetHierarchicalEntityChild.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/GetHierarchicalEntityChild.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"children\": [\r\n \"ChildTest\"\r\n ],\r\n \"name\": \"HierarchicalTest\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:50:06 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/5317364c-4e35-4eca-bc8f-c9c23d005c69" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/bc063df1-5ba6-4187-bcfc-9b46cf2dc1e5" ], "Apim-Request-Id": [ - "975c69e6-55f9-471c-9057-222ce5379e17" + "81a8da5b-df9c-4fe6-b188-c69f636fb2ff" ], "Request-Id": [ - "975c69e6-55f9-471c-9057-222ce5379e17" + "81a8da5b-df9c-4fe6-b188-c69f636fb2ff" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/5317364c-4e35-4eca-bc8f-c9c23d005c69" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/bc063df1-5ba6-4187-bcfc-9b46cf2dc1e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:15 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"5317364c-4e35-4eca-bc8f-c9c23d005c69\"", + "ResponseBody": "\"bc063df1-5ba6-4187-bcfc-9b46cf2dc1e5\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/5317364c-4e35-4eca-bc8f-c9c23d005c69", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzLzUzMTczNjRjLTRlMzUtNGVjYS1iYzhmLWM5YzIzZDAwNWM2OQ==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/bc063df1-5ba6-4187-bcfc-9b46cf2dc1e5", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzL2JjMDYzZGYxLTViYTYtNDE4Ny1iY2ZjLTliNDZjZjJkYzFlNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:50:07 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "3be29560-69ac-484d-b334-e2479a5b3710" + "bb8b91c4-d272-4db7-97e4-b7a388b3591a" ], "Request-Id": [ - "3be29560-69ac-484d-b334-e2479a5b3710" + "bb8b91c4-d272-4db7-97e4-b7a388b3591a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:16 GMT" + ], "Content-Length": [ "218" ], @@ -117,40 +117,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"5317364c-4e35-4eca-bc8f-c9c23d005c69\",\r\n \"name\": \"HierarchicalTest\",\r\n \"typeId\": 3,\r\n \"readableType\": \"Hierarchical Entity Extractor\",\r\n \"children\": [\r\n {\r\n \"id\": \"cbe9c810-8ddd-480f-aa38-4c16d686cf3d\",\r\n \"name\": \"ChildTest\"\r\n }\r\n ],\r\n \"roles\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"bc063df1-5ba6-4187-bcfc-9b46cf2dc1e5\",\r\n \"name\": \"HierarchicalTest\",\r\n \"typeId\": 3,\r\n \"readableType\": \"Hierarchical Entity Extractor\",\r\n \"children\": [\r\n {\r\n \"id\": \"fb9094b6-c67b-48dd-a583-d35ecab566e8\",\r\n \"name\": \"ChildTest\"\r\n }\r\n ],\r\n \"roles\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/5317364c-4e35-4eca-bc8f-c9c23d005c69/children/cbe9c810-8ddd-480f-aa38-4c16d686cf3d", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzLzUzMTczNjRjLTRlMzUtNGVjYS1iYzhmLWM5YzIzZDAwNWM2OS9jaGlsZHJlbi9jYmU5YzgxMC04ZGRkLTQ4MGYtYWEzOC00YzE2ZDY4NmNmM2Q=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/bc063df1-5ba6-4187-bcfc-9b46cf2dc1e5/children/fb9094b6-c67b-48dd-a583-d35ecab566e8", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzL2JjMDYzZGYxLTViYTYtNDE4Ny1iY2ZjLTliNDZjZjJkYzFlNS9jaGlsZHJlbi9mYjkwOTRiNi1jNjdiLTQ4ZGQtYTU4My1kMzVlY2FiNTY2ZTg=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:50:07 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "984d2c45-10db-44f8-b4bf-8b9a322fe4fb" + "2559f3ca-d993-4761-b97d-e6be55f23b5a" ], "Request-Id": [ - "984d2c45-10db-44f8-b4bf-8b9a322fe4fb" + "2559f3ca-d993-4761-b97d-e6be55f23b5a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:16 GMT" + ], "Content-Length": [ "128" ], @@ -171,40 +171,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"cbe9c810-8ddd-480f-aa38-4c16d686cf3d\",\r\n \"name\": \"ChildTest\",\r\n \"typeId\": 6,\r\n \"readableType\": \"Hierarchical Child Entity Extractor\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"fb9094b6-c67b-48dd-a583-d35ecab566e8\",\r\n \"name\": \"ChildTest\",\r\n \"typeId\": 6,\r\n \"readableType\": \"Hierarchical Child Entity Extractor\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/5317364c-4e35-4eca-bc8f-c9c23d005c69", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzLzUzMTczNjRjLTRlMzUtNGVjYS1iYzhmLWM5YzIzZDAwNWM2OQ==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/bc063df1-5ba6-4187-bcfc-9b46cf2dc1e5", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzL2JjMDYzZGYxLTViYTYtNDE4Ny1iY2ZjLTliNDZjZjJkYzFlNQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:50:07 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "156c3f2d-627c-43b1-a7d5-54be9abe16a6" + "383dcc30-c836-48ac-95ae-8c0fe66c9b1a" ], "Request-Id": [ - "156c3f2d-627c-43b1-a7d5-54be9abe16a6" + "383dcc30-c836-48ac-95ae-8c0fe66c9b1a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -218,6 +215,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:16 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/ListCompositeEntities.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/ListCompositeEntities.json index 42023ef0f923c..4b0f19298c33e 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/ListCompositeEntities.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/ListCompositeEntities.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", "RequestMethod": "POST", "RequestBody": "[\r\n \"datetimeV2\"\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,17 +26,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:34 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "5001240d-0b49-4855-9d36-4d1e2e8f422d" + "805b2a89-aea7-4168-bdc4-15525cb90955" ], "Request-Id": [ - "5001240d-0b49-4855-9d36-4d1e2e8f422d" + "805b2a89-aea7-4168-bdc4-15525cb90955" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -50,6 +47,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:03 GMT" + ], "Content-Length": [ "132" ], @@ -57,23 +57,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"4a954cbe-f363-4542-9500-641c9a32bbf9\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"3b10785f-b67e-48bd-92fa-ae2ad688f77e\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"children\": [\r\n \"datetimeV2\"\r\n ],\r\n \"name\": \"CompositeTest\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -86,23 +86,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:35 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/9f3769aa-5b4a-44c3-9254-5e6df822a2b7" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/494bcf4a-3dd0-4760-9944-4c6745dc07dc" ], "Apim-Request-Id": [ - "88bda0f3-9706-43ab-adb8-087f8713bb05" + "2c4f67d8-01b0-4d51-9c79-d67cff97710b" ], "Request-Id": [ - "88bda0f3-9706-43ab-adb8-087f8713bb05" + "2c4f67d8-01b0-4d51-9c79-d67cff97710b" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/9f3769aa-5b4a-44c3-9254-5e6df822a2b7" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/494bcf4a-3dd0-4760-9944-4c6745dc07dc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -116,6 +113,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:04 GMT" + ], "Content-Length": [ "38" ], @@ -123,40 +123,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"9f3769aa-5b4a-44c3-9254-5e6df822a2b7\"", + "ResponseBody": "\"494bcf4a-3dd0-4760-9944-4c6745dc07dc\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzP3NraXA9MCZ0YWtlPTEwMA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzP3NraXA9MCZ0YWtlPTEwMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:35 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "51ae1aaa-4a83-4702-b2ff-2a93376be6c7" + "d9269b98-bfd4-400b-b0b8-abed4616547d" ], "Request-Id": [ - "51ae1aaa-4a83-4702-b2ff-2a93376be6c7" + "d9269b98-bfd4-400b-b0b8-abed4616547d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -170,6 +167,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:04 GMT" + ], "Content-Length": [ "215" ], @@ -177,40 +177,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"9f3769aa-5b4a-44c3-9254-5e6df822a2b7\",\r\n \"name\": \"CompositeTest\",\r\n \"typeId\": 4,\r\n \"readableType\": \"Composite Entity Extractor\",\r\n \"children\": [\r\n {\r\n \"id\": \"4a954cbe-f363-4542-9500-641c9a32bbf9\",\r\n \"name\": \"datetimeV2\"\r\n }\r\n ],\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"494bcf4a-3dd0-4760-9944-4c6745dc07dc\",\r\n \"name\": \"CompositeTest\",\r\n \"typeId\": 4,\r\n \"readableType\": \"Composite Entity Extractor\",\r\n \"children\": [\r\n {\r\n \"id\": \"3b10785f-b67e-48bd-92fa-ae2ad688f77e\",\r\n \"name\": \"datetimeV2\"\r\n }\r\n ],\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/9f3769aa-5b4a-44c3-9254-5e6df822a2b7", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzlmMzc2OWFhLTViNGEtNDRjMy05MjU0LTVlNmRmODIyYTJiNw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/494bcf4a-3dd0-4760-9944-4c6745dc07dc", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzQ5NGJjZjRhLTNkZDAtNDc2MC05OTQ0LTRjNjc0NWRjMDdkYw==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:35 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "678f318c-0612-4e71-9b51-b7c7944221ee" + "a2ae4619-40f1-48de-a744-4332ff980cfe" ], "Request-Id": [ - "678f318c-0612-4e71-9b51-b7c7944221ee" + "a2ae4619-40f1-48de-a744-4332ff980cfe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -224,6 +221,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:04 GMT" + ], "Content-Length": [ "51" ], @@ -235,36 +235,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/4a954cbe-f363-4542-9500-641c9a32bbf9", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy80YTk1NGNiZS1mMzYzLTQ1NDItOTUwMC02NDFjOWEzMmJiZjk=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/3b10785f-b67e-48bd-92fa-ae2ad688f77e", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy8zYjEwNzg1Zi1iNjdlLTQ4YmQtOTJmYS1hZTJhZDY4OGY3N2U=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:36 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "beafc649-2c0d-4e8d-a75f-6a5324f97cc8" + "89fccbbf-4c27-493c-9415-35a77425a469" ], "Request-Id": [ - "beafc649-2c0d-4e8d-a75f-6a5324f97cc8" + "89fccbbf-4c27-493c-9415-35a77425a469" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -278,6 +275,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:05 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/ListHierarchicalEntities.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/ListHierarchicalEntities.json index db30155f7d519..6b0e619038e14 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/ListHierarchicalEntities.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/ListHierarchicalEntities.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"children\": [\r\n \"ChildTest\"\r\n ],\r\n \"name\": \"HierarchicalTest\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:48 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/0ea37721-8bea-4332-bc13-a4d01e710b3e" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/9eb471fe-700c-430d-ba18-5332d836a5fd" ], "Apim-Request-Id": [ - "dcc38ac7-e36f-4c66-8192-2d68dcf7b902" + "484e9682-4b93-4b71-b8b0-471071713145" ], "Request-Id": [ - "dcc38ac7-e36f-4c66-8192-2d68dcf7b902" + "484e9682-4b93-4b71-b8b0-471071713145" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/0ea37721-8bea-4332-bc13-a4d01e710b3e" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/9eb471fe-700c-430d-ba18-5332d836a5fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:05 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"0ea37721-8bea-4332-bc13-a4d01e710b3e\"", + "ResponseBody": "\"9eb471fe-700c-430d-ba18-5332d836a5fd\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzP3NraXA9MCZ0YWtlPTEwMA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzP3NraXA9MCZ0YWtlPTEwMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:49 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "d7b36d49-63b6-4482-b19b-138fa9fc62e7" + "66c35d42-c089-405f-a66d-575048d36840" ], "Request-Id": [ - "d7b36d49-63b6-4482-b19b-138fa9fc62e7" + "66c35d42-c089-405f-a66d-575048d36840" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:05 GMT" + ], "Content-Length": [ "220" ], @@ -117,40 +117,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"0ea37721-8bea-4332-bc13-a4d01e710b3e\",\r\n \"name\": \"HierarchicalTest\",\r\n \"typeId\": 3,\r\n \"readableType\": \"Hierarchical Entity Extractor\",\r\n \"children\": [\r\n {\r\n \"id\": \"e7715c1a-ac88-4291-8381-1f8afa9af164\",\r\n \"name\": \"ChildTest\"\r\n }\r\n ],\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"9eb471fe-700c-430d-ba18-5332d836a5fd\",\r\n \"name\": \"HierarchicalTest\",\r\n \"typeId\": 3,\r\n \"readableType\": \"Hierarchical Entity Extractor\",\r\n \"children\": [\r\n {\r\n \"id\": \"a0df4c18-a06b-4373-97d1-17e74e27d918\",\r\n \"name\": \"ChildTest\"\r\n }\r\n ],\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/0ea37721-8bea-4332-bc13-a4d01e710b3e", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzLzBlYTM3NzIxLThiZWEtNDMzMi1iYzEzLWE0ZDAxZTcxMGIzZQ==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/9eb471fe-700c-430d-ba18-5332d836a5fd", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzLzllYjQ3MWZlLTcwMGMtNDMwZC1iYTE4LTUzMzJkODM2YTVmZA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:49 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "1c3e985f-0247-463c-b97a-637477477f5f" + "8549d448-159c-435a-87bf-23710cd5accc" ], "Request-Id": [ - "1c3e985f-0247-463c-b97a-637477477f5f" + "8549d448-159c-435a-87bf-23710cd5accc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:06 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/ListModels.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/ListModels.json index f56b5309cc2fb..81b82f6f65914 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/ListModels.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/ListModels.json @@ -1,36 +1,33 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/models?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL21vZGVscz9za2lwPTAmdGFrZT0xMDA=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/models?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL21vZGVscz9za2lwPTAmdGFrZT0xMDA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:50 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "20af492c-d5c1-477f-9b5b-9381e87deff7" + "d3d27c90-b326-4011-afaf-3cd2fc406267" ], "Request-Id": [ - "20af492c-d5c1-477f-9b5b-9381e87deff7" + "d3d27c90-b326-4011-afaf-3cd2fc406267" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -44,47 +41,101 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:07 GMT" + ], "Content-Length": [ - "107" + "213" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"9a3fce96-2ab4-4f88-ba80-2011731e3188\",\r\n \"name\": \"None\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"ac04c5c6-2c0c-4af8-ba3f-5db090fa7de5\",\r\n \"name\": \"None\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\"\r\n },\r\n {\r\n \"id\": \"eee1436a-701d-46c4-9e4b-6de52d641513\",\r\n \"name\": \"sfds\",\r\n \"typeId\": 0,\r\n \"readableType\": \"Intent Classifier\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/entities/9a3fce96-2ab4-4f88-ba80-2011731e3188", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2VudGl0aWVzLzlhM2ZjZTk2LTJhYjQtNGY4OC1iYTgwLTIwMTE3MzFlMzE4OA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/ac04c5c6-2c0c-4af8-ba3f-5db090fa7de5", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzL2FjMDRjNWM2LTJjMGMtNGFmOC1iYTNmLTVkYjA5MGZhN2RlNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], + "Pragma": [ + "no-cache" + ], + "Apim-Request-Id": [ + "01e7c542-31f4-4205-ba84-09cd305ba8d2" + ], + "Request-Id": [ + "01e7c542-31f4-4205-ba84-09cd305ba8d2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains; preload" + ], + "Request-Context": [ + "appId=cid-v1:26a3540d-a02a-4998-a060-715488fd769b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-Frame-Options": [ + "SAMEORIGIN" + ], "Date": [ - "Wed, 13 Feb 2019 00:49:50 GMT" + "Sun, 25 Aug 2019 19:14:07 GMT" + ], + "Content-Length": [ + "115" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ] + }, + "ResponseBody": "{\r\n \"id\": \"ac04c5c6-2c0c-4af8-ba3f-5db090fa7de5\",\r\n \"name\": \"None\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"roles\": []\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/entities/eee1436a-701d-46c4-9e4b-6de52d641513", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2VudGl0aWVzL2VlZTE0MzZhLTcwMWQtNDZjNC05ZTRiLTZkZTUyZDY0MTUxMw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "Ocp-Apim-Subscription-Key": [ + "62b834e0069943d9b035f32abd230359" + ], + "User-Agent": [ + "FxVersion/4.6.27617.04", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-store, proxy-revalidate, no-cache, max-age=0, private" ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "3e54dcc8-a2b1-4828-93da-e4363738b88f" + "d49ea6c7-bad9-469a-888a-786928e188ff" ], "Request-Id": [ - "3e54dcc8-a2b1-4828-93da-e4363738b88f" + "d49ea6c7-bad9-469a-888a-786928e188ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -98,6 +149,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:07 GMT" + ], "Content-Length": [ "115" ], @@ -105,7 +159,7 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"9a3fce96-2ab4-4f88-ba80-2011731e3188\",\r\n \"name\": \"None\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"roles\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"eee1436a-701d-46c4-9e4b-6de52d641513\",\r\n \"name\": \"sfds\",\r\n \"typeId\": 1,\r\n \"readableType\": \"Entity Extractor\",\r\n \"roles\": []\r\n}", "StatusCode": 200 } ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/UpdateCompositeEntity.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/UpdateCompositeEntity.json index f2d4206ac9297..a5267b9c0c2ef 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/UpdateCompositeEntity.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/UpdateCompositeEntity.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", "RequestMethod": "POST", "RequestBody": "[\r\n \"datetimeV2\"\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,17 +26,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:51 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "b90b78b2-cd99-48ef-a56e-303daace9b0a" + "cdc17b42-6435-48aa-bf28-3d3923e28c60" ], "Request-Id": [ - "b90b78b2-cd99-48ef-a56e-303daace9b0a" + "cdc17b42-6435-48aa-bf28-3d3923e28c60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -50,6 +47,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:33 GMT" + ], "Content-Length": [ "132" ], @@ -57,23 +57,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"85f48384-bf85-47de-b991-d3f8714d24f0\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"8ef37b4b-f39d-480a-ae67-7f96384a6007\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"children\": [\r\n \"datetimeV2\"\r\n ],\r\n \"name\": \"CompositeTest\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -86,23 +86,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:52 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/9a1de4be-13cb-4813-8c53-f8ca6e0b67f5" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/443710ee-af61-4f42-968f-7cd09448d74c" ], "Apim-Request-Id": [ - "53076b2e-3949-41e9-aa00-476e9b80d6ea" + "90837299-0ccc-4772-ace3-9ca59005f284" ], "Request-Id": [ - "53076b2e-3949-41e9-aa00-476e9b80d6ea" + "90837299-0ccc-4772-ace3-9ca59005f284" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/9a1de4be-13cb-4813-8c53-f8ca6e0b67f5" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/443710ee-af61-4f42-968f-7cd09448d74c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -116,6 +113,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:33 GMT" + ], "Content-Length": [ "38" ], @@ -123,23 +123,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"9a1de4be-13cb-4813-8c53-f8ca6e0b67f5\"", + "ResponseBody": "\"443710ee-af61-4f42-968f-7cd09448d74c\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/9a1de4be-13cb-4813-8c53-f8ca6e0b67f5", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzlhMWRlNGJlLTEzY2ItNDgxMy04YzUzLWY4Y2E2ZTBiNjdmNQ==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/443710ee-af61-4f42-968f-7cd09448d74c", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzQ0MzcxMGVlLWFmNjEtNGY0Mi05NjhmLTdjZDA5NDQ4ZDc0Yw==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"children\": [\r\n \"datetimeV2\"\r\n ],\r\n \"name\": \"CompositeTestUpdate\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -152,17 +152,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:52 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "67a8fc27-5fdd-4f03-8e33-051405fdbd85" + "c1e23934-2048-4a3b-b054-5df09180c1fb" ], "Request-Id": [ - "67a8fc27-5fdd-4f03-8e33-051405fdbd85" + "c1e23934-2048-4a3b-b054-5df09180c1fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -176,6 +173,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:34 GMT" + ], "Content-Length": [ "51" ], @@ -187,36 +187,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzP3NraXA9MCZ0YWtlPTEwMA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzP3NraXA9MCZ0YWtlPTEwMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:52 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "29e9becb-1044-4b91-a726-5ba2e72e88f1" + "59aa1bdd-64cc-419c-a7b5-075ea71aec57" ], "Request-Id": [ - "29e9becb-1044-4b91-a726-5ba2e72e88f1" + "59aa1bdd-64cc-419c-a7b5-075ea71aec57" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -230,6 +227,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:34 GMT" + ], "Content-Length": [ "221" ], @@ -237,40 +237,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"9a1de4be-13cb-4813-8c53-f8ca6e0b67f5\",\r\n \"name\": \"CompositeTestUpdate\",\r\n \"typeId\": 4,\r\n \"readableType\": \"Composite Entity Extractor\",\r\n \"children\": [\r\n {\r\n \"id\": \"85f48384-bf85-47de-b991-d3f8714d24f0\",\r\n \"name\": \"datetimeV2\"\r\n }\r\n ],\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"443710ee-af61-4f42-968f-7cd09448d74c\",\r\n \"name\": \"CompositeTestUpdate\",\r\n \"typeId\": 4,\r\n \"readableType\": \"Composite Entity Extractor\",\r\n \"children\": [\r\n {\r\n \"id\": \"8ef37b4b-f39d-480a-ae67-7f96384a6007\",\r\n \"name\": \"datetimeV2\"\r\n }\r\n ],\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/compositeentities/9a1de4be-13cb-4813-8c53-f8ca6e0b67f5", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzlhMWRlNGJlLTEzY2ItNDgxMy04YzUzLWY4Y2E2ZTBiNjdmNQ==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/compositeentities/443710ee-af61-4f42-968f-7cd09448d74c", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2NvbXBvc2l0ZWVudGl0aWVzLzQ0MzcxMGVlLWFmNjEtNGY0Mi05NjhmLTdjZDA5NDQ4ZDc0Yw==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:53 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "bf5cd65b-3276-46fa-ad1f-2eabb1526782" + "de5f076f-0486-43a4-8f76-c747589725c2" ], "Request-Id": [ - "bf5cd65b-3276-46fa-ad1f-2eabb1526782" + "de5f076f-0486-43a4-8f76-c747589725c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -284,6 +281,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:34 GMT" + ], "Content-Length": [ "51" ], @@ -295,36 +295,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/85f48384-bf85-47de-b991-d3f8714d24f0", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy84NWY0ODM4NC1iZjg1LTQ3ZGUtYjk5MS1kM2Y4NzE0ZDI0ZjA=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/8ef37b4b-f39d-480a-ae67-7f96384a6007", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy84ZWYzN2I0Yi1mMzlkLTQ4MGEtYWU2Ny03Zjk2Mzg0YTYwMDc=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:53 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "9646033c-a72f-4555-b1dd-618ddc44a7e8" + "0313b14c-6b28-4531-93aa-748a61961151" ], "Request-Id": [ - "9646033c-a72f-4555-b1dd-618ddc44a7e8" + "0313b14c-6b28-4531-93aa-748a61961151" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -338,6 +335,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:35 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/UpdateHierarchicalEntity.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/UpdateHierarchicalEntity.json index 5137694a98b5f..810811fdde432 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/UpdateHierarchicalEntity.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/UpdateHierarchicalEntity.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"children\": [\r\n \"ChildTest\"\r\n ],\r\n \"name\": \"HierarchicalTest\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:50:04 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/380557bc-a2a8-4354-bb9c-fafa353ecfe4" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/5c4b9afc-6606-42b7-a584-5852ebc2e80a" ], "Apim-Request-Id": [ - "638bb6ff-d514-43b7-8918-6930a314def5" + "db7afc90-2ae5-4967-ad5a-7e05a27159c5" ], "Request-Id": [ - "638bb6ff-d514-43b7-8918-6930a314def5" + "db7afc90-2ae5-4967-ad5a-7e05a27159c5" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/380557bc-a2a8-4354-bb9c-fafa353ecfe4" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/5c4b9afc-6606-42b7-a584-5852ebc2e80a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:29 GMT" + ], "Content-Length": [ "38" ], @@ -63,23 +63,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"380557bc-a2a8-4354-bb9c-fafa353ecfe4\"", + "ResponseBody": "\"5c4b9afc-6606-42b7-a584-5852ebc2e80a\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/380557bc-a2a8-4354-bb9c-fafa353ecfe4", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzLzM4MDU1N2JjLWEyYTgtNDM1NC1iYjljLWZhZmEzNTNlY2ZlNA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/5c4b9afc-6606-42b7-a584-5852ebc2e80a", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzLzVjNGI5YWZjLTY2MDYtNDJiNy1hNTg0LTU4NTJlYmMyZTgwYQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"children\": [\r\n \"ChildTest\"\r\n ],\r\n \"name\": \"HierarchicalTestUpdate\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -92,17 +92,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:50:04 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "eda7b2d0-b729-4b4d-aa1b-0cdee5c18da9" + "4ee96dd9-4a2f-4af8-a63c-e77534efc4de" ], "Request-Id": [ - "eda7b2d0-b729-4b4d-aa1b-0cdee5c18da9" + "4ee96dd9-4a2f-4af8-a63c-e77534efc4de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -116,6 +113,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:30 GMT" + ], "Content-Length": [ "51" ], @@ -127,36 +127,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzP3NraXA9MCZ0YWtlPTEwMA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzP3NraXA9MCZ0YWtlPTEwMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:50:05 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "7114c3c8-b41c-4d81-a83e-0b227fdbae92" + "e8bc616b-a470-4e04-9cdc-21dce8636e0f" ], "Request-Id": [ - "7114c3c8-b41c-4d81-a83e-0b227fdbae92" + "e8bc616b-a470-4e04-9cdc-21dce8636e0f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -170,6 +167,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:30 GMT" + ], "Content-Length": [ "226" ], @@ -177,40 +177,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"380557bc-a2a8-4354-bb9c-fafa353ecfe4\",\r\n \"name\": \"HierarchicalTestUpdate\",\r\n \"typeId\": 3,\r\n \"readableType\": \"Hierarchical Entity Extractor\",\r\n \"children\": [\r\n {\r\n \"id\": \"cf0486aa-7b95-42e1-aa03-e603ae4dc5ba\",\r\n \"name\": \"ChildTest\"\r\n }\r\n ],\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"5c4b9afc-6606-42b7-a584-5852ebc2e80a\",\r\n \"name\": \"HierarchicalTestUpdate\",\r\n \"typeId\": 3,\r\n \"readableType\": \"Hierarchical Entity Extractor\",\r\n \"children\": [\r\n {\r\n \"id\": \"cdc07714-44b3-4fa1-9b47-696171100579\",\r\n \"name\": \"ChildTest\"\r\n }\r\n ],\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/380557bc-a2a8-4354-bb9c-fafa353ecfe4", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzLzM4MDU1N2JjLWEyYTgtNDM1NC1iYjljLWZhZmEzNTNlY2ZlNA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/5c4b9afc-6606-42b7-a584-5852ebc2e80a", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzLzVjNGI5YWZjLTY2MDYtNDJiNy1hNTg0LTU4NTJlYmMyZTgwYQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:50:05 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "38e62df1-1bd9-4209-b3a7-bda1ef6ba121" + "daf705de-ed2b-4928-9c99-cc1796510f1f" ], "Request-Id": [ - "38e62df1-1bd9-4209-b3a7-bda1ef6ba121" + "daf705de-ed2b-4928-9c99-cc1796510f1f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -224,6 +221,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:30 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/UpdateHierarchicalEntityChild.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/UpdateHierarchicalEntityChild.json index da97951cb1fec..c438c699d35a0 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/UpdateHierarchicalEntityChild.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/ModelTests/UpdateHierarchicalEntityChild.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVz", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVz", "RequestMethod": "POST", "RequestBody": "{\r\n \"children\": [\r\n \"ChildTest\"\r\n ],\r\n \"name\": \"HierarchicalTest\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,23 +26,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:45 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/4e8b5faf-ba09-474b-aaec-8edde45fd3ed" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/cd0e38a2-9fe6-4b3a-b381-8234bde113cf" ], "Apim-Request-Id": [ - "af5193a7-5ee0-4f88-9051-e903a91a64a0" + "62a1909e-3300-490f-9df8-64bbcfca94fa" ], "Request-Id": [ - "af5193a7-5ee0-4f88-9051-e903a91a64a0" + "62a1909e-3300-490f-9df8-64bbcfca94fa" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/4e8b5faf-ba09-474b-aaec-8edde45fd3ed" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/cd0e38a2-9fe6-4b3a-b381-8234bde113cf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -56,6 +53,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:19 GMT" + ], "Content-Length": [ "38" ], @@ -63,40 +63,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "\"4e8b5faf-ba09-474b-aaec-8edde45fd3ed\"", + "ResponseBody": "\"cd0e38a2-9fe6-4b3a-b381-8234bde113cf\"", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/4e8b5faf-ba09-474b-aaec-8edde45fd3ed", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzLzRlOGI1ZmFmLWJhMDktNDc0Yi1hYWVjLThlZGRlNDVmZDNlZA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/cd0e38a2-9fe6-4b3a-b381-8234bde113cf", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzL2NkMGUzOGEyLTlmZTYtNGIzYS1iMzgxLTgyMzRiZGUxMTNjZg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:46 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "cc541598-5899-4ea3-bc6e-c9592a31609b" + "5a04b85d-b2f2-42c4-857d-1f735dbcdf52" ], "Request-Id": [ - "cc541598-5899-4ea3-bc6e-c9592a31609b" + "5a04b85d-b2f2-42c4-857d-1f735dbcdf52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:19 GMT" + ], "Content-Length": [ "218" ], @@ -117,23 +117,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"4e8b5faf-ba09-474b-aaec-8edde45fd3ed\",\r\n \"name\": \"HierarchicalTest\",\r\n \"typeId\": 3,\r\n \"readableType\": \"Hierarchical Entity Extractor\",\r\n \"children\": [\r\n {\r\n \"id\": \"453e446e-74d8-473f-a149-706e39782d31\",\r\n \"name\": \"ChildTest\"\r\n }\r\n ],\r\n \"roles\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"cd0e38a2-9fe6-4b3a-b381-8234bde113cf\",\r\n \"name\": \"HierarchicalTest\",\r\n \"typeId\": 3,\r\n \"readableType\": \"Hierarchical Entity Extractor\",\r\n \"children\": [\r\n {\r\n \"id\": \"7dc3931e-70fe-4cdd-9dce-7f1e1a2318fc\",\r\n \"name\": \"ChildTest\"\r\n }\r\n ],\r\n \"roles\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/4e8b5faf-ba09-474b-aaec-8edde45fd3ed/children/453e446e-74d8-473f-a149-706e39782d31", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzLzRlOGI1ZmFmLWJhMDktNDc0Yi1hYWVjLThlZGRlNDVmZDNlZC9jaGlsZHJlbi80NTNlNDQ2ZS03NGQ4LTQ3M2YtYTE0OS03MDZlMzk3ODJkMzE=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/cd0e38a2-9fe6-4b3a-b381-8234bde113cf/children/7dc3931e-70fe-4cdd-9dce-7f1e1a2318fc", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzL2NkMGUzOGEyLTlmZTYtNGIzYS1iMzgxLTgyMzRiZGUxMTNjZi9jaGlsZHJlbi83ZGMzOTMxZS03MGZlLTRjZGQtOWRjZS03ZjFlMWEyMzE4ZmM=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"name\": \"RenamedChildEntity\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -146,17 +146,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:46 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "7cb7f27b-a4c3-41be-962f-b4cb0b6cc0cd" + "52538caf-5f5c-4dc1-83cf-499f185c4b81" ], "Request-Id": [ - "7cb7f27b-a4c3-41be-962f-b4cb0b6cc0cd" + "52538caf-5f5c-4dc1-83cf-499f185c4b81" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -170,6 +167,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:20 GMT" + ], "Content-Length": [ "51" ], @@ -181,36 +181,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzP3NraXA9MCZ0YWtlPTEwMA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzP3NraXA9MCZ0YWtlPTEwMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:47 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "c913d694-b203-41b5-9b5c-35231ea53901" + "67c0df50-460b-4680-bc55-e206c73494dc" ], "Request-Id": [ - "c913d694-b203-41b5-9b5c-35231ea53901" + "67c0df50-460b-4680-bc55-e206c73494dc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -224,6 +221,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:20 GMT" + ], "Content-Length": [ "229" ], @@ -231,40 +231,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"4e8b5faf-ba09-474b-aaec-8edde45fd3ed\",\r\n \"name\": \"HierarchicalTest\",\r\n \"typeId\": 3,\r\n \"readableType\": \"Hierarchical Entity Extractor\",\r\n \"children\": [\r\n {\r\n \"id\": \"453e446e-74d8-473f-a149-706e39782d31\",\r\n \"name\": \"RenamedChildEntity\"\r\n }\r\n ],\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"cd0e38a2-9fe6-4b3a-b381-8234bde113cf\",\r\n \"name\": \"HierarchicalTest\",\r\n \"typeId\": 3,\r\n \"readableType\": \"Hierarchical Entity Extractor\",\r\n \"children\": [\r\n {\r\n \"id\": \"7dc3931e-70fe-4cdd-9dce-7f1e1a2318fc\",\r\n \"name\": \"RenamedChildEntity\"\r\n }\r\n ],\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/hierarchicalentities/4e8b5faf-ba09-474b-aaec-8edde45fd3ed", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzLzRlOGI1ZmFmLWJhMDktNDc0Yi1hYWVjLThlZGRlNDVmZDNlZA==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/hierarchicalentities/cd0e38a2-9fe6-4b3a-b381-8234bde113cf", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2hpZXJhcmNoaWNhbGVudGl0aWVzL2NkMGUzOGEyLTlmZTYtNGIzYS1iMzgxLTgyMzRiZGUxMTNjZg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:49:47 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "06a821a2-38d4-4814-a4a9-1ba011d13aad" + "831b4d02-b5fa-4c40-bbe2-7904c663a87b" ], "Request-Id": [ - "06a821a2-38d4-4814-a4a9-1ba011d13aad" + "831b4d02-b5fa-4c40-bbe2-7904c663a87b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -278,6 +275,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:14:20 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PatternsTests/AddPattern.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PatternsTests/AddPattern.json index 4045ff9fdf620..ac6b516df077a 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PatternsTests/AddPattern.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PatternsTests/AddPattern.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", "RequestMethod": "POST", "RequestBody": "[\r\n \"datetimeV2\"\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,17 +26,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:58:10 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "04b6d403-ef03-40ee-855b-1c699b23482d" + "abcd9a5e-8fb3-4dc2-8d93-350d3500755f" ], "Request-Id": [ - "04b6d403-ef03-40ee-855b-1c699b23482d" + "abcd9a5e-8fb3-4dc2-8d93-350d3500755f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -50,6 +47,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:19 GMT" + ], "Content-Length": [ "132" ], @@ -57,23 +57,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"746195b5-5cd2-4205-9682-34f630843d06\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"1ae3e2f3-b54f-4b9b-b7d5-309f990e51ff\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternrule", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxl", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternrule", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxl", "RequestMethod": "POST", "RequestBody": "{\r\n \"pattern\": \"This is a {datetimeV2}\",\r\n \"intent\": \"None\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -86,23 +86,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:58:10 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternrule/0df12403-6fa5-4d65-ac72-a8fae92c920a" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternrule/bc03dd09-e5c3-423a-af23-8c002409f7d7" ], "Apim-Request-Id": [ - "e659ebfd-2f6c-4229-994c-6d1f173b42be" + "20b502c9-b8c0-406c-a64c-444fe81b0cf0" ], "Request-Id": [ - "e659ebfd-2f6c-4229-994c-6d1f173b42be" + "20b502c9-b8c0-406c-a64c-444fe81b0cf0" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternrule/0df12403-6fa5-4d65-ac72-a8fae92c920a" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternrule/bc03dd09-e5c3-423a-af23-8c002409f7d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -116,6 +113,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:19 GMT" + ], "Content-Length": [ "96" ], @@ -123,40 +123,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"0df12403-6fa5-4d65-ac72-a8fae92c920a\",\r\n \"pattern\": \"this is a {datetimeV2}\",\r\n \"intent\": \"None\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"bc03dd09-e5c3-423a-af23-8c002409f7d7\",\r\n \"pattern\": \"this is a {datetimeV2}\",\r\n \"intent\": \"None\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternrules/0df12403-6fa5-4d65-ac72-a8fae92c920a", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcy8wZGYxMjQwMy02ZmE1LTRkNjUtYWM3Mi1hOGZhZTkyYzkyMGE=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternrules/bc03dd09-e5c3-423a-af23-8c002409f7d7", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcy9iYzAzZGQwOS1lNWMzLTQyM2EtYWYyMy04YzAwMjQwOWY3ZDc=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:58:12 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "e8c21b37-6cb2-4da7-a70d-dfc7eeadcd6c" + "4bbda040-4b6d-4d8e-bc20-329915bfe4ed" ], "Request-Id": [ - "e8c21b37-6cb2-4da7-a70d-dfc7eeadcd6c" + "4bbda040-4b6d-4d8e-bc20-329915bfe4ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -170,6 +167,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:20 GMT" + ], "Content-Length": [ "51" ], @@ -181,36 +181,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/746195b5-5cd2-4205-9682-34f630843d06", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy83NDYxOTViNS01Y2QyLTQyMDUtOTY4Mi0zNGY2MzA4NDNkMDY=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/1ae3e2f3-b54f-4b9b-b7d5-309f990e51ff", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy8xYWUzZTJmMy1iNTRmLTRiOWItYjdkNS0zMDlmOTkwZTUxZmY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:58:12 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "31f2fee0-24ed-46b6-b91d-22a7c822976c" + "019e482b-5754-4b63-b267-1db2f7ff4f3e" ], "Request-Id": [ - "31f2fee0-24ed-46b6-b91d-22a7c822976c" + "019e482b-5754-4b63-b267-1db2f7ff4f3e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -224,6 +221,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:20 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PatternsTests/AddPatterns.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PatternsTests/AddPatterns.json index 48f8bd59ee94e..e325d6985cdc9 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PatternsTests/AddPatterns.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PatternsTests/AddPatterns.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", "RequestMethod": "POST", "RequestBody": "[\r\n \"datetimeV2\",\r\n \"number\"\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,17 +26,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:58:12 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "710f4451-d894-47b7-96f0-1670ba29c267" + "a5f7e8d1-10e9-4aba-8be0-f4fcedb581c9" ], "Request-Id": [ - "710f4451-d894-47b7-96f0-1670ba29c267" + "a5f7e8d1-10e9-4aba-8be0-f4fcedb581c9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -50,6 +47,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:33 GMT" + ], "Content-Length": [ "259" ], @@ -57,23 +57,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"7d150626-e4fc-4c5f-8825-0c54b09c40c9\",\r\n \"name\": \"number\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"fdf4065f-da5d-4356-8a24-9f4de2b9e00a\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"764092b9-e0ff-498c-b7ee-6b3ca51f10f9\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"be7c4a7c-c816-4eec-9bf1-529858c74685\",\r\n \"name\": \"number\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternrules", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternrules", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcw==", "RequestMethod": "POST", "RequestBody": "[\r\n {\r\n \"pattern\": \"This is a {number}\",\r\n \"intent\": \"None\"\r\n },\r\n {\r\n \"pattern\": \"This is a {datetimeV2}\",\r\n \"intent\": \"None\"\r\n }\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -86,17 +86,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:58:13 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "92ba759e-087a-42da-8335-38a7c6b3ebdd" + "41cdbca5-45bc-4af5-b4ca-72e0ced6d77b" ], "Request-Id": [ - "92ba759e-087a-42da-8335-38a7c6b3ebdd" + "41cdbca5-45bc-4af5-b4ca-72e0ced6d77b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:33 GMT" + ], "Content-Length": [ "191" ], @@ -117,23 +117,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"83af557b-4e3f-4769-a0ae-208a3b0eb4f8\",\r\n \"pattern\": \"this is a {number}\",\r\n \"intent\": \"None\"\r\n },\r\n {\r\n \"id\": \"59111395-e28b-43a5-a961-b85b4c56ba12\",\r\n \"pattern\": \"this is a {datetimeV2}\",\r\n \"intent\": \"None\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"9328deef-6957-4b4e-8a47-2afaa87c506b\",\r\n \"pattern\": \"this is a {number}\",\r\n \"intent\": \"None\"\r\n },\r\n {\r\n \"id\": \"61cd30bd-d2d6-4cb9-a687-9f1f87e98026\",\r\n \"pattern\": \"this is a {datetimeV2}\",\r\n \"intent\": \"None\"\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternrules", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternrules", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcw==", "RequestMethod": "DELETE", - "RequestBody": "[\r\n \"83af557b-4e3f-4769-a0ae-208a3b0eb4f8\",\r\n \"59111395-e28b-43a5-a961-b85b4c56ba12\"\r\n]", + "RequestBody": "[\r\n \"9328deef-6957-4b4e-8a47-2afaa87c506b\",\r\n \"61cd30bd-d2d6-4cb9-a687-9f1f87e98026\"\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -146,17 +146,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:58:13 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "d5c90a95-efc3-43bf-9446-251e05763dca" + "878236cd-1c5f-43b7-8871-3945e6774d69" ], "Request-Id": [ - "d5c90a95-efc3-43bf-9446-251e05763dca" + "878236cd-1c5f-43b7-8871-3945e6774d69" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -170,6 +167,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:33 GMT" + ], "Content-Length": [ "51" ], @@ -181,36 +181,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/7d150626-e4fc-4c5f-8825-0c54b09c40c9", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy83ZDE1MDYyNi1lNGZjLTRjNWYtODgyNS0wYzU0YjA5YzQwYzk=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/764092b9-e0ff-498c-b7ee-6b3ca51f10f9", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy83NjQwOTJiOS1lMGZmLTQ5OGMtYjdlZS02YjNjYTUxZjEwZjk=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:58:13 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "b80aae5b-4288-47a0-a978-e019193d59e7" + "a1cc54a8-f246-42b0-80df-e5757046356a" ], "Request-Id": [ - "b80aae5b-4288-47a0-a978-e019193d59e7" + "a1cc54a8-f246-42b0-80df-e5757046356a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -224,6 +221,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:34 GMT" + ], "Content-Length": [ "51" ], @@ -235,36 +235,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/fdf4065f-da5d-4356-8a24-9f4de2b9e00a", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy9mZGY0MDY1Zi1kYTVkLTQzNTYtOGEyNC05ZjRkZTJiOWUwMGE=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/be7c4a7c-c816-4eec-9bf1-529858c74685", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy9iZTdjNGE3Yy1jODE2LTRlZWMtOWJmMS01Mjk4NThjNzQ2ODU=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:58:14 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "7e065965-93a4-4095-a1dd-cbbbb31c5630" + "f3e0aed8-fef1-44d6-a200-0dfcd3f034a8" ], "Request-Id": [ - "7e065965-93a4-4095-a1dd-cbbbb31c5630" + "f3e0aed8-fef1-44d6-a200-0dfcd3f034a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -278,6 +275,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:34 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PatternsTests/DeletePattern.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PatternsTests/DeletePattern.json index 71929459d222e..e408b4a53a7e7 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PatternsTests/DeletePattern.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PatternsTests/DeletePattern.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", "RequestMethod": "POST", "RequestBody": "[\r\n \"datetimeV2\"\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,17 +26,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:58:08 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "8e3f36fc-b7b6-4be0-b7c9-d1c0927a2e32" + "f6cec7c9-1059-4aa8-9c69-2432bc75ea74" ], "Request-Id": [ - "8e3f36fc-b7b6-4be0-b7c9-d1c0927a2e32" + "f6cec7c9-1059-4aa8-9c69-2432bc75ea74" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -50,6 +47,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:20 GMT" + ], "Content-Length": [ "132" ], @@ -57,23 +57,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"c6f1bd2a-1738-449a-a213-20c49e7fc80c\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"a3804e8c-c975-44da-a2e7-d467a9ad07d0\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternrule", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxl", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternrule", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxl", "RequestMethod": "POST", "RequestBody": "{\r\n \"pattern\": \"This is a {datetimeV2}\",\r\n \"intent\": \"None\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -86,23 +86,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:58:08 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternrule/7d2fcb35-ba0c-49f7-8285-f9053f98067f" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternrule/24f6c377-c8e9-4287-830d-4f2d01d33d88" ], "Apim-Request-Id": [ - "8efc6517-207a-4908-9696-c93b72c43d2b" + "1fad1710-c746-4d48-a317-09783fcc456c" ], "Request-Id": [ - "8efc6517-207a-4908-9696-c93b72c43d2b" + "1fad1710-c746-4d48-a317-09783fcc456c" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternrule/7d2fcb35-ba0c-49f7-8285-f9053f98067f" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternrule/24f6c377-c8e9-4287-830d-4f2d01d33d88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -116,6 +113,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:21 GMT" + ], "Content-Length": [ "96" ], @@ -123,40 +123,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"7d2fcb35-ba0c-49f7-8285-f9053f98067f\",\r\n \"pattern\": \"this is a {datetimeV2}\",\r\n \"intent\": \"None\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"24f6c377-c8e9-4287-830d-4f2d01d33d88\",\r\n \"pattern\": \"this is a {datetimeV2}\",\r\n \"intent\": \"None\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternrules/7d2fcb35-ba0c-49f7-8285-f9053f98067f", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcy83ZDJmY2IzNS1iYTBjLTQ5ZjctODI4NS1mOTA1M2Y5ODA2N2Y=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternrules/24f6c377-c8e9-4287-830d-4f2d01d33d88", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcy8yNGY2YzM3Ny1jOGU5LTQyODctODMwZC00ZjJkMDFkMzNkODg=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:58:09 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "5e3c3c69-a9f7-4b8b-bc6c-9c41498e1063" + "494eb326-27e0-4084-b005-79e60994f923" ], "Request-Id": [ - "5e3c3c69-a9f7-4b8b-bc6c-9c41498e1063" + "494eb326-27e0-4084-b005-79e60994f923" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -170,6 +167,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:21 GMT" + ], "Content-Length": [ "51" ], @@ -181,36 +181,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternrules?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcz9za2lwPTAmdGFrZT0xMDA=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternrules?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcz9za2lwPTAmdGFrZT0xMDA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:58:09 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "25be7aa7-4fea-4e4b-b4d5-5ea351274f4b" + "3c0b396c-93f4-47ef-9611-264b23949df7" ], "Request-Id": [ - "25be7aa7-4fea-4e4b-b4d5-5ea351274f4b" + "3c0b396c-93f4-47ef-9611-264b23949df7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -224,6 +221,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:21 GMT" + ], "Content-Length": [ "2" ], @@ -235,36 +235,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/c6f1bd2a-1738-449a-a213-20c49e7fc80c", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy9jNmYxYmQyYS0xNzM4LTQ0OWEtYTIxMy0yMGM0OWU3ZmM4MGM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/a3804e8c-c975-44da-a2e7-d467a9ad07d0", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy9hMzgwNGU4Yy1jOTc1LTQ0ZGEtYTJlNy1kNDY3YTlhZDA3ZDA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:58:09 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "172c2c10-4f89-4ae8-a739-89ff859c0a4d" + "5f1bccb8-c6fd-4bab-b87d-199f09c579a8" ], "Request-Id": [ - "172c2c10-4f89-4ae8-a739-89ff859c0a4d" + "5f1bccb8-c6fd-4bab-b87d-199f09c579a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -278,6 +275,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:22 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PatternsTests/DeletePatterns.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PatternsTests/DeletePatterns.json index 038394cc8365e..9a6a9bb3fffaf 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PatternsTests/DeletePatterns.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PatternsTests/DeletePatterns.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", "RequestMethod": "POST", "RequestBody": "[\r\n \"datetimeV2\",\r\n \"number\"\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,17 +26,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:57:55 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "b7c1e917-7805-405f-b722-540bf8ce9f26" + "b80fb352-9f02-46cb-9f66-556c7f27c8ed" ], "Request-Id": [ - "b7c1e917-7805-405f-b722-540bf8ce9f26" + "b80fb352-9f02-46cb-9f66-556c7f27c8ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -50,6 +47,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:23 GMT" + ], "Content-Length": [ "259" ], @@ -57,23 +57,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"31693811-5c9f-4d70-a943-e65546fbc43f\",\r\n \"name\": \"number\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"d04eb01a-e1b3-4c07-b04c-afe06544c802\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"ea2a2375-e01c-46a2-b8ab-700b17b3a205\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"9f44225b-ae60-4346-846c-e9110fc0b370\",\r\n \"name\": \"number\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternrules", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternrules", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcw==", "RequestMethod": "POST", "RequestBody": "[\r\n {\r\n \"pattern\": \"This is a {number}\",\r\n \"intent\": \"None\"\r\n },\r\n {\r\n \"pattern\": \"This is a {datetimeV2}\",\r\n \"intent\": \"None\"\r\n }\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -86,17 +86,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:57:56 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "55941ca9-cd9e-45d6-851b-03baf8d2b0c4" + "97ce3e6a-f5de-4b14-b248-68cde70f6d88" ], "Request-Id": [ - "55941ca9-cd9e-45d6-851b-03baf8d2b0c4" + "97ce3e6a-f5de-4b14-b248-68cde70f6d88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:23 GMT" + ], "Content-Length": [ "191" ], @@ -117,23 +117,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"146ae306-4a0a-4a31-80d3-1ec367c2700d\",\r\n \"pattern\": \"this is a {number}\",\r\n \"intent\": \"None\"\r\n },\r\n {\r\n \"id\": \"4e155bc9-f940-4fd4-a513-16a3f0fda4ca\",\r\n \"pattern\": \"this is a {datetimeV2}\",\r\n \"intent\": \"None\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"7718fafa-d131-4453-b515-cb18eb20b699\",\r\n \"pattern\": \"this is a {number}\",\r\n \"intent\": \"None\"\r\n },\r\n {\r\n \"id\": \"7604f597-694e-4508-ad0c-1cbd3ec78088\",\r\n \"pattern\": \"this is a {datetimeV2}\",\r\n \"intent\": \"None\"\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternrules", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternrules", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcw==", "RequestMethod": "DELETE", - "RequestBody": "[\r\n \"146ae306-4a0a-4a31-80d3-1ec367c2700d\",\r\n \"4e155bc9-f940-4fd4-a513-16a3f0fda4ca\"\r\n]", + "RequestBody": "[\r\n \"7718fafa-d131-4453-b515-cb18eb20b699\",\r\n \"7604f597-694e-4508-ad0c-1cbd3ec78088\"\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -146,17 +146,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:57:56 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "a39af1f4-8ceb-405b-b93e-aee24b6f9f6c" + "39444ed3-6a4c-41a7-b989-725673fcd1b9" ], "Request-Id": [ - "a39af1f4-8ceb-405b-b93e-aee24b6f9f6c" + "39444ed3-6a4c-41a7-b989-725673fcd1b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -170,6 +167,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:23 GMT" + ], "Content-Length": [ "51" ], @@ -181,36 +181,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternrules?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcz9za2lwPTAmdGFrZT0xMDA=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternrules?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcz9za2lwPTAmdGFrZT0xMDA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:57:56 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "1d235030-b2f1-44a0-94b5-ba22191f124c" + "166c3d7d-735c-4027-93d3-1b9fe4b92440" ], "Request-Id": [ - "1d235030-b2f1-44a0-94b5-ba22191f124c" + "166c3d7d-735c-4027-93d3-1b9fe4b92440" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -224,6 +221,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:24 GMT" + ], "Content-Length": [ "2" ], @@ -235,36 +235,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/31693811-5c9f-4d70-a943-e65546fbc43f", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy8zMTY5MzgxMS01YzlmLTRkNzAtYTk0My1lNjU1NDZmYmM0M2Y=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/ea2a2375-e01c-46a2-b8ab-700b17b3a205", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy9lYTJhMjM3NS1lMDFjLTQ2YTItYjhhYi03MDBiMTdiM2EyMDU=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:57:56 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "06657bc9-2c01-4381-ba4a-0dce67f1dcb3" + "c156a2f7-2c9f-49ad-93d9-7150b4400eef" ], "Request-Id": [ - "06657bc9-2c01-4381-ba4a-0dce67f1dcb3" + "c156a2f7-2c9f-49ad-93d9-7150b4400eef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -278,6 +275,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:24 GMT" + ], "Content-Length": [ "51" ], @@ -289,36 +289,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/d04eb01a-e1b3-4c07-b04c-afe06544c802", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy9kMDRlYjAxYS1lMWIzLTRjMDctYjA0Yy1hZmUwNjU0NGM4MDI=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/9f44225b-ae60-4346-846c-e9110fc0b370", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy85ZjQ0MjI1Yi1hZTYwLTQzNDYtODQ2Yy1lOTExMGZjMGIzNzA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:57:57 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "dbb66064-7028-455e-8fa9-0a59d2eef222" + "37251375-c735-4e02-bf14-42e82541b150" ], "Request-Id": [ - "dbb66064-7028-455e-8fa9-0a59d2eef222" + "37251375-c735-4e02-bf14-42e82541b150" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -332,6 +329,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:24 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PatternsTests/GetIntentPatterns.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PatternsTests/GetIntentPatterns.json index 7bea6cecda89e..5146b8605cccc 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PatternsTests/GetIntentPatterns.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PatternsTests/GetIntentPatterns.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", "RequestMethod": "POST", "RequestBody": "[\r\n \"datetimeV2\",\r\n \"number\"\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,17 +26,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:58:06 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "34160c11-2196-466e-8d88-1e3137ea718e" + "fe054fb7-a5c2-4897-a0ae-fc9bc9045262" ], "Request-Id": [ - "34160c11-2196-466e-8d88-1e3137ea718e" + "fe054fb7-a5c2-4897-a0ae-fc9bc9045262" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -50,6 +47,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:25 GMT" + ], "Content-Length": [ "259" ], @@ -57,23 +57,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"43de82b2-8368-4f04-961a-29f84bb33b26\",\r\n \"name\": \"number\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"8b85bd32-df01-45a8-a3c4-568893cc638f\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"9c4a8546-8af3-4869-9d6a-81b7836a5fa1\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"abf74d6c-6eea-4071-a2e5-8958ccc5c2fe\",\r\n \"name\": \"number\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternrules", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternrules", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcw==", "RequestMethod": "POST", "RequestBody": "[\r\n {\r\n \"pattern\": \"This is a {number}\",\r\n \"intent\": \"None\"\r\n },\r\n {\r\n \"pattern\": \"This is a {datetimeV2}\",\r\n \"intent\": \"None\"\r\n }\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -86,17 +86,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:58:06 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "0878cc3e-692f-496a-ad38-827302278464" + "ca558595-cf3b-4c53-8703-72cff399cabe" ], "Request-Id": [ - "0878cc3e-692f-496a-ad38-827302278464" + "ca558595-cf3b-4c53-8703-72cff399cabe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:26 GMT" + ], "Content-Length": [ "191" ], @@ -117,40 +117,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"df3ac60f-045b-40ba-8697-9e57ad911555\",\r\n \"pattern\": \"this is a {number}\",\r\n \"intent\": \"None\"\r\n },\r\n {\r\n \"id\": \"176bef98-7fbd-4715-b661-656b388ec152\",\r\n \"pattern\": \"this is a {datetimeV2}\",\r\n \"intent\": \"None\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"3431f983-5b72-4716-910a-e5e4f79de055\",\r\n \"pattern\": \"this is a {number}\",\r\n \"intent\": \"None\"\r\n },\r\n {\r\n \"id\": \"05e87f04-a7fa-4349-a22e-ff0450c4ce31\",\r\n \"pattern\": \"this is a {datetimeV2}\",\r\n \"intent\": \"None\"\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/intents/9a3fce96-2ab4-4f88-ba80-2011731e3188/patternrules?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2ludGVudHMvOWEzZmNlOTYtMmFiNC00Zjg4LWJhODAtMjAxMTczMWUzMTg4L3BhdHRlcm5ydWxlcz9za2lwPTAmdGFrZT0xMDA=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/intents/ac04c5c6-2c0c-4af8-ba3f-5db090fa7de5/patternrules?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2ludGVudHMvYWMwNGM1YzYtMmMwYy00YWY4LWJhM2YtNWRiMDkwZmE3ZGU1L3BhdHRlcm5ydWxlcz9za2lwPTAmdGFrZT0xMDA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:58:07 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "95c97b7b-5de2-4bb7-877e-1a8d1bf54b6a" + "ca43e844-5f9c-47cc-9f02-a3cbbb525e9c" ], "Request-Id": [ - "95c97b7b-5de2-4bb7-877e-1a8d1bf54b6a" + "ca43e844-5f9c-47cc-9f02-a3cbbb525e9c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:26 GMT" + ], "Content-Length": [ "191" ], @@ -171,23 +171,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"176bef98-7fbd-4715-b661-656b388ec152\",\r\n \"pattern\": \"this is a {datetimeV2}\",\r\n \"intent\": \"None\"\r\n },\r\n {\r\n \"id\": \"df3ac60f-045b-40ba-8697-9e57ad911555\",\r\n \"pattern\": \"this is a {number}\",\r\n \"intent\": \"None\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"05e87f04-a7fa-4349-a22e-ff0450c4ce31\",\r\n \"pattern\": \"this is a {datetimeV2}\",\r\n \"intent\": \"None\"\r\n },\r\n {\r\n \"id\": \"3431f983-5b72-4716-910a-e5e4f79de055\",\r\n \"pattern\": \"this is a {number}\",\r\n \"intent\": \"None\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternrules", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternrules", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcw==", "RequestMethod": "DELETE", - "RequestBody": "[\r\n \"df3ac60f-045b-40ba-8697-9e57ad911555\",\r\n \"176bef98-7fbd-4715-b661-656b388ec152\"\r\n]", + "RequestBody": "[\r\n \"3431f983-5b72-4716-910a-e5e4f79de055\",\r\n \"05e87f04-a7fa-4349-a22e-ff0450c4ce31\"\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -200,17 +200,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:58:07 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "ed83eb1d-cb98-43cd-85bb-164ea58f891c" + "dfa44e2b-9379-4eb3-ab44-99dc45ebd6d7" ], "Request-Id": [ - "ed83eb1d-cb98-43cd-85bb-164ea58f891c" + "dfa44e2b-9379-4eb3-ab44-99dc45ebd6d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -224,6 +221,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:26 GMT" + ], "Content-Length": [ "51" ], @@ -235,36 +235,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/43de82b2-8368-4f04-961a-29f84bb33b26", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy80M2RlODJiMi04MzY4LTRmMDQtOTYxYS0yOWY4NGJiMzNiMjY=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/9c4a8546-8af3-4869-9d6a-81b7836a5fa1", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy85YzRhODU0Ni04YWYzLTQ4NjktOWQ2YS04MWI3ODM2YTVmYTE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:58:07 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "75e40be2-8ff9-4216-b33a-8b1160bd30b3" + "6f645aef-4062-4074-8f0e-feb906c9ceb8" ], "Request-Id": [ - "75e40be2-8ff9-4216-b33a-8b1160bd30b3" + "6f645aef-4062-4074-8f0e-feb906c9ceb8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -278,6 +275,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:27 GMT" + ], "Content-Length": [ "51" ], @@ -289,36 +289,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/8b85bd32-df01-45a8-a3c4-568893cc638f", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy84Yjg1YmQzMi1kZjAxLTQ1YTgtYTNjNC01Njg4OTNjYzYzOGY=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/abf74d6c-6eea-4071-a2e5-8958ccc5c2fe", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy9hYmY3NGQ2Yy02ZWVhLTQwNzEtYTJlNS04OTU4Y2NjNWMyZmU=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:58:08 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "7e858ea4-0377-42c8-9a73-549e91096200" + "8f441b23-94d2-4fa8-957c-fe86e6d9887c" ], "Request-Id": [ - "7e858ea4-0377-42c8-9a73-549e91096200" + "8f441b23-94d2-4fa8-957c-fe86e6d9887c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -332,6 +329,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:27 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PatternsTests/GetPatterns.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PatternsTests/GetPatterns.json index cfe92570fbf8d..0f080eba0a8cb 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PatternsTests/GetPatterns.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PatternsTests/GetPatterns.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", "RequestMethod": "POST", "RequestBody": "[\r\n \"datetimeV2\",\r\n \"number\"\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,17 +26,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:58:03 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "77408fad-5c93-457b-a5a5-da01661e25c2" + "35ccb665-4394-447f-bbc0-82ade353d724" ], "Request-Id": [ - "77408fad-5c93-457b-a5a5-da01661e25c2" + "35ccb665-4394-447f-bbc0-82ade353d724" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -50,6 +47,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:16 GMT" + ], "Content-Length": [ "259" ], @@ -57,23 +57,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"e55ead03-ced8-4c42-93ad-9b10c0d632ca\",\r\n \"name\": \"number\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"2015dce9-3266-4038-b346-61b81279a28f\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"05b0000c-eb06-4401-bd25-71839a3cc41e\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"00dde0b9-2302-4640-b1f0-c092d69d1bda\",\r\n \"name\": \"number\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternrules", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternrules", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcw==", "RequestMethod": "POST", "RequestBody": "[\r\n {\r\n \"pattern\": \"This is a {number}\",\r\n \"intent\": \"None\"\r\n },\r\n {\r\n \"pattern\": \"This is a {datetimeV2}\",\r\n \"intent\": \"None\"\r\n }\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -86,17 +86,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:58:03 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "25f7e04f-7bdc-4c68-93f0-860c99939642" + "975b0d94-3707-48c5-ab99-a8abfaaa5007" ], "Request-Id": [ - "25f7e04f-7bdc-4c68-93f0-860c99939642" + "975b0d94-3707-48c5-ab99-a8abfaaa5007" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:17 GMT" + ], "Content-Length": [ "191" ], @@ -117,40 +117,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"2cab2190-eed8-423d-af4c-87d5a28ee4de\",\r\n \"pattern\": \"this is a {number}\",\r\n \"intent\": \"None\"\r\n },\r\n {\r\n \"id\": \"098b965c-dcf7-453e-a74f-b1e2d378b4f6\",\r\n \"pattern\": \"this is a {datetimeV2}\",\r\n \"intent\": \"None\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"f978fee6-7041-497a-bb9c-59ccfa109d2e\",\r\n \"pattern\": \"this is a {number}\",\r\n \"intent\": \"None\"\r\n },\r\n {\r\n \"id\": \"21300b64-cb0d-4bc7-aa85-8de49ca797dd\",\r\n \"pattern\": \"this is a {datetimeV2}\",\r\n \"intent\": \"None\"\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternrules?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcz9za2lwPTAmdGFrZT0xMDA=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternrules?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcz9za2lwPTAmdGFrZT0xMDA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:58:03 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "28ed12b8-dae5-497d-9c7f-1d45e63d0e6d" + "b09427fa-e109-4de6-8def-bbced1cfeef4" ], "Request-Id": [ - "28ed12b8-dae5-497d-9c7f-1d45e63d0e6d" + "b09427fa-e109-4de6-8def-bbced1cfeef4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:17 GMT" + ], "Content-Length": [ "191" ], @@ -171,23 +171,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"098b965c-dcf7-453e-a74f-b1e2d378b4f6\",\r\n \"pattern\": \"this is a {datetimeV2}\",\r\n \"intent\": \"None\"\r\n },\r\n {\r\n \"id\": \"2cab2190-eed8-423d-af4c-87d5a28ee4de\",\r\n \"pattern\": \"this is a {number}\",\r\n \"intent\": \"None\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"21300b64-cb0d-4bc7-aa85-8de49ca797dd\",\r\n \"pattern\": \"this is a {datetimeV2}\",\r\n \"intent\": \"None\"\r\n },\r\n {\r\n \"id\": \"f978fee6-7041-497a-bb9c-59ccfa109d2e\",\r\n \"pattern\": \"this is a {number}\",\r\n \"intent\": \"None\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternrules", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternrules", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcw==", "RequestMethod": "DELETE", - "RequestBody": "[\r\n \"2cab2190-eed8-423d-af4c-87d5a28ee4de\",\r\n \"098b965c-dcf7-453e-a74f-b1e2d378b4f6\"\r\n]", + "RequestBody": "[\r\n \"f978fee6-7041-497a-bb9c-59ccfa109d2e\",\r\n \"21300b64-cb0d-4bc7-aa85-8de49ca797dd\"\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -200,17 +200,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:58:04 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "a0685180-8848-4551-b2e9-a3e99fa50dfa" + "39059289-8c29-48ab-b7c0-d769d6ad1e5d" ], "Request-Id": [ - "a0685180-8848-4551-b2e9-a3e99fa50dfa" + "39059289-8c29-48ab-b7c0-d769d6ad1e5d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -224,6 +221,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:17 GMT" + ], "Content-Length": [ "51" ], @@ -235,36 +235,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/e55ead03-ced8-4c42-93ad-9b10c0d632ca", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy9lNTVlYWQwMy1jZWQ4LTRjNDItOTNhZC05YjEwYzBkNjMyY2E=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/05b0000c-eb06-4401-bd25-71839a3cc41e", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy8wNWIwMDAwYy1lYjA2LTQ0MDEtYmQyNS03MTgzOWEzY2M0MWU=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:58:04 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "1714ac68-33ca-4730-8493-707b57cda10c" + "237f29f1-23cc-400a-a54f-4c7377de5dcb" ], "Request-Id": [ - "1714ac68-33ca-4730-8493-707b57cda10c" + "237f29f1-23cc-400a-a54f-4c7377de5dcb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -278,6 +275,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:18 GMT" + ], "Content-Length": [ "51" ], @@ -289,36 +289,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/2015dce9-3266-4038-b346-61b81279a28f", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy8yMDE1ZGNlOS0zMjY2LTQwMzgtYjM0Ni02MWI4MTI3OWEyOGY=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/00dde0b9-2302-4640-b1f0-c092d69d1bda", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy8wMGRkZTBiOS0yMzAyLTQ2NDAtYjFmMC1jMDkyZDY5ZDFiZGE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:58:04 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "1bd05228-3518-487b-a612-96a20f0e4765" + "6b9a99e7-892b-4076-aeec-424271d51033" ], "Request-Id": [ - "1bd05228-3518-487b-a612-96a20f0e4765" + "6b9a99e7-892b-4076-aeec-424271d51033" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -332,6 +329,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:18 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PatternsTests/UpdatePattern.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PatternsTests/UpdatePattern.json index a1e932b387165..11967919d1e50 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PatternsTests/UpdatePattern.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PatternsTests/UpdatePattern.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", "RequestMethod": "POST", "RequestBody": "[\r\n \"datetimeV2\"\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,17 +26,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:57:58 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "25d527e3-a186-4a17-a02a-ffc66bb9a249" + "413921b6-563e-4717-8f81-5291b8aeeaa1" ], "Request-Id": [ - "25d527e3-a186-4a17-a02a-ffc66bb9a249" + "413921b6-563e-4717-8f81-5291b8aeeaa1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -50,6 +47,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:28 GMT" + ], "Content-Length": [ "132" ], @@ -57,23 +57,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"273158f6-7929-40e7-9973-e5c47e5b753a\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"356becfe-a257-45e1-be19-28d074cef923\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternrule", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxl", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternrule", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxl", "RequestMethod": "POST", "RequestBody": "{\r\n \"pattern\": \"This is a {datetimeV2}\",\r\n \"intent\": \"None\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -86,23 +86,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:57:58 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternrule/0f35affb-1a59-45f7-a36a-78993a352657" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternrule/9f624990-0690-43e7-abeb-46c32f7dba57" ], "Apim-Request-Id": [ - "732e744c-5cbb-4510-acd6-a8375cb4cd46" + "ea193510-6000-46c5-a8ad-e5371f82fd94" ], "Request-Id": [ - "732e744c-5cbb-4510-acd6-a8375cb4cd46" + "ea193510-6000-46c5-a8ad-e5371f82fd94" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternrule/0f35affb-1a59-45f7-a36a-78993a352657" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternrule/9f624990-0690-43e7-abeb-46c32f7dba57" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -116,6 +113,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:28 GMT" + ], "Content-Length": [ "96" ], @@ -123,23 +123,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"0f35affb-1a59-45f7-a36a-78993a352657\",\r\n \"pattern\": \"this is a {datetimeV2}\",\r\n \"intent\": \"None\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"9f624990-0690-43e7-abeb-46c32f7dba57\",\r\n \"pattern\": \"this is a {datetimeV2}\",\r\n \"intent\": \"None\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternrules/0f35affb-1a59-45f7-a36a-78993a352657", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcy8wZjM1YWZmYi0xYTU5LTQ1ZjctYTM2YS03ODk5M2EzNTI2NTc=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternrules/9f624990-0690-43e7-abeb-46c32f7dba57", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcy85ZjYyNDk5MC0wNjkwLTQzZTctYWJlYi00NmMzMmY3ZGJhNTc=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"pattern\": \"This [is] a {datetimeV2}\",\r\n \"intent\": \"None\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -152,17 +152,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:57:59 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "1adc09cb-be56-4f97-a7ca-a15504efa728" + "c95e98b2-e1f5-419c-ba2c-a333a1af072c" ], "Request-Id": [ - "1adc09cb-be56-4f97-a7ca-a15504efa728" + "c95e98b2-e1f5-419c-ba2c-a333a1af072c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -176,6 +173,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:29 GMT" + ], "Content-Length": [ "98" ], @@ -183,40 +183,37 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"id\": \"0f35affb-1a59-45f7-a36a-78993a352657\",\r\n \"pattern\": \"this [is] a {datetimeV2}\",\r\n \"intent\": \"None\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"9f624990-0690-43e7-abeb-46c32f7dba57\",\r\n \"pattern\": \"this [is] a {datetimeV2}\",\r\n \"intent\": \"None\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternrules/0f35affb-1a59-45f7-a36a-78993a352657", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcy8wZjM1YWZmYi0xYTU5LTQ1ZjctYTM2YS03ODk5M2EzNTI2NTc=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternrules/9f624990-0690-43e7-abeb-46c32f7dba57", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcy85ZjYyNDk5MC0wNjkwLTQzZTctYWJlYi00NmMzMmY3ZGJhNTc=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:57:59 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "40443ec9-a65c-473f-acfc-0f31ececa618" + "554b2881-e807-4140-9da4-11adea240850" ], "Request-Id": [ - "40443ec9-a65c-473f-acfc-0f31ececa618" + "554b2881-e807-4140-9da4-11adea240850" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -230,6 +227,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:29 GMT" + ], "Content-Length": [ "51" ], @@ -241,36 +241,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/273158f6-7929-40e7-9973-e5c47e5b753a", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy8yNzMxNThmNi03OTI5LTQwZTctOTk3My1lNWM0N2U1Yjc1M2E=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/356becfe-a257-45e1-be19-28d074cef923", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy8zNTZiZWNmZS1hMjU3LTQ1ZTEtYmUxOS0yOGQwNzRjZWY5MjM=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:57:59 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "66383093-4b78-423e-a1c9-69643236f2a2" + "ed85752a-a13c-4b8a-9bfc-906c98d21429" ], "Request-Id": [ - "66383093-4b78-423e-a1c9-69643236f2a2" + "ed85752a-a13c-4b8a-9bfc-906c98d21429" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -284,6 +281,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:29 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PatternsTests/UpdatePatterns.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PatternsTests/UpdatePatterns.json index ba2f7218ab6f7..43de8b51b2b69 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PatternsTests/UpdatePatterns.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PatternsTests/UpdatePatterns.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", "RequestMethod": "POST", "RequestBody": "[\r\n \"datetimeV2\",\r\n \"number\"\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,17 +26,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:58:00 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "8bdde228-637b-4326-909b-f4a5a3b8b0f6" + "9657b418-27ad-4059-a70d-c113b1769d65" ], "Request-Id": [ - "8bdde228-637b-4326-909b-f4a5a3b8b0f6" + "9657b418-27ad-4059-a70d-c113b1769d65" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -50,6 +47,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:30 GMT" + ], "Content-Length": [ "259" ], @@ -57,23 +57,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"5306ef88-d08b-4667-9be3-c0f6b433c0a6\",\r\n \"name\": \"number\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"81b5969e-dbf7-4abb-a15a-71bd034ae03b\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"35d67e2e-4409-4052-8631-39ff637d5905\",\r\n \"name\": \"datetimeV2\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n },\r\n {\r\n \"id\": \"7e737079-4fc9-4986-80f1-cd6541880926\",\r\n \"name\": \"number\",\r\n \"typeId\": 2,\r\n \"readableType\": \"Prebuilt Entity Extractor\",\r\n \"roles\": []\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternrules", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternrules", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcw==", "RequestMethod": "POST", "RequestBody": "[\r\n {\r\n \"pattern\": \"This is a {number}\",\r\n \"intent\": \"None\"\r\n }\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -86,17 +86,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:58:00 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "089ea5cb-af2a-4527-9a03-870eaff37abf" + "dd2392ef-0ca4-4205-b0ea-4a2c8eba76fe" ], "Request-Id": [ - "089ea5cb-af2a-4527-9a03-870eaff37abf" + "dd2392ef-0ca4-4205-b0ea-4a2c8eba76fe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:30 GMT" + ], "Content-Length": [ "94" ], @@ -117,23 +117,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"fc936953-44b9-4826-8603-f0f611405663\",\r\n \"pattern\": \"this is a {number}\",\r\n \"intent\": \"None\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"1447da95-ff5f-4ebb-8c7c-0221f8de854f\",\r\n \"pattern\": \"this is a {number}\",\r\n \"intent\": \"None\"\r\n }\r\n]", "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternrules", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternrules", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcw==", "RequestMethod": "PUT", - "RequestBody": "[\r\n {\r\n \"id\": \"fc936953-44b9-4826-8603-f0f611405663\",\r\n \"pattern\": \"This [is] a {datetimeV2}\",\r\n \"intent\": \"None\"\r\n }\r\n]", + "RequestBody": "[\r\n {\r\n \"id\": \"1447da95-ff5f-4ebb-8c7c-0221f8de854f\",\r\n \"pattern\": \"This [is] a {datetimeV2}\",\r\n \"intent\": \"None\"\r\n }\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -146,17 +146,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:58:01 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "9c748b56-a415-4a01-8b22-7f8fb739e0da" + "28a2582f-6b85-4849-a1dc-679e18ab3198" ], "Request-Id": [ - "9c748b56-a415-4a01-8b22-7f8fb739e0da" + "28a2582f-6b85-4849-a1dc-679e18ab3198" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -170,6 +167,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:30 GMT" + ], "Content-Length": [ "100" ], @@ -177,23 +177,23 @@ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"id\": \"fc936953-44b9-4826-8603-f0f611405663\",\r\n \"pattern\": \"this [is] a {datetimeV2}\",\r\n \"intent\": \"None\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"id\": \"1447da95-ff5f-4ebb-8c7c-0221f8de854f\",\r\n \"pattern\": \"this [is] a {datetimeV2}\",\r\n \"intent\": \"None\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/patternrules", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/patternrules", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3BhdHRlcm5ydWxlcw==", "RequestMethod": "DELETE", - "RequestBody": "[\r\n \"fc936953-44b9-4826-8603-f0f611405663\"\r\n]", + "RequestBody": "[\r\n \"1447da95-ff5f-4ebb-8c7c-0221f8de854f\"\r\n]", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -206,17 +206,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:58:01 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "2e5f95de-19c9-4db1-8a5f-fa9376c36881" + "687f65d1-d08c-4c41-9f98-aaa28bf5f487" ], "Request-Id": [ - "2e5f95de-19c9-4db1-8a5f-fa9376c36881" + "687f65d1-d08c-4c41-9f98-aaa28bf5f487" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -230,6 +227,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:31 GMT" + ], "Content-Length": [ "51" ], @@ -241,36 +241,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/5306ef88-d08b-4667-9be3-c0f6b433c0a6", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy81MzA2ZWY4OC1kMDhiLTQ2NjctOWJlMy1jMGY2YjQzM2MwYTY=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/35d67e2e-4409-4052-8631-39ff637d5905", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy8zNWQ2N2UyZS00NDA5LTQwNTItODYzMS0zOWZmNjM3ZDU5MDU=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:58:01 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "da2ca187-a85b-48f3-97c7-b0a1742eef9d" + "ef5bf3b1-2092-43db-86c3-ff4de4ad2084" ], "Request-Id": [ - "da2ca187-a85b-48f3-97c7-b0a1742eef9d" + "ef5bf3b1-2092-43db-86c3-ff4de4ad2084" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -284,6 +281,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:31 GMT" + ], "Content-Length": [ "51" ], @@ -295,36 +295,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/prebuilts/81b5969e-dbf7-4abb-a15a-71bd034ae03b", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy84MWI1OTY5ZS1kYmY3LTRhYmItYTE1YS03MWJkMDM0YWUwM2I=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts/7e737079-4fc9-4986-80f1-cd6541880926", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cy83ZTczNzA3OS00ZmM5LTQ5ODYtODBmMS1jZDY1NDE4ODA5MjY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 00:58:01 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "b2ff2eb2-8ec8-458e-b022-fb88105f0dd5" + "c085938f-8756-4cad-8a71-c61de74565fb" ], "Request-Id": [ - "b2ff2eb2-8ec8-458e-b022-fb88105f0dd5" + "c085938f-8756-4cad-8a71-c61de74565fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -338,6 +335,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:31 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PermissionsTests/AddPermission.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PermissionsTests/AddPermission.json index 53cffa529502f..5e33114d40951 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PermissionsTests/AddPermission.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PermissionsTests/AddPermission.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/permissions", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvcGVybWlzc2lvbnM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/permissions", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvcGVybWlzc2lvbnM=", "RequestMethod": "POST", "RequestBody": "{\r\n \"email\": \"guest@outlook.com\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,17 +26,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:08:04 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "36412e74-9fd6-4e2e-b6b0-1f8d3030f9d3" + "b40f0d32-8c27-49b1-822f-02c88e45601b" ], "Request-Id": [ - "36412e74-9fd6-4e2e-b6b0-1f8d3030f9d3" + "b40f0d32-8c27-49b1-822f-02c88e45601b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -50,6 +47,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:20 GMT" + ], "Content-Length": [ "51" ], @@ -61,36 +61,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/permissions", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvcGVybWlzc2lvbnM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/permissions", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvcGVybWlzc2lvbnM=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:08:04 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "c2d9c0c3-0797-4d09-bd28-26ced021cc7f" + "c87d0702-ae12-43d4-a517-3cb1d03726dd" ], "Request-Id": [ - "c2d9c0c3-0797-4d09-bd28-26ced021cc7f" + "c87d0702-ae12-43d4-a517-3cb1d03726dd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -104,30 +101,33 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:21 GMT" + ], "Content-Length": [ - "62" + "65" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"owner\": \"owner.user@microsoft.com\",\r\n \"emails\": [\r\n \"guest@outlook.com\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"owner\": \"a-omsami@microsoft.com\",\r\n \"emails\": [\r\n \"guest@outlook.com\"\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/permissions", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvcGVybWlzc2lvbnM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/permissions", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvcGVybWlzc2lvbnM=", "RequestMethod": "DELETE", "RequestBody": "{\r\n \"email\": \"guest@outlook.com\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -140,17 +140,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:08:04 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "e7c41598-da6e-4206-8746-564488396c0a" + "c148f6b5-329a-441c-bcbf-28f3990dde57" ], "Request-Id": [ - "e7c41598-da6e-4206-8746-564488396c0a" + "c148f6b5-329a-441c-bcbf-28f3990dde57" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:21 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PermissionsTests/DeletePermission.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PermissionsTests/DeletePermission.json index 0e55ec1a90e4a..fde7ccef82ff0 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PermissionsTests/DeletePermission.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PermissionsTests/DeletePermission.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/permissions", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvcGVybWlzc2lvbnM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/permissions", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvcGVybWlzc2lvbnM=", "RequestMethod": "POST", "RequestBody": "{\r\n \"email\": \"guest@outlook.com\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,17 +26,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:08:00 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "ca8647bf-eb5d-48de-987f-291001f7e633" + "0c20cc36-0ed2-4423-b4b3-77e4472ad01d" ], "Request-Id": [ - "ca8647bf-eb5d-48de-987f-291001f7e633" + "0c20cc36-0ed2-4423-b4b3-77e4472ad01d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -50,6 +47,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:19 GMT" + ], "Content-Length": [ "51" ], @@ -61,19 +61,19 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/permissions", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvcGVybWlzc2lvbnM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/permissions", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvcGVybWlzc2lvbnM=", "RequestMethod": "DELETE", "RequestBody": "{\r\n \"email\": \"guest@outlook.com\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -86,17 +86,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:08:01 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "1dbb272e-5ffd-4f1d-b111-e1bf32dbc285" + "f0194827-754a-4094-a5ea-d3c9b073bd00" ], "Request-Id": [ - "1dbb272e-5ffd-4f1d-b111-e1bf32dbc285" + "f0194827-754a-4094-a5ea-d3c9b073bd00" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:20 GMT" + ], "Content-Length": [ "51" ], @@ -121,36 +121,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/permissions", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvcGVybWlzc2lvbnM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/permissions", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvcGVybWlzc2lvbnM=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:08:01 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "3da876f6-2861-4618-aced-e253de93b705" + "5e9198f6-791d-42ec-a82c-cd5f77ddde30" ], "Request-Id": [ - "3da876f6-2861-4618-aced-e253de93b705" + "5e9198f6-791d-42ec-a82c-cd5f77ddde30" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,14 +161,17 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:20 GMT" + ], "Content-Length": [ - "43" + "46" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"owner\": \"owner.user@microsoft.com\",\r\n \"emails\": []\r\n}", + "ResponseBody": "{\r\n \"owner\": \"a-omsami@microsoft.com\",\r\n \"emails\": []\r\n}", "StatusCode": 200 } ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PermissionsTests/ListPermissions.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PermissionsTests/ListPermissions.json index 719e9f6ac3f28..30a011ce44cdb 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PermissionsTests/ListPermissions.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PermissionsTests/ListPermissions.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/permissions", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvcGVybWlzc2lvbnM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/permissions", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvcGVybWlzc2lvbnM=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"emails\": [\r\n \"guest@outlook.com\",\r\n \"invited.user@live.com\"\r\n ]\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,17 +26,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:08:02 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "957900f4-31e3-4212-91af-00379b387520" + "41d985de-9752-4a78-989c-c8e279a70b91" ], "Request-Id": [ - "957900f4-31e3-4212-91af-00379b387520" + "41d985de-9752-4a78-989c-c8e279a70b91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -50,6 +47,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:21 GMT" + ], "Content-Length": [ "51" ], @@ -61,36 +61,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/permissions", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvcGVybWlzc2lvbnM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/permissions", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvcGVybWlzc2lvbnM=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:08:03 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "6ccf56a7-9b96-42e6-a248-40cc720ec99f" + "28d3e1ed-f3ce-4187-a6a5-82d689f223c4" ], "Request-Id": [ - "6ccf56a7-9b96-42e6-a248-40cc720ec99f" + "28d3e1ed-f3ce-4187-a6a5-82d689f223c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -104,30 +101,33 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:23 GMT" + ], "Content-Length": [ - "86" + "89" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"owner\": \"owner.user@microsoft.com\",\r\n \"emails\": [\r\n \"guest@outlook.com\",\r\n \"invited.user@live.com\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"owner\": \"a-omsami@microsoft.com\",\r\n \"emails\": [\r\n \"guest@outlook.com\",\r\n \"invited.user@live.com\"\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/permissions", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvcGVybWlzc2lvbnM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/permissions", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvcGVybWlzc2lvbnM=", "RequestMethod": "DELETE", "RequestBody": "{\r\n \"email\": \"guest@outlook.com\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -140,17 +140,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:08:03 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "8341a3fe-56d0-45db-9c98-3aa5c8b10253" + "64b7d6e9-a050-4635-b031-498b05e29a29" ], "Request-Id": [ - "8341a3fe-56d0-45db-9c98-3aa5c8b10253" + "64b7d6e9-a050-4635-b031-498b05e29a29" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:23 GMT" + ], "Content-Length": [ "51" ], @@ -175,19 +175,19 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/permissions", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvcGVybWlzc2lvbnM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/permissions", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvcGVybWlzc2lvbnM=", "RequestMethod": "DELETE", "RequestBody": "{\r\n \"email\": \"invited.user@live.com\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -200,17 +200,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:08:03 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "991d699f-4331-426f-89a9-d6a2f92adf47" + "38ea83e3-6eed-4a87-92f7-809b5bcea669" ], "Request-Id": [ - "991d699f-4331-426f-89a9-d6a2f92adf47" + "38ea83e3-6eed-4a87-92f7-809b5bcea669" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -224,6 +221,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:23 GMT" + ], "Content-Length": [ "51" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PermissionsTests/UpdatePermission.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PermissionsTests/UpdatePermission.json index 5057453f17837..63292ed171496 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PermissionsTests/UpdatePermission.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/PermissionsTests/UpdatePermission.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/permissions", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvcGVybWlzc2lvbnM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/permissions", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvcGVybWlzc2lvbnM=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"emails\": [\r\n \"guest@outlook.com\",\r\n \"invited.user@live.com\"\r\n ]\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,17 +26,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:07:59 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "0750dfd6-3ada-46a8-866d-7cf18e197365" + "a19d58b2-1114-4986-8f0e-7fe150011b85" ], "Request-Id": [ - "0750dfd6-3ada-46a8-866d-7cf18e197365" + "a19d58b2-1114-4986-8f0e-7fe150011b85" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -50,6 +47,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:23 GMT" + ], "Content-Length": [ "51" ], @@ -61,19 +61,19 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/permissions", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvcGVybWlzc2lvbnM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/permissions", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvcGVybWlzc2lvbnM=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"emails\": []\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -86,17 +86,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:08:00 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "4170aafa-4251-4063-ac04-0174cb42759b" + "f62acd19-cbb1-452a-ac1b-27707003abdb" ], "Request-Id": [ - "4170aafa-4251-4063-ac04-0174cb42759b" + "f62acd19-cbb1-452a-ac1b-27707003abdb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -110,6 +107,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:24 GMT" + ], "Content-Length": [ "51" ], @@ -121,36 +121,33 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/permissions", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvcGVybWlzc2lvbnM=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/permissions", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvcGVybWlzc2lvbnM=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:07:59 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "91bc8bae-45ba-4bd6-8347-dad5b2069245" + "ce53f461-01d7-49b8-96e4-41062879965c" ], "Request-Id": [ - "91bc8bae-45ba-4bd6-8347-dad5b2069245" + "ce53f461-01d7-49b8-96e4-41062879965c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,14 +161,17 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:21:23 GMT" + ], "Content-Length": [ - "86" + "89" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"owner\": \"owner.user@microsoft.com\",\r\n \"emails\": [\r\n \"guest@outlook.com\",\r\n \"invited.user@live.com\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"owner\": \"a-omsami@microsoft.com\",\r\n \"emails\": [\r\n \"guest@outlook.com\",\r\n \"invited.user@live.com\"\r\n ]\r\n}", "StatusCode": 200 } ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/TrainTests/GetStatus.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/TrainTests/GetStatus.json index 08128b1dca146..a181aca6fc72c 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/TrainTests/GetStatus.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/TrainTests/GetStatus.json @@ -1,42 +1,39 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/train", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3RyYWlu", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/train", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3RyYWlu", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:36:33 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/train/" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/train/" ], "Apim-Request-Id": [ - "3d7fcf47-06e4-4150-8e5d-97ea2d3ff7bb" + "70e645fb-0fe3-4621-8e12-ccb08281f5a1" ], "Request-Id": [ - "3d7fcf47-06e4-4150-8e5d-97ea2d3ff7bb" + "70e645fb-0fe3-4621-8e12-ccb08281f5a1" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/train/" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/train/" ], "Access-Control-Expose-Headers": [ "Operation-Location" @@ -53,6 +50,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:09 GMT" + ], "Content-Length": [ "34" ], @@ -64,36 +64,33 @@ "StatusCode": 202 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/train", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3RyYWlu", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/train", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3RyYWlu", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:36:33 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "4e0b017b-f151-41f0-956f-964bab23e0ac" + "cc5c23a0-e0b4-495b-b9bf-bd7afd09b365" ], "Request-Id": [ - "4e0b017b-f151-41f0-956f-964bab23e0ac" + "cc5c23a0-e0b4-495b-b9bf-bd7afd09b365" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -107,14 +104,17 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:09 GMT" + ], "Content-Length": [ - "115" + "231" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"modelId\": \"9a3fce96-2ab4-4f88-ba80-2011731e3188\",\r\n \"details\": {\r\n \"statusId\": 2,\r\n \"status\": \"UpToDate\",\r\n \"exampleCount\": 17\r\n }\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"modelId\": \"ac04c5c6-2c0c-4af8-ba3f-5db090fa7de5\",\r\n \"details\": {\r\n \"statusId\": 2,\r\n \"status\": \"UpToDate\",\r\n \"exampleCount\": 474\r\n }\r\n },\r\n {\r\n \"modelId\": \"eee1436a-701d-46c4-9e4b-6de52d641513\",\r\n \"details\": {\r\n \"statusId\": 2,\r\n \"status\": \"UpToDate\",\r\n \"exampleCount\": 474\r\n }\r\n }\r\n]", "StatusCode": 200 } ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/TrainTests/TrainVersion.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/TrainTests/TrainVersion.json index 9576682a1b9f5..b0c10c0dd38db 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/TrainTests/TrainVersion.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/TrainTests/TrainVersion.json @@ -1,42 +1,39 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/train", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3RyYWlu", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/train", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3RyYWlu", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:36:30 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/train/" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/train/" ], "Apim-Request-Id": [ - "fe89a721-095d-408e-ac4c-643135776238" + "3159241f-82b6-4fbc-afc8-7441f984068a" ], "Request-Id": [ - "fe89a721-095d-408e-ac4c-643135776238" + "3159241f-82b6-4fbc-afc8-7441f984068a" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/train/" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/train/" ], "Access-Control-Expose-Headers": [ "Operation-Location" @@ -53,53 +50,53 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:00 GMT" + ], "Content-Length": [ - "34" + "32" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"statusId\": 2,\r\n \"status\": \"UpToDate\"\r\n}", + "ResponseBody": "{\r\n \"statusId\": 9,\r\n \"status\": \"Queued\"\r\n}", "StatusCode": 202 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/train", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3RyYWlu", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/train", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3RyYWlu", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:36:32 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/train/" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/train/" ], "Apim-Request-Id": [ - "184076bb-bc21-41f2-9239-da7514f91f82" + "7831a81c-4626-4f8a-8650-3ee111431207" ], "Request-Id": [ - "184076bb-bc21-41f2-9239-da7514f91f82" + "7831a81c-4626-4f8a-8650-3ee111431207" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/train/" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/train/" ], "Access-Control-Expose-Headers": [ "Operation-Location" @@ -116,6 +113,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:07 GMT" + ], "Content-Length": [ "34" ], @@ -127,36 +127,87 @@ "StatusCode": 202 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/train", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL3RyYWlu", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/train", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3RyYWlu", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], + "Pragma": [ + "no-cache" + ], + "Apim-Request-Id": [ + "df0b6f05-f7a2-44cf-8ce7-6f55aac26650" + ], + "Request-Id": [ + "df0b6f05-f7a2-44cf-8ce7-6f55aac26650" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains; preload" + ], + "Request-Context": [ + "appId=cid-v1:26a3540d-a02a-4998-a060-715488fd769b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-Frame-Options": [ + "SAMEORIGIN" + ], "Date": [ - "Wed, 13 Feb 2019 01:36:32 GMT" + "Sun, 25 Aug 2019 19:18:01 GMT" + ], + "Content-Length": [ + "223" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ] + }, + "ResponseBody": "[\r\n {\r\n \"modelId\": \"ac04c5c6-2c0c-4af8-ba3f-5db090fa7de5\",\r\n \"details\": {\r\n \"statusId\": 9,\r\n \"status\": \"Queued\",\r\n \"exampleCount\": 0\r\n }\r\n },\r\n {\r\n \"modelId\": \"eee1436a-701d-46c4-9e4b-6de52d641513\",\r\n \"details\": {\r\n \"statusId\": 9,\r\n \"status\": \"Queued\",\r\n \"exampleCount\": 0\r\n }\r\n }\r\n]", + "StatusCode": 200 + }, + { + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/train", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3RyYWlu", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "Ocp-Apim-Subscription-Key": [ + "62b834e0069943d9b035f32abd230359" + ], + "User-Agent": [ + "FxVersion/4.6.27617.04", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-store, proxy-revalidate, no-cache, max-age=0, private" ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "45cfe301-1d03-4595-9673-fc3948b8bbe7" + "1286f1d3-bcde-457d-ba7d-6f5d90a381c8" ], "Request-Id": [ - "45cfe301-1d03-4595-9673-fc3948b8bbe7" + "1286f1d3-bcde-457d-ba7d-6f5d90a381c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -170,14 +221,233 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:18:02 GMT" + ], + "Content-Length": [ + "305" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ] + }, + "ResponseBody": "[\r\n {\r\n \"modelId\": \"ac04c5c6-2c0c-4af8-ba3f-5db090fa7de5\",\r\n \"details\": {\r\n \"statusId\": 3,\r\n \"status\": \"InProgress\",\r\n \"exampleCount\": 0,\r\n \"progressSubstatus\": \"CollectingData\"\r\n }\r\n },\r\n {\r\n \"modelId\": \"eee1436a-701d-46c4-9e4b-6de52d641513\",\r\n \"details\": {\r\n \"statusId\": 3,\r\n \"status\": \"InProgress\",\r\n \"exampleCount\": 0,\r\n \"progressSubstatus\": \"CollectingData\"\r\n }\r\n }\r\n]", + "StatusCode": 200 + }, + { + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/train", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3RyYWlu", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "Ocp-Apim-Subscription-Key": [ + "62b834e0069943d9b035f32abd230359" + ], + "User-Agent": [ + "FxVersion/4.6.27617.04", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-store, proxy-revalidate, no-cache, max-age=0, private" + ], + "Pragma": [ + "no-cache" + ], + "Apim-Request-Id": [ + "a6b069bf-5c61-4365-8503-0e07dc1a4f2d" + ], + "Request-Id": [ + "a6b069bf-5c61-4365-8503-0e07dc1a4f2d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains; preload" + ], + "Request-Context": [ + "appId=cid-v1:26a3540d-a02a-4998-a060-715488fd769b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-Frame-Options": [ + "SAMEORIGIN" + ], + "Date": [ + "Sun, 25 Aug 2019 19:18:03 GMT" + ], + "Content-Length": [ + "305" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ] + }, + "ResponseBody": "[\r\n {\r\n \"modelId\": \"ac04c5c6-2c0c-4af8-ba3f-5db090fa7de5\",\r\n \"details\": {\r\n \"statusId\": 3,\r\n \"status\": \"InProgress\",\r\n \"exampleCount\": 0,\r\n \"progressSubstatus\": \"CollectingData\"\r\n }\r\n },\r\n {\r\n \"modelId\": \"eee1436a-701d-46c4-9e4b-6de52d641513\",\r\n \"details\": {\r\n \"statusId\": 3,\r\n \"status\": \"InProgress\",\r\n \"exampleCount\": 0,\r\n \"progressSubstatus\": \"CollectingData\"\r\n }\r\n }\r\n]", + "StatusCode": 200 + }, + { + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/train", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3RyYWlu", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "Ocp-Apim-Subscription-Key": [ + "62b834e0069943d9b035f32abd230359" + ], + "User-Agent": [ + "FxVersion/4.6.27617.04", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-store, proxy-revalidate, no-cache, max-age=0, private" + ], + "Pragma": [ + "no-cache" + ], + "Apim-Request-Id": [ + "995326cd-8bc1-492d-95fa-6d8d79e2137a" + ], + "Request-Id": [ + "995326cd-8bc1-492d-95fa-6d8d79e2137a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains; preload" + ], + "Request-Context": [ + "appId=cid-v1:26a3540d-a02a-4998-a060-715488fd769b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-Frame-Options": [ + "SAMEORIGIN" + ], + "Date": [ + "Sun, 25 Aug 2019 19:18:04 GMT" + ], + "Content-Length": [ + "297" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ] + }, + "ResponseBody": "[\r\n {\r\n \"modelId\": \"ac04c5c6-2c0c-4af8-ba3f-5db090fa7de5\",\r\n \"details\": {\r\n \"statusId\": 3,\r\n \"status\": \"InProgress\",\r\n \"exampleCount\": 0,\r\n \"progressSubstatus\": \"InProgress\"\r\n }\r\n },\r\n {\r\n \"modelId\": \"eee1436a-701d-46c4-9e4b-6de52d641513\",\r\n \"details\": {\r\n \"statusId\": 3,\r\n \"status\": \"InProgress\",\r\n \"exampleCount\": 0,\r\n \"progressSubstatus\": \"InProgress\"\r\n }\r\n }\r\n]", + "StatusCode": 200 + }, + { + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/train", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3RyYWlu", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "Ocp-Apim-Subscription-Key": [ + "62b834e0069943d9b035f32abd230359" + ], + "User-Agent": [ + "FxVersion/4.6.27617.04", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-store, proxy-revalidate, no-cache, max-age=0, private" + ], + "Pragma": [ + "no-cache" + ], + "Apim-Request-Id": [ + "756f49bd-31a5-40ee-b045-5d1cbb8b5b8e" + ], + "Request-Id": [ + "756f49bd-31a5-40ee-b045-5d1cbb8b5b8e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains; preload" + ], + "Request-Context": [ + "appId=cid-v1:26a3540d-a02a-4998-a060-715488fd769b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-Frame-Options": [ + "SAMEORIGIN" + ], + "Date": [ + "Sun, 25 Aug 2019 19:18:06 GMT" + ], + "Content-Length": [ + "297" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ] + }, + "ResponseBody": "[\r\n {\r\n \"modelId\": \"ac04c5c6-2c0c-4af8-ba3f-5db090fa7de5\",\r\n \"details\": {\r\n \"statusId\": 3,\r\n \"status\": \"InProgress\",\r\n \"exampleCount\": 0,\r\n \"progressSubstatus\": \"InProgress\"\r\n }\r\n },\r\n {\r\n \"modelId\": \"eee1436a-701d-46c4-9e4b-6de52d641513\",\r\n \"details\": {\r\n \"statusId\": 3,\r\n \"status\": \"InProgress\",\r\n \"exampleCount\": 0,\r\n \"progressSubstatus\": \"InProgress\"\r\n }\r\n }\r\n]", + "StatusCode": 200 + }, + { + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/train", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3RyYWlu", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "Ocp-Apim-Subscription-Key": [ + "62b834e0069943d9b035f32abd230359" + ], + "User-Agent": [ + "FxVersion/4.6.27617.04", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-store, proxy-revalidate, no-cache, max-age=0, private" + ], + "Pragma": [ + "no-cache" + ], + "Apim-Request-Id": [ + "aad23782-d274-4fc2-b7a4-97917a3e839c" + ], + "Request-Id": [ + "aad23782-d274-4fc2-b7a4-97917a3e839c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains; preload" + ], + "Request-Context": [ + "appId=cid-v1:26a3540d-a02a-4998-a060-715488fd769b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-Frame-Options": [ + "SAMEORIGIN" + ], + "Date": [ + "Sun, 25 Aug 2019 19:18:07 GMT" + ], "Content-Length": [ - "115" + "313" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"modelId\": \"9a3fce96-2ab4-4f88-ba80-2011731e3188\",\r\n \"details\": {\r\n \"statusId\": 2,\r\n \"status\": \"UpToDate\",\r\n \"exampleCount\": 17\r\n }\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"modelId\": \"ac04c5c6-2c0c-4af8-ba3f-5db090fa7de5\",\r\n \"details\": {\r\n \"statusId\": 0,\r\n \"status\": \"Success\",\r\n \"exampleCount\": 474,\r\n \"trainingDateTime\": \"2019-08-25T19:18:05Z\"\r\n }\r\n },\r\n {\r\n \"modelId\": \"eee1436a-701d-46c4-9e4b-6de52d641513\",\r\n \"details\": {\r\n \"statusId\": 0,\r\n \"status\": \"Success\",\r\n \"exampleCount\": 474,\r\n \"trainingDateTime\": \"2019-08-25T19:18:05Z\"\r\n }\r\n }\r\n]", "StatusCode": 200 } ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/CloneVersion.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/CloneVersion.json index ffc89b5736368..2a67497e9d536 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/CloneVersion.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/CloneVersion.json @@ -1,36 +1,33 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:31:17 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "8c0da94f-bbf0-432f-bf27-5d430764e3fe" + "21b0ce0e-e034-4a7c-97d8-77aa13ab6528" ], "Request-Id": [ - "8c0da94f-bbf0-432f-bf27-5d430764e3fe" + "21b0ce0e-e034-4a7c-97d8-77aa13ab6528" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -44,47 +41,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:48 GMT" + ], "Content-Length": [ - "351" + "357" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-02-12T23:23:48Z\",\r\n \"lastModifiedDateTime\": \"2019-02-13T01:31:09Z\",\r\n \"lastTrainedDateTime\": \"2019-02-13T01:26:00Z\",\r\n \"lastPublishedDateTime\": \"2019-02-12T23:34:15Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 1,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"Trained\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-08-25T18:00:46Z\",\r\n \"lastModifiedDateTime\": \"2019-08-25T19:16:12Z\",\r\n \"lastTrainedDateTime\": \"2019-08-25T18:38:34Z\",\r\n \"lastPublishedDateTime\": \"2019-08-25T19:16:38Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 2,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"NeedsTraining\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:31:18 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "05b45b7b-8d2f-4a7e-8f40-b75ddde12937" + "0a06affb-c4c6-49f0-9fd4-23e708693635" ], "Request-Id": [ - "05b45b7b-8d2f-4a7e-8f40-b75ddde12937" + "0a06affb-c4c6-49f0-9fd4-23e708693635" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -98,30 +95,33 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:49 GMT" + ], "Content-Length": [ - "672" + "696" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"version\": \"test\",\r\n \"createdDateTime\": \"2019-02-13T01:31:18Z\",\r\n \"lastModifiedDateTime\": \"2019-02-13T01:31:18Z\",\r\n \"lastTrainedDateTime\": null,\r\n \"lastPublishedDateTime\": null,\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 1,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"NeedsTraining\"\r\n },\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-02-12T23:23:48Z\",\r\n \"lastModifiedDateTime\": \"2019-02-13T01:31:09Z\",\r\n \"lastTrainedDateTime\": \"2019-02-13T01:26:00Z\",\r\n \"lastPublishedDateTime\": \"2019-02-12T23:34:15Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 1,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"Trained\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"version\": \"test\",\r\n \"createdDateTime\": \"2019-08-25T19:16:49Z\",\r\n \"lastModifiedDateTime\": \"2019-08-25T19:16:49Z\",\r\n \"lastTrainedDateTime\": \"2019-08-25T18:38:34Z\",\r\n \"lastPublishedDateTime\": null,\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 2,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"NeedsTraining\"\r\n },\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-08-25T18:00:46Z\",\r\n \"lastModifiedDateTime\": \"2019-08-25T19:16:12Z\",\r\n \"lastTrainedDateTime\": \"2019-08-25T18:38:34Z\",\r\n \"lastPublishedDateTime\": \"2019-08-25T19:16:38Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 2,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"NeedsTraining\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/clone", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb25l", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/clone", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb25l", "RequestMethod": "POST", "RequestBody": "{\r\n \"version\": \"test\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -134,23 +134,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:31:18 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/test" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/test" ], "Apim-Request-Id": [ - "5bfc101c-281d-4bec-8df4-7ae5ed1a1f37" + "2499df80-662f-4016-91a4-1f29236ee7b0" ], "Request-Id": [ - "5bfc101c-281d-4bec-8df4-7ae5ed1a1f37" + "2499df80-662f-4016-91a4-1f29236ee7b0" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/test" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/test" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -164,6 +161,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:49 GMT" + ], "Content-Length": [ "6" ], @@ -175,36 +175,33 @@ "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/test/", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvdGVzdC8=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/test/", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvdGVzdC8=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:31:18 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "e8c79bbc-5da2-4a45-bdc7-2a756eed95a8" + "dde3cda2-802f-429f-8ca8-c1969cd03f82" ], "Request-Id": [ - "e8c79bbc-5da2-4a45-bdc7-2a756eed95a8" + "dde3cda2-802f-429f-8ca8-c1969cd03f82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -218,6 +215,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:49 GMT" + ], "Content-Length": [ "0" ] diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/CloneVersion_ErrorModel.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/CloneVersion_ErrorModel.json index 207c4cbc63b13..a7f02d6b31c02 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/CloneVersion_ErrorModel.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/CloneVersion_ErrorModel.json @@ -1,36 +1,33 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:31:15 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "c534119d-2b2f-455b-a96f-179d897409c4" + "f2e6ebb8-2195-47f8-942c-717a1d3b8ac9" ], "Request-Id": [ - "c534119d-2b2f-455b-a96f-179d897409c4" + "f2e6ebb8-2195-47f8-942c-717a1d3b8ac9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -44,30 +41,33 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:56 GMT" + ], "Content-Length": [ - "351" + "357" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-02-12T23:23:48Z\",\r\n \"lastModifiedDateTime\": \"2019-02-13T01:31:09Z\",\r\n \"lastTrainedDateTime\": \"2019-02-13T01:26:00Z\",\r\n \"lastPublishedDateTime\": \"2019-02-12T23:34:15Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 1,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"Trained\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-08-25T18:00:46Z\",\r\n \"lastModifiedDateTime\": \"2019-08-25T19:16:55Z\",\r\n \"lastTrainedDateTime\": \"2019-08-25T18:38:34Z\",\r\n \"lastPublishedDateTime\": \"2019-08-25T19:16:38Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 2,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"NeedsTraining\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/clone", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb25l", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/clone", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb25l", "RequestMethod": "POST", "RequestBody": "{\r\n \"version\": \"\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -80,17 +80,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:31:16 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "c73a3e0e-5fb1-46f0-9baf-8f7369741a18" + "7bd1cec6-56c1-49ea-ba8e-b1234b841ea3" ], "Request-Id": [ - "c73a3e0e-5fb1-46f0-9baf-8f7369741a18" + "7bd1cec6-56c1-49ea-ba8e-b1234b841ea3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -104,14 +101,17 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:57 GMT" + ], "Content-Length": [ - "107" + "121" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"BadArgument\",\r\n \"message\": \"newVersionId cannot be null or empty.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"BadArgument\",\r\n \"message\": \"The application version ID cannot be null or empty.\"\r\n }\r\n}", "StatusCode": 400 } ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/DeleteVersion.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/DeleteVersion.json index eb0b8269b8857..a7364e5e780f8 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/DeleteVersion.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/DeleteVersion.json @@ -1,36 +1,33 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:31:20 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "d5e51920-8bb9-4b25-b59f-0d6630f5b769" + "262cc8ca-52f2-4edf-a76f-94cf15a4aaf9" ], "Request-Id": [ - "d5e51920-8bb9-4b25-b59f-0d6630f5b769" + "262cc8ca-52f2-4edf-a76f-94cf15a4aaf9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -44,47 +41,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:00 GMT" + ], "Content-Length": [ - "351" + "357" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-02-12T23:23:48Z\",\r\n \"lastModifiedDateTime\": \"2019-02-13T01:31:09Z\",\r\n \"lastTrainedDateTime\": \"2019-02-13T01:26:00Z\",\r\n \"lastPublishedDateTime\": \"2019-02-12T23:34:15Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 1,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"Trained\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-08-25T18:00:46Z\",\r\n \"lastModifiedDateTime\": \"2019-08-25T19:16:55Z\",\r\n \"lastTrainedDateTime\": \"2019-08-25T18:38:34Z\",\r\n \"lastPublishedDateTime\": \"2019-08-25T19:16:38Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 2,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"NeedsTraining\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:31:21 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "976fd9fa-9ad7-4732-b40b-54fc76664918" + "591d7918-6207-4220-891f-a17f5bff0690" ], "Request-Id": [ - "976fd9fa-9ad7-4732-b40b-54fc76664918" + "591d7918-6207-4220-891f-a17f5bff0690" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -98,47 +95,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:00 GMT" + ], "Content-Length": [ - "672" + "696" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"version\": \"test\",\r\n \"createdDateTime\": \"2019-02-13T01:31:20Z\",\r\n \"lastModifiedDateTime\": \"2019-02-13T01:31:21Z\",\r\n \"lastTrainedDateTime\": null,\r\n \"lastPublishedDateTime\": null,\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 1,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"NeedsTraining\"\r\n },\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-02-12T23:23:48Z\",\r\n \"lastModifiedDateTime\": \"2019-02-13T01:31:09Z\",\r\n \"lastTrainedDateTime\": \"2019-02-13T01:26:00Z\",\r\n \"lastPublishedDateTime\": \"2019-02-12T23:34:15Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 1,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"Trained\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"version\": \"test\",\r\n \"createdDateTime\": \"2019-08-25T19:17:00Z\",\r\n \"lastModifiedDateTime\": \"2019-08-25T19:17:01Z\",\r\n \"lastTrainedDateTime\": \"2019-08-25T18:38:34Z\",\r\n \"lastPublishedDateTime\": null,\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 2,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"NeedsTraining\"\r\n },\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-08-25T18:00:46Z\",\r\n \"lastModifiedDateTime\": \"2019-08-25T19:16:55Z\",\r\n \"lastTrainedDateTime\": \"2019-08-25T18:38:34Z\",\r\n \"lastPublishedDateTime\": \"2019-08-25T19:16:38Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 2,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"NeedsTraining\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:31:21 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "ca3450f6-c841-422f-b45a-459aef636663" + "6f564afb-58d5-4248-aee6-90a01ddc482b" ], "Request-Id": [ - "ca3450f6-c841-422f-b45a-459aef636663" + "6f564afb-58d5-4248-aee6-90a01ddc482b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -152,30 +149,33 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:01 GMT" + ], "Content-Length": [ - "351" + "357" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-02-12T23:23:48Z\",\r\n \"lastModifiedDateTime\": \"2019-02-13T01:31:09Z\",\r\n \"lastTrainedDateTime\": \"2019-02-13T01:26:00Z\",\r\n \"lastPublishedDateTime\": \"2019-02-12T23:34:15Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 1,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"Trained\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-08-25T18:00:46Z\",\r\n \"lastModifiedDateTime\": \"2019-08-25T19:16:55Z\",\r\n \"lastTrainedDateTime\": \"2019-08-25T18:38:34Z\",\r\n \"lastPublishedDateTime\": \"2019-08-25T19:16:38Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 2,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"NeedsTraining\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/clone", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xL2Nsb25l", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/clone", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL2Nsb25l", "RequestMethod": "POST", "RequestBody": "{\r\n \"version\": \"test\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -188,23 +188,20 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:31:21 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/test" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/test" ], "Apim-Request-Id": [ - "a10acd41-76aa-4b08-80c8-539c08832967" + "09d4ca02-8761-43a5-9cfe-084a996a6135" ], "Request-Id": [ - "a10acd41-76aa-4b08-80c8-539c08832967" + "09d4ca02-8761-43a5-9cfe-084a996a6135" ], "Operation-Location": [ - "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/test" + "https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/test" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -218,6 +215,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:00 GMT" + ], "Content-Length": [ "6" ], @@ -229,36 +229,33 @@ "StatusCode": 201 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/test/", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvdGVzdC8=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/test/", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvdGVzdC8=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:31:21 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "76cb900a-28c0-4666-b8bc-c8f53c546b3a" + "aeddc94a-ffd8-4714-b5ad-eb1a8e391101" ], "Request-Id": [ - "76cb900a-28c0-4666-b8bc-c8f53c546b3a" + "aeddc94a-ffd8-4714-b5ad-eb1a8e391101" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -272,6 +269,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:17:01 GMT" + ], "Content-Length": [ "0" ] diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/DeleteVersion_ErrorModel.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/DeleteVersion_ErrorModel.json index 72a057096c552..60f1ad572261b 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/DeleteVersion_ErrorModel.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/DeleteVersion_ErrorModel.json @@ -1,36 +1,33 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:31:06 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "9135bc3c-fc9f-4dfa-a711-6e033965e41e" + "fb1063a4-f7c1-4f85-bba8-020470793c9a" ], "Request-Id": [ - "9135bc3c-fc9f-4dfa-a711-6e033965e41e" + "fb1063a4-f7c1-4f85-bba8-020470793c9a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -44,47 +41,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:51 GMT" + ], "Content-Length": [ - "351" + "357" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-02-12T23:23:48Z\",\r\n \"lastModifiedDateTime\": \"2019-02-13T01:27:17Z\",\r\n \"lastTrainedDateTime\": \"2019-02-13T01:26:00Z\",\r\n \"lastPublishedDateTime\": \"2019-02-12T23:34:15Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 1,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"Trained\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-08-25T18:00:46Z\",\r\n \"lastModifiedDateTime\": \"2019-08-25T19:16:12Z\",\r\n \"lastTrainedDateTime\": \"2019-08-25T18:38:34Z\",\r\n \"lastPublishedDateTime\": \"2019-08-25T19:16:38Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 2,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"NeedsTraining\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.10/", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xMC8=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.10/", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xMC8=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:31:06 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "a1a69efc-0120-4b19-b9aa-bffe20c5e155" + "f6b041dc-9d3a-45fb-9c63-b1f678ad9698" ], "Request-Id": [ - "a1a69efc-0120-4b19-b9aa-bffe20c5e155" + "f6b041dc-9d3a-45fb-9c63-b1f678ad9698" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -98,6 +95,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:51 GMT" + ], "Content-Length": [ "134" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/GetVersion.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/GetVersion.json index 115d0e2ca6370..24deae365b2b7 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/GetVersion.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/GetVersion.json @@ -1,36 +1,33 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:31:12 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "096980bb-05c3-4bcf-a40e-9cabb3a44208" + "0f0bfd65-a148-4da0-8464-8d447fb29b99" ], "Request-Id": [ - "096980bb-05c3-4bcf-a40e-9cabb3a44208" + "0f0bfd65-a148-4da0-8464-8d447fb29b99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -44,47 +41,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:57 GMT" + ], "Content-Length": [ - "351" + "357" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-02-12T23:23:48Z\",\r\n \"lastModifiedDateTime\": \"2019-02-13T01:31:09Z\",\r\n \"lastTrainedDateTime\": \"2019-02-13T01:26:00Z\",\r\n \"lastPublishedDateTime\": \"2019-02-12T23:34:15Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 1,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"Trained\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-08-25T18:00:46Z\",\r\n \"lastModifiedDateTime\": \"2019-08-25T19:16:55Z\",\r\n \"lastTrainedDateTime\": \"2019-08-25T18:38:34Z\",\r\n \"lastPublishedDateTime\": \"2019-08-25T19:16:38Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 2,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"NeedsTraining\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xLw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xLw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:31:12 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "1a38217c-482f-48c5-866e-6adba35104e6" + "14a895b7-8068-40c8-bbd1-be9480b7a3eb" ], "Request-Id": [ - "1a38217c-482f-48c5-866e-6adba35104e6" + "14a895b7-8068-40c8-bbd1-be9480b7a3eb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -98,14 +95,17 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:57 GMT" + ], "Content-Length": [ - "349" + "355" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-02-12T23:23:48Z\",\r\n \"lastModifiedDateTime\": \"2019-02-13T01:31:09Z\",\r\n \"lastTrainedDateTime\": \"2019-02-13T01:26:00Z\",\r\n \"lastPublishedDateTime\": \"2019-02-12T23:34:15Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 1,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"Trained\"\r\n}", + "ResponseBody": "{\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-08-25T18:00:46Z\",\r\n \"lastModifiedDateTime\": \"2019-08-25T19:16:55Z\",\r\n \"lastTrainedDateTime\": \"2019-08-25T18:38:34Z\",\r\n \"lastPublishedDateTime\": \"2019-08-25T19:16:38Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 2,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"NeedsTraining\"\r\n}", "StatusCode": 200 } ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/GetVersion_ErrorVersion.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/GetVersion_ErrorVersion.json index 5c43553c6b242..baeacfe1d86ec 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/GetVersion_ErrorVersion.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/GetVersion_ErrorVersion.json @@ -1,36 +1,33 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:31:09 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "70a9a2a9-1da1-49df-be35-669a73590f0a" + "7e4d71bd-0ce9-4f36-8291-d3c289fbac3b" ], "Request-Id": [ - "70a9a2a9-1da1-49df-be35-669a73590f0a" + "7e4d71bd-0ce9-4f36-8291-d3c289fbac3b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -44,47 +41,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:55 GMT" + ], "Content-Length": [ - "351" + "357" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-02-12T23:23:48Z\",\r\n \"lastModifiedDateTime\": \"2019-02-13T01:31:09Z\",\r\n \"lastTrainedDateTime\": \"2019-02-13T01:26:00Z\",\r\n \"lastPublishedDateTime\": \"2019-02-12T23:34:15Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 1,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"Trained\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-08-25T18:00:46Z\",\r\n \"lastModifiedDateTime\": \"2019-08-25T19:16:55Z\",\r\n \"lastTrainedDateTime\": \"2019-08-25T18:38:34Z\",\r\n \"lastPublishedDateTime\": \"2019-08-25T19:16:38Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 2,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"NeedsTraining\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1_/", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xXy8=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1_/", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xXy8=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:31:09 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "4d5b3e28-b744-4bf0-bdaa-c2b3ac1cafb3" + "54679503-ead1-4bb8-b186-d5ab350cb6a0" ], "Request-Id": [ - "4d5b3e28-b744-4bf0-bdaa-c2b3ac1cafb3" + "54679503-ead1-4bb8-b186-d5ab350cb6a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -98,6 +95,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:55 GMT" + ], "Content-Length": [ "134" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/ListVersions.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/ListVersions.json index 1c4b36515b9ad..f082aa6e073bb 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/ListVersions.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/ListVersions.json @@ -1,36 +1,33 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:31:10 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "9e41a2dc-6216-452c-84fa-b6d406c9c0cd" + "8fcb8d92-9be4-46f2-b469-c88b68c017ee" ], "Request-Id": [ - "9e41a2dc-6216-452c-84fa-b6d406c9c0cd" + "8fcb8d92-9be4-46f2-b469-c88b68c017ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -44,14 +41,17 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:58 GMT" + ], "Content-Length": [ - "351" + "357" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-02-12T23:23:48Z\",\r\n \"lastModifiedDateTime\": \"2019-02-13T01:31:09Z\",\r\n \"lastTrainedDateTime\": \"2019-02-13T01:26:00Z\",\r\n \"lastPublishedDateTime\": \"2019-02-12T23:34:15Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 1,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"Trained\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-08-25T18:00:46Z\",\r\n \"lastModifiedDateTime\": \"2019-08-25T19:16:55Z\",\r\n \"lastTrainedDateTime\": \"2019-08-25T18:38:34Z\",\r\n \"lastPublishedDateTime\": \"2019-08-25T19:16:38Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 2,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"NeedsTraining\"\r\n }\r\n]", "StatusCode": 200 } ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/ListVersions_ErrorAppId.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/ListVersions_ErrorAppId.json index 982e0d868cdc2..9ef8444bc21c7 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/ListVersions_ErrorAppId.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/ListVersions_ErrorAppId.json @@ -7,30 +7,27 @@ "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:31:23 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "12bc766c-ade8-4690-859c-e6c05e8bfe2e" + "172006c3-31bf-4135-a1cd-28d3a7fd5cc0" ], "Request-Id": [ - "12bc766c-ade8-4690-859c-e6c05e8bfe2e" + "172006c3-31bf-4135-a1cd-28d3a7fd5cc0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -44,6 +41,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:52 GMT" + ], "Content-Length": [ "146" ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/ListVersions_ErrorSubscriptionKey.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/ListVersions_ErrorSubscriptionKey.json index 66a165071dbbd..ef2fc358afca9 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/ListVersions_ErrorSubscriptionKey.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/ListVersions_ErrorSubscriptionKey.json @@ -1,46 +1,31 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ "3eff76bb229942899255402725b72933", - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Date": [ - "Wed, 13 Feb 2019 01:31:15 GMT" - ], - "WWW-Authenticate": [ - "AzureApiManagementKey realm=\"https://westus.api.cognitive.microsoft.com/luis/api/v2.0\",name=\"Ocp-Apim-Subscription-Key\",type=\"header\"" - ], - "apim-request-id": [ - "a330bd07-de98-436a-90e9-ad101298ce25" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains; preload" - ], - "x-content-type-options": [ - "nosniff" + "Sun, 25 Aug 2019 19:16:59 GMT" ], "Content-Length": [ - "143" - ], - "Content-Type": [ - "application/json" + "224" ] }, - "ResponseBody": "{\r\n \"statusCode\": 401,\r\n \"message\": \"Access denied due to invalid subscription key. Make sure to provide a valid key for an active subscription.\"\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"401\",\r\n \"message\": \"Access denied due to invalid subscription key or wrong API endpoint. Make sure to provide a valid key for an active subscription and use a correct regional API endpoint for your resource.\"\r\n }\r\n}", "StatusCode": 401 } ], diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/UpdateVersion.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/UpdateVersion.json index f6e348a4ae31f..8ccbba1df01cd 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/UpdateVersion.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/UpdateVersion.json @@ -1,36 +1,33 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:31:07 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "ab810c5f-995a-41fd-8ae6-b62779c25dc2" + "69a6cfc3-6565-41ae-9024-9675294d9f53" ], "Request-Id": [ - "ab810c5f-995a-41fd-8ae6-b62779c25dc2" + "69a6cfc3-6565-41ae-9024-9675294d9f53" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -44,47 +41,47 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:53 GMT" + ], "Content-Length": [ - "351" + "357" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-02-12T23:23:48Z\",\r\n \"lastModifiedDateTime\": \"2019-02-13T01:27:17Z\",\r\n \"lastTrainedDateTime\": \"2019-02-13T01:26:00Z\",\r\n \"lastPublishedDateTime\": \"2019-02-12T23:34:15Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 1,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"Trained\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-08-25T18:00:46Z\",\r\n \"lastModifiedDateTime\": \"2019-08-25T19:16:12Z\",\r\n \"lastTrainedDateTime\": \"2019-08-25T18:38:34Z\",\r\n \"lastPublishedDateTime\": \"2019-08-25T19:16:38Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 2,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"NeedsTraining\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:31:07 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "e457cdcc-d763-4027-be9f-533fb54af3c4" + "4b6de9b5-28e7-4d62-9d73-927ed7d39c47" ], "Request-Id": [ - "e457cdcc-d763-4027-be9f-533fb54af3c4" + "4b6de9b5-28e7-4d62-9d73-927ed7d39c47" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -98,30 +95,33 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:54 GMT" + ], "Content-Length": [ - "352" + "358" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"version\": \"test\",\r\n \"createdDateTime\": \"2019-02-12T23:23:48Z\",\r\n \"lastModifiedDateTime\": \"2019-02-13T01:31:08Z\",\r\n \"lastTrainedDateTime\": \"2019-02-13T01:26:00Z\",\r\n \"lastPublishedDateTime\": \"2019-02-12T23:34:15Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 1,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"Trained\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"version\": \"test\",\r\n \"createdDateTime\": \"2019-08-25T18:00:46Z\",\r\n \"lastModifiedDateTime\": \"2019-08-25T19:16:54Z\",\r\n \"lastTrainedDateTime\": \"2019-08-25T18:38:34Z\",\r\n \"lastPublishedDateTime\": \"2019-08-25T19:16:38Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 2,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"NeedsTraining\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xLw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xLw==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"version\": \"test\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -134,17 +134,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:31:07 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "a79174c5-cd26-4b16-b91e-a4baa4b615d6" + "155243f3-bd8c-4871-8ab5-85394f36f433" ], "Request-Id": [ - "a79174c5-cd26-4b16-b91e-a4baa4b615d6" + "155243f3-bd8c-4871-8ab5-85394f36f433" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -158,6 +155,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:54 GMT" + ], "Content-Length": [ "0" ] @@ -166,19 +166,19 @@ "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/test/", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvdGVzdC8=", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/test/", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvdGVzdC8=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"version\": \"0.1\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -191,17 +191,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:31:08 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "7674b5f7-c018-4389-aa3b-0d698670d6eb" + "8fb7d344-43a6-4d64-9cb0-01a97e549423" ], "Request-Id": [ - "7674b5f7-c018-4389-aa3b-0d698670d6eb" + "8fb7d344-43a6-4d64-9cb0-01a97e549423" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -215,6 +212,9 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:54 GMT" + ], "Content-Length": [ "0" ] diff --git a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/UpdateVersion_ErrorModel.json b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/UpdateVersion_ErrorModel.json index 95e325fe3bcaa..098e21b7d5d9d 100644 --- a/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/UpdateVersion_ErrorModel.json +++ b/sdk/cognitiveservices/Language.LUIS.Authoring/tests/SessionRecords/VersionsTests/UpdateVersion_ErrorModel.json @@ -1,36 +1,33 @@ { "Entries": [ { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions?skip=0&take=100", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions?skip=0&take=100", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnM/c2tpcD0wJnRha2U9MTAw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:31:13 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "865c1aff-8b72-47a7-b122-37f4293583bb" + "86ba4cda-b793-4c67-b268-2003bc024577" ], "Request-Id": [ - "865c1aff-8b72-47a7-b122-37f4293583bb" + "86ba4cda-b793-4c67-b268-2003bc024577" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -44,30 +41,33 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:50 GMT" + ], "Content-Length": [ - "351" + "357" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "[\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-02-12T23:23:48Z\",\r\n \"lastModifiedDateTime\": \"2019-02-13T01:31:09Z\",\r\n \"lastTrainedDateTime\": \"2019-02-13T01:26:00Z\",\r\n \"lastPublishedDateTime\": \"2019-02-12T23:34:15Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 1,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"Trained\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"version\": \"0.1\",\r\n \"createdDateTime\": \"2019-08-25T18:00:46Z\",\r\n \"lastModifiedDateTime\": \"2019-08-25T19:16:12Z\",\r\n \"lastTrainedDateTime\": \"2019-08-25T18:38:34Z\",\r\n \"lastPublishedDateTime\": \"2019-08-25T19:16:38Z\",\r\n \"endpointUrl\": null,\r\n \"assignedEndpointKey\": null,\r\n \"externalApiKeys\": null,\r\n \"intentsCount\": 2,\r\n \"entitiesCount\": 0,\r\n \"endpointHitsCount\": 0,\r\n \"trainingStatus\": \"NeedsTraining\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/luis/api/v2.0/apps/741516ba-5148-4f5c-91cc-f25d10d3a22e/versions/0.1/", - "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy83NDE1MTZiYS01MTQ4LTRmNWMtOTFjYy1mMjVkMTBkM2EyMmUvdmVyc2lvbnMvMC4xLw==", + "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/", + "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xLw==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"version\": \"\"\r\n}", "RequestHeaders": { "Ocp-Apim-Subscription-Key": [ - "00000000000000000000000000000000" + "62b834e0069943d9b035f32abd230359" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.27617.04", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient/3.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -80,17 +80,14 @@ "Cache-Control": [ "no-store, proxy-revalidate, no-cache, max-age=0, private" ], - "Date": [ - "Wed, 13 Feb 2019 01:31:13 GMT" - ], "Pragma": [ "no-cache" ], "Apim-Request-Id": [ - "54dd077e-3b94-44f4-806d-da9a41fae6cf" + "bbb6f490-6cad-4f67-833a-fb8b39222c99" ], "Request-Id": [ - "54dd077e-3b94-44f4-806d-da9a41fae6cf" + "bbb6f490-6cad-4f67-833a-fb8b39222c99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains; preload" @@ -104,14 +101,17 @@ "X-Frame-Options": [ "SAMEORIGIN" ], + "Date": [ + "Sun, 25 Aug 2019 19:16:51 GMT" + ], "Content-Length": [ - "107" + "121" ], "Content-Type": [ "application/json; charset=utf-8" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"BadArgument\",\r\n \"message\": \"newVersionId cannot be null or empty.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"BadArgument\",\r\n \"message\": \"The application version ID cannot be null or empty.\"\r\n }\r\n}", "StatusCode": 400 } ],