@aws-sdk/client-lex-models-v2 3.169.0 → 3.171.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.
Files changed (108) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/LexModelsV2.d.ts +1143 -340
  3. package/dist-types/ts3.4/LexModelsV2Client.d.ts +506 -140
  4. package/dist-types/ts3.4/commands/BuildBotLocaleCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/CreateBotAliasCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/CreateBotLocaleCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreateExportCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/CreateIntentCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/CreateResourcePolicyCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/CreateResourcePolicyStatementCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/CreateSlotCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/CreateSlotTypeCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/CreateUploadUrlCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DeleteBotLocaleCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DeleteCustomVocabularyCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DeleteExportCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/DeleteImportCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +30 -17
  24. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DeleteResourcePolicyStatementCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DeleteSlotCommand.d.ts +30 -17
  27. package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +30 -17
  28. package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/DescribeBotAliasCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/DescribeBotCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/DescribeBotLocaleCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/DescribeBotRecommendationCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/DescribeBotVersionCommand.d.ts +36 -17
  34. package/dist-types/ts3.4/commands/DescribeCustomVocabularyMetadataCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +35 -17
  37. package/dist-types/ts3.4/commands/DescribeIntentCommand.d.ts +33 -18
  38. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/DescribeSlotCommand.d.ts +33 -18
  40. package/dist-types/ts3.4/commands/DescribeSlotTypeCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/ListAggregatedUtterancesCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/ListBotAliasesCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/ListBotLocalesCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/ListBotRecommendationsCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/ListBotVersionsCommand.d.ts +35 -17
  46. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/ListBuiltInIntentsCommand.d.ts +36 -17
  48. package/dist-types/ts3.4/commands/ListBuiltInSlotTypesCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +32 -17
  51. package/dist-types/ts3.4/commands/ListIntentsCommand.d.ts +32 -17
  52. package/dist-types/ts3.4/commands/ListRecommendedIntentsCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/ListSlotTypesCommand.d.ts +35 -17
  54. package/dist-types/ts3.4/commands/ListSlotsCommand.d.ts +32 -17
  55. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  56. package/dist-types/ts3.4/commands/SearchAssociatedTranscriptsCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/StartBotRecommendationCommand.d.ts +39 -17
  58. package/dist-types/ts3.4/commands/StartImportCommand.d.ts +32 -17
  59. package/dist-types/ts3.4/commands/StopBotRecommendationCommand.d.ts +39 -17
  60. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  61. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  62. package/dist-types/ts3.4/commands/UpdateBotAliasCommand.d.ts +35 -17
  63. package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +32 -17
  64. package/dist-types/ts3.4/commands/UpdateBotLocaleCommand.d.ts +35 -17
  65. package/dist-types/ts3.4/commands/UpdateBotRecommendationCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/UpdateExportCommand.d.ts +32 -17
  67. package/dist-types/ts3.4/commands/UpdateIntentCommand.d.ts +32 -17
  68. package/dist-types/ts3.4/commands/UpdateResourcePolicyCommand.d.ts +39 -17
  69. package/dist-types/ts3.4/commands/UpdateSlotCommand.d.ts +32 -17
  70. package/dist-types/ts3.4/commands/UpdateSlotTypeCommand.d.ts +35 -17
  71. package/dist-types/ts3.4/commands/index.d.ts +67 -67
  72. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  73. package/dist-types/ts3.4/index.d.ts +7 -7
  74. package/dist-types/ts3.4/models/LexModelsV2ServiceException.d.ts +7 -6
  75. package/dist-types/ts3.4/models/index.d.ts +2 -2
  76. package/dist-types/ts3.4/models/models_0.d.ts +2346 -3193
  77. package/dist-types/ts3.4/models/models_1.d.ts +329 -510
  78. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  79. package/dist-types/ts3.4/pagination/ListAggregatedUtterancesPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListBotAliasesPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListBotLocalesPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListBotRecommendationsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListBotVersionsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListBuiltInIntentsPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListBuiltInSlotTypesPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/ListIntentsPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/ListRecommendedIntentsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/ListSlotTypesPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/ListSlotsPaginator.d.ts +11 -4
  93. package/dist-types/ts3.4/pagination/index.d.ts +15 -15
  94. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +809 -203
  95. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  96. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  97. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  98. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  99. package/dist-types/ts3.4/waiters/index.d.ts +8 -8
  100. package/dist-types/ts3.4/waiters/waitForBotAliasAvailable.d.ts +11 -7
  101. package/dist-types/ts3.4/waiters/waitForBotAvailable.d.ts +11 -7
  102. package/dist-types/ts3.4/waiters/waitForBotExportCompleted.d.ts +11 -7
  103. package/dist-types/ts3.4/waiters/waitForBotImportCompleted.d.ts +11 -7
  104. package/dist-types/ts3.4/waiters/waitForBotLocaleBuilt.d.ts +11 -7
  105. package/dist-types/ts3.4/waiters/waitForBotLocaleCreated.d.ts +11 -7
  106. package/dist-types/ts3.4/waiters/waitForBotLocaleExpressTestingAvailable.d.ts +11 -7
  107. package/dist-types/ts3.4/waiters/waitForBotVersionAvailable.d.ts +11 -7
  108. package/package.json +35 -35
