@aws-sdk/client-lex-runtime-service 3.30.0 → 3.34.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/CHANGELOG.md +35 -0
- package/dist/cjs/LexRuntimeService.spec.js +1 -1
- package/dist/cjs/LexRuntimeService.spec.js.map +1 -1
- package/dist/cjs/LexRuntimeServiceClient.js +13 -13
- package/dist/cjs/LexRuntimeServiceClient.js.map +1 -1
- package/dist/cjs/commands/DeleteSessionCommand.js +3 -3
- package/dist/cjs/commands/DeleteSessionCommand.js.map +1 -1
- package/dist/cjs/commands/GetSessionCommand.js +3 -3
- package/dist/cjs/commands/GetSessionCommand.js.map +1 -1
- package/dist/cjs/commands/PostContentCommand.js +3 -3
- package/dist/cjs/commands/PostContentCommand.js.map +1 -1
- package/dist/cjs/commands/PostTextCommand.js +3 -3
- package/dist/cjs/commands/PostTextCommand.js.map +1 -1
- package/dist/cjs/commands/PutSessionCommand.js +3 -3
- package/dist/cjs/commands/PutSessionCommand.js.map +1 -1
- package/dist/cjs/endpoints.js +1 -1
- package/dist/cjs/endpoints.js.map +1 -1
- package/dist/cjs/index.js +8 -8
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/models/index.js +1 -1
- package/dist/cjs/models/index.js.map +1 -1
- package/dist/cjs/package.json +40 -40
- package/dist/cjs/protocols/Aws_restJson1.js +81 -81
- package/dist/cjs/protocols/Aws_restJson1.js.map +1 -1
- package/dist/cjs/runtimeConfig.browser.js +4 -4
- package/dist/cjs/runtimeConfig.browser.js.map +1 -1
- package/dist/cjs/runtimeConfig.js +8 -8
- package/dist/cjs/runtimeConfig.js.map +1 -1
- package/dist/cjs/runtimeConfig.native.js +1 -1
- package/dist/cjs/runtimeConfig.native.js.map +1 -1
- package/dist/es/LexRuntimeService.js +1 -15
- package/dist/es/LexRuntimeService.js.map +1 -1
- package/dist/es/LexRuntimeService.spec.js +2 -4
- package/dist/es/LexRuntimeService.spec.js.map +1 -1
- package/dist/es/LexRuntimeServiceClient.js +1 -20
- package/dist/es/LexRuntimeServiceClient.js.map +1 -1
- package/dist/es/commands/DeleteSessionCommand.js +2 -28
- package/dist/es/commands/DeleteSessionCommand.js.map +1 -1
- package/dist/es/commands/GetSessionCommand.js +2 -28
- package/dist/es/commands/GetSessionCommand.js.map +1 -1
- package/dist/es/commands/PostContentCommand.js +2 -103
- package/dist/es/commands/PostContentCommand.js.map +1 -1
- package/dist/es/commands/PostTextCommand.js +2 -102
- package/dist/es/commands/PostTextCommand.js.map +1 -1
- package/dist/es/commands/PutSessionCommand.js +2 -31
- package/dist/es/commands/PutSessionCommand.js.map +1 -1
- package/dist/es/endpoints.js +1 -1
- package/dist/es/endpoints.js.map +1 -1
- package/dist/es/models/models_0.js +0 -93
- package/dist/es/models/models_0.js.map +1 -1
- package/dist/es/package.json +40 -40
- package/dist/es/protocols/Aws_restJson1.js +204 -209
- package/dist/es/protocols/Aws_restJson1.js.map +1 -1
- package/dist/es/runtimeConfig.browser.js +0 -3
- package/dist/es/runtimeConfig.browser.js.map +1 -1
- package/dist/es/runtimeConfig.js +0 -3
- package/dist/es/runtimeConfig.js.map +1 -1
- package/dist/es/runtimeConfig.native.js +0 -3
- package/dist/es/runtimeConfig.native.js.map +1 -1
- package/dist/es/runtimeConfig.shared.js +0 -3
- package/dist/es/runtimeConfig.shared.js.map +1 -1
- package/dist/types/runtimeConfig.browser.d.ts +1 -0
- package/dist/types/runtimeConfig.d.ts +1 -0
- package/dist/types/runtimeConfig.native.d.ts +1 -0
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/dist/types/ts3.4/runtimeConfig.d.ts +1 -0
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +40 -40
- package/protocols/Aws_restJson1.ts +19 -13
- package/tsconfig.es.json +0 -2
- package/tsconfig.json +3 -5
- package/tsconfig.types.json +8 -0
|
@@ -3,114 +3,13 @@ import { PostContentRequest, PostContentResponse } from "../models/models_0";
|
|
|
3
3
|
import { deserializeAws_restJson1PostContentCommand, serializeAws_restJson1PostContentCommand, } from "../protocols/Aws_restJson1";
|
|
4
4
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
* <p> Sends user input (text or speech) to Amazon Lex. Clients use this API to
|
|
8
|
-
* send text and audio requests to Amazon Lex at runtime. Amazon Lex interprets the
|
|
9
|
-
* user input using the machine learning model that it built for the bot. </p>
|
|
10
|
-
* <p>The <code>PostContent</code> operation supports audio input at 8kHz
|
|
11
|
-
* and 16kHz. You can use 8kHz audio to achieve higher speech recognition
|
|
12
|
-
* accuracy in telephone audio applications. </p>
|
|
13
|
-
* <p> In response, Amazon Lex returns the next message to convey to the user.
|
|
14
|
-
* Consider the following example messages: </p>
|
|
15
|
-
* <ul>
|
|
16
|
-
* <li>
|
|
17
|
-
* <p> For a user input "I would like a pizza," Amazon Lex might return a
|
|
18
|
-
* response with a message eliciting slot data (for example,
|
|
19
|
-
* <code>PizzaSize</code>): "What size pizza would you like?". </p>
|
|
20
|
-
* </li>
|
|
21
|
-
* <li>
|
|
22
|
-
* <p> After the user provides all of the pizza order information, Amazon Lex
|
|
23
|
-
* might return a response with a message to get user confirmation:
|
|
24
|
-
* "Order the pizza?". </p>
|
|
25
|
-
* </li>
|
|
26
|
-
* <li>
|
|
27
|
-
* <p> After the user replies "Yes" to the confirmation prompt, Amazon Lex
|
|
28
|
-
* might return a conclusion statement: "Thank you, your cheese pizza has
|
|
29
|
-
* been ordered.". </p>
|
|
30
|
-
* </li>
|
|
31
|
-
* </ul>
|
|
32
|
-
* <p> Not all Amazon Lex messages require a response from the user. For example,
|
|
33
|
-
* conclusion statements do not require a response. Some messages require
|
|
34
|
-
* only a yes or no response. In addition to the <code>message</code>, Amazon Lex
|
|
35
|
-
* provides additional context about the message in the response that you can
|
|
36
|
-
* use to enhance client behavior, such as displaying the appropriate client
|
|
37
|
-
* user interface. Consider the following examples: </p>
|
|
38
|
-
* <ul>
|
|
39
|
-
* <li>
|
|
40
|
-
* <p> If the message is to elicit slot data, Amazon Lex returns the
|
|
41
|
-
* following context information: </p>
|
|
42
|
-
* <ul>
|
|
43
|
-
* <li>
|
|
44
|
-
* <p>
|
|
45
|
-
* <code>x-amz-lex-dialog-state</code> header set to
|
|
46
|
-
* <code>ElicitSlot</code>
|
|
47
|
-
* </p>
|
|
48
|
-
* </li>
|
|
49
|
-
* <li>
|
|
50
|
-
* <p>
|
|
51
|
-
* <code>x-amz-lex-intent-name</code> header set to the intent name
|
|
52
|
-
* in the current context </p>
|
|
53
|
-
* </li>
|
|
54
|
-
* <li>
|
|
55
|
-
* <p>
|
|
56
|
-
* <code>x-amz-lex-slot-to-elicit</code> header set to the slot name
|
|
57
|
-
* for which the <code>message</code> is eliciting information
|
|
58
|
-
* </p>
|
|
59
|
-
* </li>
|
|
60
|
-
* <li>
|
|
61
|
-
* <p>
|
|
62
|
-
* <code>x-amz-lex-slots</code> header set to a map of slots
|
|
63
|
-
* configured for the intent with their current values </p>
|
|
64
|
-
* </li>
|
|
65
|
-
* </ul>
|
|
66
|
-
* </li>
|
|
67
|
-
* <li>
|
|
68
|
-
* <p> If the message is a confirmation prompt, the
|
|
69
|
-
* <code>x-amz-lex-dialog-state</code> header is set to
|
|
70
|
-
* <code>Confirmation</code> and the
|
|
71
|
-
* <code>x-amz-lex-slot-to-elicit</code> header is omitted. </p>
|
|
72
|
-
* </li>
|
|
73
|
-
* <li>
|
|
74
|
-
* <p> If the message is a clarification prompt configured for the
|
|
75
|
-
* intent, indicating that the user intent is not understood, the
|
|
76
|
-
* <code>x-amz-dialog-state</code> header is set to
|
|
77
|
-
* <code>ElicitIntent</code> and the <code>x-amz-slot-to-elicit</code>
|
|
78
|
-
* header is omitted. </p>
|
|
79
|
-
* </li>
|
|
80
|
-
* </ul>
|
|
81
|
-
* <p> In addition, Amazon Lex also returns your application-specific
|
|
82
|
-
* <code>sessionAttributes</code>. For more information, see <a href="https://docs.aws.amazon.com/lex/latest/dg/context-mgmt.html">Managing
|
|
83
|
-
* Conversation Context</a>. </p>
|
|
84
|
-
* @example
|
|
85
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
86
|
-
* ```javascript
|
|
87
|
-
* import { LexRuntimeServiceClient, PostContentCommand } from "@aws-sdk/client-lex-runtime-service"; // ES Modules import
|
|
88
|
-
* // const { LexRuntimeServiceClient, PostContentCommand } = require("@aws-sdk/client-lex-runtime-service"); // CommonJS import
|
|
89
|
-
* const client = new LexRuntimeServiceClient(config);
|
|
90
|
-
* const command = new PostContentCommand(input);
|
|
91
|
-
* const response = await client.send(command);
|
|
92
|
-
* ```
|
|
93
|
-
*
|
|
94
|
-
* @see {@link PostContentCommandInput} for command's `input` shape.
|
|
95
|
-
* @see {@link PostContentCommandOutput} for command's `response` shape.
|
|
96
|
-
* @see {@link LexRuntimeServiceClientResolvedConfig | config} for command's `input` shape.
|
|
97
|
-
*
|
|
98
|
-
*/
|
|
99
|
-
var PostContentCommand = /** @class */ (function (_super) {
|
|
6
|
+
var PostContentCommand = (function (_super) {
|
|
100
7
|
__extends(PostContentCommand, _super);
|
|
101
|
-
// Start section: command_properties
|
|
102
|
-
// End section: command_properties
|
|
103
8
|
function PostContentCommand(input) {
|
|
104
|
-
var _this =
|
|
105
|
-
// Start section: command_constructor
|
|
106
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
107
10
|
_this.input = input;
|
|
108
11
|
return _this;
|
|
109
|
-
// End section: command_constructor
|
|
110
12
|
}
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
13
|
PostContentCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
115
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
116
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PostContentCommand.js","sourceRoot":"","sources":["../../../commands/PostContentCommand.ts"],"names":[],"mappings":";AAKA,OAAO,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAC7E,OAAO,EACL,0CAA0C,EAC1C,wCAAwC,GACzC,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"PostContentCommand.js","sourceRoot":"","sources":["../../../commands/PostContentCommand.ts"],"names":[],"mappings":";AAKA,OAAO,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAC7E,OAAO,EACL,0CAA0C,EAC1C,wCAAwC,GACzC,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAoH7D;IAAwC,sCAIvC;IAIC,4BAAqB,KAA8B;QAAnD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAyB;;IAInD,CAAC;IAKD,8CAAiB,GAAjB,UACE,WAAmE,EACnE,aAAoD,EACpD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,yBAAyB,CAAC;QAC7C,IAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,kBAAkB,CAAC,kBAAkB;YAC9D,wBAAwB,EAAE,mBAAmB,CAAC,kBAAkB;SACjE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,sCAAS,GAAjB,UAAkB,KAA8B,EAAE,OAAuB;QACvE,OAAO,wCAAwC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAEO,wCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,0CAA0C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAIH,yBAAC;AAAD,CAAC,AAtDD,CAAwC,QAAQ,GAsD/C"}
|
|
@@ -3,113 +3,13 @@ import { PostTextRequest, PostTextResponse } from "../models/models_0";
|
|
|
3
3
|
import { deserializeAws_restJson1PostTextCommand, serializeAws_restJson1PostTextCommand, } from "../protocols/Aws_restJson1";
|
|
4
4
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
* <p>Sends user input to Amazon Lex. Client applications can use this API to
|
|
8
|
-
* send requests to Amazon Lex at runtime. Amazon Lex then interprets the user input
|
|
9
|
-
* using the machine learning model it built for the bot. </p>
|
|
10
|
-
* <p> In response, Amazon Lex returns the next <code>message</code> to convey to
|
|
11
|
-
* the user an optional <code>responseCard</code> to display. Consider the
|
|
12
|
-
* following example messages: </p>
|
|
13
|
-
* <ul>
|
|
14
|
-
* <li>
|
|
15
|
-
* <p> For a user input "I would like a pizza", Amazon Lex might return a
|
|
16
|
-
* response with a message eliciting slot data (for example, PizzaSize):
|
|
17
|
-
* "What size pizza would you like?" </p>
|
|
18
|
-
* </li>
|
|
19
|
-
* <li>
|
|
20
|
-
* <p> After the user provides all of the pizza order information,
|
|
21
|
-
* Amazon Lex might return a response with a message to obtain user
|
|
22
|
-
* confirmation "Proceed with the pizza order?". </p>
|
|
23
|
-
* </li>
|
|
24
|
-
* <li>
|
|
25
|
-
* <p> After the user replies to a confirmation prompt with a "yes",
|
|
26
|
-
* Amazon Lex might return a conclusion statement: "Thank you, your cheese
|
|
27
|
-
* pizza has been ordered.". </p>
|
|
28
|
-
* </li>
|
|
29
|
-
* </ul>
|
|
30
|
-
*
|
|
31
|
-
* <p> Not all Amazon Lex messages require a user response. For example, a
|
|
32
|
-
* conclusion statement does not require a response. Some messages require
|
|
33
|
-
* only a "yes" or "no" user response. In addition to the
|
|
34
|
-
* <code>message</code>, Amazon Lex provides additional context about the
|
|
35
|
-
* message in the response that you might use to enhance client behavior, for
|
|
36
|
-
* example, to display the appropriate client user interface. These are the
|
|
37
|
-
* <code>slotToElicit</code>, <code>dialogState</code>,
|
|
38
|
-
* <code>intentName</code>, and <code>slots</code> fields in the response.
|
|
39
|
-
* Consider the following examples: </p>
|
|
40
|
-
*
|
|
41
|
-
* <ul>
|
|
42
|
-
* <li>
|
|
43
|
-
* <p>If the message is to elicit slot data, Amazon Lex returns the
|
|
44
|
-
* following context information:</p>
|
|
45
|
-
* <ul>
|
|
46
|
-
* <li>
|
|
47
|
-
* <p>
|
|
48
|
-
* <code>dialogState</code> set to ElicitSlot </p>
|
|
49
|
-
* </li>
|
|
50
|
-
* <li>
|
|
51
|
-
* <p>
|
|
52
|
-
* <code>intentName</code> set to the intent name in the current
|
|
53
|
-
* context </p>
|
|
54
|
-
* </li>
|
|
55
|
-
* <li>
|
|
56
|
-
* <p>
|
|
57
|
-
* <code>slotToElicit</code> set to the slot name for which the
|
|
58
|
-
* <code>message</code> is eliciting information </p>
|
|
59
|
-
* </li>
|
|
60
|
-
* <li>
|
|
61
|
-
* <p>
|
|
62
|
-
* <code>slots</code> set to a map of slots, configured for the
|
|
63
|
-
* intent, with currently known values </p>
|
|
64
|
-
* </li>
|
|
65
|
-
* </ul>
|
|
66
|
-
* </li>
|
|
67
|
-
* <li>
|
|
68
|
-
* <p> If the message is a confirmation prompt, the
|
|
69
|
-
* <code>dialogState</code> is set to ConfirmIntent and
|
|
70
|
-
* <code>SlotToElicit</code> is set to null. </p>
|
|
71
|
-
* </li>
|
|
72
|
-
* <li>
|
|
73
|
-
* <p>If the message is a clarification prompt (configured for the
|
|
74
|
-
* intent) that indicates that user intent is not understood, the
|
|
75
|
-
* <code>dialogState</code> is set to ElicitIntent and
|
|
76
|
-
* <code>slotToElicit</code> is set to null. </p>
|
|
77
|
-
* </li>
|
|
78
|
-
* </ul>
|
|
79
|
-
*
|
|
80
|
-
* <p> In addition, Amazon Lex also returns your application-specific
|
|
81
|
-
* <code>sessionAttributes</code>. For more information, see <a href="https://docs.aws.amazon.com/lex/latest/dg/context-mgmt.html">Managing
|
|
82
|
-
* Conversation Context</a>. </p>
|
|
83
|
-
* @example
|
|
84
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
85
|
-
* ```javascript
|
|
86
|
-
* import { LexRuntimeServiceClient, PostTextCommand } from "@aws-sdk/client-lex-runtime-service"; // ES Modules import
|
|
87
|
-
* // const { LexRuntimeServiceClient, PostTextCommand } = require("@aws-sdk/client-lex-runtime-service"); // CommonJS import
|
|
88
|
-
* const client = new LexRuntimeServiceClient(config);
|
|
89
|
-
* const command = new PostTextCommand(input);
|
|
90
|
-
* const response = await client.send(command);
|
|
91
|
-
* ```
|
|
92
|
-
*
|
|
93
|
-
* @see {@link PostTextCommandInput} for command's `input` shape.
|
|
94
|
-
* @see {@link PostTextCommandOutput} for command's `response` shape.
|
|
95
|
-
* @see {@link LexRuntimeServiceClientResolvedConfig | config} for command's `input` shape.
|
|
96
|
-
*
|
|
97
|
-
*/
|
|
98
|
-
var PostTextCommand = /** @class */ (function (_super) {
|
|
6
|
+
var PostTextCommand = (function (_super) {
|
|
99
7
|
__extends(PostTextCommand, _super);
|
|
100
|
-
// Start section: command_properties
|
|
101
|
-
// End section: command_properties
|
|
102
8
|
function PostTextCommand(input) {
|
|
103
|
-
var _this =
|
|
104
|
-
// Start section: command_constructor
|
|
105
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
106
10
|
_this.input = input;
|
|
107
11
|
return _this;
|
|
108
|
-
// End section: command_constructor
|
|
109
12
|
}
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
13
|
PostTextCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
114
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
115
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PostTextCommand.js","sourceRoot":"","sources":["../../../commands/PostTextCommand.ts"],"names":[],"mappings":";AAKA,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACvE,OAAO,EACL,uCAAuC,EACvC,qCAAqC,GACtC,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"PostTextCommand.js","sourceRoot":"","sources":["../../../commands/PostTextCommand.ts"],"names":[],"mappings":";AAKA,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACvE,OAAO,EACL,uCAAuC,EACvC,qCAAqC,GACtC,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AA0G7D;IAAqC,mCAIpC;IAIC,yBAAqB,KAA2B;QAAhD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAsB;;IAIhD,CAAC;IAKD,2CAAiB,GAAjB,UACE,WAAmE,EACnE,aAAoD,EACpD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,yBAAyB,CAAC;QAC7C,IAAM,WAAW,GAAG,iBAAiB,CAAC;QACtC,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,eAAe,CAAC,kBAAkB;YAC3D,wBAAwB,EAAE,gBAAgB,CAAC,kBAAkB;SAC9D,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,mCAAS,GAAjB,UAAkB,KAA2B,EAAE,OAAuB;QACpE,OAAO,qCAAqC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC/D,CAAC;IAEO,qCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,uCAAuC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAIH,sBAAC;AAAD,CAAC,AAtDD,CAAqC,QAAQ,GAsD5C"}
|
|
@@ -3,42 +3,13 @@ import { PutSessionRequest, PutSessionResponse } from "../models/models_0";
|
|
|
3
3
|
import { deserializeAws_restJson1PutSessionCommand, serializeAws_restJson1PutSessionCommand, } from "../protocols/Aws_restJson1";
|
|
4
4
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
* <p>Creates a new session or modifies an existing session with an Amazon Lex
|
|
8
|
-
* bot. Use this operation to enable your application to set the state of the
|
|
9
|
-
* bot.</p>
|
|
10
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/lex/latest/dg/how-session-api.html">Managing
|
|
11
|
-
* Sessions</a>.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { LexRuntimeServiceClient, PutSessionCommand } from "@aws-sdk/client-lex-runtime-service"; // ES Modules import
|
|
16
|
-
* // const { LexRuntimeServiceClient, PutSessionCommand } = require("@aws-sdk/client-lex-runtime-service"); // CommonJS import
|
|
17
|
-
* const client = new LexRuntimeServiceClient(config);
|
|
18
|
-
* const command = new PutSessionCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link PutSessionCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link PutSessionCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LexRuntimeServiceClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
var PutSessionCommand = /** @class */ (function (_super) {
|
|
6
|
+
var PutSessionCommand = (function (_super) {
|
|
28
7
|
__extends(PutSessionCommand, _super);
|
|
29
|
-
// Start section: command_properties
|
|
30
|
-
// End section: command_properties
|
|
31
8
|
function PutSessionCommand(input) {
|
|
32
|
-
var _this =
|
|
33
|
-
// Start section: command_constructor
|
|
34
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
35
10
|
_this.input = input;
|
|
36
11
|
return _this;
|
|
37
|
-
// End section: command_constructor
|
|
38
12
|
}
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
13
|
PutSessionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
43
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
44
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PutSessionCommand.js","sourceRoot":"","sources":["../../../commands/PutSessionCommand.ts"],"names":[],"mappings":";AAKA,OAAO,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAC3E,OAAO,EACL,yCAAyC,EACzC,uCAAuC,GACxC,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"PutSessionCommand.js","sourceRoot":"","sources":["../../../commands/PutSessionCommand.ts"],"names":[],"mappings":";AAKA,OAAO,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAC3E,OAAO,EACL,yCAAyC,EACzC,uCAAuC,GACxC,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAmC7D;IAAuC,qCAItC;IAIC,2BAAqB,KAA6B;QAAlD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAwB;;IAIlD,CAAC;IAKD,6CAAiB,GAAjB,UACE,WAAmE,EACnE,aAAoD,EACpD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,yBAAyB,CAAC;QAC7C,IAAM,WAAW,GAAG,mBAAmB,CAAC;QACxC,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,iBAAiB,CAAC,kBAAkB;YAC7D,wBAAwB,EAAE,kBAAkB,CAAC,kBAAkB;SAChE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,qCAAS,GAAjB,UAAkB,KAA6B,EAAE,OAAuB;QACtE,OAAO,uCAAuC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACjE,CAAC;IAEO,uCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,yCAAyC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACpE,CAAC;IAIH,wBAAC;AAAD,CAAC,AAtDD,CAAuC,QAAQ,GAsD9C"}
|
package/dist/es/endpoints.js
CHANGED
|
@@ -62,7 +62,7 @@ var partitionHash = {
|
|
|
62
62
|
};
|
|
63
63
|
export var defaultRegionInfoProvider = function (region, options) { return __awaiter(void 0, void 0, void 0, function () {
|
|
64
64
|
return __generator(this, function (_a) {
|
|
65
|
-
return [2
|
|
65
|
+
return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "lex", regionHash: regionHash, partitionHash: partitionHash }))];
|
|
66
66
|
});
|
|
67
67
|
}); };
|
|
68
68
|
//# sourceMappingURL=endpoints.js.map
|
package/dist/es/endpoints.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../../endpoints.ts"],"names":[],"mappings":";AAAA,OAAO,EAA6B,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAGpF,IAAM,UAAU,GAAe;IAC7B,gBAAgB,EAAE;QAChB,QAAQ,EAAE,0CAA0C;QACpD,aAAa,EAAE,WAAW;KAC3B;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,8CAA8C;QACxD,aAAa,EAAE,eAAe;KAC/B;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,0CAA0C;QACpD,aAAa,EAAE,WAAW;KAC3B;CACF,CAAC;AAEF,IAAM,aAAa,GAAkB;IACnC,GAAG,EAAE;QACH,OAAO,EAAE;YACP,YAAY;YACZ,WAAW;YACX,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,gBAAgB;YAChB,gBAAgB;YAChB,cAAc;YACd,cAAc;YACd,YAAY;YACZ,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,YAAY;YACZ,WAAW;YACX,WAAW;YACX,gBAAgB;YAChB,WAAW;YACX,WAAW;YACX,WAAW;YACX,gBAAgB;SACjB;QACD,QAAQ,EAAE,oCAAoC;KAC/C;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;QACzC,QAAQ,EAAE,uCAAuC;KAClD;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC,eAAe,CAAC;QAC1B,QAAQ,EAAE,iCAAiC;KAC5C;IACD,WAAW,EAAE;QACX,OAAO,EAAE,CAAC,gBAAgB,CAAC;QAC3B,QAAQ,EAAE,oCAAoC;KAC/C;IACD,YAAY,EAAE;QACZ,OAAO,EAAE,CAAC,eAAe,EAAE,eAAe,EAAE,oBAAoB,CAAC;QACjE,QAAQ,EAAE,oCAAoC;KAC/C;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,yBAAyB,GAAuB,UAAO,MAAc,EAAE,OAAa;;QAC/F,
|
|
1
|
+
{"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../../endpoints.ts"],"names":[],"mappings":";AAAA,OAAO,EAA6B,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAGpF,IAAM,UAAU,GAAe;IAC7B,gBAAgB,EAAE;QAChB,QAAQ,EAAE,0CAA0C;QACpD,aAAa,EAAE,WAAW;KAC3B;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,8CAA8C;QACxD,aAAa,EAAE,eAAe;KAC/B;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,0CAA0C;QACpD,aAAa,EAAE,WAAW;KAC3B;CACF,CAAC;AAEF,IAAM,aAAa,GAAkB;IACnC,GAAG,EAAE;QACH,OAAO,EAAE;YACP,YAAY;YACZ,WAAW;YACX,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,gBAAgB;YAChB,gBAAgB;YAChB,cAAc;YACd,cAAc;YACd,YAAY;YACZ,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,YAAY;YACZ,WAAW;YACX,WAAW;YACX,gBAAgB;YAChB,WAAW;YACX,WAAW;YACX,WAAW;YACX,gBAAgB;SACjB;QACD,QAAQ,EAAE,oCAAoC;KAC/C;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;QACzC,QAAQ,EAAE,uCAAuC;KAClD;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC,eAAe,CAAC;QAC1B,QAAQ,EAAE,iCAAiC;KAC5C;IACD,WAAW,EAAE;QACX,OAAO,EAAE,CAAC,gBAAgB,CAAC;QAC3B,QAAQ,EAAE,oCAAoC;KAC/C;IACD,YAAY,EAAE;QACZ,OAAO,EAAE,CAAC,eAAe,EAAE,eAAe,EAAE,oBAAoB,CAAC;QACjE,QAAQ,EAAE,oCAAoC;KAC/C;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,yBAAyB,GAAuB,UAAO,MAAc,EAAE,OAAa;;QAC/F,WAAA,aAAa,CAAC,MAAM,wBACf,OAAO,KACV,cAAc,EAAE,KAAK,EACrB,UAAU,YAAA,EACV,aAAa,eAAA,IACb,EAAA;;KAAA,CAAC"}
|
|
@@ -2,72 +2,42 @@ import { __assign } from "tslib";
|
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
3
|
export var ActiveContextTimeToLive;
|
|
4
4
|
(function (ActiveContextTimeToLive) {
|
|
5
|
-
/**
|
|
6
|
-
* @internal
|
|
7
|
-
*/
|
|
8
5
|
ActiveContextTimeToLive.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
9
6
|
})(ActiveContextTimeToLive || (ActiveContextTimeToLive = {}));
|
|
10
7
|
export var ActiveContext;
|
|
11
8
|
(function (ActiveContext) {
|
|
12
|
-
/**
|
|
13
|
-
* @internal
|
|
14
|
-
*/
|
|
15
9
|
ActiveContext.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.parameters && { parameters: SENSITIVE_STRING }))); };
|
|
16
10
|
})(ActiveContext || (ActiveContext = {}));
|
|
17
11
|
export var BadRequestException;
|
|
18
12
|
(function (BadRequestException) {
|
|
19
|
-
/**
|
|
20
|
-
* @internal
|
|
21
|
-
*/
|
|
22
13
|
BadRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
23
14
|
})(BadRequestException || (BadRequestException = {}));
|
|
24
15
|
export var ConflictException;
|
|
25
16
|
(function (ConflictException) {
|
|
26
|
-
/**
|
|
27
|
-
* @internal
|
|
28
|
-
*/
|
|
29
17
|
ConflictException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
30
18
|
})(ConflictException || (ConflictException = {}));
|
|
31
19
|
export var DeleteSessionRequest;
|
|
32
20
|
(function (DeleteSessionRequest) {
|
|
33
|
-
/**
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
36
21
|
DeleteSessionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
37
22
|
})(DeleteSessionRequest || (DeleteSessionRequest = {}));
|
|
38
23
|
export var DeleteSessionResponse;
|
|
39
24
|
(function (DeleteSessionResponse) {
|
|
40
|
-
/**
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
43
25
|
DeleteSessionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
44
26
|
})(DeleteSessionResponse || (DeleteSessionResponse = {}));
|
|
45
27
|
export var InternalFailureException;
|
|
46
28
|
(function (InternalFailureException) {
|
|
47
|
-
/**
|
|
48
|
-
* @internal
|
|
49
|
-
*/
|
|
50
29
|
InternalFailureException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
51
30
|
})(InternalFailureException || (InternalFailureException = {}));
|
|
52
31
|
export var LimitExceededException;
|
|
53
32
|
(function (LimitExceededException) {
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
33
|
LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
58
34
|
})(LimitExceededException || (LimitExceededException = {}));
|
|
59
35
|
export var NotFoundException;
|
|
60
36
|
(function (NotFoundException) {
|
|
61
|
-
/**
|
|
62
|
-
* @internal
|
|
63
|
-
*/
|
|
64
37
|
NotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
65
38
|
})(NotFoundException || (NotFoundException = {}));
|
|
66
39
|
export var GetSessionRequest;
|
|
67
40
|
(function (GetSessionRequest) {
|
|
68
|
-
/**
|
|
69
|
-
* @internal
|
|
70
|
-
*/
|
|
71
41
|
GetSessionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
72
42
|
})(GetSessionRequest || (GetSessionRequest = {}));
|
|
73
43
|
export var FulfillmentState;
|
|
@@ -93,9 +63,6 @@ export var DialogActionType;
|
|
|
93
63
|
})(DialogActionType || (DialogActionType = {}));
|
|
94
64
|
export var DialogAction;
|
|
95
65
|
(function (DialogAction) {
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
66
|
DialogAction.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.slots && { slots: SENSITIVE_STRING })), (obj.message && { message: SENSITIVE_STRING }))); };
|
|
100
67
|
})(DialogAction || (DialogAction = {}));
|
|
101
68
|
export var ConfirmationStatus;
|
|
@@ -106,53 +73,32 @@ export var ConfirmationStatus;
|
|
|
106
73
|
})(ConfirmationStatus || (ConfirmationStatus = {}));
|
|
107
74
|
export var IntentSummary;
|
|
108
75
|
(function (IntentSummary) {
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
76
|
IntentSummary.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.slots && { slots: SENSITIVE_STRING }))); };
|
|
113
77
|
})(IntentSummary || (IntentSummary = {}));
|
|
114
78
|
export var GetSessionResponse;
|
|
115
79
|
(function (GetSessionResponse) {
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
80
|
GetSessionResponse.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign({}, obj), (obj.recentIntentSummaryView && {
|
|
120
81
|
recentIntentSummaryView: obj.recentIntentSummaryView.map(function (item) { return IntentSummary.filterSensitiveLog(item); }),
|
|
121
82
|
})), (obj.sessionAttributes && { sessionAttributes: SENSITIVE_STRING })), (obj.dialogAction && { dialogAction: DialogAction.filterSensitiveLog(obj.dialogAction) })), (obj.activeContexts && { activeContexts: SENSITIVE_STRING }))); };
|
|
122
83
|
})(GetSessionResponse || (GetSessionResponse = {}));
|
|
123
84
|
export var BadGatewayException;
|
|
124
85
|
(function (BadGatewayException) {
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
86
|
BadGatewayException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
129
87
|
})(BadGatewayException || (BadGatewayException = {}));
|
|
130
88
|
export var DependencyFailedException;
|
|
131
89
|
(function (DependencyFailedException) {
|
|
132
|
-
/**
|
|
133
|
-
* @internal
|
|
134
|
-
*/
|
|
135
90
|
DependencyFailedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
136
91
|
})(DependencyFailedException || (DependencyFailedException = {}));
|
|
137
92
|
export var LoopDetectedException;
|
|
138
93
|
(function (LoopDetectedException) {
|
|
139
|
-
/**
|
|
140
|
-
* @internal
|
|
141
|
-
*/
|
|
142
94
|
LoopDetectedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
143
95
|
})(LoopDetectedException || (LoopDetectedException = {}));
|
|
144
96
|
export var NotAcceptableException;
|
|
145
97
|
(function (NotAcceptableException) {
|
|
146
|
-
/**
|
|
147
|
-
* @internal
|
|
148
|
-
*/
|
|
149
98
|
NotAcceptableException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
150
99
|
})(NotAcceptableException || (NotAcceptableException = {}));
|
|
151
100
|
export var PostContentRequest;
|
|
152
101
|
(function (PostContentRequest) {
|
|
153
|
-
/**
|
|
154
|
-
* @internal
|
|
155
|
-
*/
|
|
156
102
|
PostContentRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.sessionAttributes && { sessionAttributes: SENSITIVE_STRING })), (obj.requestAttributes && { requestAttributes: SENSITIVE_STRING })), (obj.activeContexts && { activeContexts: SENSITIVE_STRING }))); };
|
|
157
103
|
})(PostContentRequest || (PostContentRequest = {}));
|
|
158
104
|
export var DialogState;
|
|
@@ -166,44 +112,26 @@ export var DialogState;
|
|
|
166
112
|
})(DialogState || (DialogState = {}));
|
|
167
113
|
export var PostContentResponse;
|
|
168
114
|
(function (PostContentResponse) {
|
|
169
|
-
/**
|
|
170
|
-
* @internal
|
|
171
|
-
*/
|
|
172
115
|
PostContentResponse.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign({}, obj), (obj.message && { message: SENSITIVE_STRING })), (obj.encodedMessage && { encodedMessage: SENSITIVE_STRING })), (obj.encodedInputTranscript && { encodedInputTranscript: SENSITIVE_STRING })), (obj.activeContexts && { activeContexts: SENSITIVE_STRING }))); };
|
|
173
116
|
})(PostContentResponse || (PostContentResponse = {}));
|
|
174
117
|
export var RequestTimeoutException;
|
|
175
118
|
(function (RequestTimeoutException) {
|
|
176
|
-
/**
|
|
177
|
-
* @internal
|
|
178
|
-
*/
|
|
179
119
|
RequestTimeoutException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
180
120
|
})(RequestTimeoutException || (RequestTimeoutException = {}));
|
|
181
121
|
export var UnsupportedMediaTypeException;
|
|
182
122
|
(function (UnsupportedMediaTypeException) {
|
|
183
|
-
/**
|
|
184
|
-
* @internal
|
|
185
|
-
*/
|
|
186
123
|
UnsupportedMediaTypeException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
187
124
|
})(UnsupportedMediaTypeException || (UnsupportedMediaTypeException = {}));
|
|
188
125
|
export var PostTextRequest;
|
|
189
126
|
(function (PostTextRequest) {
|
|
190
|
-
/**
|
|
191
|
-
* @internal
|
|
192
|
-
*/
|
|
193
127
|
PostTextRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign({}, obj), (obj.sessionAttributes && { sessionAttributes: SENSITIVE_STRING })), (obj.requestAttributes && { requestAttributes: SENSITIVE_STRING })), (obj.inputText && { inputText: SENSITIVE_STRING })), (obj.activeContexts && { activeContexts: SENSITIVE_STRING }))); };
|
|
194
128
|
})(PostTextRequest || (PostTextRequest = {}));
|
|
195
129
|
export var IntentConfidence;
|
|
196
130
|
(function (IntentConfidence) {
|
|
197
|
-
/**
|
|
198
|
-
* @internal
|
|
199
|
-
*/
|
|
200
131
|
IntentConfidence.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
201
132
|
})(IntentConfidence || (IntentConfidence = {}));
|
|
202
133
|
export var PredictedIntent;
|
|
203
134
|
(function (PredictedIntent) {
|
|
204
|
-
/**
|
|
205
|
-
* @internal
|
|
206
|
-
*/
|
|
207
135
|
PredictedIntent.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.slots && { slots: SENSITIVE_STRING }))); };
|
|
208
136
|
})(PredictedIntent || (PredictedIntent = {}));
|
|
209
137
|
export var ContentType;
|
|
@@ -212,55 +140,34 @@ export var ContentType;
|
|
|
212
140
|
})(ContentType || (ContentType = {}));
|
|
213
141
|
export var Button;
|
|
214
142
|
(function (Button) {
|
|
215
|
-
/**
|
|
216
|
-
* @internal
|
|
217
|
-
*/
|
|
218
143
|
Button.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
219
144
|
})(Button || (Button = {}));
|
|
220
145
|
export var GenericAttachment;
|
|
221
146
|
(function (GenericAttachment) {
|
|
222
|
-
/**
|
|
223
|
-
* @internal
|
|
224
|
-
*/
|
|
225
147
|
GenericAttachment.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
148
|
})(GenericAttachment || (GenericAttachment = {}));
|
|
227
149
|
export var ResponseCard;
|
|
228
150
|
(function (ResponseCard) {
|
|
229
|
-
/**
|
|
230
|
-
* @internal
|
|
231
|
-
*/
|
|
232
151
|
ResponseCard.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
233
152
|
})(ResponseCard || (ResponseCard = {}));
|
|
234
153
|
export var SentimentResponse;
|
|
235
154
|
(function (SentimentResponse) {
|
|
236
|
-
/**
|
|
237
|
-
* @internal
|
|
238
|
-
*/
|
|
239
155
|
SentimentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
240
156
|
})(SentimentResponse || (SentimentResponse = {}));
|
|
241
157
|
export var PostTextResponse;
|
|
242
158
|
(function (PostTextResponse) {
|
|
243
|
-
/**
|
|
244
|
-
* @internal
|
|
245
|
-
*/
|
|
246
159
|
PostTextResponse.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign(__assign({}, obj), (obj.alternativeIntents && {
|
|
247
160
|
alternativeIntents: obj.alternativeIntents.map(function (item) { return PredictedIntent.filterSensitiveLog(item); }),
|
|
248
161
|
})), (obj.slots && { slots: SENSITIVE_STRING })), (obj.sessionAttributes && { sessionAttributes: SENSITIVE_STRING })), (obj.message && { message: SENSITIVE_STRING })), (obj.activeContexts && { activeContexts: SENSITIVE_STRING }))); };
|
|
249
162
|
})(PostTextResponse || (PostTextResponse = {}));
|
|
250
163
|
export var PutSessionRequest;
|
|
251
164
|
(function (PutSessionRequest) {
|
|
252
|
-
/**
|
|
253
|
-
* @internal
|
|
254
|
-
*/
|
|
255
165
|
PutSessionRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign({}, obj), (obj.sessionAttributes && { sessionAttributes: SENSITIVE_STRING })), (obj.dialogAction && { dialogAction: DialogAction.filterSensitiveLog(obj.dialogAction) })), (obj.recentIntentSummaryView && {
|
|
256
166
|
recentIntentSummaryView: obj.recentIntentSummaryView.map(function (item) { return IntentSummary.filterSensitiveLog(item); }),
|
|
257
167
|
})), (obj.activeContexts && { activeContexts: SENSITIVE_STRING }))); };
|
|
258
168
|
})(PutSessionRequest || (PutSessionRequest = {}));
|
|
259
169
|
export var PutSessionResponse;
|
|
260
170
|
(function (PutSessionResponse) {
|
|
261
|
-
/**
|
|
262
|
-
* @internal
|
|
263
|
-
*/
|
|
264
171
|
PutSessionResponse.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.message && { message: SENSITIVE_STRING })), (obj.encodedMessage && { encodedMessage: SENSITIVE_STRING })), (obj.activeContexts && { activeContexts: SENSITIVE_STRING }))); };
|
|
265
172
|
})(PutSessionResponse || (PutSessionResponse = {}));
|
|
266
173
|
//# sourceMappingURL=models_0.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"models_0.js","sourceRoot":"","sources":["../../../models/models_0.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,gBAAgB,EAAsC,MAAM,wBAAwB,CAAC;AAyB9F,MAAM,KAAW,uBAAuB,CAOvC;AAPD,WAAiB,uBAAuB;
|
|
1
|
+
{"version":3,"file":"models_0.js","sourceRoot":"","sources":["../../../models/models_0.ts"],"names":[],"mappings":"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"}
|