@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/LexModelsV2.d.ts +1143 -340
- package/dist-types/ts3.4/LexModelsV2Client.d.ts +506 -140
- package/dist-types/ts3.4/commands/BuildBotLocaleCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateBotAliasCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateBotLocaleCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateExportCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateIntentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateResourcePolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateResourcePolicyStatementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateSlotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateSlotTypeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateUploadUrlCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteBotLocaleCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteCustomVocabularyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteExportCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteImportCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyStatementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteSlotCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeBotAliasCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeBotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeBotLocaleCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeBotRecommendationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeBotVersionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeCustomVocabularyMetadataCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeIntentCommand.d.ts +33 -18
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSlotCommand.d.ts +33 -18
- package/dist-types/ts3.4/commands/DescribeSlotTypeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListAggregatedUtterancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListBotAliasesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListBotLocalesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListBotRecommendationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListBotVersionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListBuiltInIntentsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListBuiltInSlotTypesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListIntentsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListRecommendedIntentsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListSlotTypesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListSlotsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/SearchAssociatedTranscriptsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartBotRecommendationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartImportCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StopBotRecommendationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateBotAliasCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateBotLocaleCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateBotRecommendationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateExportCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateIntentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateResourcePolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateSlotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateSlotTypeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +67 -67
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/LexModelsV2ServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +2346 -3193
- package/dist-types/ts3.4/models/models_1.d.ts +329 -510
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAggregatedUtterancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBotAliasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBotLocalesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBotRecommendationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBotVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBuiltInIntentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBuiltInSlotTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListIntentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecommendedIntentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSlotTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSlotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +15 -15
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +809 -203
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +8 -8
- package/dist-types/ts3.4/waiters/waitForBotAliasAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForBotAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForBotExportCompleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForBotImportCompleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForBotLocaleBuilt.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForBotLocaleCreated.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForBotLocaleExpressTestingAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForBotVersionAvailable.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,510 +1,329 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
}
|
|
233
|
-
export interface
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
export
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
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;
|