@aws-sdk/client-lex-models-v2 3.142.0 → 3.152.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 +27 -0
- package/dist-cjs/commands/CreateIntentCommand.js +3 -3
- package/dist-cjs/commands/CreateSlotCommand.js +3 -3
- package/dist-cjs/commands/DescribeIntentCommand.js +2 -1
- package/dist-cjs/commands/DescribeSlotCommand.js +2 -1
- package/dist-cjs/commands/UpdateIntentCommand.js +3 -3
- package/dist-cjs/commands/UpdateSlotCommand.js +3 -3
- package/dist-cjs/models/index.js +1 -0
- package/dist-cjs/models/models_0.js +117 -92
- package/dist-cjs/models/models_1.js +51 -0
- package/dist-cjs/protocols/Aws_restJson1.js +497 -0
- package/dist-es/commands/CreateIntentCommand.js +1 -1
- package/dist-es/commands/CreateSlotCommand.js +1 -1
- package/dist-es/commands/DescribeIntentCommand.js +2 -1
- package/dist-es/commands/DescribeSlotCommand.js +2 -1
- package/dist-es/commands/UpdateIntentCommand.js +1 -1
- package/dist-es/commands/UpdateSlotCommand.js +1 -1
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +41 -22
- package/dist-es/models/models_1.js +13 -0
- package/dist-es/protocols/Aws_restJson1.js +416 -8
- package/dist-types/commands/CreateIntentCommand.d.ts +1 -1
- package/dist-types/commands/CreateSlotCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIntentCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSlotCommand.d.ts +2 -1
- package/dist-types/commands/UpdateIntentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSlotCommand.d.ts +1 -1
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +631 -1004
- package/dist-types/models/models_1.d.ts +912 -0
- package/dist-types/ts3.4/commands/CreateIntentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSlotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIntentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeSlotCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateIntentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSlotCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +261 -408
- package/dist-types/ts3.4/models/models_1.d.ts +381 -0
- package/package.json +8 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { CreateIntentRequestFilterSensitiveLog, CreateIntentResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { CreateIntentRequestFilterSensitiveLog, CreateIntentResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1CreateIntentCommand, serializeAws_restJson1CreateIntentCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateIntentCommand = (function (_super) {
|
|
7
7
|
__extends(CreateIntentCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { CreateSlotRequestFilterSensitiveLog, CreateSlotResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { CreateSlotRequestFilterSensitiveLog, CreateSlotResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1CreateSlotCommand, serializeAws_restJson1CreateSlotCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateSlotCommand = (function (_super) {
|
|
7
7
|
__extends(CreateSlotCommand, _super);
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeIntentRequestFilterSensitiveLog
|
|
4
|
+
import { DescribeIntentRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
|
+
import { DescribeIntentResponseFilterSensitiveLog } from "../models/models_1";
|
|
5
6
|
import { deserializeAws_restJson1DescribeIntentCommand, serializeAws_restJson1DescribeIntentCommand, } from "../protocols/Aws_restJson1";
|
|
6
7
|
var DescribeIntentCommand = (function (_super) {
|
|
7
8
|
__extends(DescribeIntentCommand, _super);
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeSlotRequestFilterSensitiveLog
|
|
4
|
+
import { DescribeSlotRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
|
+
import { DescribeSlotResponseFilterSensitiveLog } from "../models/models_1";
|
|
5
6
|
import { deserializeAws_restJson1DescribeSlotCommand, serializeAws_restJson1DescribeSlotCommand, } from "../protocols/Aws_restJson1";
|
|
6
7
|
var DescribeSlotCommand = (function (_super) {
|
|
7
8
|
__extends(DescribeSlotCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateIntentRequestFilterSensitiveLog, UpdateIntentResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { UpdateIntentRequestFilterSensitiveLog, UpdateIntentResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1UpdateIntentCommand, serializeAws_restJson1UpdateIntentCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateIntentCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateIntentCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateSlotRequestFilterSensitiveLog, UpdateSlotResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { UpdateSlotRequestFilterSensitiveLog, UpdateSlotResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1UpdateSlotCommand, serializeAws_restJson1UpdateSlotCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateSlotCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateSlotCommand, _super);
|
package/dist-es/models/index.js
CHANGED
|
@@ -184,6 +184,23 @@ export var BuiltInSlotTypeSortAttribute;
|
|
|
184
184
|
(function (BuiltInSlotTypeSortAttribute) {
|
|
185
185
|
BuiltInSlotTypeSortAttribute["SlotTypeSignature"] = "SlotTypeSignature";
|
|
186
186
|
})(BuiltInSlotTypeSortAttribute || (BuiltInSlotTypeSortAttribute = {}));
|
|
187
|
+
export var DialogActionType;
|
|
188
|
+
(function (DialogActionType) {
|
|
189
|
+
DialogActionType["CloseIntent"] = "CloseIntent";
|
|
190
|
+
DialogActionType["ConfirmIntent"] = "ConfirmIntent";
|
|
191
|
+
DialogActionType["ElicitIntent"] = "ElicitIntent";
|
|
192
|
+
DialogActionType["ElicitSlot"] = "ElicitSlot";
|
|
193
|
+
DialogActionType["EndConversation"] = "EndConversation";
|
|
194
|
+
DialogActionType["EvaluateConditional"] = "EvaluateConditional";
|
|
195
|
+
DialogActionType["FulfillIntent"] = "FulfillIntent";
|
|
196
|
+
DialogActionType["InvokeDialogCodeHook"] = "InvokeDialogCodeHook";
|
|
197
|
+
DialogActionType["StartIntent"] = "StartIntent";
|
|
198
|
+
})(DialogActionType || (DialogActionType = {}));
|
|
199
|
+
export var SlotShape;
|
|
200
|
+
(function (SlotShape) {
|
|
201
|
+
SlotShape["List"] = "List";
|
|
202
|
+
SlotShape["Scalar"] = "Scalar";
|
|
203
|
+
})(SlotShape || (SlotShape = {}));
|
|
187
204
|
export var ImportExportFileFormat;
|
|
188
205
|
(function (ImportExportFileFormat) {
|
|
189
206
|
ImportExportFileFormat["LexJson"] = "LexJson";
|
|
@@ -393,6 +410,16 @@ export var BuiltInSlotTypeSortByFilterSensitiveLog = function (obj) { return (__
|
|
|
393
410
|
export var BuiltInSlotTypeSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
394
411
|
export var ButtonFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
395
412
|
export var CloudWatchLogGroupLogDestinationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
413
|
+
export var ConditionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
414
|
+
export var DialogActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
415
|
+
export var SlotValueFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
416
|
+
export var CustomPayloadFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
417
|
+
export var ImageResponseCardFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
418
|
+
export var PlainTextMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
419
|
+
export var SSMLMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
420
|
+
export var MessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
421
|
+
export var MessageGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
422
|
+
export var ResponseSpecificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
396
423
|
export var TextLogDestinationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
397
424
|
export var TextLogSettingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
398
425
|
export var ConversationLogSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -410,27 +437,15 @@ export var ExportResourceSpecificationFilterSensitiveLog = function (obj) { retu
|
|
|
410
437
|
export var CreateExportRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.filePassword && { filePassword: SENSITIVE_STRING }))); };
|
|
411
438
|
export var CreateExportResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
412
439
|
export var DialogCodeHookSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
413
|
-
export var CustomPayloadFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
414
|
-
export var ImageResponseCardFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
415
|
-
export var PlainTextMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
416
|
-
export var SSMLMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
417
|
-
export var MessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
418
|
-
export var MessageGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
419
440
|
export var FulfillmentStartResponseSpecificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
420
441
|
export var FulfillmentUpdateResponseSpecificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
421
442
|
export var FulfillmentUpdatesSpecificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
422
|
-
export var ResponseSpecificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
423
|
-
export var PostFulfillmentStatusSpecificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
424
|
-
export var FulfillmentCodeHookSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
425
443
|
export var InputContextFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
426
|
-
export var
|
|
444
|
+
export var ElicitationCodeHookInvocationSettingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
427
445
|
export var PromptSpecificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
428
|
-
export var IntentConfirmationSettingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
429
446
|
export var KendraConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
430
447
|
export var OutputContextFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
431
448
|
export var SampleUtteranceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
432
|
-
export var CreateIntentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
433
|
-
export var CreateIntentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
434
449
|
export var CreateResourcePolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
435
450
|
export var CreateResourcePolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
436
451
|
export var PrincipalFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -442,9 +457,6 @@ export var SlotDefaultValueFilterSensitiveLog = function (obj) { return (__assig
|
|
|
442
457
|
export var SlotDefaultValueSpecificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
443
458
|
export var StillWaitingResponseSpecificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
444
459
|
export var WaitAndContinueSpecificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
445
|
-
export var SlotValueElicitationSettingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
446
|
-
export var CreateSlotRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
447
|
-
export var CreateSlotResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
448
460
|
export var GrammarSlotTypeSourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
449
461
|
export var GrammarSlotTypeSettingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
450
462
|
export var ExternalSourceSettingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -506,11 +518,9 @@ export var ImportResourceSpecificationFilterSensitiveLog = function (obj) { retu
|
|
|
506
518
|
export var DescribeImportResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
507
519
|
export var DescribeIntentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
508
520
|
export var SlotPriorityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
509
|
-
export var DescribeIntentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
510
521
|
export var DescribeResourcePolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
511
522
|
export var DescribeResourcePolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
512
523
|
export var DescribeSlotRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
513
|
-
export var DescribeSlotResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
514
524
|
export var DescribeSlotTypeRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
515
525
|
export var DescribeSlotTypeResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
516
526
|
export var ExportFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -581,11 +591,20 @@ export var UpdateBotRecommendationRequestFilterSensitiveLog = function (obj) { r
|
|
|
581
591
|
export var UpdateBotRecommendationResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.encryptionSetting && { encryptionSetting: EncryptionSettingFilterSensitiveLog(obj.encryptionSetting) }))); };
|
|
582
592
|
export var UpdateExportRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.filePassword && { filePassword: SENSITIVE_STRING }))); };
|
|
583
593
|
export var UpdateExportResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
584
|
-
export var UpdateIntentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
585
|
-
export var UpdateIntentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
586
594
|
export var UpdateResourcePolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
587
595
|
export var UpdateResourcePolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
588
|
-
export var UpdateSlotRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
589
|
-
export var UpdateSlotResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
590
596
|
export var UpdateSlotTypeRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
591
597
|
export var UpdateSlotTypeResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
598
|
+
export var SlotValueOverrideFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
599
|
+
export var IntentOverrideFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
600
|
+
export var DialogStateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
601
|
+
export var ConditionalBranchFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
602
|
+
export var DefaultConditionalBranchFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
603
|
+
export var ConditionalSpecificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
604
|
+
export var IntentClosingSettingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
605
|
+
export var PostDialogCodeHookInvocationSpecificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
606
|
+
export var PostFulfillmentStatusSpecificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
607
|
+
export var DialogCodeHookInvocationSettingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
608
|
+
export var FulfillmentCodeHookSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
609
|
+
export var InitialResponseSettingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
|
+
export var SlotCaptureSettingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
export var SlotValueElicitationSettingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
3
|
+
export var IntentConfirmationSettingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
4
|
+
export var CreateSlotRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
5
|
+
export var CreateSlotResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
+
export var DescribeSlotResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
7
|
+
export var UpdateSlotRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
8
|
+
export var UpdateSlotResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
9
|
+
export var CreateIntentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
10
|
+
export var CreateIntentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
11
|
+
export var DescribeIntentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
12
|
+
export var UpdateIntentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
13
|
+
export var UpdateIntentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|