@aws-sdk/client-lex-models-v2 3.301.0 → 3.303.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.
@@ -4,41 +4,34 @@ exports.ImportSortAttribute = exports.ImportResourceType = exports.ImportFilterO
4
4
  exports.StartImportRequestFilterSensitiveLog = exports.StartBotRecommendationResponseFilterSensitiveLog = exports.StartBotRecommendationRequestFilterSensitiveLog = exports.DescribeBotRecommendationResponseFilterSensitiveLog = exports.EncryptionSettingFilterSensitiveLog = exports.CreateExportRequestFilterSensitiveLog = exports.SearchOrder = exports.SlotTypeCategory = exports.SlotTypeSortAttribute = exports.SlotTypeFilterOperator = exports.SlotTypeFilterName = exports.SlotSortAttribute = exports.SlotFilterOperator = exports.SlotFilterName = exports.TimeDimension = exports.IntentSortAttribute = exports.IntentFilterOperator = exports.IntentFilterName = void 0;
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const LexModelsV2ServiceException_1 = require("./LexModelsV2ServiceException");
7
- var AudioRecognitionStrategy;
8
- (function (AudioRecognitionStrategy) {
9
- AudioRecognitionStrategy["UseSlotValuesAsCustomVocabulary"] = "UseSlotValuesAsCustomVocabulary";
10
- })(AudioRecognitionStrategy = exports.AudioRecognitionStrategy || (exports.AudioRecognitionStrategy = {}));
11
- var AggregatedUtterancesFilterName;
12
- (function (AggregatedUtterancesFilterName) {
13
- AggregatedUtterancesFilterName["Utterance"] = "Utterance";
14
- })(AggregatedUtterancesFilterName = exports.AggregatedUtterancesFilterName || (exports.AggregatedUtterancesFilterName = {}));
15
- var AggregatedUtterancesFilterOperator;
16
- (function (AggregatedUtterancesFilterOperator) {
17
- AggregatedUtterancesFilterOperator["Contains"] = "CO";
18
- AggregatedUtterancesFilterOperator["Equals"] = "EQ";
19
- })(AggregatedUtterancesFilterOperator = exports.AggregatedUtterancesFilterOperator || (exports.AggregatedUtterancesFilterOperator = {}));
20
- var AggregatedUtterancesSortAttribute;
21
- (function (AggregatedUtterancesSortAttribute) {
22
- AggregatedUtterancesSortAttribute["HitCount"] = "HitCount";
23
- AggregatedUtterancesSortAttribute["MissedCount"] = "MissedCount";
24
- })(AggregatedUtterancesSortAttribute = exports.AggregatedUtterancesSortAttribute || (exports.AggregatedUtterancesSortAttribute = {}));
25
- var SortOrder;
26
- (function (SortOrder) {
27
- SortOrder["Ascending"] = "Ascending";
28
- SortOrder["Descending"] = "Descending";
29
- })(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
30
- var AssociatedTranscriptFilterName;
31
- (function (AssociatedTranscriptFilterName) {
32
- AssociatedTranscriptFilterName["IntentId"] = "IntentId";
33
- AssociatedTranscriptFilterName["SlotTypeId"] = "SlotTypeId";
34
- })(AssociatedTranscriptFilterName = exports.AssociatedTranscriptFilterName || (exports.AssociatedTranscriptFilterName = {}));
35
- var ErrorCode;
36
- (function (ErrorCode) {
37
- ErrorCode["DUPLICATE_INPUT"] = "DUPLICATE_INPUT";
38
- ErrorCode["INTERNAL_SERVER_FAILURE"] = "INTERNAL_SERVER_FAILURE";
39
- ErrorCode["RESOURCE_ALREADY_EXISTS"] = "RESOURCE_ALREADY_EXISTS";
40
- ErrorCode["RESOURCE_DOES_NOT_EXIST"] = "RESOURCE_DOES_NOT_EXIST";
41
- })(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
7
+ exports.AudioRecognitionStrategy = {
8
+ UseSlotValuesAsCustomVocabulary: "UseSlotValuesAsCustomVocabulary",
9
+ };
10
+ exports.AggregatedUtterancesFilterName = {
11
+ Utterance: "Utterance",
12
+ };
13
+ exports.AggregatedUtterancesFilterOperator = {
14
+ Contains: "CO",
15
+ Equals: "EQ",
16
+ };
17
+ exports.AggregatedUtterancesSortAttribute = {
18
+ HitCount: "HitCount",
19
+ MissedCount: "MissedCount",
20
+ };
21
+ exports.SortOrder = {
22
+ Ascending: "Ascending",
23
+ Descending: "Descending",
24
+ };
25
+ exports.AssociatedTranscriptFilterName = {
26
+ IntentId: "IntentId",
27
+ SlotTypeId: "SlotTypeId",
28
+ };
29
+ exports.ErrorCode = {
30
+ DUPLICATE_INPUT: "DUPLICATE_INPUT",
31
+ INTERNAL_SERVER_FAILURE: "INTERNAL_SERVER_FAILURE",
32
+ RESOURCE_ALREADY_EXISTS: "RESOURCE_ALREADY_EXISTS",
33
+ RESOURCE_DOES_NOT_EXIST: "RESOURCE_DOES_NOT_EXIST",
34
+ };
42
35
  class InternalServerException extends LexModelsV2ServiceException_1.LexModelsV2ServiceException {
43
36
  constructor(opts) {
44
37
  super({
@@ -105,90 +98,77 @@ class ValidationException extends LexModelsV2ServiceException_1.LexModelsV2Servi
105
98
  }
106
99
  }
107
100
  exports.ValidationException = ValidationException;
108
- var BotAliasStatus;
109
- (function (BotAliasStatus) {
110
- BotAliasStatus["Available"] = "Available";
111
- BotAliasStatus["Creating"] = "Creating";
112
- BotAliasStatus["Deleting"] = "Deleting";
113
- BotAliasStatus["Failed"] = "Failed";
114
- })(BotAliasStatus = exports.BotAliasStatus || (exports.BotAliasStatus = {}));
115
- var BotFilterName;
116
- (function (BotFilterName) {
117
- BotFilterName["BotName"] = "BotName";
118
- BotFilterName["BotType"] = "BotType";
119
- })(BotFilterName = exports.BotFilterName || (exports.BotFilterName = {}));
120
- var BotFilterOperator;
121
- (function (BotFilterOperator) {
122
- BotFilterOperator["Contains"] = "CO";
123
- BotFilterOperator["Equals"] = "EQ";
124
- BotFilterOperator["NotEquals"] = "NE";
125
- })(BotFilterOperator = exports.BotFilterOperator || (exports.BotFilterOperator = {}));
126
- var BotLocaleFilterName;
127
- (function (BotLocaleFilterName) {
128
- BotLocaleFilterName["BotLocaleName"] = "BotLocaleName";
129
- })(BotLocaleFilterName = exports.BotLocaleFilterName || (exports.BotLocaleFilterName = {}));
130
- var BotLocaleFilterOperator;
131
- (function (BotLocaleFilterOperator) {
132
- BotLocaleFilterOperator["Contains"] = "CO";
133
- BotLocaleFilterOperator["Equals"] = "EQ";
134
- })(BotLocaleFilterOperator = exports.BotLocaleFilterOperator || (exports.BotLocaleFilterOperator = {}));
135
- var VoiceEngine;
136
- (function (VoiceEngine) {
137
- VoiceEngine["Neural"] = "neural";
138
- VoiceEngine["Standard"] = "standard";
139
- })(VoiceEngine = exports.VoiceEngine || (exports.VoiceEngine = {}));
140
- var BotLocaleSortAttribute;
141
- (function (BotLocaleSortAttribute) {
142
- BotLocaleSortAttribute["BotLocaleName"] = "BotLocaleName";
143
- })(BotLocaleSortAttribute = exports.BotLocaleSortAttribute || (exports.BotLocaleSortAttribute = {}));
144
- var BotLocaleStatus;
145
- (function (BotLocaleStatus) {
146
- BotLocaleStatus["Building"] = "Building";
147
- BotLocaleStatus["Built"] = "Built";
148
- BotLocaleStatus["Creating"] = "Creating";
149
- BotLocaleStatus["Deleting"] = "Deleting";
150
- BotLocaleStatus["Failed"] = "Failed";
151
- BotLocaleStatus["Importing"] = "Importing";
152
- BotLocaleStatus["NotBuilt"] = "NotBuilt";
153
- BotLocaleStatus["Processing"] = "Processing";
154
- BotLocaleStatus["ReadyExpressTesting"] = "ReadyExpressTesting";
155
- })(BotLocaleStatus = exports.BotLocaleStatus || (exports.BotLocaleStatus = {}));
156
- var BotRecommendationStatus;
157
- (function (BotRecommendationStatus) {
158
- BotRecommendationStatus["Available"] = "Available";
159
- BotRecommendationStatus["Deleted"] = "Deleted";
160
- BotRecommendationStatus["Deleting"] = "Deleting";
161
- BotRecommendationStatus["Downloading"] = "Downloading";
162
- BotRecommendationStatus["Failed"] = "Failed";
163
- BotRecommendationStatus["Processing"] = "Processing";
164
- BotRecommendationStatus["Stopped"] = "Stopped";
165
- BotRecommendationStatus["Stopping"] = "Stopping";
166
- BotRecommendationStatus["Updating"] = "Updating";
167
- })(BotRecommendationStatus = exports.BotRecommendationStatus || (exports.BotRecommendationStatus = {}));
168
- var BotSortAttribute;
169
- (function (BotSortAttribute) {
170
- BotSortAttribute["BotName"] = "BotName";
171
- })(BotSortAttribute = exports.BotSortAttribute || (exports.BotSortAttribute = {}));
172
- var BotStatus;
173
- (function (BotStatus) {
174
- BotStatus["Available"] = "Available";
175
- BotStatus["Creating"] = "Creating";
176
- BotStatus["Deleting"] = "Deleting";
177
- BotStatus["Failed"] = "Failed";
178
- BotStatus["Importing"] = "Importing";
179
- BotStatus["Inactive"] = "Inactive";
180
- BotStatus["Updating"] = "Updating";
181
- BotStatus["Versioning"] = "Versioning";
182
- })(BotStatus = exports.BotStatus || (exports.BotStatus = {}));
183
- var BotType;
184
- (function (BotType) {
185
- BotType["Bot"] = "Bot";
186
- BotType["BotNetwork"] = "BotNetwork";
187
- })(BotType = exports.BotType || (exports.BotType = {}));
188
- var BotVersionSortAttribute;
189
- (function (BotVersionSortAttribute) {
190
- BotVersionSortAttribute["BotVersion"] = "BotVersion";
191
- })(BotVersionSortAttribute = exports.BotVersionSortAttribute || (exports.BotVersionSortAttribute = {}));
101
+ exports.BotAliasStatus = {
102
+ Available: "Available",
103
+ Creating: "Creating",
104
+ Deleting: "Deleting",
105
+ Failed: "Failed",
106
+ };
107
+ exports.BotFilterName = {
108
+ BotName: "BotName",
109
+ BotType: "BotType",
110
+ };
111
+ exports.BotFilterOperator = {
112
+ Contains: "CO",
113
+ Equals: "EQ",
114
+ NotEquals: "NE",
115
+ };
116
+ exports.BotLocaleFilterName = {
117
+ BotLocaleName: "BotLocaleName",
118
+ };
119
+ exports.BotLocaleFilterOperator = {
120
+ Contains: "CO",
121
+ Equals: "EQ",
122
+ };
123
+ exports.VoiceEngine = {
124
+ Neural: "neural",
125
+ Standard: "standard",
126
+ };
127
+ exports.BotLocaleSortAttribute = {
128
+ BotLocaleName: "BotLocaleName",
129
+ };
130
+ exports.BotLocaleStatus = {
131
+ Building: "Building",
132
+ Built: "Built",
133
+ Creating: "Creating",
134
+ Deleting: "Deleting",
135
+ Failed: "Failed",
136
+ Importing: "Importing",
137
+ NotBuilt: "NotBuilt",
138
+ Processing: "Processing",
139
+ ReadyExpressTesting: "ReadyExpressTesting",
140
+ };
141
+ exports.BotRecommendationStatus = {
142
+ Available: "Available",
143
+ Deleted: "Deleted",
144
+ Deleting: "Deleting",
145
+ Downloading: "Downloading",
146
+ Failed: "Failed",
147
+ Processing: "Processing",
148
+ Stopped: "Stopped",
149
+ Stopping: "Stopping",
150
+ Updating: "Updating",
151
+ };
152
+ exports.BotSortAttribute = {
153
+ BotName: "BotName",
154
+ };
155
+ exports.BotStatus = {
156
+ Available: "Available",
157
+ Creating: "Creating",
158
+ Deleting: "Deleting",
159
+ Failed: "Failed",
160
+ Importing: "Importing",
161
+ Inactive: "Inactive",
162
+ Updating: "Updating",
163
+ Versioning: "Versioning",
164
+ };
165
+ exports.BotType = {
166
+ Bot: "Bot",
167
+ BotNetwork: "BotNetwork",
168
+ };
169
+ exports.BotVersionSortAttribute = {
170
+ BotVersion: "BotVersion",
171
+ };
192
172
  class ConflictException extends LexModelsV2ServiceException_1.LexModelsV2ServiceException {
193
173
  constructor(opts) {
194
174
  super({
@@ -215,196 +195,161 @@ class PreconditionFailedException extends LexModelsV2ServiceException_1.LexModel
215
195
  }
216
196
  }
217
197
  exports.PreconditionFailedException = PreconditionFailedException;
218
- var BuiltInIntentSortAttribute;
219
- (function (BuiltInIntentSortAttribute) {
220
- BuiltInIntentSortAttribute["IntentSignature"] = "IntentSignature";
221
- })(BuiltInIntentSortAttribute = exports.BuiltInIntentSortAttribute || (exports.BuiltInIntentSortAttribute = {}));
222
- var BuiltInSlotTypeSortAttribute;
223
- (function (BuiltInSlotTypeSortAttribute) {
224
- BuiltInSlotTypeSortAttribute["SlotTypeSignature"] = "SlotTypeSignature";
225
- })(BuiltInSlotTypeSortAttribute = exports.BuiltInSlotTypeSortAttribute || (exports.BuiltInSlotTypeSortAttribute = {}));
226
- var DialogActionType;
227
- (function (DialogActionType) {
228
- DialogActionType["CloseIntent"] = "CloseIntent";
229
- DialogActionType["ConfirmIntent"] = "ConfirmIntent";
230
- DialogActionType["ElicitIntent"] = "ElicitIntent";
231
- DialogActionType["ElicitSlot"] = "ElicitSlot";
232
- DialogActionType["EndConversation"] = "EndConversation";
233
- DialogActionType["EvaluateConditional"] = "EvaluateConditional";
234
- DialogActionType["FulfillIntent"] = "FulfillIntent";
235
- DialogActionType["InvokeDialogCodeHook"] = "InvokeDialogCodeHook";
236
- DialogActionType["StartIntent"] = "StartIntent";
237
- })(DialogActionType = exports.DialogActionType || (exports.DialogActionType = {}));
238
- var SlotShape;
239
- (function (SlotShape) {
240
- SlotShape["List"] = "List";
241
- SlotShape["Scalar"] = "Scalar";
242
- })(SlotShape = exports.SlotShape || (exports.SlotShape = {}));
243
- var ImportExportFileFormat;
244
- (function (ImportExportFileFormat) {
245
- ImportExportFileFormat["LexJson"] = "LexJson";
246
- ImportExportFileFormat["TSV"] = "TSV";
247
- })(ImportExportFileFormat = exports.ImportExportFileFormat || (exports.ImportExportFileFormat = {}));
248
- var ExportStatus;
249
- (function (ExportStatus) {
250
- ExportStatus["Completed"] = "Completed";
251
- ExportStatus["Deleting"] = "Deleting";
252
- ExportStatus["Failed"] = "Failed";
253
- ExportStatus["InProgress"] = "InProgress";
254
- })(ExportStatus = exports.ExportStatus || (exports.ExportStatus = {}));
255
- var MessageSelectionStrategy;
256
- (function (MessageSelectionStrategy) {
257
- MessageSelectionStrategy["Ordered"] = "Ordered";
258
- MessageSelectionStrategy["Random"] = "Random";
259
- })(MessageSelectionStrategy = exports.MessageSelectionStrategy || (exports.MessageSelectionStrategy = {}));
260
- var PromptAttempt;
261
- (function (PromptAttempt) {
262
- PromptAttempt["Initial"] = "Initial";
263
- PromptAttempt["Retry1"] = "Retry1";
264
- PromptAttempt["Retry2"] = "Retry2";
265
- PromptAttempt["Retry3"] = "Retry3";
266
- PromptAttempt["Retry4"] = "Retry4";
267
- PromptAttempt["Retry5"] = "Retry5";
268
- })(PromptAttempt = exports.PromptAttempt || (exports.PromptAttempt = {}));
269
- var Effect;
270
- (function (Effect) {
271
- Effect["Allow"] = "Allow";
272
- Effect["Deny"] = "Deny";
273
- })(Effect = exports.Effect || (exports.Effect = {}));
274
- var ObfuscationSettingType;
275
- (function (ObfuscationSettingType) {
276
- ObfuscationSettingType["DefaultObfuscation"] = "DefaultObfuscation";
277
- ObfuscationSettingType["None"] = "None";
278
- })(ObfuscationSettingType = exports.ObfuscationSettingType || (exports.ObfuscationSettingType = {}));
279
- var SlotConstraint;
280
- (function (SlotConstraint) {
281
- SlotConstraint["Optional"] = "Optional";
282
- SlotConstraint["Required"] = "Required";
283
- })(SlotConstraint = exports.SlotConstraint || (exports.SlotConstraint = {}));
284
- var SlotValueResolutionStrategy;
285
- (function (SlotValueResolutionStrategy) {
286
- SlotValueResolutionStrategy["Concatenation"] = "Concatenation";
287
- SlotValueResolutionStrategy["OriginalValue"] = "OriginalValue";
288
- SlotValueResolutionStrategy["TopResolution"] = "TopResolution";
289
- })(SlotValueResolutionStrategy = exports.SlotValueResolutionStrategy || (exports.SlotValueResolutionStrategy = {}));
290
- var CustomVocabularyStatus;
291
- (function (CustomVocabularyStatus) {
292
- CustomVocabularyStatus["Creating"] = "Creating";
293
- CustomVocabularyStatus["Deleting"] = "Deleting";
294
- CustomVocabularyStatus["Exporting"] = "Exporting";
295
- CustomVocabularyStatus["Importing"] = "Importing";
296
- CustomVocabularyStatus["Ready"] = "Ready";
297
- })(CustomVocabularyStatus = exports.CustomVocabularyStatus || (exports.CustomVocabularyStatus = {}));
298
- var ImportStatus;
299
- (function (ImportStatus) {
300
- ImportStatus["Completed"] = "Completed";
301
- ImportStatus["Deleting"] = "Deleting";
302
- ImportStatus["Failed"] = "Failed";
303
- ImportStatus["InProgress"] = "InProgress";
304
- })(ImportStatus = exports.ImportStatus || (exports.ImportStatus = {}));
305
- var TranscriptFormat;
306
- (function (TranscriptFormat) {
307
- TranscriptFormat["Lex"] = "Lex";
308
- })(TranscriptFormat = exports.TranscriptFormat || (exports.TranscriptFormat = {}));
309
- var MergeStrategy;
310
- (function (MergeStrategy) {
311
- MergeStrategy["Append"] = "Append";
312
- MergeStrategy["FailOnConflict"] = "FailOnConflict";
313
- MergeStrategy["Overwrite"] = "Overwrite";
314
- })(MergeStrategy = exports.MergeStrategy || (exports.MergeStrategy = {}));
315
- var ExportFilterName;
316
- (function (ExportFilterName) {
317
- ExportFilterName["ExportResourceType"] = "ExportResourceType";
318
- })(ExportFilterName = exports.ExportFilterName || (exports.ExportFilterName = {}));
319
- var ExportFilterOperator;
320
- (function (ExportFilterOperator) {
321
- ExportFilterOperator["Contains"] = "CO";
322
- ExportFilterOperator["Equals"] = "EQ";
323
- })(ExportFilterOperator = exports.ExportFilterOperator || (exports.ExportFilterOperator = {}));
324
- var ExportSortAttribute;
325
- (function (ExportSortAttribute) {
326
- ExportSortAttribute["LastUpdatedDateTime"] = "LastUpdatedDateTime";
327
- })(ExportSortAttribute = exports.ExportSortAttribute || (exports.ExportSortAttribute = {}));
328
- var ImportFilterName;
329
- (function (ImportFilterName) {
330
- ImportFilterName["ImportResourceType"] = "ImportResourceType";
331
- })(ImportFilterName = exports.ImportFilterName || (exports.ImportFilterName = {}));
332
- var ImportFilterOperator;
333
- (function (ImportFilterOperator) {
334
- ImportFilterOperator["Contains"] = "CO";
335
- ImportFilterOperator["Equals"] = "EQ";
336
- })(ImportFilterOperator = exports.ImportFilterOperator || (exports.ImportFilterOperator = {}));
337
- var ImportResourceType;
338
- (function (ImportResourceType) {
339
- ImportResourceType["Bot"] = "Bot";
340
- ImportResourceType["BotLocale"] = "BotLocale";
341
- ImportResourceType["CustomVocabulary"] = "CustomVocabulary";
342
- })(ImportResourceType = exports.ImportResourceType || (exports.ImportResourceType = {}));
343
- var ImportSortAttribute;
344
- (function (ImportSortAttribute) {
345
- ImportSortAttribute["LastUpdatedDateTime"] = "LastUpdatedDateTime";
346
- })(ImportSortAttribute = exports.ImportSortAttribute || (exports.ImportSortAttribute = {}));
347
- var IntentFilterName;
348
- (function (IntentFilterName) {
349
- IntentFilterName["IntentName"] = "IntentName";
350
- })(IntentFilterName = exports.IntentFilterName || (exports.IntentFilterName = {}));
351
- var IntentFilterOperator;
352
- (function (IntentFilterOperator) {
353
- IntentFilterOperator["Contains"] = "CO";
354
- IntentFilterOperator["Equals"] = "EQ";
355
- })(IntentFilterOperator = exports.IntentFilterOperator || (exports.IntentFilterOperator = {}));
356
- var IntentSortAttribute;
357
- (function (IntentSortAttribute) {
358
- IntentSortAttribute["IntentName"] = "IntentName";
359
- IntentSortAttribute["LastUpdatedDateTime"] = "LastUpdatedDateTime";
360
- })(IntentSortAttribute = exports.IntentSortAttribute || (exports.IntentSortAttribute = {}));
361
- var TimeDimension;
362
- (function (TimeDimension) {
363
- TimeDimension["Days"] = "Days";
364
- TimeDimension["Hours"] = "Hours";
365
- TimeDimension["Weeks"] = "Weeks";
366
- })(TimeDimension = exports.TimeDimension || (exports.TimeDimension = {}));
367
- var SlotFilterName;
368
- (function (SlotFilterName) {
369
- SlotFilterName["SlotName"] = "SlotName";
370
- })(SlotFilterName = exports.SlotFilterName || (exports.SlotFilterName = {}));
371
- var SlotFilterOperator;
372
- (function (SlotFilterOperator) {
373
- SlotFilterOperator["Contains"] = "CO";
374
- SlotFilterOperator["Equals"] = "EQ";
375
- })(SlotFilterOperator = exports.SlotFilterOperator || (exports.SlotFilterOperator = {}));
376
- var SlotSortAttribute;
377
- (function (SlotSortAttribute) {
378
- SlotSortAttribute["LastUpdatedDateTime"] = "LastUpdatedDateTime";
379
- SlotSortAttribute["SlotName"] = "SlotName";
380
- })(SlotSortAttribute = exports.SlotSortAttribute || (exports.SlotSortAttribute = {}));
381
- var SlotTypeFilterName;
382
- (function (SlotTypeFilterName) {
383
- SlotTypeFilterName["ExternalSourceType"] = "ExternalSourceType";
384
- SlotTypeFilterName["SlotTypeName"] = "SlotTypeName";
385
- })(SlotTypeFilterName = exports.SlotTypeFilterName || (exports.SlotTypeFilterName = {}));
386
- var SlotTypeFilterOperator;
387
- (function (SlotTypeFilterOperator) {
388
- SlotTypeFilterOperator["Contains"] = "CO";
389
- SlotTypeFilterOperator["Equals"] = "EQ";
390
- })(SlotTypeFilterOperator = exports.SlotTypeFilterOperator || (exports.SlotTypeFilterOperator = {}));
391
- var SlotTypeSortAttribute;
392
- (function (SlotTypeSortAttribute) {
393
- SlotTypeSortAttribute["LastUpdatedDateTime"] = "LastUpdatedDateTime";
394
- SlotTypeSortAttribute["SlotTypeName"] = "SlotTypeName";
395
- })(SlotTypeSortAttribute = exports.SlotTypeSortAttribute || (exports.SlotTypeSortAttribute = {}));
396
- var SlotTypeCategory;
397
- (function (SlotTypeCategory) {
398
- SlotTypeCategory["Composite"] = "Composite";
399
- SlotTypeCategory["Custom"] = "Custom";
400
- SlotTypeCategory["Extended"] = "Extended";
401
- SlotTypeCategory["ExternalGrammar"] = "ExternalGrammar";
402
- })(SlotTypeCategory = exports.SlotTypeCategory || (exports.SlotTypeCategory = {}));
403
- var SearchOrder;
404
- (function (SearchOrder) {
405
- SearchOrder["Ascending"] = "Ascending";
406
- SearchOrder["Descending"] = "Descending";
407
- })(SearchOrder = exports.SearchOrder || (exports.SearchOrder = {}));
198
+ exports.BuiltInIntentSortAttribute = {
199
+ IntentSignature: "IntentSignature",
200
+ };
201
+ exports.BuiltInSlotTypeSortAttribute = {
202
+ SlotTypeSignature: "SlotTypeSignature",
203
+ };
204
+ exports.DialogActionType = {
205
+ CloseIntent: "CloseIntent",
206
+ ConfirmIntent: "ConfirmIntent",
207
+ ElicitIntent: "ElicitIntent",
208
+ ElicitSlot: "ElicitSlot",
209
+ EndConversation: "EndConversation",
210
+ EvaluateConditional: "EvaluateConditional",
211
+ FulfillIntent: "FulfillIntent",
212
+ InvokeDialogCodeHook: "InvokeDialogCodeHook",
213
+ StartIntent: "StartIntent",
214
+ };
215
+ exports.SlotShape = {
216
+ List: "List",
217
+ Scalar: "Scalar",
218
+ };
219
+ exports.ImportExportFileFormat = {
220
+ LexJson: "LexJson",
221
+ TSV: "TSV",
222
+ };
223
+ exports.ExportStatus = {
224
+ Completed: "Completed",
225
+ Deleting: "Deleting",
226
+ Failed: "Failed",
227
+ InProgress: "InProgress",
228
+ };
229
+ exports.MessageSelectionStrategy = {
230
+ Ordered: "Ordered",
231
+ Random: "Random",
232
+ };
233
+ exports.PromptAttempt = {
234
+ Initial: "Initial",
235
+ Retry1: "Retry1",
236
+ Retry2: "Retry2",
237
+ Retry3: "Retry3",
238
+ Retry4: "Retry4",
239
+ Retry5: "Retry5",
240
+ };
241
+ exports.Effect = {
242
+ Allow: "Allow",
243
+ Deny: "Deny",
244
+ };
245
+ exports.ObfuscationSettingType = {
246
+ DefaultObfuscation: "DefaultObfuscation",
247
+ None: "None",
248
+ };
249
+ exports.SlotConstraint = {
250
+ Optional: "Optional",
251
+ Required: "Required",
252
+ };
253
+ exports.SlotValueResolutionStrategy = {
254
+ Concatenation: "Concatenation",
255
+ OriginalValue: "OriginalValue",
256
+ TopResolution: "TopResolution",
257
+ };
258
+ exports.CustomVocabularyStatus = {
259
+ Creating: "Creating",
260
+ Deleting: "Deleting",
261
+ Exporting: "Exporting",
262
+ Importing: "Importing",
263
+ Ready: "Ready",
264
+ };
265
+ exports.ImportStatus = {
266
+ Completed: "Completed",
267
+ Deleting: "Deleting",
268
+ Failed: "Failed",
269
+ InProgress: "InProgress",
270
+ };
271
+ exports.TranscriptFormat = {
272
+ Lex: "Lex",
273
+ };
274
+ exports.MergeStrategy = {
275
+ Append: "Append",
276
+ FailOnConflict: "FailOnConflict",
277
+ Overwrite: "Overwrite",
278
+ };
279
+ exports.ExportFilterName = {
280
+ ExportResourceType: "ExportResourceType",
281
+ };
282
+ exports.ExportFilterOperator = {
283
+ Contains: "CO",
284
+ Equals: "EQ",
285
+ };
286
+ exports.ExportSortAttribute = {
287
+ LastUpdatedDateTime: "LastUpdatedDateTime",
288
+ };
289
+ exports.ImportFilterName = {
290
+ ImportResourceType: "ImportResourceType",
291
+ };
292
+ exports.ImportFilterOperator = {
293
+ Contains: "CO",
294
+ Equals: "EQ",
295
+ };
296
+ exports.ImportResourceType = {
297
+ Bot: "Bot",
298
+ BotLocale: "BotLocale",
299
+ CustomVocabulary: "CustomVocabulary",
300
+ };
301
+ exports.ImportSortAttribute = {
302
+ LastUpdatedDateTime: "LastUpdatedDateTime",
303
+ };
304
+ exports.IntentFilterName = {
305
+ IntentName: "IntentName",
306
+ };
307
+ exports.IntentFilterOperator = {
308
+ Contains: "CO",
309
+ Equals: "EQ",
310
+ };
311
+ exports.IntentSortAttribute = {
312
+ IntentName: "IntentName",
313
+ LastUpdatedDateTime: "LastUpdatedDateTime",
314
+ };
315
+ exports.TimeDimension = {
316
+ Days: "Days",
317
+ Hours: "Hours",
318
+ Weeks: "Weeks",
319
+ };
320
+ exports.SlotFilterName = {
321
+ SlotName: "SlotName",
322
+ };
323
+ exports.SlotFilterOperator = {
324
+ Contains: "CO",
325
+ Equals: "EQ",
326
+ };
327
+ exports.SlotSortAttribute = {
328
+ LastUpdatedDateTime: "LastUpdatedDateTime",
329
+ SlotName: "SlotName",
330
+ };
331
+ exports.SlotTypeFilterName = {
332
+ ExternalSourceType: "ExternalSourceType",
333
+ SlotTypeName: "SlotTypeName",
334
+ };
335
+ exports.SlotTypeFilterOperator = {
336
+ Contains: "CO",
337
+ Equals: "EQ",
338
+ };
339
+ exports.SlotTypeSortAttribute = {
340
+ LastUpdatedDateTime: "LastUpdatedDateTime",
341
+ SlotTypeName: "SlotTypeName",
342
+ };
343
+ exports.SlotTypeCategory = {
344
+ Composite: "Composite",
345
+ Custom: "Custom",
346
+ Extended: "Extended",
347
+ ExternalGrammar: "ExternalGrammar",
348
+ };
349
+ exports.SearchOrder = {
350
+ Ascending: "Ascending",
351
+ Descending: "Descending",
352
+ };
408
353
  const CreateExportRequestFilterSensitiveLog = (obj) => ({
409
354
  ...obj,
410
355
  ...(obj.filePassword && { filePassword: smithy_client_1.SENSITIVE_STRING }),