@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.
@@ -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)); };