@aws-sdk/client-lex-models-v2 3.118.0 → 3.123.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 +30 -0
- package/dist-cjs/models/models_0.js +9 -4
- package/dist-cjs/protocols/Aws_restJson1.js +333 -265
- package/dist-es/models/models_0.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +334 -267
- package/dist-types/models/models_0.d.ts +11 -3
- package/dist-types/ts3.4/models/models_0.d.ts +6 -0
- package/package.json +6 -6
|
@@ -504,6 +504,11 @@ export var IntentClosingSetting;
|
|
|
504
504
|
(function (IntentClosingSetting) {
|
|
505
505
|
IntentClosingSetting.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
506
506
|
})(IntentClosingSetting || (IntentClosingSetting = {}));
|
|
507
|
+
export var MessageSelectionStrategy;
|
|
508
|
+
(function (MessageSelectionStrategy) {
|
|
509
|
+
MessageSelectionStrategy["Ordered"] = "Ordered";
|
|
510
|
+
MessageSelectionStrategy["Random"] = "Random";
|
|
511
|
+
})(MessageSelectionStrategy || (MessageSelectionStrategy = {}));
|
|
507
512
|
export var PromptSpecification;
|
|
508
513
|
(function (PromptSpecification) {
|
|
509
514
|
PromptSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|