@@ -1,510 +1,329 @@
1
- import { ConditionalSpecification, DialogCodeHookSettings, DialogState, ElicitationCodeHookInvocationSetting, FulfillmentUpdatesSpecification, InputContext, KendraConfiguration, MultipleValuesSetting, ObfuscationSetting, OutputContext, PromptSpecification, ResponseSpecification, SampleUtterance, SlotConstraint, SlotDefaultValueSpecification, SlotPriority, SubSlotSetting, WaitAndContinueSpecification } from "./models_0";
2
-
3
- export interface IntentClosingSetting {
4
-
5
- closingResponse?: ResponseSpecification;
6
-
7
- active?: boolean;
8
-
9
- nextStep?: DialogState;
10
-
11
- conditional?: ConditionalSpecification;
12
- }
13
-
14
- export interface PostDialogCodeHookInvocationSpecification {
15
-
16
- successResponse?: ResponseSpecification;
17
-
18
- successNextStep?: DialogState;
19
-
20
- successConditional?: ConditionalSpecification;
21
-
22
- failureResponse?: ResponseSpecification;
23
-
24
- failureNextStep?: DialogState;
25
-
26
- failureConditional?: ConditionalSpecification;
27
-
28
- timeoutResponse?: ResponseSpecification;
29
-
30
- timeoutNextStep?: DialogState;
31
-
32
- timeoutConditional?: ConditionalSpecification;
33
- }
34
-
35
- export interface PostFulfillmentStatusSpecification {
36
-
37
- successResponse?: ResponseSpecification;
38
-
39
- failureResponse?: ResponseSpecification;
40
-
41
- timeoutResponse?: ResponseSpecification;
42
-
43
- successNextStep?: DialogState;
44
-
45
- successConditional?: ConditionalSpecification;
46
-
47
- failureNextStep?: DialogState;
48
-
49
- failureConditional?: ConditionalSpecification;
50
-
51
- timeoutNextStep?: DialogState;
52
-
53
- timeoutConditional?: ConditionalSpecification;
54
- }
55
-
56
- export interface DialogCodeHookInvocationSetting {
57
-
58
- enableCodeHookInvocation: boolean | undefined;
59
-
60
- active: boolean | undefined;
61
-
62
- invocationLabel?: string;
63
-
64
- postCodeHookSpecification: PostDialogCodeHookInvocationSpecification | undefined;
65
- }
66
-
67
- export interface FulfillmentCodeHookSettings {
68
-
69
- enabled: boolean | undefined;
70
-
71
- postFulfillmentStatusSpecification?: PostFulfillmentStatusSpecification;
72
-
73
- fulfillmentUpdatesSpecification?: FulfillmentUpdatesSpecification;
74
-
75
- active?: boolean;
76
- }
77
-
78
- export interface InitialResponseSetting {
79
-
80
- initialResponse?: ResponseSpecification;
81
-
82
- nextStep?: DialogState;
83
-
84
- conditional?: ConditionalSpecification;
85
-
86
- codeHook?: DialogCodeHookInvocationSetting;
87
- }
88
-
89
- export interface SlotCaptureSetting {
90
-
91
- captureResponse?: ResponseSpecification;
92
-
93
- captureNextStep?: DialogState;
94
-
95
- captureConditional?: ConditionalSpecification;
96
-
97
- failureResponse?: ResponseSpecification;
98
-
99
- failureNextStep?: DialogState;
100
-
101
- failureConditional?: ConditionalSpecification;
102
-
103
- codeHook?: DialogCodeHookInvocationSetting;
104
-
105
- elicitationCodeHook?: ElicitationCodeHookInvocationSetting;
106
- }
107
-
108
- export interface SlotValueElicitationSetting {
109
-
110
- defaultValueSpecification?: SlotDefaultValueSpecification;
111
-
112
- slotConstraint: SlotConstraint | string | undefined;
113
-
114
- promptSpecification?: PromptSpecification;
115
-
116
- sampleUtterances?: SampleUtterance[];
117
-
118
- waitAndContinueSpecification?: WaitAndContinueSpecification;
119
-
120
- slotCaptureSetting?: SlotCaptureSetting;
121
- }
122
-
123
- export interface IntentConfirmationSetting {
124
-
125
- promptSpecification: PromptSpecification | undefined;
126
-
127
- declinationResponse?: ResponseSpecification;
128
-
129
- active?: boolean;
130
-
131
- confirmationResponse?: ResponseSpecification;
132
-
133
- confirmationNextStep?: DialogState;
134
-
135
- confirmationConditional?: ConditionalSpecification;
136
-
137
- declinationNextStep?: DialogState;
138
-
139
- declinationConditional?: ConditionalSpecification;
140
-
141
- failureResponse?: ResponseSpecification;
142
-
143
- failureNextStep?: DialogState;
144
-
145
- failureConditional?: ConditionalSpecification;
146
-
147
- codeHook?: DialogCodeHookInvocationSetting;
148
-
149
- elicitationCodeHook?: ElicitationCodeHookInvocationSetting;
150
- }
151
- export interface CreateSlotRequest {
152
-
153
- slotName: string | undefined;
154
-
155
- description?: string;
156
-
157
- slotTypeId?: string;
158
-
159
- valueElicitationSetting: SlotValueElicitationSetting | undefined;
160
-
161
- obfuscationSetting?: ObfuscationSetting;
162
-
163
- botId: string | undefined;
164
-
165
- botVersion: string | undefined;
166
-
167
- localeId: string | undefined;
168
-
169
- intentId: string | undefined;
170
-
171
- multipleValuesSetting?: MultipleValuesSetting;
172
-
173
- subSlotSetting?: SubSlotSetting;
174
- }
175
- export interface CreateSlotResponse {
176
-
177
- slotId?: string;
178
-
179
- slotName?: string;
180
-
181
- description?: string;
182
-
183
- slotTypeId?: string;
184
-
185
- valueElicitationSetting?: SlotValueElicitationSetting;
186
-
187
- obfuscationSetting?: ObfuscationSetting;
188
-
189
- botId?: string;
190
-
191
- botVersion?: string;
192
-
193
- localeId?: string;
194
-
195
- intentId?: string;
196
-
197
- creationDateTime?: Date;
198
-
199
- multipleValuesSetting?: MultipleValuesSetting;
200
-
201
- subSlotSetting?: SubSlotSetting;
202
- }
203
- export interface DescribeSlotResponse {
204
-
205
- slotId?: string;
206
-
207
- slotName?: string;
208
-
209
- description?: string;
210
-
211
- slotTypeId?: string;
212
-
213
- valueElicitationSetting?: SlotValueElicitationSetting;
214
-
215
- obfuscationSetting?: ObfuscationSetting;
216
-
217
- botId?: string;
218
-
219
- botVersion?: string;
220
-
221
- localeId?: string;
222
-
223
- intentId?: string;
224
-
225
- creationDateTime?: Date;
226
-
227
- lastUpdatedDateTime?: Date;
228
-
229
- multipleValuesSetting?: MultipleValuesSetting;
230
-
231
- subSlotSetting?: SubSlotSetting;
232
- }
233
- export interface UpdateSlotRequest {
234
-
235
- slotId: string | undefined;
236
-
237
- slotName: string | undefined;
238
-
239
- description?: string;
240
-
241
- slotTypeId?: string;
242
-
243
- valueElicitationSetting: SlotValueElicitationSetting | undefined;
244
-
245
- obfuscationSetting?: ObfuscationSetting;
246
-
247
- botId: string | undefined;
248
-
249
- botVersion: string | undefined;
250
-
251
- localeId: string | undefined;
252
-
253
- intentId: string | undefined;
254
-
255
- multipleValuesSetting?: MultipleValuesSetting;
256
-
257
- subSlotSetting?: SubSlotSetting;
258
- }
259
- export interface UpdateSlotResponse {
260
-
261
- slotId?: string;
262
-
263
- slotName?: string;
264
-
265
- description?: string;
266
-
267
- slotTypeId?: string;
268
-
269
- valueElicitationSetting?: SlotValueElicitationSetting;
270
-
271
- obfuscationSetting?: ObfuscationSetting;
272
-
273
- botId?: string;
274
-
275
- botVersion?: string;
276
-
277
- localeId?: string;
278
-
279
- intentId?: string;
280
-
281
- creationDateTime?: Date;
282
-
283
- lastUpdatedDateTime?: Date;
284
-
285
- multipleValuesSetting?: MultipleValuesSetting;
286
-
287
- subSlotSetting?: SubSlotSetting;
288
- }
289
- export interface CreateIntentRequest {
290
-
291
- intentName: string | undefined;
292
-
293
- description?: string;
294
-
295
- parentIntentSignature?: string;
296
-
297
- sampleUtterances?: SampleUtterance[];
298
-
299
- dialogCodeHook?: DialogCodeHookSettings;
300
-
301
- fulfillmentCodeHook?: FulfillmentCodeHookSettings;
302
-
303
- intentConfirmationSetting?: IntentConfirmationSetting;
304
-
305
- intentClosingSetting?: IntentClosingSetting;
306
-
307
- inputContexts?: InputContext[];
308
-
309
- outputContexts?: OutputContext[];
310
-
311
- kendraConfiguration?: KendraConfiguration;
312
-
313
- botId: string | undefined;
314
-
315
- botVersion: string | undefined;
316
-
317
- localeId: string | undefined;
318
-
319
- initialResponseSetting?: InitialResponseSetting;
320
- }
321
- export interface CreateIntentResponse {
322
-
323
- intentId?: string;
324
-
325
- intentName?: string;
326
-
327
- description?: string;
328
-
329
- parentIntentSignature?: string;
330
-
331
- sampleUtterances?: SampleUtterance[];
332
-
333
- dialogCodeHook?: DialogCodeHookSettings;
334
-
335
- fulfillmentCodeHook?: FulfillmentCodeHookSettings;
336
-
337
- intentConfirmationSetting?: IntentConfirmationSetting;
338
-
339
- intentClosingSetting?: IntentClosingSetting;
340
-
341
- inputContexts?: InputContext[];
342
-
343
- outputContexts?: OutputContext[];
344
-
345
- kendraConfiguration?: KendraConfiguration;
346
-
347
- botId?: string;
348
-
349
- botVersion?: string;
350
-
351
- localeId?: string;
352
-
353
- creationDateTime?: Date;
354
-
355
- initialResponseSetting?: InitialResponseSetting;
356
- }
357
- export interface DescribeIntentResponse {
358
-
359
- intentId?: string;
360
-
361
- intentName?: string;
362
-
363
- description?: string;
364
-
365
- parentIntentSignature?: string;
366
-
367
- sampleUtterances?: SampleUtterance[];
368
-
369
- dialogCodeHook?: DialogCodeHookSettings;
370
-
371
- fulfillmentCodeHook?: FulfillmentCodeHookSettings;
372
-
373
- slotPriorities?: SlotPriority[];
374
-
375
- intentConfirmationSetting?: IntentConfirmationSetting;
376
-
377
- intentClosingSetting?: IntentClosingSetting;
378
-
379
- inputContexts?: InputContext[];
380
-
381
- outputContexts?: OutputContext[];
382
-
383
- kendraConfiguration?: KendraConfiguration;
384
-
385
- botId?: string;
386
-
387
- botVersion?: string;
388
-
389
- localeId?: string;
390
-
391
- creationDateTime?: Date;
392
-
393
- lastUpdatedDateTime?: Date;
394
-
395
- initialResponseSetting?: InitialResponseSetting;
396
- }
397
- export interface UpdateIntentRequest {
398
-
399
- intentId: string | undefined;
400
-
401
- intentName: string | undefined;
402
-
403
- description?: string;
404
-
405
- parentIntentSignature?: string;
406
-
407
- sampleUtterances?: SampleUtterance[];
408
-
409
- dialogCodeHook?: DialogCodeHookSettings;
410
-
411
- fulfillmentCodeHook?: FulfillmentCodeHookSettings;
412
-
413
- slotPriorities?: SlotPriority[];
414
-
415
- intentConfirmationSetting?: IntentConfirmationSetting;
416
-
417
- intentClosingSetting?: IntentClosingSetting;
418
-
419
- inputContexts?: InputContext[];
420
-
421
- outputContexts?: OutputContext[];
422
-
423
- kendraConfiguration?: KendraConfiguration;
424
-
425
- botId: string | undefined;
426
-
427
- botVersion: string | undefined;
428
-
429
- localeId: string | undefined;
430
-
431
- initialResponseSetting?: InitialResponseSetting;
432
- }
433
- export interface UpdateIntentResponse {
434
-
435
- intentId?: string;
436
-
437
- intentName?: string;
438
-
439
- description?: string;
440
-
441
- parentIntentSignature?: string;
442
-
443
- sampleUtterances?: SampleUtterance[];
444
-
445
- dialogCodeHook?: DialogCodeHookSettings;
446
-
447
- fulfillmentCodeHook?: FulfillmentCodeHookSettings;
448
-
449
- slotPriorities?: SlotPriority[];
450
-
451
- intentConfirmationSetting?: IntentConfirmationSetting;
452
-
453
- intentClosingSetting?: IntentClosingSetting;
454
-
455
- inputContexts?: InputContext[];
456
-
457
- outputContexts?: OutputContext[];
458
-
459
- kendraConfiguration?: KendraConfiguration;
460
-
461
- botId?: string;
462
-
463
- botVersion?: string;
464
-
465
- localeId?: string;
466
-
467
- creationDateTime?: Date;
468
-
469
- lastUpdatedDateTime?: Date;
470
-
471
- initialResponseSetting?: InitialResponseSetting;
472
- }
473
-
474
- export declare const IntentClosingSettingFilterSensitiveLog: (obj: IntentClosingSetting) => any;
475
-
476
- export declare const PostDialogCodeHookInvocationSpecificationFilterSensitiveLog: (obj: PostDialogCodeHookInvocationSpecification) => any;
477
-
478
- export declare const PostFulfillmentStatusSpecificationFilterSensitiveLog: (obj: PostFulfillmentStatusSpecification) => any;
479
-
480
- export declare const DialogCodeHookInvocationSettingFilterSensitiveLog: (obj: DialogCodeHookInvocationSetting) => any;
481
-
482
- export declare const FulfillmentCodeHookSettingsFilterSensitiveLog: (obj: FulfillmentCodeHookSettings) => any;
483
-
484
- export declare const InitialResponseSettingFilterSensitiveLog: (obj: InitialResponseSetting) => any;
485
-
486
- export declare const SlotCaptureSettingFilterSensitiveLog: (obj: SlotCaptureSetting) => any;
487
-
488
- export declare const SlotValueElicitationSettingFilterSensitiveLog: (obj: SlotValueElicitationSetting) => any;
489
-
490
- export declare const IntentConfirmationSettingFilterSensitiveLog: (obj: IntentConfirmationSetting) => any;
491
-
492
- export declare const CreateSlotRequestFilterSensitiveLog: (obj: CreateSlotRequest) => any;
493
-
494
- export declare const CreateSlotResponseFilterSensitiveLog: (obj: CreateSlotResponse) => any;
495
-
496
- export declare const DescribeSlotResponseFilterSensitiveLog: (obj: DescribeSlotResponse) => any;
497
-
498
- export declare const UpdateSlotRequestFilterSensitiveLog: (obj: UpdateSlotRequest) => any;
499
-
500
- export declare const UpdateSlotResponseFilterSensitiveLog: (obj: UpdateSlotResponse) => any;
501
-
502
- export declare const CreateIntentRequestFilterSensitiveLog: (obj: CreateIntentRequest) => any;
503
-
504
- export declare const CreateIntentResponseFilterSensitiveLog: (obj: CreateIntentResponse) => any;
505
-
506
- export declare const DescribeIntentResponseFilterSensitiveLog: (obj: DescribeIntentResponse) => any;
507
-
508
- export declare const UpdateIntentRequestFilterSensitiveLog: (obj: UpdateIntentRequest) => any;
509
-
510
- export declare const UpdateIntentResponseFilterSensitiveLog: (obj: UpdateIntentResponse) => any;
1
+ import {
2
+ ConditionalSpecification,
3
+ DialogCodeHookSettings,
4
+ DialogState,
5
+ ElicitationCodeHookInvocationSetting,
6
+ FulfillmentUpdatesSpecification,
7
+ InputContext,
8
+ KendraConfiguration,
9
+ MultipleValuesSetting,
10
+ ObfuscationSetting,
11
+ OutputContext,
12
+ PromptSpecification,
13
+ ResponseSpecification,
14
+ SampleUtterance,
15
+ SlotConstraint,
16
+ SlotDefaultValueSpecification,
17
+ SlotPriority,
18
+ SubSlotSetting,
19
+ WaitAndContinueSpecification,
20
+ } from "./models_0";
21
+ export interface IntentClosingSetting {
22
+ closingResponse?: ResponseSpecification;
23
+ active?: boolean;
24
+ nextStep?: DialogState;
25
+ conditional?: ConditionalSpecification;
26
+ }
27
+ export interface PostDialogCodeHookInvocationSpecification {
28
+ successResponse?: ResponseSpecification;
29
+ successNextStep?: DialogState;
30
+ successConditional?: ConditionalSpecification;
31
+ failureResponse?: ResponseSpecification;
32
+ failureNextStep?: DialogState;
33
+ failureConditional?: ConditionalSpecification;
34
+ timeoutResponse?: ResponseSpecification;
35
+ timeoutNextStep?: DialogState;
36
+ timeoutConditional?: ConditionalSpecification;
37
+ }
38
+ export interface PostFulfillmentStatusSpecification {
39
+ successResponse?: ResponseSpecification;
40
+ failureResponse?: ResponseSpecification;
41
+ timeoutResponse?: ResponseSpecification;
42
+ successNextStep?: DialogState;
43
+ successConditional?: ConditionalSpecification;
44
+ failureNextStep?: DialogState;
45
+ failureConditional?: ConditionalSpecification;
46
+ timeoutNextStep?: DialogState;
47
+ timeoutConditional?: ConditionalSpecification;
48
+ }
49
+ export interface DialogCodeHookInvocationSetting {
50
+ enableCodeHookInvocation: boolean | undefined;
51
+ active: boolean | undefined;
52
+ invocationLabel?: string;
53
+ postCodeHookSpecification:
54
+ | PostDialogCodeHookInvocationSpecification
55
+ | undefined;
56
+ }
57
+ export interface FulfillmentCodeHookSettings {
58
+ enabled: boolean | undefined;
59
+ postFulfillmentStatusSpecification?: PostFulfillmentStatusSpecification;
60
+ fulfillmentUpdatesSpecification?: FulfillmentUpdatesSpecification;
61
+ active?: boolean;
62
+ }
63
+ export interface InitialResponseSetting {
64
+ initialResponse?: ResponseSpecification;
65
+ nextStep?: DialogState;
66
+ conditional?: ConditionalSpecification;
67
+ codeHook?: DialogCodeHookInvocationSetting;
68
+ }
69
+ export interface SlotCaptureSetting {
70
+ captureResponse?: ResponseSpecification;
71
+ captureNextStep?: DialogState;
72
+ captureConditional?: ConditionalSpecification;
73
+ failureResponse?: ResponseSpecification;
74
+ failureNextStep?: DialogState;
75
+ failureConditional?: ConditionalSpecification;
76
+ codeHook?: DialogCodeHookInvocationSetting;
77
+ elicitationCodeHook?: ElicitationCodeHookInvocationSetting;
78
+ }
79
+ export interface SlotValueElicitationSetting {
80
+ defaultValueSpecification?: SlotDefaultValueSpecification;
81
+ slotConstraint: SlotConstraint | string | undefined;
82
+ promptSpecification?: PromptSpecification;
83
+ sampleUtterances?: SampleUtterance[];
84
+ waitAndContinueSpecification?: WaitAndContinueSpecification;
85
+ slotCaptureSetting?: SlotCaptureSetting;
86
+ }
87
+ export interface IntentConfirmationSetting {
88
+ promptSpecification: PromptSpecification | undefined;
89
+ declinationResponse?: ResponseSpecification;
90
+ active?: boolean;
91
+ confirmationResponse?: ResponseSpecification;
92
+ confirmationNextStep?: DialogState;
93
+ confirmationConditional?: ConditionalSpecification;
94
+ declinationNextStep?: DialogState;
95
+ declinationConditional?: ConditionalSpecification;
96
+ failureResponse?: ResponseSpecification;
97
+ failureNextStep?: DialogState;
98
+ failureConditional?: ConditionalSpecification;
99
+ codeHook?: DialogCodeHookInvocationSetting;
100
+ elicitationCodeHook?: ElicitationCodeHookInvocationSetting;
101
+ }
102
+ export interface CreateSlotRequest {
103
+ slotName: string | undefined;
104
+ description?: string;
105
+ slotTypeId?: string;
106
+ valueElicitationSetting: SlotValueElicitationSetting | undefined;
107
+ obfuscationSetting?: ObfuscationSetting;
108
+ botId: string | undefined;
109
+ botVersion: string | undefined;
110
+ localeId: string | undefined;
111
+ intentId: string | undefined;
112
+ multipleValuesSetting?: MultipleValuesSetting;
113
+ subSlotSetting?: SubSlotSetting;
114
+ }
115
+ export interface CreateSlotResponse {
116
+ slotId?: string;
117
+ slotName?: string;
118
+ description?: string;
119
+ slotTypeId?: string;
120
+ valueElicitationSetting?: SlotValueElicitationSetting;
121
+ obfuscationSetting?: ObfuscationSetting;
122
+ botId?: string;
123
+ botVersion?: string;
124
+ localeId?: string;
125
+ intentId?: string;
126
+ creationDateTime?: Date;
127
+ multipleValuesSetting?: MultipleValuesSetting;
128
+ subSlotSetting?: SubSlotSetting;
129
+ }
130
+ export interface DescribeSlotResponse {
131
+ slotId?: string;
132
+ slotName?: string;
133
+ description?: string;
134
+ slotTypeId?: string;
135
+ valueElicitationSetting?: SlotValueElicitationSetting;
136
+ obfuscationSetting?: ObfuscationSetting;
137
+ botId?: string;
138
+ botVersion?: string;
139
+ localeId?: string;
140
+ intentId?: string;
141
+ creationDateTime?: Date;
142
+ lastUpdatedDateTime?: Date;
143
+ multipleValuesSetting?: MultipleValuesSetting;
144
+ subSlotSetting?: SubSlotSetting;
145
+ }
146
+ export interface UpdateSlotRequest {
147
+ slotId: string | undefined;
148
+ slotName: string | undefined;
149
+ description?: string;
150
+ slotTypeId?: string;
151
+ valueElicitationSetting: SlotValueElicitationSetting | undefined;
152
+ obfuscationSetting?: ObfuscationSetting;
153
+ botId: string | undefined;
154
+ botVersion: string | undefined;
155
+ localeId: string | undefined;
156
+ intentId: string | undefined;
157
+ multipleValuesSetting?: MultipleValuesSetting;
158
+ subSlotSetting?: SubSlotSetting;
159
+ }
160
+ export interface UpdateSlotResponse {
161
+ slotId?: string;
162
+ slotName?: string;
163
+ description?: string;
164
+ slotTypeId?: string;
165
+ valueElicitationSetting?: SlotValueElicitationSetting;
166
+ obfuscationSetting?: ObfuscationSetting;
167
+ botId?: string;
168
+ botVersion?: string;
169
+ localeId?: string;
170
+ intentId?: string;
171
+ creationDateTime?: Date;
172
+ lastUpdatedDateTime?: Date;
173
+ multipleValuesSetting?: MultipleValuesSetting;
174
+ subSlotSetting?: SubSlotSetting;
175
+ }
176
+ export interface CreateIntentRequest {
177
+ intentName: string | undefined;
178
+ description?: string;
179
+ parentIntentSignature?: string;
180
+ sampleUtterances?: SampleUtterance[];
181
+ dialogCodeHook?: DialogCodeHookSettings;
182
+ fulfillmentCodeHook?: FulfillmentCodeHookSettings;
183
+ intentConfirmationSetting?: IntentConfirmationSetting;
184
+ intentClosingSetting?: IntentClosingSetting;
185
+ inputContexts?: InputContext[];
186
+ outputContexts?: OutputContext[];
187
+ kendraConfiguration?: KendraConfiguration;
188
+ botId: string | undefined;
189
+ botVersion: string | undefined;
190
+ localeId: string | undefined;
191
+ initialResponseSetting?: InitialResponseSetting;
192
+ }
193
+ export interface CreateIntentResponse {
194
+ intentId?: string;
195
+ intentName?: string;
196
+ description?: string;
197
+ parentIntentSignature?: string;
198
+ sampleUtterances?: SampleUtterance[];
199
+ dialogCodeHook?: DialogCodeHookSettings;
200
+ fulfillmentCodeHook?: FulfillmentCodeHookSettings;
201
+ intentConfirmationSetting?: IntentConfirmationSetting;
202
+ intentClosingSetting?: IntentClosingSetting;
203
+ inputContexts?: InputContext[];
204
+ outputContexts?: OutputContext[];
205
+ kendraConfiguration?: KendraConfiguration;
206
+ botId?: string;
207
+ botVersion?: string;
208
+ localeId?: string;
209
+ creationDateTime?: Date;
210
+ initialResponseSetting?: InitialResponseSetting;
211
+ }
212
+ export interface DescribeIntentResponse {
213
+ intentId?: string;
214
+ intentName?: string;
215
+ description?: string;
216
+ parentIntentSignature?: string;
217
+ sampleUtterances?: SampleUtterance[];
218
+ dialogCodeHook?: DialogCodeHookSettings;
219
+ fulfillmentCodeHook?: FulfillmentCodeHookSettings;
220
+ slotPriorities?: SlotPriority[];
221
+ intentConfirmationSetting?: IntentConfirmationSetting;
222
+ intentClosingSetting?: IntentClosingSetting;
223
+ inputContexts?: InputContext[];
224
+ outputContexts?: OutputContext[];
225
+ kendraConfiguration?: KendraConfiguration;
226
+ botId?: string;
227
+ botVersion?: string;
228
+ localeId?: string;
229
+ creationDateTime?: Date;
230
+ lastUpdatedDateTime?: Date;
231
+ initialResponseSetting?: InitialResponseSetting;
232
+ }
233
+ export interface UpdateIntentRequest {
234
+ intentId: string | undefined;
235
+ intentName: string | undefined;
236
+ description?: string;
237
+ parentIntentSignature?: string;
238
+ sampleUtterances?: SampleUtterance[];
239
+ dialogCodeHook?: DialogCodeHookSettings;
240
+ fulfillmentCodeHook?: FulfillmentCodeHookSettings;
241
+ slotPriorities?: SlotPriority[];
242
+ intentConfirmationSetting?: IntentConfirmationSetting;
243
+ intentClosingSetting?: IntentClosingSetting;
244
+ inputContexts?: InputContext[];
245
+ outputContexts?: OutputContext[];
246
+ kendraConfiguration?: KendraConfiguration;
247
+ botId: string | undefined;
248
+ botVersion: string | undefined;
249
+ localeId: string | undefined;
250
+ initialResponseSetting?: InitialResponseSetting;
251
+ }
252
+ export interface UpdateIntentResponse {
253
+ intentId?: string;
254
+ intentName?: string;
255
+ description?: string;
256
+ parentIntentSignature?: string;
257
+ sampleUtterances?: SampleUtterance[];
258
+ dialogCodeHook?: DialogCodeHookSettings;
259
+ fulfillmentCodeHook?: FulfillmentCodeHookSettings;
260
+ slotPriorities?: SlotPriority[];
261
+ intentConfirmationSetting?: IntentConfirmationSetting;
262
+ intentClosingSetting?: IntentClosingSetting;
263
+ inputContexts?: InputContext[];
264
+ outputContexts?: OutputContext[];
265
+ kendraConfiguration?: KendraConfiguration;
266
+ botId?: string;
267
+ botVersion?: string;
268
+ localeId?: string;
269
+ creationDateTime?: Date;
270
+ lastUpdatedDateTime?: Date;
271
+ initialResponseSetting?: InitialResponseSetting;
272
+ }
273
+ export declare const IntentClosingSettingFilterSensitiveLog: (
274
+ obj: IntentClosingSetting
275
+ ) => any;
276
+ export declare const PostDialogCodeHookInvocationSpecificationFilterSensitiveLog: (
277
+ obj: PostDialogCodeHookInvocationSpecification
278
+ ) => any;
279
+ export declare const PostFulfillmentStatusSpecificationFilterSensitiveLog: (
280
+ obj: PostFulfillmentStatusSpecification
281
+ ) => any;
282
+ export declare const DialogCodeHookInvocationSettingFilterSensitiveLog: (
283
+ obj: DialogCodeHookInvocationSetting
284
+ ) => any;
285
+ export declare const FulfillmentCodeHookSettingsFilterSensitiveLog: (
286
+ obj: FulfillmentCodeHookSettings
287
+ ) => any;
288
+ export declare const InitialResponseSettingFilterSensitiveLog: (
289
+ obj: InitialResponseSetting
290
+ ) => any;
291
+ export declare const SlotCaptureSettingFilterSensitiveLog: (
292
+ obj: SlotCaptureSetting
293
+ ) => any;
294
+ export declare const SlotValueElicitationSettingFilterSensitiveLog: (
295
+ obj: SlotValueElicitationSetting
296
+ ) => any;
297
+ export declare const IntentConfirmationSettingFilterSensitiveLog: (
298
+ obj: IntentConfirmationSetting
299
+ ) => any;
300
+ export declare const CreateSlotRequestFilterSensitiveLog: (
301
+ obj: CreateSlotRequest
302
+ ) => any;
303
+ export declare const CreateSlotResponseFilterSensitiveLog: (
304
+ obj: CreateSlotResponse
305
+ ) => any;
306
+ export declare const DescribeSlotResponseFilterSensitiveLog: (
307
+ obj: DescribeSlotResponse
308
+ ) => any;
309
+ export declare const UpdateSlotRequestFilterSensitiveLog: (
310
+ obj: UpdateSlotRequest
311
+ ) => any;
312
+ export declare const UpdateSlotResponseFilterSensitiveLog: (
313
+ obj: UpdateSlotResponse
314
+ ) => any;
315
+ export declare const CreateIntentRequestFilterSensitiveLog: (
316
+ obj: CreateIntentRequest
317
+ ) => any;
318
+ export declare const CreateIntentResponseFilterSensitiveLog: (
319
+ obj: CreateIntentResponse
320
+ ) => any;
321
+ export declare const DescribeIntentResponseFilterSensitiveLog: (
322
+ obj: DescribeIntentResponse
323
+ ) => any;
324
+ export declare const UpdateIntentRequestFilterSensitiveLog: (
325
+ obj: UpdateIntentRequest
326
+ ) => any;
327
+ export declare const UpdateIntentResponseFilterSensitiveLog: (
328
+ obj: UpdateIntentResponse
329
+ ) => any;