@aws-sdk/client-lex-models-v2 3.777.0 → 3.782.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/dist-cjs/index.js +10 -0
- package/dist-es/protocols/Aws_restJson1.js +10 -0
- package/dist-types/commands/CreateBotCommand.d.ts +6 -0
- package/dist-types/commands/CreateIntentCommand.d.ts +10 -0
- package/dist-types/commands/DescribeBotAliasCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBotCommand.d.ts +3 -0
- package/dist-types/commands/DescribeBotLocaleCommand.d.ts +1 -2
- package/dist-types/commands/DescribeImportCommand.d.ts +3 -0
- package/dist-types/commands/DescribeIntentCommand.d.ts +5 -0
- package/dist-types/commands/StartImportCommand.d.ts +6 -0
- package/dist-types/commands/UpdateBotCommand.d.ts +6 -0
- package/dist-types/commands/UpdateIntentCommand.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +53 -114
- package/dist-types/models/models_1.d.ts +150 -1
- package/dist-types/ts3.4/commands/DescribeBotAliasCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeBotLocaleCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +15 -24
- package/dist-types/ts3.4/models/models_1.d.ts +34 -1
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -1040,6 +1040,7 @@ var se_CreateBotCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1040
1040
|
botType: [],
|
|
1041
1041
|
dataPrivacy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "dataPrivacy"),
|
|
1042
1042
|
description: [],
|
|
1043
|
+
errorLogSettings: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "errorLogSettings"),
|
|
1043
1044
|
idleSessionTTLInSeconds: [],
|
|
1044
1045
|
roleArn: [],
|
|
1045
1046
|
testBotAliasTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "testBotAliasTags")
|
|
@@ -1164,6 +1165,7 @@ var se_CreateIntentCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1164
1165
|
kendraConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "kendraConfiguration"),
|
|
1165
1166
|
outputContexts: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "outputContexts"),
|
|
1166
1167
|
parentIntentSignature: [],
|
|
1168
|
+
qInConnectIntentConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "qInConnectIntentConfiguration"),
|
|
1167
1169
|
qnAIntentConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "qnAIntentConfiguration"),
|
|
1168
1170
|
sampleUtterances: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sampleUtterances")
|
|
1169
1171
|
})
|
|
@@ -2438,6 +2440,7 @@ var se_UpdateBotCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2438
2440
|
botType: [],
|
|
2439
2441
|
dataPrivacy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "dataPrivacy"),
|
|
2440
2442
|
description: [],
|
|
2443
|
+
errorLogSettings: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "errorLogSettings"),
|
|
2441
2444
|
idleSessionTTLInSeconds: [],
|
|
2442
2445
|
roleArn: []
|
|
2443
2446
|
})
|
|
@@ -2547,6 +2550,7 @@ var se_UpdateIntentCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2547
2550
|
kendraConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "kendraConfiguration"),
|
|
2548
2551
|
outputContexts: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "outputContexts"),
|
|
2549
2552
|
parentIntentSignature: [],
|
|
2553
|
+
qInConnectIntentConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "qInConnectIntentConfiguration"),
|
|
2550
2554
|
qnAIntentConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "qnAIntentConfiguration"),
|
|
2551
2555
|
sampleUtterances: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sampleUtterances"),
|
|
2552
2556
|
slotPriorities: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "slotPriorities")
|
|
@@ -2732,6 +2736,7 @@ var de_CreateBotCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2732
2736
|
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2733
2737
|
dataPrivacy: import_smithy_client._json,
|
|
2734
2738
|
description: import_smithy_client.expectString,
|
|
2739
|
+
errorLogSettings: import_smithy_client._json,
|
|
2735
2740
|
idleSessionTTLInSeconds: import_smithy_client.expectInt32,
|
|
2736
2741
|
roleArn: import_smithy_client.expectString,
|
|
2737
2742
|
testBotAliasTags: import_smithy_client._json
|
|
@@ -2866,6 +2871,7 @@ var de_CreateIntentCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2866
2871
|
localeId: import_smithy_client.expectString,
|
|
2867
2872
|
outputContexts: import_smithy_client._json,
|
|
2868
2873
|
parentIntentSignature: import_smithy_client.expectString,
|
|
2874
|
+
qInConnectIntentConfiguration: import_smithy_client._json,
|
|
2869
2875
|
qnAIntentConfiguration: import_smithy_client._json,
|
|
2870
2876
|
sampleUtterances: import_smithy_client._json
|
|
2871
2877
|
});
|
|
@@ -3209,6 +3215,7 @@ var de_DescribeBotCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3209
3215
|
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
3210
3216
|
dataPrivacy: import_smithy_client._json,
|
|
3211
3217
|
description: import_smithy_client.expectString,
|
|
3218
|
+
errorLogSettings: import_smithy_client._json,
|
|
3212
3219
|
failureReasons: import_smithy_client._json,
|
|
3213
3220
|
idleSessionTTLInSeconds: import_smithy_client.expectInt32,
|
|
3214
3221
|
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
@@ -3454,6 +3461,7 @@ var de_DescribeIntentCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3454
3461
|
localeId: import_smithy_client.expectString,
|
|
3455
3462
|
outputContexts: import_smithy_client._json,
|
|
3456
3463
|
parentIntentSignature: import_smithy_client.expectString,
|
|
3464
|
+
qInConnectIntentConfiguration: import_smithy_client._json,
|
|
3457
3465
|
qnAIntentConfiguration: import_smithy_client._json,
|
|
3458
3466
|
sampleUtterances: import_smithy_client._json,
|
|
3459
3467
|
slotPriorities: import_smithy_client._json
|
|
@@ -4349,6 +4357,7 @@ var de_UpdateBotCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4349
4357
|
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
4350
4358
|
dataPrivacy: import_smithy_client._json,
|
|
4351
4359
|
description: import_smithy_client.expectString,
|
|
4360
|
+
errorLogSettings: import_smithy_client._json,
|
|
4352
4361
|
idleSessionTTLInSeconds: import_smithy_client.expectInt32,
|
|
4353
4362
|
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
4354
4363
|
roleArn: import_smithy_client.expectString
|
|
@@ -4473,6 +4482,7 @@ var de_UpdateIntentCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4473
4482
|
localeId: import_smithy_client.expectString,
|
|
4474
4483
|
outputContexts: import_smithy_client._json,
|
|
4475
4484
|
parentIntentSignature: import_smithy_client.expectString,
|
|
4485
|
+
qInConnectIntentConfiguration: import_smithy_client._json,
|
|
4476
4486
|
qnAIntentConfiguration: import_smithy_client._json,
|
|
4477
4487
|
sampleUtterances: import_smithy_client._json,
|
|
4478
4488
|
slotPriorities: import_smithy_client._json
|
|
@@ -76,6 +76,7 @@ export const se_CreateBotCommand = async (input, context) => {
|
|
|
76
76
|
botType: [],
|
|
77
77
|
dataPrivacy: (_) => _json(_),
|
|
78
78
|
description: [],
|
|
79
|
+
errorLogSettings: (_) => _json(_),
|
|
79
80
|
idleSessionTTLInSeconds: [],
|
|
80
81
|
roleArn: [],
|
|
81
82
|
testBotAliasTags: (_) => _json(_),
|
|
@@ -188,6 +189,7 @@ export const se_CreateIntentCommand = async (input, context) => {
|
|
|
188
189
|
kendraConfiguration: (_) => _json(_),
|
|
189
190
|
outputContexts: (_) => _json(_),
|
|
190
191
|
parentIntentSignature: [],
|
|
192
|
+
qInConnectIntentConfiguration: (_) => _json(_),
|
|
191
193
|
qnAIntentConfiguration: (_) => _json(_),
|
|
192
194
|
sampleUtterances: (_) => _json(_),
|
|
193
195
|
}));
|
|
@@ -1372,6 +1374,7 @@ export const se_UpdateBotCommand = async (input, context) => {
|
|
|
1372
1374
|
botType: [],
|
|
1373
1375
|
dataPrivacy: (_) => _json(_),
|
|
1374
1376
|
description: [],
|
|
1377
|
+
errorLogSettings: (_) => _json(_),
|
|
1375
1378
|
idleSessionTTLInSeconds: [],
|
|
1376
1379
|
roleArn: [],
|
|
1377
1380
|
}));
|
|
@@ -1471,6 +1474,7 @@ export const se_UpdateIntentCommand = async (input, context) => {
|
|
|
1471
1474
|
kendraConfiguration: (_) => _json(_),
|
|
1472
1475
|
outputContexts: (_) => _json(_),
|
|
1473
1476
|
parentIntentSignature: [],
|
|
1477
|
+
qInConnectIntentConfiguration: (_) => _json(_),
|
|
1474
1478
|
qnAIntentConfiguration: (_) => _json(_),
|
|
1475
1479
|
sampleUtterances: (_) => _json(_),
|
|
1476
1480
|
slotPriorities: (_) => _json(_),
|
|
@@ -1647,6 +1651,7 @@ export const de_CreateBotCommand = async (output, context) => {
|
|
|
1647
1651
|
creationDateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
1648
1652
|
dataPrivacy: _json,
|
|
1649
1653
|
description: __expectString,
|
|
1654
|
+
errorLogSettings: _json,
|
|
1650
1655
|
idleSessionTTLInSeconds: __expectInt32,
|
|
1651
1656
|
roleArn: __expectString,
|
|
1652
1657
|
testBotAliasTags: _json,
|
|
@@ -1781,6 +1786,7 @@ export const de_CreateIntentCommand = async (output, context) => {
|
|
|
1781
1786
|
localeId: __expectString,
|
|
1782
1787
|
outputContexts: _json,
|
|
1783
1788
|
parentIntentSignature: __expectString,
|
|
1789
|
+
qInConnectIntentConfiguration: _json,
|
|
1784
1790
|
qnAIntentConfiguration: _json,
|
|
1785
1791
|
sampleUtterances: _json,
|
|
1786
1792
|
});
|
|
@@ -2124,6 +2130,7 @@ export const de_DescribeBotCommand = async (output, context) => {
|
|
|
2124
2130
|
creationDateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
2125
2131
|
dataPrivacy: _json,
|
|
2126
2132
|
description: __expectString,
|
|
2133
|
+
errorLogSettings: _json,
|
|
2127
2134
|
failureReasons: _json,
|
|
2128
2135
|
idleSessionTTLInSeconds: __expectInt32,
|
|
2129
2136
|
lastUpdatedDateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
@@ -2369,6 +2376,7 @@ export const de_DescribeIntentCommand = async (output, context) => {
|
|
|
2369
2376
|
localeId: __expectString,
|
|
2370
2377
|
outputContexts: _json,
|
|
2371
2378
|
parentIntentSignature: __expectString,
|
|
2379
|
+
qInConnectIntentConfiguration: _json,
|
|
2372
2380
|
qnAIntentConfiguration: _json,
|
|
2373
2381
|
sampleUtterances: _json,
|
|
2374
2382
|
slotPriorities: _json,
|
|
@@ -3264,6 +3272,7 @@ export const de_UpdateBotCommand = async (output, context) => {
|
|
|
3264
3272
|
creationDateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
3265
3273
|
dataPrivacy: _json,
|
|
3266
3274
|
description: __expectString,
|
|
3275
|
+
errorLogSettings: _json,
|
|
3267
3276
|
idleSessionTTLInSeconds: __expectInt32,
|
|
3268
3277
|
lastUpdatedDateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
3269
3278
|
roleArn: __expectString,
|
|
@@ -3388,6 +3397,7 @@ export const de_UpdateIntentCommand = async (output, context) => {
|
|
|
3388
3397
|
localeId: __expectString,
|
|
3389
3398
|
outputContexts: _json,
|
|
3390
3399
|
parentIntentSignature: __expectString,
|
|
3400
|
+
qInConnectIntentConfiguration: _json,
|
|
3391
3401
|
qnAIntentConfiguration: _json,
|
|
3392
3402
|
sampleUtterances: _json,
|
|
3393
3403
|
slotPriorities: _json,
|
|
@@ -58,6 +58,9 @@ declare const CreateBotCommand_base: {
|
|
|
58
58
|
* botMemberVersion: "STRING_VALUE", // required
|
|
59
59
|
* },
|
|
60
60
|
* ],
|
|
61
|
+
* errorLogSettings: { // ErrorLogSettings
|
|
62
|
+
* enabled: true || false, // required
|
|
63
|
+
* },
|
|
61
64
|
* };
|
|
62
65
|
* const command = new CreateBotCommand(input);
|
|
63
66
|
* const response = await client.send(command);
|
|
@@ -88,6 +91,9 @@ declare const CreateBotCommand_base: {
|
|
|
88
91
|
* // botMemberVersion: "STRING_VALUE", // required
|
|
89
92
|
* // },
|
|
90
93
|
* // ],
|
|
94
|
+
* // errorLogSettings: { // ErrorLogSettings
|
|
95
|
+
* // enabled: true || false, // required
|
|
96
|
+
* // },
|
|
91
97
|
* // };
|
|
92
98
|
*
|
|
93
99
|
* ```
|
|
@@ -538,6 +538,11 @@ declare const CreateIntentCommand_base: {
|
|
|
538
538
|
* customPrompt: "STRING_VALUE",
|
|
539
539
|
* },
|
|
540
540
|
* },
|
|
541
|
+
* qInConnectIntentConfiguration: { // QInConnectIntentConfiguration
|
|
542
|
+
* qInConnectAssistantConfiguration: { // QInConnectAssistantConfiguration
|
|
543
|
+
* assistantArn: "STRING_VALUE", // required
|
|
544
|
+
* },
|
|
545
|
+
* },
|
|
541
546
|
* };
|
|
542
547
|
* const command = new CreateIntentCommand(input);
|
|
543
548
|
* const response = await client.send(command);
|
|
@@ -1010,6 +1015,11 @@ declare const CreateIntentCommand_base: {
|
|
|
1010
1015
|
* // customPrompt: "STRING_VALUE",
|
|
1011
1016
|
* // },
|
|
1012
1017
|
* // },
|
|
1018
|
+
* // qInConnectIntentConfiguration: { // QInConnectIntentConfiguration
|
|
1019
|
+
* // qInConnectAssistantConfiguration: { // QInConnectAssistantConfiguration
|
|
1020
|
+
* // assistantArn: "STRING_VALUE", // required
|
|
1021
|
+
* // },
|
|
1022
|
+
* // },
|
|
1013
1023
|
* // };
|
|
1014
1024
|
*
|
|
1015
1025
|
* ```
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
4
|
-
import { DescribeBotAliasRequest
|
|
4
|
+
import { DescribeBotAliasRequest } from "../models/models_0";
|
|
5
|
+
import { DescribeBotAliasResponse } from "../models/models_1";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
4
|
-
import { DescribeBotLocaleRequest } from "../models/
|
|
5
|
-
import { DescribeBotLocaleResponse } from "../models/models_1";
|
|
4
|
+
import { DescribeBotLocaleRequest, DescribeBotLocaleResponse } from "../models/models_1";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -48,6 +48,9 @@ declare const DescribeImportCommand_base: {
|
|
|
48
48
|
* // dataPrivacy: { // DataPrivacy
|
|
49
49
|
* // childDirected: true || false, // required
|
|
50
50
|
* // },
|
|
51
|
+
* // errorLogSettings: { // ErrorLogSettings
|
|
52
|
+
* // enabled: true || false, // required
|
|
53
|
+
* // },
|
|
51
54
|
* // idleSessionTTLInSeconds: Number("int"),
|
|
52
55
|
* // botTags: { // TagMap
|
|
53
56
|
* // "<keys>": "STRING_VALUE",
|
|
@@ -518,6 +518,11 @@ declare const DescribeIntentCommand_base: {
|
|
|
518
518
|
* // customPrompt: "STRING_VALUE",
|
|
519
519
|
* // },
|
|
520
520
|
* // },
|
|
521
|
+
* // qInConnectIntentConfiguration: { // QInConnectIntentConfiguration
|
|
522
|
+
* // qInConnectAssistantConfiguration: { // QInConnectAssistantConfiguration
|
|
523
|
+
* // assistantArn: "STRING_VALUE", // required
|
|
524
|
+
* // },
|
|
525
|
+
* // },
|
|
521
526
|
* // };
|
|
522
527
|
*
|
|
523
528
|
* ```
|
|
@@ -44,6 +44,9 @@ declare const StartImportCommand_base: {
|
|
|
44
44
|
* dataPrivacy: { // DataPrivacy
|
|
45
45
|
* childDirected: true || false, // required
|
|
46
46
|
* },
|
|
47
|
+
* errorLogSettings: { // ErrorLogSettings
|
|
48
|
+
* enabled: true || false, // required
|
|
49
|
+
* },
|
|
47
50
|
* idleSessionTTLInSeconds: Number("int"),
|
|
48
51
|
* botTags: { // TagMap
|
|
49
52
|
* "<keys>": "STRING_VALUE",
|
|
@@ -100,6 +103,9 @@ declare const StartImportCommand_base: {
|
|
|
100
103
|
* // dataPrivacy: { // DataPrivacy
|
|
101
104
|
* // childDirected: true || false, // required
|
|
102
105
|
* // },
|
|
106
|
+
* // errorLogSettings: { // ErrorLogSettings
|
|
107
|
+
* // enabled: true || false, // required
|
|
108
|
+
* // },
|
|
103
109
|
* // idleSessionTTLInSeconds: Number("int"),
|
|
104
110
|
* // botTags: { // TagMap
|
|
105
111
|
* // "<keys>": "STRING_VALUE",
|
|
@@ -53,6 +53,9 @@ declare const UpdateBotCommand_base: {
|
|
|
53
53
|
* botMemberVersion: "STRING_VALUE", // required
|
|
54
54
|
* },
|
|
55
55
|
* ],
|
|
56
|
+
* errorLogSettings: { // ErrorLogSettings
|
|
57
|
+
* enabled: true || false, // required
|
|
58
|
+
* },
|
|
56
59
|
* };
|
|
57
60
|
* const command = new UpdateBotCommand(input);
|
|
58
61
|
* const response = await client.send(command);
|
|
@@ -78,6 +81,9 @@ declare const UpdateBotCommand_base: {
|
|
|
78
81
|
* // botMemberVersion: "STRING_VALUE", // required
|
|
79
82
|
* // },
|
|
80
83
|
* // ],
|
|
84
|
+
* // errorLogSettings: { // ErrorLogSettings
|
|
85
|
+
* // enabled: true || false, // required
|
|
86
|
+
* // },
|
|
81
87
|
* // };
|
|
82
88
|
*
|
|
83
89
|
* ```
|
|
@@ -508,6 +508,11 @@ declare const UpdateIntentCommand_base: {
|
|
|
508
508
|
* customPrompt: "STRING_VALUE",
|
|
509
509
|
* },
|
|
510
510
|
* },
|
|
511
|
+
* qInConnectIntentConfiguration: { // QInConnectIntentConfiguration
|
|
512
|
+
* qInConnectAssistantConfiguration: { // QInConnectAssistantConfiguration
|
|
513
|
+
* assistantArn: "STRING_VALUE", // required
|
|
514
|
+
* },
|
|
515
|
+
* },
|
|
511
516
|
* };
|
|
512
517
|
* const command = new UpdateIntentCommand(input);
|
|
513
518
|
* const response = await client.send(command);
|
|
@@ -987,6 +992,11 @@ declare const UpdateIntentCommand_base: {
|
|
|
987
992
|
* // customPrompt: "STRING_VALUE",
|
|
988
993
|
* // },
|
|
989
994
|
* // },
|
|
995
|
+
* // qInConnectIntentConfiguration: { // QInConnectIntentConfiguration
|
|
996
|
+
* // qInConnectAssistantConfiguration: { // QInConnectAssistantConfiguration
|
|
997
|
+
* // assistantArn: "STRING_VALUE", // required
|
|
998
|
+
* // },
|
|
999
|
+
* // },
|
|
990
1000
|
* // };
|
|
991
1001
|
*
|
|
992
1002
|
* ```
|
|
@@ -3062,6 +3062,17 @@ export interface DataPrivacy {
|
|
|
3062
3062
|
*/
|
|
3063
3063
|
childDirected: boolean | undefined;
|
|
3064
3064
|
}
|
|
3065
|
+
/**
|
|
3066
|
+
* <p>Settings parameters for the error logs, whether it is enabled or disabled.</p>
|
|
3067
|
+
* @public
|
|
3068
|
+
*/
|
|
3069
|
+
export interface ErrorLogSettings {
|
|
3070
|
+
/**
|
|
3071
|
+
* <p>Settings parameters for the error logs, when it is enabled.</p>
|
|
3072
|
+
* @public
|
|
3073
|
+
*/
|
|
3074
|
+
enabled: boolean | undefined;
|
|
3075
|
+
}
|
|
3065
3076
|
/**
|
|
3066
3077
|
* <p>Provides the bot parameters required for importing a bot.</p>
|
|
3067
3078
|
* @public
|
|
@@ -3086,6 +3097,11 @@ export interface BotImportSpecification {
|
|
|
3086
3097
|
* @public
|
|
3087
3098
|
*/
|
|
3088
3099
|
dataPrivacy: DataPrivacy | undefined;
|
|
3100
|
+
/**
|
|
3101
|
+
* <p>Allows you to configure destinations where error logs will be published during the bot import process.</p>
|
|
3102
|
+
* @public
|
|
3103
|
+
*/
|
|
3104
|
+
errorLogSettings?: ErrorLogSettings | undefined;
|
|
3089
3105
|
/**
|
|
3090
3106
|
* <p>The time, in seconds, that Amazon Lex should keep information about a
|
|
3091
3107
|
* user's conversation with the bot. </p>
|
|
@@ -4692,6 +4708,11 @@ export interface CreateBotRequest {
|
|
|
4692
4708
|
* @public
|
|
4693
4709
|
*/
|
|
4694
4710
|
botMembers?: BotMember[] | undefined;
|
|
4711
|
+
/**
|
|
4712
|
+
* <p>Specifies the configuration for error logging during bot creation.</p>
|
|
4713
|
+
* @public
|
|
4714
|
+
*/
|
|
4715
|
+
errorLogSettings?: ErrorLogSettings | undefined;
|
|
4695
4716
|
}
|
|
4696
4717
|
/**
|
|
4697
4718
|
* @public
|
|
@@ -4762,6 +4783,11 @@ export interface CreateBotResponse {
|
|
|
4762
4783
|
* @public
|
|
4763
4784
|
*/
|
|
4764
4785
|
botMembers?: BotMember[] | undefined;
|
|
4786
|
+
/**
|
|
4787
|
+
* <p>Specifies configuration settings for delivering error logs to Cloudwatch Logs in an Amazon Lex bot response.</p>
|
|
4788
|
+
* @public
|
|
4789
|
+
*/
|
|
4790
|
+
errorLogSettings?: ErrorLogSettings | undefined;
|
|
4765
4791
|
}
|
|
4766
4792
|
/**
|
|
4767
4793
|
* <p>Determines whether Amazon Lex will use Amazon Comprehend to detect the sentiment of
|
|
@@ -5620,6 +5646,28 @@ export interface OutputContext {
|
|
|
5620
5646
|
*/
|
|
5621
5647
|
turnsToLive: number | undefined;
|
|
5622
5648
|
}
|
|
5649
|
+
/**
|
|
5650
|
+
* <p>The configuration details of the Qinconnect assistant.</p>
|
|
5651
|
+
* @public
|
|
5652
|
+
*/
|
|
5653
|
+
export interface QInConnectAssistantConfiguration {
|
|
5654
|
+
/**
|
|
5655
|
+
* <p>The assistant Arn details of the Qinconnect assistant configuration.</p>
|
|
5656
|
+
* @public
|
|
5657
|
+
*/
|
|
5658
|
+
assistantArn: string | undefined;
|
|
5659
|
+
}
|
|
5660
|
+
/**
|
|
5661
|
+
* <p>The configuration details of the Qinconnect intent.</p>
|
|
5662
|
+
* @public
|
|
5663
|
+
*/
|
|
5664
|
+
export interface QInConnectIntentConfiguration {
|
|
5665
|
+
/**
|
|
5666
|
+
* <p>The Qinconnect assistant configuration details of the Qinconnect intent.</p>
|
|
5667
|
+
* @public
|
|
5668
|
+
*/
|
|
5669
|
+
qInConnectAssistantConfiguration?: QInConnectAssistantConfiguration | undefined;
|
|
5670
|
+
}
|
|
5623
5671
|
/**
|
|
5624
5672
|
* <p>Contains details about the configuration of the Amazon Kendra index used for the <code>AMAZON.QnAIntent</code>.</p>
|
|
5625
5673
|
* @public
|
|
@@ -7237,6 +7285,11 @@ export interface DescribeBotResponse {
|
|
|
7237
7285
|
* @public
|
|
7238
7286
|
*/
|
|
7239
7287
|
failureReasons?: string[] | undefined;
|
|
7288
|
+
/**
|
|
7289
|
+
* <p>Contains the configuration for error logging that specifies where and how bot errors are recorded, including destinations like CloudWatch Logs.</p>
|
|
7290
|
+
* @public
|
|
7291
|
+
*/
|
|
7292
|
+
errorLogSettings?: ErrorLogSettings | undefined;
|
|
7240
7293
|
}
|
|
7241
7294
|
/**
|
|
7242
7295
|
* @public
|
|
@@ -7254,120 +7307,6 @@ export interface DescribeBotAliasRequest {
|
|
|
7254
7307
|
*/
|
|
7255
7308
|
botId: string | undefined;
|
|
7256
7309
|
}
|
|
7257
|
-
/**
|
|
7258
|
-
* <p>A network of bots.</p>
|
|
7259
|
-
* @public
|
|
7260
|
-
*/
|
|
7261
|
-
export interface ParentBotNetwork {
|
|
7262
|
-
/**
|
|
7263
|
-
* <p>The identifier of the network of bots assigned by Amazon Lex.</p>
|
|
7264
|
-
* @public
|
|
7265
|
-
*/
|
|
7266
|
-
botId: string | undefined;
|
|
7267
|
-
/**
|
|
7268
|
-
* <p>The version of the network of bots.</p>
|
|
7269
|
-
* @public
|
|
7270
|
-
*/
|
|
7271
|
-
botVersion: string | undefined;
|
|
7272
|
-
}
|
|
7273
|
-
/**
|
|
7274
|
-
* @public
|
|
7275
|
-
*/
|
|
7276
|
-
export interface DescribeBotAliasResponse {
|
|
7277
|
-
/**
|
|
7278
|
-
* <p>The identifier of the bot alias.</p>
|
|
7279
|
-
* @public
|
|
7280
|
-
*/
|
|
7281
|
-
botAliasId?: string | undefined;
|
|
7282
|
-
/**
|
|
7283
|
-
* <p>The name of the bot alias.</p>
|
|
7284
|
-
* @public
|
|
7285
|
-
*/
|
|
7286
|
-
botAliasName?: string | undefined;
|
|
7287
|
-
/**
|
|
7288
|
-
* <p>The description of the bot alias.</p>
|
|
7289
|
-
* @public
|
|
7290
|
-
*/
|
|
7291
|
-
description?: string | undefined;
|
|
7292
|
-
/**
|
|
7293
|
-
* <p>The version of the bot associated with the bot alias.</p>
|
|
7294
|
-
* @public
|
|
7295
|
-
*/
|
|
7296
|
-
botVersion?: string | undefined;
|
|
7297
|
-
/**
|
|
7298
|
-
* <p>The locale settings that are unique to the alias.</p>
|
|
7299
|
-
* @public
|
|
7300
|
-
*/
|
|
7301
|
-
botAliasLocaleSettings?: Record<string, BotAliasLocaleSettings> | undefined;
|
|
7302
|
-
/**
|
|
7303
|
-
* <p>Specifics of how Amazon Lex logs text and audio conversations with the
|
|
7304
|
-
* bot associated with the alias.</p>
|
|
7305
|
-
* @public
|
|
7306
|
-
*/
|
|
7307
|
-
conversationLogSettings?: ConversationLogSettings | undefined;
|
|
7308
|
-
/**
|
|
7309
|
-
* <p>Determines whether Amazon Lex will use Amazon Comprehend to detect the sentiment of
|
|
7310
|
-
* user utterances.</p>
|
|
7311
|
-
* @public
|
|
7312
|
-
*/
|
|
7313
|
-
sentimentAnalysisSettings?: SentimentAnalysisSettings | undefined;
|
|
7314
|
-
/**
|
|
7315
|
-
* <p>A list of events that affect a bot alias. For example, an event is
|
|
7316
|
-
* recorded when the version that the alias points to changes.</p>
|
|
7317
|
-
* @public
|
|
7318
|
-
*/
|
|
7319
|
-
botAliasHistoryEvents?: BotAliasHistoryEvent[] | undefined;
|
|
7320
|
-
/**
|
|
7321
|
-
* <p>The current status of the alias. When the alias is
|
|
7322
|
-
* <code>Available</code>, the alias is ready for use with your
|
|
7323
|
-
* bot.</p>
|
|
7324
|
-
* @public
|
|
7325
|
-
*/
|
|
7326
|
-
botAliasStatus?: BotAliasStatus | undefined;
|
|
7327
|
-
/**
|
|
7328
|
-
* <p>The identifier of the bot associated with the bot alias.</p>
|
|
7329
|
-
* @public
|
|
7330
|
-
*/
|
|
7331
|
-
botId?: string | undefined;
|
|
7332
|
-
/**
|
|
7333
|
-
* <p>A timestamp of the date and time that the alias was created.</p>
|
|
7334
|
-
* @public
|
|
7335
|
-
*/
|
|
7336
|
-
creationDateTime?: Date | undefined;
|
|
7337
|
-
/**
|
|
7338
|
-
* <p>A timestamp of the date and time that the alias was last
|
|
7339
|
-
* updated.</p>
|
|
7340
|
-
* @public
|
|
7341
|
-
*/
|
|
7342
|
-
lastUpdatedDateTime?: Date | undefined;
|
|
7343
|
-
/**
|
|
7344
|
-
* <p>A list of the networks to which the bot alias you described belongs.</p>
|
|
7345
|
-
* @public
|
|
7346
|
-
*/
|
|
7347
|
-
parentBotNetworks?: ParentBotNetwork[] | undefined;
|
|
7348
|
-
}
|
|
7349
|
-
/**
|
|
7350
|
-
* @public
|
|
7351
|
-
*/
|
|
7352
|
-
export interface DescribeBotLocaleRequest {
|
|
7353
|
-
/**
|
|
7354
|
-
* <p>The identifier of the bot associated with the locale.</p>
|
|
7355
|
-
* @public
|
|
7356
|
-
*/
|
|
7357
|
-
botId: string | undefined;
|
|
7358
|
-
/**
|
|
7359
|
-
* <p>The version of the bot associated with the
|
|
7360
|
-
* locale.</p>
|
|
7361
|
-
* @public
|
|
7362
|
-
*/
|
|
7363
|
-
botVersion: string | undefined;
|
|
7364
|
-
/**
|
|
7365
|
-
* <p>The unique identifier of the locale to describe. The string must
|
|
7366
|
-
* match one of the supported locales. For more information, see <a href="https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html">Supported languages</a>. </p>
|
|
7367
|
-
* @public
|
|
7368
|
-
*/
|
|
7369
|
-
localeId: string | undefined;
|
|
7370
|
-
}
|
|
7371
7310
|
/**
|
|
7372
7311
|
* @internal
|
|
7373
7312
|
*/
|
|
@@ -1,4 +1,118 @@
|
|
|
1
|
-
import { ActiveContext, AgentTurnResult, AgentTurnSpecification, AggregatedUtterancesFilter, AggregatedUtterancesSortBy, AggregatedUtterancesSummary, AnalyticsBinBySpecification, AnalyticsIntentFilter, AnalyticsIntentGroupBySpecification, AnalyticsIntentMetric, AnalyticsIntentNodeSummary, AnalyticsIntentResult, AnalyticsIntentStageFilter, AnalyticsIntentStageGroupBySpecification, AnalyticsIntentStageMetric, AnalyticsIntentStageResult, AnalyticsModality, AnalyticsPathFilter, AnalyticsSessionFilter, AnalyticsSessionGroupBySpecification, AnalyticsSessionMetric, AnalyticsSessionResult, AnalyticsSessionSortByName, AnalyticsSortOrder, AnalyticsUtteranceAttribute, AnalyticsUtteranceFilter, AnalyticsUtteranceGroupBySpecification, AnalyticsUtteranceMetric, AnalyticsUtteranceResult, AnalyticsUtteranceSortByName, AssociatedTranscript, AssociatedTranscriptFilter, BotAliasLocaleSettings, BotAliasReplicaSummary, BotAliasStatus, BotAliasSummary, BotAliasTestExecutionTarget, BotFilter, BotImportSpecification, BotLocaleFilter, BotLocaleHistoryEvent, BotLocaleImportSpecification, BotLocaleSortBy, BotLocaleStatus, BotLocaleSummary, BotMember, BotRecommendationResults, BotRecommendationStatus, BotRecommendationSummary, BotReplicaStatus, BotReplicaSummary, BotSortBy, BotStatus, BotSummary, BotType, BotVersionReplicaSortBy, BotVersionReplicaSummary, BotVersionSortBy, BotVersionSummary, BuiltInIntentSortBy, BuiltInIntentSummary, BuiltInSlotTypeSortBy, BuiltInSlotTypeSummary, CompositeSlotTypeSetting, Condition, ConversationEndState, ConversationLevelResultDetail, ConversationLevelTestResults, ConversationLevelTestResultsFilterBy, ConversationLogsDataSource, ConversationLogSettings, CustomVocabularyImportSpecification, CustomVocabularyItem, CustomVocabularyStatus, DataPrivacy, DateRangeFilter, DialogAction, DialogCodeHookSettings, ElicitationCodeHookInvocationSetting, ExecutionErrorDetails, ExportResourceSpecification, ExportStatus, ExternalSourceSetting, FulfillmentUpdatesSpecification, GenerativeAISettings, ImageResponseCard, ImportExportFileFormat, ImportStatus, InputContext, KendraConfiguration, MultipleValuesSetting, ObfuscationSetting, OutputContext,
|
|
1
|
+
import { ActiveContext, AgentTurnResult, AgentTurnSpecification, AggregatedUtterancesFilter, AggregatedUtterancesSortBy, AggregatedUtterancesSummary, AnalyticsBinBySpecification, AnalyticsIntentFilter, AnalyticsIntentGroupBySpecification, AnalyticsIntentMetric, AnalyticsIntentNodeSummary, AnalyticsIntentResult, AnalyticsIntentStageFilter, AnalyticsIntentStageGroupBySpecification, AnalyticsIntentStageMetric, AnalyticsIntentStageResult, AnalyticsModality, AnalyticsPathFilter, AnalyticsSessionFilter, AnalyticsSessionGroupBySpecification, AnalyticsSessionMetric, AnalyticsSessionResult, AnalyticsSessionSortByName, AnalyticsSortOrder, AnalyticsUtteranceAttribute, AnalyticsUtteranceFilter, AnalyticsUtteranceGroupBySpecification, AnalyticsUtteranceMetric, AnalyticsUtteranceResult, AnalyticsUtteranceSortByName, AssociatedTranscript, AssociatedTranscriptFilter, BotAliasHistoryEvent, BotAliasLocaleSettings, BotAliasReplicaSummary, BotAliasStatus, BotAliasSummary, BotAliasTestExecutionTarget, BotFilter, BotImportSpecification, BotLocaleFilter, BotLocaleHistoryEvent, BotLocaleImportSpecification, BotLocaleSortBy, BotLocaleStatus, BotLocaleSummary, BotMember, BotRecommendationResults, BotRecommendationStatus, BotRecommendationSummary, BotReplicaStatus, BotReplicaSummary, BotSortBy, BotStatus, BotSummary, BotType, BotVersionReplicaSortBy, BotVersionReplicaSummary, BotVersionSortBy, BotVersionSummary, BuiltInIntentSortBy, BuiltInIntentSummary, BuiltInSlotTypeSortBy, BuiltInSlotTypeSummary, CompositeSlotTypeSetting, Condition, ConversationEndState, ConversationLevelResultDetail, ConversationLevelTestResults, ConversationLevelTestResultsFilterBy, ConversationLogsDataSource, ConversationLogSettings, CustomVocabularyImportSpecification, CustomVocabularyItem, CustomVocabularyStatus, DataPrivacy, DateRangeFilter, DialogAction, DialogCodeHookSettings, ElicitationCodeHookInvocationSetting, ErrorLogSettings, ExecutionErrorDetails, ExportResourceSpecification, ExportStatus, ExternalSourceSetting, FulfillmentUpdatesSpecification, GenerativeAISettings, ImageResponseCard, ImportExportFileFormat, ImportStatus, InputContext, KendraConfiguration, MultipleValuesSetting, ObfuscationSetting, OutputContext, PromptSpecification, QInConnectIntentConfiguration, QnAIntentConfiguration, ResponseSpecification, SampleUtterance, SentimentAnalysisSettings, SlotConstraint, SlotDefaultValueSpecification, SlotResolutionSetting, SlotShape, SlotTypeValue, SlotValue, SlotValueSelectionSetting, SortOrder, SubSlotSetting, TestResultMatchStatus, TestSetDiscrepancyReportResourceTarget, VoiceSettings, WaitAndContinueSpecification } from "./models_0";
|
|
2
|
+
/**
|
|
3
|
+
* <p>A network of bots.</p>
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface ParentBotNetwork {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The identifier of the network of bots assigned by Amazon Lex.</p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
botId: string | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* <p>The version of the network of bots.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
botVersion: string | undefined;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
export interface DescribeBotAliasResponse {
|
|
22
|
+
/**
|
|
23
|
+
* <p>The identifier of the bot alias.</p>
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
botAliasId?: string | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* <p>The name of the bot alias.</p>
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
botAliasName?: string | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* <p>The description of the bot alias.</p>
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
description?: string | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* <p>The version of the bot associated with the bot alias.</p>
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
botVersion?: string | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* <p>The locale settings that are unique to the alias.</p>
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
botAliasLocaleSettings?: Record<string, BotAliasLocaleSettings> | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* <p>Specifics of how Amazon Lex logs text and audio conversations with the
|
|
49
|
+
* bot associated with the alias.</p>
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
conversationLogSettings?: ConversationLogSettings | undefined;
|
|
53
|
+
/**
|
|
54
|
+
* <p>Determines whether Amazon Lex will use Amazon Comprehend to detect the sentiment of
|
|
55
|
+
* user utterances.</p>
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
58
|
+
sentimentAnalysisSettings?: SentimentAnalysisSettings | undefined;
|
|
59
|
+
/**
|
|
60
|
+
* <p>A list of events that affect a bot alias. For example, an event is
|
|
61
|
+
* recorded when the version that the alias points to changes.</p>
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
botAliasHistoryEvents?: BotAliasHistoryEvent[] | undefined;
|
|
65
|
+
/**
|
|
66
|
+
* <p>The current status of the alias. When the alias is
|
|
67
|
+
* <code>Available</code>, the alias is ready for use with your
|
|
68
|
+
* bot.</p>
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
71
|
+
botAliasStatus?: BotAliasStatus | undefined;
|
|
72
|
+
/**
|
|
73
|
+
* <p>The identifier of the bot associated with the bot alias.</p>
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
76
|
+
botId?: string | undefined;
|
|
77
|
+
/**
|
|
78
|
+
* <p>A timestamp of the date and time that the alias was created.</p>
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
81
|
+
creationDateTime?: Date | undefined;
|
|
82
|
+
/**
|
|
83
|
+
* <p>A timestamp of the date and time that the alias was last
|
|
84
|
+
* updated.</p>
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
lastUpdatedDateTime?: Date | undefined;
|
|
88
|
+
/**
|
|
89
|
+
* <p>A list of the networks to which the bot alias you described belongs.</p>
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
parentBotNetworks?: ParentBotNetwork[] | undefined;
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
97
|
+
export interface DescribeBotLocaleRequest {
|
|
98
|
+
/**
|
|
99
|
+
* <p>The identifier of the bot associated with the locale.</p>
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
botId: string | undefined;
|
|
103
|
+
/**
|
|
104
|
+
* <p>The version of the bot associated with the
|
|
105
|
+
* locale.</p>
|
|
106
|
+
* @public
|
|
107
|
+
*/
|
|
108
|
+
botVersion: string | undefined;
|
|
109
|
+
/**
|
|
110
|
+
* <p>The unique identifier of the locale to describe. The string must
|
|
111
|
+
* match one of the supported locales. For more information, see <a href="https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html">Supported languages</a>. </p>
|
|
112
|
+
* @public
|
|
113
|
+
*/
|
|
114
|
+
localeId: string | undefined;
|
|
115
|
+
}
|
|
2
116
|
/**
|
|
3
117
|
* @public
|
|
4
118
|
*/
|
|
@@ -6078,6 +6192,11 @@ export interface UpdateBotRequest {
|
|
|
6078
6192
|
* @public
|
|
6079
6193
|
*/
|
|
6080
6194
|
botMembers?: BotMember[] | undefined;
|
|
6195
|
+
/**
|
|
6196
|
+
* <p>Allows you to modify how Amazon Lex logs errors during bot interactions, including destinations for error logs and the types of errors to be captured.</p>
|
|
6197
|
+
* @public
|
|
6198
|
+
*/
|
|
6199
|
+
errorLogSettings?: ErrorLogSettings | undefined;
|
|
6081
6200
|
}
|
|
6082
6201
|
/**
|
|
6083
6202
|
* @public
|
|
@@ -6144,6 +6263,11 @@ export interface UpdateBotResponse {
|
|
|
6144
6263
|
* @public
|
|
6145
6264
|
*/
|
|
6146
6265
|
botMembers?: BotMember[] | undefined;
|
|
6266
|
+
/**
|
|
6267
|
+
* <p>Settings for managing error logs within the response of an update bot operation.</p>
|
|
6268
|
+
* @public
|
|
6269
|
+
*/
|
|
6270
|
+
errorLogSettings?: ErrorLogSettings | undefined;
|
|
6147
6271
|
}
|
|
6148
6272
|
/**
|
|
6149
6273
|
* @public
|
|
@@ -8333,6 +8457,11 @@ export interface CreateIntentRequest {
|
|
|
8333
8457
|
* @public
|
|
8334
8458
|
*/
|
|
8335
8459
|
qnAIntentConfiguration?: QnAIntentConfiguration | undefined;
|
|
8460
|
+
/**
|
|
8461
|
+
* <p>Qinconnect intent configuration details for the create intent request.</p>
|
|
8462
|
+
* @public
|
|
8463
|
+
*/
|
|
8464
|
+
qInConnectIntentConfiguration?: QInConnectIntentConfiguration | undefined;
|
|
8336
8465
|
}
|
|
8337
8466
|
/**
|
|
8338
8467
|
* @public
|
|
@@ -8431,6 +8560,11 @@ export interface CreateIntentResponse {
|
|
|
8431
8560
|
* @public
|
|
8432
8561
|
*/
|
|
8433
8562
|
qnAIntentConfiguration?: QnAIntentConfiguration | undefined;
|
|
8563
|
+
/**
|
|
8564
|
+
* <p>Qinconnect intent configuration details for the create intent response.</p>
|
|
8565
|
+
* @public
|
|
8566
|
+
*/
|
|
8567
|
+
qInConnectIntentConfiguration?: QInConnectIntentConfiguration | undefined;
|
|
8434
8568
|
}
|
|
8435
8569
|
/**
|
|
8436
8570
|
* @public
|
|
@@ -8546,6 +8680,11 @@ export interface DescribeIntentResponse {
|
|
|
8546
8680
|
* @public
|
|
8547
8681
|
*/
|
|
8548
8682
|
qnAIntentConfiguration?: QnAIntentConfiguration | undefined;
|
|
8683
|
+
/**
|
|
8684
|
+
* <p>Qinconnect intent configuration details for the describe intent response.</p>
|
|
8685
|
+
* @public
|
|
8686
|
+
*/
|
|
8687
|
+
qInConnectIntentConfiguration?: QInConnectIntentConfiguration | undefined;
|
|
8549
8688
|
}
|
|
8550
8689
|
/**
|
|
8551
8690
|
* @public
|
|
@@ -8653,6 +8792,11 @@ export interface UpdateIntentRequest {
|
|
|
8653
8792
|
* @public
|
|
8654
8793
|
*/
|
|
8655
8794
|
qnAIntentConfiguration?: QnAIntentConfiguration | undefined;
|
|
8795
|
+
/**
|
|
8796
|
+
* <p>Qinconnect intent configuration details for the update intent request.</p>
|
|
8797
|
+
* @public
|
|
8798
|
+
*/
|
|
8799
|
+
qInConnectIntentConfiguration?: QInConnectIntentConfiguration | undefined;
|
|
8656
8800
|
}
|
|
8657
8801
|
/**
|
|
8658
8802
|
* @public
|
|
@@ -8768,6 +8912,11 @@ export interface UpdateIntentResponse {
|
|
|
8768
8912
|
* @public
|
|
8769
8913
|
*/
|
|
8770
8914
|
qnAIntentConfiguration?: QnAIntentConfiguration | undefined;
|
|
8915
|
+
/**
|
|
8916
|
+
* <p>Qinconnect intent configuration details for the update intent response.</p>
|
|
8917
|
+
* @public
|
|
8918
|
+
*/
|
|
8919
|
+
qInConnectIntentConfiguration?: QInConnectIntentConfiguration | undefined;
|
|
8771
8920
|
}
|
|
8772
8921
|
/**
|
|
8773
8922
|
* @internal
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../LexModelsV2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
DescribeBotAliasResponse,
|
|
11
|
-
} from "../models/models_0";
|
|
8
|
+
import { DescribeBotAliasRequest } from "../models/models_0";
|
|
9
|
+
import { DescribeBotAliasResponse } from "../models/models_1";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface DescribeBotAliasCommandInput extends DescribeBotAliasRequest {}
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../LexModelsV2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
DescribeBotLocaleRequest,
|
|
10
|
+
DescribeBotLocaleResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface DescribeBotLocaleCommandInput
|
|
@@ -636,10 +636,14 @@ export interface BotFilter {
|
|
|
636
636
|
export interface DataPrivacy {
|
|
637
637
|
childDirected: boolean | undefined;
|
|
638
638
|
}
|
|
639
|
+
export interface ErrorLogSettings {
|
|
640
|
+
enabled: boolean | undefined;
|
|
641
|
+
}
|
|
639
642
|
export interface BotImportSpecification {
|
|
640
643
|
botName: string | undefined;
|
|
641
644
|
roleArn: string | undefined;
|
|
642
645
|
dataPrivacy: DataPrivacy | undefined;
|
|
646
|
+
errorLogSettings?: ErrorLogSettings | undefined;
|
|
643
647
|
idleSessionTTLInSeconds?: number | undefined;
|
|
644
648
|
botTags?: Record<string, string> | undefined;
|
|
645
649
|
testBotAliasTags?: Record<string, string> | undefined;
|
|
@@ -1068,6 +1072,7 @@ export interface CreateBotRequest {
|
|
|
1068
1072
|
testBotAliasTags?: Record<string, string> | undefined;
|
|
1069
1073
|
botType?: BotType | undefined;
|
|
1070
1074
|
botMembers?: BotMember[] | undefined;
|
|
1075
|
+
errorLogSettings?: ErrorLogSettings | undefined;
|
|
1071
1076
|
}
|
|
1072
1077
|
export interface CreateBotResponse {
|
|
1073
1078
|
botId?: string | undefined;
|
|
@@ -1082,6 +1087,7 @@ export interface CreateBotResponse {
|
|
|
1082
1087
|
testBotAliasTags?: Record<string, string> | undefined;
|
|
1083
1088
|
botType?: BotType | undefined;
|
|
1084
1089
|
botMembers?: BotMember[] | undefined;
|
|
1090
|
+
errorLogSettings?: ErrorLogSettings | undefined;
|
|
1085
1091
|
}
|
|
1086
1092
|
export interface SentimentAnalysisSettings {
|
|
1087
1093
|
detectSentiment: boolean | undefined;
|
|
@@ -1282,6 +1288,14 @@ export interface OutputContext {
|
|
|
1282
1288
|
timeToLiveInSeconds: number | undefined;
|
|
1283
1289
|
turnsToLive: number | undefined;
|
|
1284
1290
|
}
|
|
1291
|
+
export interface QInConnectAssistantConfiguration {
|
|
1292
|
+
assistantArn: string | undefined;
|
|
1293
|
+
}
|
|
1294
|
+
export interface QInConnectIntentConfiguration {
|
|
1295
|
+
qInConnectAssistantConfiguration?:
|
|
1296
|
+
| QInConnectAssistantConfiguration
|
|
1297
|
+
| undefined;
|
|
1298
|
+
}
|
|
1285
1299
|
export interface QnAKendraConfiguration {
|
|
1286
1300
|
kendraIndex: string | undefined;
|
|
1287
1301
|
queryFilterStringEnabled?: boolean | undefined;
|
|
@@ -1644,35 +1658,12 @@ export interface DescribeBotResponse {
|
|
|
1644
1658
|
botType?: BotType | undefined;
|
|
1645
1659
|
botMembers?: BotMember[] | undefined;
|
|
1646
1660
|
failureReasons?: string[] | undefined;
|
|
1661
|
+
errorLogSettings?: ErrorLogSettings | undefined;
|
|
1647
1662
|
}
|
|
1648
1663
|
export interface DescribeBotAliasRequest {
|
|
1649
1664
|
botAliasId: string | undefined;
|
|
1650
1665
|
botId: string | undefined;
|
|
1651
1666
|
}
|
|
1652
|
-
export interface ParentBotNetwork {
|
|
1653
|
-
botId: string | undefined;
|
|
1654
|
-
botVersion: string | undefined;
|
|
1655
|
-
}
|
|
1656
|
-
export interface DescribeBotAliasResponse {
|
|
1657
|
-
botAliasId?: string | undefined;
|
|
1658
|
-
botAliasName?: string | undefined;
|
|
1659
|
-
description?: string | undefined;
|
|
1660
|
-
botVersion?: string | undefined;
|
|
1661
|
-
botAliasLocaleSettings?: Record<string, BotAliasLocaleSettings> | undefined;
|
|
1662
|
-
conversationLogSettings?: ConversationLogSettings | undefined;
|
|
1663
|
-
sentimentAnalysisSettings?: SentimentAnalysisSettings | undefined;
|
|
1664
|
-
botAliasHistoryEvents?: BotAliasHistoryEvent[] | undefined;
|
|
1665
|
-
botAliasStatus?: BotAliasStatus | undefined;
|
|
1666
|
-
botId?: string | undefined;
|
|
1667
|
-
creationDateTime?: Date | undefined;
|
|
1668
|
-
lastUpdatedDateTime?: Date | undefined;
|
|
1669
|
-
parentBotNetworks?: ParentBotNetwork[] | undefined;
|
|
1670
|
-
}
|
|
1671
|
-
export interface DescribeBotLocaleRequest {
|
|
1672
|
-
botId: string | undefined;
|
|
1673
|
-
botVersion: string | undefined;
|
|
1674
|
-
localeId: string | undefined;
|
|
1675
|
-
}
|
|
1676
1667
|
export declare const CreateExportRequestFilterSensitiveLog: (
|
|
1677
1668
|
obj: CreateExportRequest
|
|
1678
1669
|
) => any;
|
|
@@ -31,6 +31,7 @@ import {
|
|
|
31
31
|
AnalyticsUtteranceSortByName,
|
|
32
32
|
AssociatedTranscript,
|
|
33
33
|
AssociatedTranscriptFilter,
|
|
34
|
+
BotAliasHistoryEvent,
|
|
34
35
|
BotAliasLocaleSettings,
|
|
35
36
|
BotAliasReplicaSummary,
|
|
36
37
|
BotAliasStatus,
|
|
@@ -78,6 +79,7 @@ import {
|
|
|
78
79
|
DialogAction,
|
|
79
80
|
DialogCodeHookSettings,
|
|
80
81
|
ElicitationCodeHookInvocationSetting,
|
|
82
|
+
ErrorLogSettings,
|
|
81
83
|
ExecutionErrorDetails,
|
|
82
84
|
ExportResourceSpecification,
|
|
83
85
|
ExportStatus,
|
|
@@ -92,8 +94,8 @@ import {
|
|
|
92
94
|
MultipleValuesSetting,
|
|
93
95
|
ObfuscationSetting,
|
|
94
96
|
OutputContext,
|
|
95
|
-
ParentBotNetwork,
|
|
96
97
|
PromptSpecification,
|
|
98
|
+
QInConnectIntentConfiguration,
|
|
97
99
|
QnAIntentConfiguration,
|
|
98
100
|
ResponseSpecification,
|
|
99
101
|
SampleUtterance,
|
|
@@ -112,6 +114,30 @@ import {
|
|
|
112
114
|
VoiceSettings,
|
|
113
115
|
WaitAndContinueSpecification,
|
|
114
116
|
} from "./models_0";
|
|
117
|
+
export interface ParentBotNetwork {
|
|
118
|
+
botId: string | undefined;
|
|
119
|
+
botVersion: string | undefined;
|
|
120
|
+
}
|
|
121
|
+
export interface DescribeBotAliasResponse {
|
|
122
|
+
botAliasId?: string | undefined;
|
|
123
|
+
botAliasName?: string | undefined;
|
|
124
|
+
description?: string | undefined;
|
|
125
|
+
botVersion?: string | undefined;
|
|
126
|
+
botAliasLocaleSettings?: Record<string, BotAliasLocaleSettings> | undefined;
|
|
127
|
+
conversationLogSettings?: ConversationLogSettings | undefined;
|
|
128
|
+
sentimentAnalysisSettings?: SentimentAnalysisSettings | undefined;
|
|
129
|
+
botAliasHistoryEvents?: BotAliasHistoryEvent[] | undefined;
|
|
130
|
+
botAliasStatus?: BotAliasStatus | undefined;
|
|
131
|
+
botId?: string | undefined;
|
|
132
|
+
creationDateTime?: Date | undefined;
|
|
133
|
+
lastUpdatedDateTime?: Date | undefined;
|
|
134
|
+
parentBotNetworks?: ParentBotNetwork[] | undefined;
|
|
135
|
+
}
|
|
136
|
+
export interface DescribeBotLocaleRequest {
|
|
137
|
+
botId: string | undefined;
|
|
138
|
+
botVersion: string | undefined;
|
|
139
|
+
localeId: string | undefined;
|
|
140
|
+
}
|
|
115
141
|
export interface DescribeBotLocaleResponse {
|
|
116
142
|
botId?: string | undefined;
|
|
117
143
|
botVersion?: string | undefined;
|
|
@@ -1459,6 +1485,7 @@ export interface UpdateBotRequest {
|
|
|
1459
1485
|
idleSessionTTLInSeconds: number | undefined;
|
|
1460
1486
|
botType?: BotType | undefined;
|
|
1461
1487
|
botMembers?: BotMember[] | undefined;
|
|
1488
|
+
errorLogSettings?: ErrorLogSettings | undefined;
|
|
1462
1489
|
}
|
|
1463
1490
|
export interface UpdateBotResponse {
|
|
1464
1491
|
botId?: string | undefined;
|
|
@@ -1472,6 +1499,7 @@ export interface UpdateBotResponse {
|
|
|
1472
1499
|
lastUpdatedDateTime?: Date | undefined;
|
|
1473
1500
|
botType?: BotType | undefined;
|
|
1474
1501
|
botMembers?: BotMember[] | undefined;
|
|
1502
|
+
errorLogSettings?: ErrorLogSettings | undefined;
|
|
1475
1503
|
}
|
|
1476
1504
|
export interface UpdateBotAliasRequest {
|
|
1477
1505
|
botAliasId: string | undefined;
|
|
@@ -1893,6 +1921,7 @@ export interface CreateIntentRequest {
|
|
|
1893
1921
|
localeId: string | undefined;
|
|
1894
1922
|
initialResponseSetting?: InitialResponseSetting | undefined;
|
|
1895
1923
|
qnAIntentConfiguration?: QnAIntentConfiguration | undefined;
|
|
1924
|
+
qInConnectIntentConfiguration?: QInConnectIntentConfiguration | undefined;
|
|
1896
1925
|
}
|
|
1897
1926
|
export interface CreateIntentResponse {
|
|
1898
1927
|
intentId?: string | undefined;
|
|
@@ -1913,6 +1942,7 @@ export interface CreateIntentResponse {
|
|
|
1913
1942
|
creationDateTime?: Date | undefined;
|
|
1914
1943
|
initialResponseSetting?: InitialResponseSetting | undefined;
|
|
1915
1944
|
qnAIntentConfiguration?: QnAIntentConfiguration | undefined;
|
|
1945
|
+
qInConnectIntentConfiguration?: QInConnectIntentConfiguration | undefined;
|
|
1916
1946
|
}
|
|
1917
1947
|
export interface DescribeIntentResponse {
|
|
1918
1948
|
intentId?: string | undefined;
|
|
@@ -1935,6 +1965,7 @@ export interface DescribeIntentResponse {
|
|
|
1935
1965
|
lastUpdatedDateTime?: Date | undefined;
|
|
1936
1966
|
initialResponseSetting?: InitialResponseSetting | undefined;
|
|
1937
1967
|
qnAIntentConfiguration?: QnAIntentConfiguration | undefined;
|
|
1968
|
+
qInConnectIntentConfiguration?: QInConnectIntentConfiguration | undefined;
|
|
1938
1969
|
}
|
|
1939
1970
|
export interface UpdateIntentRequest {
|
|
1940
1971
|
intentId: string | undefined;
|
|
@@ -1955,6 +1986,7 @@ export interface UpdateIntentRequest {
|
|
|
1955
1986
|
localeId: string | undefined;
|
|
1956
1987
|
initialResponseSetting?: InitialResponseSetting | undefined;
|
|
1957
1988
|
qnAIntentConfiguration?: QnAIntentConfiguration | undefined;
|
|
1989
|
+
qInConnectIntentConfiguration?: QInConnectIntentConfiguration | undefined;
|
|
1958
1990
|
}
|
|
1959
1991
|
export interface UpdateIntentResponse {
|
|
1960
1992
|
intentId?: string | undefined;
|
|
@@ -1977,6 +2009,7 @@ export interface UpdateIntentResponse {
|
|
|
1977
2009
|
lastUpdatedDateTime?: Date | undefined;
|
|
1978
2010
|
initialResponseSetting?: InitialResponseSetting | undefined;
|
|
1979
2011
|
qnAIntentConfiguration?: QnAIntentConfiguration | undefined;
|
|
2012
|
+
qInConnectIntentConfiguration?: QInConnectIntentConfiguration | undefined;
|
|
1980
2013
|
}
|
|
1981
2014
|
export declare const EncryptionSettingFilterSensitiveLog: (
|
|
1982
2015
|
obj: EncryptionSetting
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lex-models-v2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lex Models V2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.782.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-lex-models-v2",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|