@azure/ai-language-conversations 1.0.0-alpha.20240826.1 → 1.0.0-alpha.20240827.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist-esm/src/azureKeyCredentialPolicy.js +1 -1
- package/dist-esm/src/azureKeyCredentialPolicy.js.map +1 -1
- package/dist-esm/src/constants.js +1 -1
- package/dist-esm/src/constants.js.map +1 -1
- package/dist-esm/src/conversationAnalysisClient.js +1 -1
- package/dist-esm/src/conversationAnalysisClient.js.map +1 -1
- package/dist-esm/src/index.js +1 -1
- package/dist-esm/src/index.js.map +1 -1
- package/dist-esm/src/models.js +1 -1
- package/dist-esm/src/models.js.map +1 -1
- package/dist-esm/test/public/analyze.spec.js +1 -1
- package/dist-esm/test/public/analyze.spec.js.map +1 -1
- package/dist-esm/test/public/utils/recordedClient.js +1 -1
- package/dist-esm/test/public/utils/recordedClient.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -30,7 +30,7 @@ var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespaceDefault(coreRest
|
|
|
30
30
|
var coreClient__namespace = /*#__PURE__*/_interopNamespaceDefault(coreClient);
|
|
31
31
|
|
|
32
32
|
// Copyright (c) Microsoft Corporation.
|
|
33
|
-
// Licensed under the MIT
|
|
33
|
+
// Licensed under the MIT License.
|
|
34
34
|
const DEFAULT_COGNITIVE_SCOPE = "https://cognitiveservices.azure.com/.default";
|
|
35
35
|
const SDK_VERSION = "1.0.0-beta.1";
|
|
36
36
|
|
|
@@ -3076,7 +3076,7 @@ const conversationAnalysisOperationSpec = {
|
|
|
3076
3076
|
};
|
|
3077
3077
|
|
|
3078
3078
|
// Copyright (c) Microsoft Corporation.
|
|
3079
|
-
// Licensed under the MIT
|
|
3079
|
+
// Licensed under the MIT License.
|
|
3080
3080
|
const API_KEY_HEADER_NAME = "Ocp-Apim-Subscription-Key";
|
|
3081
3081
|
/**
|
|
3082
3082
|
* The programmatic identifier of the conversationAnalysisAzureKeyCredentialPolicy.
|
|
@@ -3098,7 +3098,7 @@ function conversationAnalysisAzureKeyCredentialPolicy(credential) {
|
|
|
3098
3098
|
}
|
|
3099
3099
|
|
|
3100
3100
|
// Copyright (c) Microsoft Corporation.
|
|
3101
|
-
// Licensed under the MIT
|
|
3101
|
+
// Licensed under the MIT License.
|
|
3102
3102
|
/**
|
|
3103
3103
|
* A client for interacting with the conversational language understanding
|
|
3104
3104
|
* features in Azure Cognitive Language Service.
|
|
@@ -3175,7 +3175,7 @@ class ConversationAnalysisClient {
|
|
|
3175
3175
|
}
|
|
3176
3176
|
|
|
3177
3177
|
// Copyright (c) Microsoft Corporation.
|
|
3178
|
-
// Licensed under the MIT
|
|
3178
|
+
// Licensed under the MIT License.
|
|
3179
3179
|
/** Known values of {@link AnalyzeConversationTaskKind} that the service accepts. */
|
|
3180
3180
|
exports.KnownAnalyzeConversationTaskKind = void 0;
|
|
3181
3181
|
(function (KnownAnalyzeConversationTaskKind) {
|