@aws-sdk/client-lex-runtime-service 3.743.0 → 3.744.0
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-types/models/models_0.d.ts +6 -6
- package/package.json +12 -12
|
@@ -847,8 +847,6 @@ export interface PostContentResponse {
|
|
|
847
847
|
*/
|
|
848
848
|
sentimentResponse?: string | undefined;
|
|
849
849
|
/**
|
|
850
|
-
* @deprecated
|
|
851
|
-
*
|
|
852
850
|
* <p>You can only use this field in the de-DE, en-AU, en-GB, en-US, es-419,
|
|
853
851
|
* es-ES, es-US, fr-CA, fr-FR, and it-IT locales. In all other locales, the
|
|
854
852
|
* <code>message</code> field is null. You should use the
|
|
@@ -869,6 +867,8 @@ export interface PostContentResponse {
|
|
|
869
867
|
* returned, see <a>msg-prompts-formats</a>.</p>
|
|
870
868
|
* <p>If the Lambda function returns a message, Amazon Lex passes it to the client
|
|
871
869
|
* in its response.</p>
|
|
870
|
+
*
|
|
871
|
+
* @deprecated
|
|
872
872
|
* @public
|
|
873
873
|
*/
|
|
874
874
|
message?: string | undefined;
|
|
@@ -989,8 +989,6 @@ export interface PostContentResponse {
|
|
|
989
989
|
*/
|
|
990
990
|
slotToElicit?: string | undefined;
|
|
991
991
|
/**
|
|
992
|
-
* @deprecated
|
|
993
|
-
*
|
|
994
992
|
* <p>The text used to process the request.</p>
|
|
995
993
|
* <p>You can use this field only in the de-DE, en-AU, en-GB, en-US, es-419,
|
|
996
994
|
* es-ES, es-US, fr-CA, fr-FR, and it-IT locales. In all other locales, the
|
|
@@ -1001,6 +999,8 @@ export interface PostContentResponse {
|
|
|
1001
999
|
* that is actually processed to recognize intents and slot values. You can
|
|
1002
1000
|
* use this information to determine if Amazon Lex is correctly processing the
|
|
1003
1001
|
* audio that you send.</p>
|
|
1002
|
+
*
|
|
1003
|
+
* @deprecated
|
|
1004
1004
|
* @public
|
|
1005
1005
|
*/
|
|
1006
1006
|
inputTranscript?: string | undefined;
|
|
@@ -1670,13 +1670,13 @@ export interface PutSessionResponse {
|
|
|
1670
1670
|
*/
|
|
1671
1671
|
sessionAttributes?: __AutomaticJsonStringConversion | string | undefined;
|
|
1672
1672
|
/**
|
|
1673
|
-
* @deprecated
|
|
1674
|
-
*
|
|
1675
1673
|
* <p>The next message that should be presented to the user.</p>
|
|
1676
1674
|
* <p>You can only use this field in the de-DE, en-AU, en-GB, en-US, es-419,
|
|
1677
1675
|
* es-ES, es-US, fr-CA, fr-FR, and it-IT locales. In all other locales, the
|
|
1678
1676
|
* <code>message</code> field is null. You should use the
|
|
1679
1677
|
* <code>encodedMessage</code> field instead.</p>
|
|
1678
|
+
*
|
|
1679
|
+
* @deprecated
|
|
1680
1680
|
* @public
|
|
1681
1681
|
*/
|
|
1682
1682
|
message?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lex-runtime-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lex Runtime Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.744.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-lex-runtime-service",
|
|
@@ -22,38 +22,38 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
24
24
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/core": "3.744.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.744.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.734.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.744.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
32
32
|
"@aws-sdk/types": "3.734.0",
|
|
33
33
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.744.0",
|
|
36
36
|
"@smithy/config-resolver": "^4.0.1",
|
|
37
|
-
"@smithy/core": "^3.1.
|
|
37
|
+
"@smithy/core": "^3.1.2",
|
|
38
38
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
39
39
|
"@smithy/hash-node": "^4.0.1",
|
|
40
40
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
41
41
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
42
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
43
|
-
"@smithy/middleware-retry": "^4.0.
|
|
44
|
-
"@smithy/middleware-serde": "^4.0.
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.0.3",
|
|
43
|
+
"@smithy/middleware-retry": "^4.0.4",
|
|
44
|
+
"@smithy/middleware-serde": "^4.0.2",
|
|
45
45
|
"@smithy/middleware-stack": "^4.0.1",
|
|
46
46
|
"@smithy/node-config-provider": "^4.0.1",
|
|
47
47
|
"@smithy/node-http-handler": "^4.0.2",
|
|
48
48
|
"@smithy/protocol-http": "^5.0.1",
|
|
49
|
-
"@smithy/smithy-client": "^4.1.
|
|
49
|
+
"@smithy/smithy-client": "^4.1.3",
|
|
50
50
|
"@smithy/types": "^4.1.0",
|
|
51
51
|
"@smithy/url-parser": "^4.0.1",
|
|
52
52
|
"@smithy/util-base64": "^4.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.0.4",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.0.4",
|
|
57
57
|
"@smithy/util-endpoints": "^3.0.1",
|
|
58
58
|
"@smithy/util-middleware": "^4.0.1",
|
|
59
59
|
"@smithy/util-retry": "^4.0.1",
|