@aws-sdk/client-lex-models-v2 3.758.0 → 3.772.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 +423 -423
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AggregatedUtterancesFilterName: () => AggregatedUtterancesFilterName,
|
|
25
25
|
AggregatedUtterancesFilterOperator: () => AggregatedUtterancesFilterOperator,
|
|
26
26
|
AggregatedUtterancesSortAttribute: () => AggregatedUtterancesSortAttribute,
|
|
@@ -289,7 +289,7 @@ __export(src_exports, {
|
|
|
289
289
|
waitUntilBotLocaleExpressTestingAvailable: () => waitUntilBotLocaleExpressTestingAvailable,
|
|
290
290
|
waitUntilBotVersionAvailable: () => waitUntilBotVersionAvailable
|
|
291
291
|
});
|
|
292
|
-
module.exports = __toCommonJS(
|
|
292
|
+
module.exports = __toCommonJS(index_exports);
|
|
293
293
|
|
|
294
294
|
// src/LexModelsV2Client.ts
|
|
295
295
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -416,9 +416,9 @@ var LexModelsV2Client = class extends import_smithy_client.Client {
|
|
|
416
416
|
this.middlewareStack.use(
|
|
417
417
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
418
418
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultLexModelsV2HttpAuthSchemeParametersProvider,
|
|
419
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
419
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
420
420
|
"aws.auth#sigv4": config.credentials
|
|
421
|
-
})
|
|
421
|
+
}), "identityProviderConfigProvider")
|
|
422
422
|
})
|
|
423
423
|
);
|
|
424
424
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -973,7 +973,7 @@ var se_BatchCreateCustomVocabularyItemCommand = /* @__PURE__ */ __name(async (in
|
|
|
973
973
|
let body;
|
|
974
974
|
body = JSON.stringify(
|
|
975
975
|
(0, import_smithy_client.take)(input, {
|
|
976
|
-
customVocabularyItemList: (_) => (0, import_smithy_client._json)(_)
|
|
976
|
+
customVocabularyItemList: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "customVocabularyItemList")
|
|
977
977
|
})
|
|
978
978
|
);
|
|
979
979
|
b.m("PUT").h(headers).b(body);
|
|
@@ -991,7 +991,7 @@ var se_BatchDeleteCustomVocabularyItemCommand = /* @__PURE__ */ __name(async (in
|
|
|
991
991
|
let body;
|
|
992
992
|
body = JSON.stringify(
|
|
993
993
|
(0, import_smithy_client.take)(input, {
|
|
994
|
-
customVocabularyItemList: (_) => (0, import_smithy_client._json)(_)
|
|
994
|
+
customVocabularyItemList: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "customVocabularyItemList")
|
|
995
995
|
})
|
|
996
996
|
);
|
|
997
997
|
b.m("POST").h(headers).b(body);
|
|
@@ -1009,7 +1009,7 @@ var se_BatchUpdateCustomVocabularyItemCommand = /* @__PURE__ */ __name(async (in
|
|
|
1009
1009
|
let body;
|
|
1010
1010
|
body = JSON.stringify(
|
|
1011
1011
|
(0, import_smithy_client.take)(input, {
|
|
1012
|
-
customVocabularyItemList: (_) => (0, import_smithy_client._json)(_)
|
|
1012
|
+
customVocabularyItemList: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "customVocabularyItemList")
|
|
1013
1013
|
})
|
|
1014
1014
|
);
|
|
1015
1015
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1035,15 +1035,15 @@ var se_CreateBotCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1035
1035
|
let body;
|
|
1036
1036
|
body = JSON.stringify(
|
|
1037
1037
|
(0, import_smithy_client.take)(input, {
|
|
1038
|
-
botMembers: (_) => (0, import_smithy_client._json)(_),
|
|
1038
|
+
botMembers: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "botMembers"),
|
|
1039
1039
|
botName: [],
|
|
1040
|
-
botTags: (_) => (0, import_smithy_client._json)(_),
|
|
1040
|
+
botTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "botTags"),
|
|
1041
1041
|
botType: [],
|
|
1042
|
-
dataPrivacy: (_) => (0, import_smithy_client._json)(_),
|
|
1042
|
+
dataPrivacy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "dataPrivacy"),
|
|
1043
1043
|
description: [],
|
|
1044
1044
|
idleSessionTTLInSeconds: [],
|
|
1045
1045
|
roleArn: [],
|
|
1046
|
-
testBotAliasTags: (_) => (0, import_smithy_client._json)(_)
|
|
1046
|
+
testBotAliasTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "testBotAliasTags")
|
|
1047
1047
|
})
|
|
1048
1048
|
);
|
|
1049
1049
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1059,13 +1059,13 @@ var se_CreateBotAliasCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1059
1059
|
let body;
|
|
1060
1060
|
body = JSON.stringify(
|
|
1061
1061
|
(0, import_smithy_client.take)(input, {
|
|
1062
|
-
botAliasLocaleSettings: (_) => (0, import_smithy_client._json)(_),
|
|
1062
|
+
botAliasLocaleSettings: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "botAliasLocaleSettings"),
|
|
1063
1063
|
botAliasName: [],
|
|
1064
1064
|
botVersion: [],
|
|
1065
|
-
conversationLogSettings: (_) => (0, import_smithy_client._json)(_),
|
|
1065
|
+
conversationLogSettings: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "conversationLogSettings"),
|
|
1066
1066
|
description: [],
|
|
1067
|
-
sentimentAnalysisSettings: (_) => (0, import_smithy_client._json)(_),
|
|
1068
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1067
|
+
sentimentAnalysisSettings: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sentimentAnalysisSettings"),
|
|
1068
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1069
1069
|
})
|
|
1070
1070
|
);
|
|
1071
1071
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1083,10 +1083,10 @@ var se_CreateBotLocaleCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1083
1083
|
body = JSON.stringify(
|
|
1084
1084
|
(0, import_smithy_client.take)(input, {
|
|
1085
1085
|
description: [],
|
|
1086
|
-
generativeAISettings: (_) => (0, import_smithy_client._json)(_),
|
|
1086
|
+
generativeAISettings: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "generativeAISettings"),
|
|
1087
1087
|
localeId: [],
|
|
1088
|
-
nluIntentConfidenceThreshold: (_) => (0, import_smithy_client.serializeFloat)(_),
|
|
1089
|
-
voiceSettings: (_) => (0, import_smithy_client._json)(_)
|
|
1088
|
+
nluIntentConfidenceThreshold: /* @__PURE__ */ __name((_) => (0, import_smithy_client.serializeFloat)(_), "nluIntentConfidenceThreshold"),
|
|
1089
|
+
voiceSettings: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "voiceSettings")
|
|
1090
1090
|
})
|
|
1091
1091
|
);
|
|
1092
1092
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1118,7 +1118,7 @@ var se_CreateBotVersionCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1118
1118
|
let body;
|
|
1119
1119
|
body = JSON.stringify(
|
|
1120
1120
|
(0, import_smithy_client.take)(input, {
|
|
1121
|
-
botVersionLocaleSpecification: (_) => (0, import_smithy_client._json)(_),
|
|
1121
|
+
botVersionLocaleSpecification: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "botVersionLocaleSpecification"),
|
|
1122
1122
|
description: []
|
|
1123
1123
|
})
|
|
1124
1124
|
);
|
|
@@ -1136,7 +1136,7 @@ var se_CreateExportCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1136
1136
|
(0, import_smithy_client.take)(input, {
|
|
1137
1137
|
fileFormat: [],
|
|
1138
1138
|
filePassword: [],
|
|
1139
|
-
resourceSpecification: (_) => (0, import_smithy_client._json)(_)
|
|
1139
|
+
resourceSpecification: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceSpecification")
|
|
1140
1140
|
})
|
|
1141
1141
|
);
|
|
1142
1142
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1155,18 +1155,18 @@ var se_CreateIntentCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1155
1155
|
body = JSON.stringify(
|
|
1156
1156
|
(0, import_smithy_client.take)(input, {
|
|
1157
1157
|
description: [],
|
|
1158
|
-
dialogCodeHook: (_) => (0, import_smithy_client._json)(_),
|
|
1159
|
-
fulfillmentCodeHook: (_) => se_FulfillmentCodeHookSettings(_, context),
|
|
1160
|
-
initialResponseSetting: (_) => se_InitialResponseSetting(_, context),
|
|
1161
|
-
inputContexts: (_) => (0, import_smithy_client._json)(_),
|
|
1162
|
-
intentClosingSetting: (_) => se_IntentClosingSetting(_, context),
|
|
1163
|
-
intentConfirmationSetting: (_) => se_IntentConfirmationSetting(_, context),
|
|
1158
|
+
dialogCodeHook: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "dialogCodeHook"),
|
|
1159
|
+
fulfillmentCodeHook: /* @__PURE__ */ __name((_) => se_FulfillmentCodeHookSettings(_, context), "fulfillmentCodeHook"),
|
|
1160
|
+
initialResponseSetting: /* @__PURE__ */ __name((_) => se_InitialResponseSetting(_, context), "initialResponseSetting"),
|
|
1161
|
+
inputContexts: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "inputContexts"),
|
|
1162
|
+
intentClosingSetting: /* @__PURE__ */ __name((_) => se_IntentClosingSetting(_, context), "intentClosingSetting"),
|
|
1163
|
+
intentConfirmationSetting: /* @__PURE__ */ __name((_) => se_IntentConfirmationSetting(_, context), "intentConfirmationSetting"),
|
|
1164
1164
|
intentName: [],
|
|
1165
|
-
kendraConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1166
|
-
outputContexts: (_) => (0, import_smithy_client._json)(_),
|
|
1165
|
+
kendraConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "kendraConfiguration"),
|
|
1166
|
+
outputContexts: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "outputContexts"),
|
|
1167
1167
|
parentIntentSignature: [],
|
|
1168
|
-
qnAIntentConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1169
|
-
sampleUtterances: (_) => (0, import_smithy_client._json)(_)
|
|
1168
|
+
qnAIntentConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "qnAIntentConfiguration"),
|
|
1169
|
+
sampleUtterances: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sampleUtterances")
|
|
1170
1170
|
})
|
|
1171
1171
|
);
|
|
1172
1172
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1201,10 +1201,10 @@ var se_CreateResourcePolicyStatementCommand = /* @__PURE__ */ __name(async (inpu
|
|
|
1201
1201
|
let body;
|
|
1202
1202
|
body = JSON.stringify(
|
|
1203
1203
|
(0, import_smithy_client.take)(input, {
|
|
1204
|
-
action: (_) => (0, import_smithy_client._json)(_),
|
|
1205
|
-
condition: (_) => (0, import_smithy_client._json)(_),
|
|
1204
|
+
action: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "action"),
|
|
1205
|
+
condition: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "condition"),
|
|
1206
1206
|
effect: [],
|
|
1207
|
-
principal: (_) => (0, import_smithy_client._json)(_),
|
|
1207
|
+
principal: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "principal"),
|
|
1208
1208
|
statementId: []
|
|
1209
1209
|
})
|
|
1210
1210
|
);
|
|
@@ -1225,12 +1225,12 @@ var se_CreateSlotCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1225
1225
|
body = JSON.stringify(
|
|
1226
1226
|
(0, import_smithy_client.take)(input, {
|
|
1227
1227
|
description: [],
|
|
1228
|
-
multipleValuesSetting: (_) => (0, import_smithy_client._json)(_),
|
|
1229
|
-
obfuscationSetting: (_) => (0, import_smithy_client._json)(_),
|
|
1228
|
+
multipleValuesSetting: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "multipleValuesSetting"),
|
|
1229
|
+
obfuscationSetting: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "obfuscationSetting"),
|
|
1230
1230
|
slotName: [],
|
|
1231
1231
|
slotTypeId: [],
|
|
1232
|
-
subSlotSetting: (_) => se_SubSlotSetting(_, context),
|
|
1233
|
-
valueElicitationSetting: (_) => se_SlotValueElicitationSetting(_, context)
|
|
1232
|
+
subSlotSetting: /* @__PURE__ */ __name((_) => se_SubSlotSetting(_, context), "subSlotSetting"),
|
|
1233
|
+
valueElicitationSetting: /* @__PURE__ */ __name((_) => se_SlotValueElicitationSetting(_, context), "valueElicitationSetting")
|
|
1234
1234
|
})
|
|
1235
1235
|
);
|
|
1236
1236
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1248,13 +1248,13 @@ var se_CreateSlotTypeCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1248
1248
|
let body;
|
|
1249
1249
|
body = JSON.stringify(
|
|
1250
1250
|
(0, import_smithy_client.take)(input, {
|
|
1251
|
-
compositeSlotTypeSetting: (_) => (0, import_smithy_client._json)(_),
|
|
1251
|
+
compositeSlotTypeSetting: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "compositeSlotTypeSetting"),
|
|
1252
1252
|
description: [],
|
|
1253
|
-
externalSourceSetting: (_) => (0, import_smithy_client._json)(_),
|
|
1253
|
+
externalSourceSetting: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "externalSourceSetting"),
|
|
1254
1254
|
parentSlotTypeSignature: [],
|
|
1255
1255
|
slotTypeName: [],
|
|
1256
|
-
slotTypeValues: (_) => (0, import_smithy_client._json)(_),
|
|
1257
|
-
valueSelectionSetting: (_) => (0, import_smithy_client._json)(_)
|
|
1256
|
+
slotTypeValues: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "slotTypeValues"),
|
|
1257
|
+
valueSelectionSetting: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "valueSelectionSetting")
|
|
1258
1258
|
})
|
|
1259
1259
|
);
|
|
1260
1260
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1270,7 +1270,7 @@ var se_CreateTestSetDiscrepancyReportCommand = /* @__PURE__ */ __name(async (inp
|
|
|
1270
1270
|
let body;
|
|
1271
1271
|
body = JSON.stringify(
|
|
1272
1272
|
(0, import_smithy_client.take)(input, {
|
|
1273
|
-
target: (_) => (0, import_smithy_client._json)(_)
|
|
1273
|
+
target: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "target")
|
|
1274
1274
|
})
|
|
1275
1275
|
);
|
|
1276
1276
|
b.m("POST").h(headers).b(body);
|
|
@@ -1681,14 +1681,14 @@ var se_ListAggregatedUtterancesCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
1681
1681
|
let body;
|
|
1682
1682
|
body = JSON.stringify(
|
|
1683
1683
|
(0, import_smithy_client.take)(input, {
|
|
1684
|
-
aggregationDuration: (_) => (0, import_smithy_client._json)(_),
|
|
1684
|
+
aggregationDuration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "aggregationDuration"),
|
|
1685
1685
|
botAliasId: [],
|
|
1686
1686
|
botVersion: [],
|
|
1687
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
1687
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
1688
1688
|
localeId: [],
|
|
1689
1689
|
maxResults: [],
|
|
1690
1690
|
nextToken: [],
|
|
1691
|
-
sortBy: (_) => (0, import_smithy_client._json)(_)
|
|
1691
|
+
sortBy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sortBy")
|
|
1692
1692
|
})
|
|
1693
1693
|
);
|
|
1694
1694
|
b.m("POST").h(headers).b(body);
|
|
@@ -1740,10 +1740,10 @@ var se_ListBotLocalesCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1740
1740
|
let body;
|
|
1741
1741
|
body = JSON.stringify(
|
|
1742
1742
|
(0, import_smithy_client.take)(input, {
|
|
1743
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
1743
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
1744
1744
|
maxResults: [],
|
|
1745
1745
|
nextToken: [],
|
|
1746
|
-
sortBy: (_) => (0, import_smithy_client._json)(_)
|
|
1746
|
+
sortBy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sortBy")
|
|
1747
1747
|
})
|
|
1748
1748
|
);
|
|
1749
1749
|
b.m("POST").h(headers).b(body);
|
|
@@ -1791,7 +1791,7 @@ var se_ListBotResourceGenerationsCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1791
1791
|
(0, import_smithy_client.take)(input, {
|
|
1792
1792
|
maxResults: [],
|
|
1793
1793
|
nextToken: [],
|
|
1794
|
-
sortBy: (_) => (0, import_smithy_client._json)(_)
|
|
1794
|
+
sortBy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sortBy")
|
|
1795
1795
|
})
|
|
1796
1796
|
);
|
|
1797
1797
|
b.m("POST").h(headers).b(body);
|
|
@@ -1806,10 +1806,10 @@ var se_ListBotsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1806
1806
|
let body;
|
|
1807
1807
|
body = JSON.stringify(
|
|
1808
1808
|
(0, import_smithy_client.take)(input, {
|
|
1809
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
1809
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
1810
1810
|
maxResults: [],
|
|
1811
1811
|
nextToken: [],
|
|
1812
|
-
sortBy: (_) => (0, import_smithy_client._json)(_)
|
|
1812
|
+
sortBy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sortBy")
|
|
1813
1813
|
})
|
|
1814
1814
|
);
|
|
1815
1815
|
b.m("POST").h(headers).b(body);
|
|
@@ -1828,7 +1828,7 @@ var se_ListBotVersionReplicasCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
1828
1828
|
(0, import_smithy_client.take)(input, {
|
|
1829
1829
|
maxResults: [],
|
|
1830
1830
|
nextToken: [],
|
|
1831
|
-
sortBy: (_) => (0, import_smithy_client._json)(_)
|
|
1831
|
+
sortBy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sortBy")
|
|
1832
1832
|
})
|
|
1833
1833
|
);
|
|
1834
1834
|
b.m("POST").h(headers).b(body);
|
|
@@ -1846,7 +1846,7 @@ var se_ListBotVersionsCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1846
1846
|
(0, import_smithy_client.take)(input, {
|
|
1847
1847
|
maxResults: [],
|
|
1848
1848
|
nextToken: [],
|
|
1849
|
-
sortBy: (_) => (0, import_smithy_client._json)(_)
|
|
1849
|
+
sortBy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sortBy")
|
|
1850
1850
|
})
|
|
1851
1851
|
);
|
|
1852
1852
|
b.m("POST").h(headers).b(body);
|
|
@@ -1864,7 +1864,7 @@ var se_ListBuiltInIntentsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1864
1864
|
(0, import_smithy_client.take)(input, {
|
|
1865
1865
|
maxResults: [],
|
|
1866
1866
|
nextToken: [],
|
|
1867
|
-
sortBy: (_) => (0, import_smithy_client._json)(_)
|
|
1867
|
+
sortBy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sortBy")
|
|
1868
1868
|
})
|
|
1869
1869
|
);
|
|
1870
1870
|
b.m("POST").h(headers).b(body);
|
|
@@ -1882,7 +1882,7 @@ var se_ListBuiltInSlotTypesCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1882
1882
|
(0, import_smithy_client.take)(input, {
|
|
1883
1883
|
maxResults: [],
|
|
1884
1884
|
nextToken: [],
|
|
1885
|
-
sortBy: (_) => (0, import_smithy_client._json)(_)
|
|
1885
|
+
sortBy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sortBy")
|
|
1886
1886
|
})
|
|
1887
1887
|
);
|
|
1888
1888
|
b.m("POST").h(headers).b(body);
|
|
@@ -1918,11 +1918,11 @@ var se_ListExportsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1918
1918
|
(0, import_smithy_client.take)(input, {
|
|
1919
1919
|
botId: [],
|
|
1920
1920
|
botVersion: [],
|
|
1921
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
1921
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
1922
1922
|
localeId: [],
|
|
1923
1923
|
maxResults: [],
|
|
1924
1924
|
nextToken: [],
|
|
1925
|
-
sortBy: (_) => (0, import_smithy_client._json)(_)
|
|
1925
|
+
sortBy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sortBy")
|
|
1926
1926
|
})
|
|
1927
1927
|
);
|
|
1928
1928
|
b.m("POST").h(headers).b(body);
|
|
@@ -1939,11 +1939,11 @@ var se_ListImportsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1939
1939
|
(0, import_smithy_client.take)(input, {
|
|
1940
1940
|
botId: [],
|
|
1941
1941
|
botVersion: [],
|
|
1942
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
1942
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
1943
1943
|
localeId: [],
|
|
1944
1944
|
maxResults: [],
|
|
1945
1945
|
nextToken: [],
|
|
1946
|
-
sortBy: (_) => (0, import_smithy_client._json)(_)
|
|
1946
|
+
sortBy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sortBy")
|
|
1947
1947
|
})
|
|
1948
1948
|
);
|
|
1949
1949
|
b.m("POST").h(headers).b(body);
|
|
@@ -1959,14 +1959,14 @@ var se_ListIntentMetricsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1959
1959
|
let body;
|
|
1960
1960
|
body = JSON.stringify(
|
|
1961
1961
|
(0, import_smithy_client.take)(input, {
|
|
1962
|
-
binBy: (_) => (0, import_smithy_client._json)(_),
|
|
1963
|
-
endDateTime: (_) => _.getTime() / 1e3,
|
|
1964
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
1965
|
-
groupBy: (_) => (0, import_smithy_client._json)(_),
|
|
1962
|
+
binBy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "binBy"),
|
|
1963
|
+
endDateTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endDateTime"),
|
|
1964
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
1965
|
+
groupBy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "groupBy"),
|
|
1966
1966
|
maxResults: [],
|
|
1967
|
-
metrics: (_) => (0, import_smithy_client._json)(_),
|
|
1967
|
+
metrics: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "metrics"),
|
|
1968
1968
|
nextToken: [],
|
|
1969
|
-
startDateTime: (_) => _.getTime() / 1e3
|
|
1969
|
+
startDateTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startDateTime")
|
|
1970
1970
|
})
|
|
1971
1971
|
);
|
|
1972
1972
|
b.m("POST").h(headers).b(body);
|
|
@@ -1982,10 +1982,10 @@ var se_ListIntentPathsCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1982
1982
|
let body;
|
|
1983
1983
|
body = JSON.stringify(
|
|
1984
1984
|
(0, import_smithy_client.take)(input, {
|
|
1985
|
-
endDateTime: (_) => _.getTime() / 1e3,
|
|
1986
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
1985
|
+
endDateTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endDateTime"),
|
|
1986
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
1987
1987
|
intentPath: [],
|
|
1988
|
-
startDateTime: (_) => _.getTime() / 1e3
|
|
1988
|
+
startDateTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startDateTime")
|
|
1989
1989
|
})
|
|
1990
1990
|
);
|
|
1991
1991
|
b.m("POST").h(headers).b(body);
|
|
@@ -2003,10 +2003,10 @@ var se_ListIntentsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2003
2003
|
let body;
|
|
2004
2004
|
body = JSON.stringify(
|
|
2005
2005
|
(0, import_smithy_client.take)(input, {
|
|
2006
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
2006
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
2007
2007
|
maxResults: [],
|
|
2008
2008
|
nextToken: [],
|
|
2009
|
-
sortBy: (_) => (0, import_smithy_client._json)(_)
|
|
2009
|
+
sortBy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sortBy")
|
|
2010
2010
|
})
|
|
2011
2011
|
);
|
|
2012
2012
|
b.m("POST").h(headers).b(body);
|
|
@@ -2022,14 +2022,14 @@ var se_ListIntentStageMetricsCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
2022
2022
|
let body;
|
|
2023
2023
|
body = JSON.stringify(
|
|
2024
2024
|
(0, import_smithy_client.take)(input, {
|
|
2025
|
-
binBy: (_) => (0, import_smithy_client._json)(_),
|
|
2026
|
-
endDateTime: (_) => _.getTime() / 1e3,
|
|
2027
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
2028
|
-
groupBy: (_) => (0, import_smithy_client._json)(_),
|
|
2025
|
+
binBy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "binBy"),
|
|
2026
|
+
endDateTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endDateTime"),
|
|
2027
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
2028
|
+
groupBy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "groupBy"),
|
|
2029
2029
|
maxResults: [],
|
|
2030
|
-
metrics: (_) => (0, import_smithy_client._json)(_),
|
|
2030
|
+
metrics: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "metrics"),
|
|
2031
2031
|
nextToken: [],
|
|
2032
|
-
startDateTime: (_) => _.getTime() / 1e3
|
|
2032
|
+
startDateTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startDateTime")
|
|
2033
2033
|
})
|
|
2034
2034
|
);
|
|
2035
2035
|
b.m("POST").h(headers).b(body);
|
|
@@ -2065,12 +2065,12 @@ var se_ListSessionAnalyticsDataCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
2065
2065
|
let body;
|
|
2066
2066
|
body = JSON.stringify(
|
|
2067
2067
|
(0, import_smithy_client.take)(input, {
|
|
2068
|
-
endDateTime: (_) => _.getTime() / 1e3,
|
|
2069
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
2068
|
+
endDateTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endDateTime"),
|
|
2069
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
2070
2070
|
maxResults: [],
|
|
2071
2071
|
nextToken: [],
|
|
2072
|
-
sortBy: (_) => (0, import_smithy_client._json)(_),
|
|
2073
|
-
startDateTime: (_) => _.getTime() / 1e3
|
|
2072
|
+
sortBy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sortBy"),
|
|
2073
|
+
startDateTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startDateTime")
|
|
2074
2074
|
})
|
|
2075
2075
|
);
|
|
2076
2076
|
b.m("POST").h(headers).b(body);
|
|
@@ -2086,14 +2086,14 @@ var se_ListSessionMetricsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2086
2086
|
let body;
|
|
2087
2087
|
body = JSON.stringify(
|
|
2088
2088
|
(0, import_smithy_client.take)(input, {
|
|
2089
|
-
binBy: (_) => (0, import_smithy_client._json)(_),
|
|
2090
|
-
endDateTime: (_) => _.getTime() / 1e3,
|
|
2091
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
2092
|
-
groupBy: (_) => (0, import_smithy_client._json)(_),
|
|
2089
|
+
binBy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "binBy"),
|
|
2090
|
+
endDateTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endDateTime"),
|
|
2091
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
2092
|
+
groupBy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "groupBy"),
|
|
2093
2093
|
maxResults: [],
|
|
2094
|
-
metrics: (_) => (0, import_smithy_client._json)(_),
|
|
2094
|
+
metrics: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "metrics"),
|
|
2095
2095
|
nextToken: [],
|
|
2096
|
-
startDateTime: (_) => _.getTime() / 1e3
|
|
2096
|
+
startDateTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startDateTime")
|
|
2097
2097
|
})
|
|
2098
2098
|
);
|
|
2099
2099
|
b.m("POST").h(headers).b(body);
|
|
@@ -2112,10 +2112,10 @@ var se_ListSlotsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2112
2112
|
let body;
|
|
2113
2113
|
body = JSON.stringify(
|
|
2114
2114
|
(0, import_smithy_client.take)(input, {
|
|
2115
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
2115
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
2116
2116
|
maxResults: [],
|
|
2117
2117
|
nextToken: [],
|
|
2118
|
-
sortBy: (_) => (0, import_smithy_client._json)(_)
|
|
2118
|
+
sortBy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sortBy")
|
|
2119
2119
|
})
|
|
2120
2120
|
);
|
|
2121
2121
|
b.m("POST").h(headers).b(body);
|
|
@@ -2133,10 +2133,10 @@ var se_ListSlotTypesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2133
2133
|
let body;
|
|
2134
2134
|
body = JSON.stringify(
|
|
2135
2135
|
(0, import_smithy_client.take)(input, {
|
|
2136
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
2136
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
2137
2137
|
maxResults: [],
|
|
2138
2138
|
nextToken: [],
|
|
2139
|
-
sortBy: (_) => (0, import_smithy_client._json)(_)
|
|
2139
|
+
sortBy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sortBy")
|
|
2140
2140
|
})
|
|
2141
2141
|
);
|
|
2142
2142
|
b.m("POST").h(headers).b(body);
|
|
@@ -2163,7 +2163,7 @@ var se_ListTestExecutionResultItemsCommand = /* @__PURE__ */ __name(async (input
|
|
|
2163
2163
|
(0, import_smithy_client.take)(input, {
|
|
2164
2164
|
maxResults: [],
|
|
2165
2165
|
nextToken: [],
|
|
2166
|
-
resultFilterBy: (_) => (0, import_smithy_client._json)(_)
|
|
2166
|
+
resultFilterBy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resultFilterBy")
|
|
2167
2167
|
})
|
|
2168
2168
|
);
|
|
2169
2169
|
b.m("POST").h(headers).b(body);
|
|
@@ -2180,7 +2180,7 @@ var se_ListTestExecutionsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2180
2180
|
(0, import_smithy_client.take)(input, {
|
|
2181
2181
|
maxResults: [],
|
|
2182
2182
|
nextToken: [],
|
|
2183
|
-
sortBy: (_) => (0, import_smithy_client._json)(_)
|
|
2183
|
+
sortBy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sortBy")
|
|
2184
2184
|
})
|
|
2185
2185
|
);
|
|
2186
2186
|
b.m("POST").h(headers).b(body);
|
|
@@ -2214,7 +2214,7 @@ var se_ListTestSetsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2214
2214
|
(0, import_smithy_client.take)(input, {
|
|
2215
2215
|
maxResults: [],
|
|
2216
2216
|
nextToken: [],
|
|
2217
|
-
sortBy: (_) => (0, import_smithy_client._json)(_)
|
|
2217
|
+
sortBy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sortBy")
|
|
2218
2218
|
})
|
|
2219
2219
|
);
|
|
2220
2220
|
b.m("POST").h(headers).b(body);
|
|
@@ -2230,12 +2230,12 @@ var se_ListUtteranceAnalyticsDataCommand = /* @__PURE__ */ __name(async (input,
|
|
|
2230
2230
|
let body;
|
|
2231
2231
|
body = JSON.stringify(
|
|
2232
2232
|
(0, import_smithy_client.take)(input, {
|
|
2233
|
-
endDateTime: (_) => _.getTime() / 1e3,
|
|
2234
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
2233
|
+
endDateTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endDateTime"),
|
|
2234
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
2235
2235
|
maxResults: [],
|
|
2236
2236
|
nextToken: [],
|
|
2237
|
-
sortBy: (_) => (0, import_smithy_client._json)(_),
|
|
2238
|
-
startDateTime: (_) => _.getTime() / 1e3
|
|
2237
|
+
sortBy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sortBy"),
|
|
2238
|
+
startDateTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startDateTime")
|
|
2239
2239
|
})
|
|
2240
2240
|
);
|
|
2241
2241
|
b.m("POST").h(headers).b(body);
|
|
@@ -2251,15 +2251,15 @@ var se_ListUtteranceMetricsCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
2251
2251
|
let body;
|
|
2252
2252
|
body = JSON.stringify(
|
|
2253
2253
|
(0, import_smithy_client.take)(input, {
|
|
2254
|
-
attributes: (_) => (0, import_smithy_client._json)(_),
|
|
2255
|
-
binBy: (_) => (0, import_smithy_client._json)(_),
|
|
2256
|
-
endDateTime: (_) => _.getTime() / 1e3,
|
|
2257
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
2258
|
-
groupBy: (_) => (0, import_smithy_client._json)(_),
|
|
2254
|
+
attributes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "attributes"),
|
|
2255
|
+
binBy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "binBy"),
|
|
2256
|
+
endDateTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endDateTime"),
|
|
2257
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
2258
|
+
groupBy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "groupBy"),
|
|
2259
2259
|
maxResults: [],
|
|
2260
|
-
metrics: (_) => (0, import_smithy_client._json)(_),
|
|
2260
|
+
metrics: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "metrics"),
|
|
2261
2261
|
nextToken: [],
|
|
2262
|
-
startDateTime: (_) => _.getTime() / 1e3
|
|
2262
|
+
startDateTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startDateTime")
|
|
2263
2263
|
})
|
|
2264
2264
|
);
|
|
2265
2265
|
b.m("POST").h(headers).b(body);
|
|
@@ -2280,7 +2280,7 @@ var se_SearchAssociatedTranscriptsCommand = /* @__PURE__ */ __name(async (input,
|
|
|
2280
2280
|
let body;
|
|
2281
2281
|
body = JSON.stringify(
|
|
2282
2282
|
(0, import_smithy_client.take)(input, {
|
|
2283
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
2283
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
2284
2284
|
maxResults: [],
|
|
2285
2285
|
nextIndex: [],
|
|
2286
2286
|
searchOrder: []
|
|
@@ -2301,8 +2301,8 @@ var se_StartBotRecommendationCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
2301
2301
|
let body;
|
|
2302
2302
|
body = JSON.stringify(
|
|
2303
2303
|
(0, import_smithy_client.take)(input, {
|
|
2304
|
-
encryptionSetting: (_) => (0, import_smithy_client._json)(_),
|
|
2305
|
-
transcriptSourceSetting: (_) => se_TranscriptSourceSetting(_, context)
|
|
2304
|
+
encryptionSetting: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "encryptionSetting"),
|
|
2305
|
+
transcriptSourceSetting: /* @__PURE__ */ __name((_) => se_TranscriptSourceSetting(_, context), "transcriptSourceSetting")
|
|
2306
2306
|
})
|
|
2307
2307
|
);
|
|
2308
2308
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2338,7 +2338,7 @@ var se_StartImportCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2338
2338
|
filePassword: [],
|
|
2339
2339
|
importId: [],
|
|
2340
2340
|
mergeStrategy: [],
|
|
2341
|
-
resourceSpecification: (_) => se_ImportResourceSpecification(_, context)
|
|
2341
|
+
resourceSpecification: /* @__PURE__ */ __name((_) => se_ImportResourceSpecification(_, context), "resourceSpecification")
|
|
2342
2342
|
})
|
|
2343
2343
|
);
|
|
2344
2344
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2355,7 +2355,7 @@ var se_StartTestExecutionCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2355
2355
|
body = JSON.stringify(
|
|
2356
2356
|
(0, import_smithy_client.take)(input, {
|
|
2357
2357
|
apiMode: [],
|
|
2358
|
-
target: (_) => (0, import_smithy_client._json)(_),
|
|
2358
|
+
target: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "target"),
|
|
2359
2359
|
testExecutionModality: []
|
|
2360
2360
|
})
|
|
2361
2361
|
);
|
|
@@ -2372,11 +2372,11 @@ var se_StartTestSetGenerationCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
2372
2372
|
body = JSON.stringify(
|
|
2373
2373
|
(0, import_smithy_client.take)(input, {
|
|
2374
2374
|
description: [],
|
|
2375
|
-
generationDataSource: (_) => se_TestSetGenerationDataSource(_, context),
|
|
2375
|
+
generationDataSource: /* @__PURE__ */ __name((_) => se_TestSetGenerationDataSource(_, context), "generationDataSource"),
|
|
2376
2376
|
roleArn: [],
|
|
2377
|
-
storageLocation: (_) => (0, import_smithy_client._json)(_),
|
|
2377
|
+
storageLocation: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "storageLocation"),
|
|
2378
2378
|
testSetName: [],
|
|
2379
|
-
testSetTags: (_) => (0, import_smithy_client._json)(_)
|
|
2379
|
+
testSetTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "testSetTags")
|
|
2380
2380
|
})
|
|
2381
2381
|
);
|
|
2382
2382
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2406,7 +2406,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2406
2406
|
let body;
|
|
2407
2407
|
body = JSON.stringify(
|
|
2408
2408
|
(0, import_smithy_client.take)(input, {
|
|
2409
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
2409
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
2410
2410
|
})
|
|
2411
2411
|
);
|
|
2412
2412
|
b.m("POST").h(headers).b(body);
|
|
@@ -2434,10 +2434,10 @@ var se_UpdateBotCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2434
2434
|
let body;
|
|
2435
2435
|
body = JSON.stringify(
|
|
2436
2436
|
(0, import_smithy_client.take)(input, {
|
|
2437
|
-
botMembers: (_) => (0, import_smithy_client._json)(_),
|
|
2437
|
+
botMembers: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "botMembers"),
|
|
2438
2438
|
botName: [],
|
|
2439
2439
|
botType: [],
|
|
2440
|
-
dataPrivacy: (_) => (0, import_smithy_client._json)(_),
|
|
2440
|
+
dataPrivacy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "dataPrivacy"),
|
|
2441
2441
|
description: [],
|
|
2442
2442
|
idleSessionTTLInSeconds: [],
|
|
2443
2443
|
roleArn: []
|
|
@@ -2457,12 +2457,12 @@ var se_UpdateBotAliasCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2457
2457
|
let body;
|
|
2458
2458
|
body = JSON.stringify(
|
|
2459
2459
|
(0, import_smithy_client.take)(input, {
|
|
2460
|
-
botAliasLocaleSettings: (_) => (0, import_smithy_client._json)(_),
|
|
2460
|
+
botAliasLocaleSettings: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "botAliasLocaleSettings"),
|
|
2461
2461
|
botAliasName: [],
|
|
2462
2462
|
botVersion: [],
|
|
2463
|
-
conversationLogSettings: (_) => (0, import_smithy_client._json)(_),
|
|
2463
|
+
conversationLogSettings: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "conversationLogSettings"),
|
|
2464
2464
|
description: [],
|
|
2465
|
-
sentimentAnalysisSettings: (_) => (0, import_smithy_client._json)(_)
|
|
2465
|
+
sentimentAnalysisSettings: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sentimentAnalysisSettings")
|
|
2466
2466
|
})
|
|
2467
2467
|
);
|
|
2468
2468
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2481,9 +2481,9 @@ var se_UpdateBotLocaleCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2481
2481
|
body = JSON.stringify(
|
|
2482
2482
|
(0, import_smithy_client.take)(input, {
|
|
2483
2483
|
description: [],
|
|
2484
|
-
generativeAISettings: (_) => (0, import_smithy_client._json)(_),
|
|
2485
|
-
nluIntentConfidenceThreshold: (_) => (0, import_smithy_client.serializeFloat)(_),
|
|
2486
|
-
voiceSettings: (_) => (0, import_smithy_client._json)(_)
|
|
2484
|
+
generativeAISettings: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "generativeAISettings"),
|
|
2485
|
+
nluIntentConfidenceThreshold: /* @__PURE__ */ __name((_) => (0, import_smithy_client.serializeFloat)(_), "nluIntentConfidenceThreshold"),
|
|
2486
|
+
voiceSettings: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "voiceSettings")
|
|
2487
2487
|
})
|
|
2488
2488
|
);
|
|
2489
2489
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2502,7 +2502,7 @@ var se_UpdateBotRecommendationCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
2502
2502
|
let body;
|
|
2503
2503
|
body = JSON.stringify(
|
|
2504
2504
|
(0, import_smithy_client.take)(input, {
|
|
2505
|
-
encryptionSetting: (_) => (0, import_smithy_client._json)(_)
|
|
2505
|
+
encryptionSetting: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "encryptionSetting")
|
|
2506
2506
|
})
|
|
2507
2507
|
);
|
|
2508
2508
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2538,19 +2538,19 @@ var se_UpdateIntentCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2538
2538
|
body = JSON.stringify(
|
|
2539
2539
|
(0, import_smithy_client.take)(input, {
|
|
2540
2540
|
description: [],
|
|
2541
|
-
dialogCodeHook: (_) => (0, import_smithy_client._json)(_),
|
|
2542
|
-
fulfillmentCodeHook: (_) => se_FulfillmentCodeHookSettings(_, context),
|
|
2543
|
-
initialResponseSetting: (_) => se_InitialResponseSetting(_, context),
|
|
2544
|
-
inputContexts: (_) => (0, import_smithy_client._json)(_),
|
|
2545
|
-
intentClosingSetting: (_) => se_IntentClosingSetting(_, context),
|
|
2546
|
-
intentConfirmationSetting: (_) => se_IntentConfirmationSetting(_, context),
|
|
2541
|
+
dialogCodeHook: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "dialogCodeHook"),
|
|
2542
|
+
fulfillmentCodeHook: /* @__PURE__ */ __name((_) => se_FulfillmentCodeHookSettings(_, context), "fulfillmentCodeHook"),
|
|
2543
|
+
initialResponseSetting: /* @__PURE__ */ __name((_) => se_InitialResponseSetting(_, context), "initialResponseSetting"),
|
|
2544
|
+
inputContexts: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "inputContexts"),
|
|
2545
|
+
intentClosingSetting: /* @__PURE__ */ __name((_) => se_IntentClosingSetting(_, context), "intentClosingSetting"),
|
|
2546
|
+
intentConfirmationSetting: /* @__PURE__ */ __name((_) => se_IntentConfirmationSetting(_, context), "intentConfirmationSetting"),
|
|
2547
2547
|
intentName: [],
|
|
2548
|
-
kendraConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
2549
|
-
outputContexts: (_) => (0, import_smithy_client._json)(_),
|
|
2548
|
+
kendraConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "kendraConfiguration"),
|
|
2549
|
+
outputContexts: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "outputContexts"),
|
|
2550
2550
|
parentIntentSignature: [],
|
|
2551
|
-
qnAIntentConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
2552
|
-
sampleUtterances: (_) => (0, import_smithy_client._json)(_),
|
|
2553
|
-
slotPriorities: (_) => (0, import_smithy_client._json)(_)
|
|
2551
|
+
qnAIntentConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "qnAIntentConfiguration"),
|
|
2552
|
+
sampleUtterances: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sampleUtterances"),
|
|
2553
|
+
slotPriorities: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "slotPriorities")
|
|
2554
2554
|
})
|
|
2555
2555
|
);
|
|
2556
2556
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2590,12 +2590,12 @@ var se_UpdateSlotCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2590
2590
|
body = JSON.stringify(
|
|
2591
2591
|
(0, import_smithy_client.take)(input, {
|
|
2592
2592
|
description: [],
|
|
2593
|
-
multipleValuesSetting: (_) => (0, import_smithy_client._json)(_),
|
|
2594
|
-
obfuscationSetting: (_) => (0, import_smithy_client._json)(_),
|
|
2593
|
+
multipleValuesSetting: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "multipleValuesSetting"),
|
|
2594
|
+
obfuscationSetting: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "obfuscationSetting"),
|
|
2595
2595
|
slotName: [],
|
|
2596
2596
|
slotTypeId: [],
|
|
2597
|
-
subSlotSetting: (_) => se_SubSlotSetting(_, context),
|
|
2598
|
-
valueElicitationSetting: (_) => se_SlotValueElicitationSetting(_, context)
|
|
2597
|
+
subSlotSetting: /* @__PURE__ */ __name((_) => se_SubSlotSetting(_, context), "subSlotSetting"),
|
|
2598
|
+
valueElicitationSetting: /* @__PURE__ */ __name((_) => se_SlotValueElicitationSetting(_, context), "valueElicitationSetting")
|
|
2599
2599
|
})
|
|
2600
2600
|
);
|
|
2601
2601
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2614,13 +2614,13 @@ var se_UpdateSlotTypeCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2614
2614
|
let body;
|
|
2615
2615
|
body = JSON.stringify(
|
|
2616
2616
|
(0, import_smithy_client.take)(input, {
|
|
2617
|
-
compositeSlotTypeSetting: (_) => (0, import_smithy_client._json)(_),
|
|
2617
|
+
compositeSlotTypeSetting: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "compositeSlotTypeSetting"),
|
|
2618
2618
|
description: [],
|
|
2619
|
-
externalSourceSetting: (_) => (0, import_smithy_client._json)(_),
|
|
2619
|
+
externalSourceSetting: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "externalSourceSetting"),
|
|
2620
2620
|
parentSlotTypeSignature: [],
|
|
2621
2621
|
slotTypeName: [],
|
|
2622
|
-
slotTypeValues: (_) => (0, import_smithy_client._json)(_),
|
|
2623
|
-
valueSelectionSetting: (_) => (0, import_smithy_client._json)(_)
|
|
2622
|
+
slotTypeValues: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "slotTypeValues"),
|
|
2623
|
+
valueSelectionSetting: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "valueSelectionSetting")
|
|
2624
2624
|
})
|
|
2625
2625
|
);
|
|
2626
2626
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2709,7 +2709,7 @@ var de_BuildBotLocaleCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2709
2709
|
botId: import_smithy_client.expectString,
|
|
2710
2710
|
botLocaleStatus: import_smithy_client.expectString,
|
|
2711
2711
|
botVersion: import_smithy_client.expectString,
|
|
2712
|
-
lastBuildSubmittedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2712
|
+
lastBuildSubmittedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastBuildSubmittedDateTime"),
|
|
2713
2713
|
localeId: import_smithy_client.expectString
|
|
2714
2714
|
});
|
|
2715
2715
|
Object.assign(contents, doc);
|
|
@@ -2730,7 +2730,7 @@ var de_CreateBotCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2730
2730
|
botStatus: import_smithy_client.expectString,
|
|
2731
2731
|
botTags: import_smithy_client._json,
|
|
2732
2732
|
botType: import_smithy_client.expectString,
|
|
2733
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2733
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2734
2734
|
dataPrivacy: import_smithy_client._json,
|
|
2735
2735
|
description: import_smithy_client.expectString,
|
|
2736
2736
|
idleSessionTTLInSeconds: import_smithy_client.expectInt32,
|
|
@@ -2756,7 +2756,7 @@ var de_CreateBotAliasCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2756
2756
|
botId: import_smithy_client.expectString,
|
|
2757
2757
|
botVersion: import_smithy_client.expectString,
|
|
2758
2758
|
conversationLogSettings: import_smithy_client._json,
|
|
2759
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2759
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2760
2760
|
description: import_smithy_client.expectString,
|
|
2761
2761
|
sentimentAnalysisSettings: import_smithy_client._json,
|
|
2762
2762
|
tags: import_smithy_client._json
|
|
@@ -2776,7 +2776,7 @@ var de_CreateBotLocaleCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
2776
2776
|
botId: import_smithy_client.expectString,
|
|
2777
2777
|
botLocaleStatus: import_smithy_client.expectString,
|
|
2778
2778
|
botVersion: import_smithy_client.expectString,
|
|
2779
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2779
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2780
2780
|
description: import_smithy_client.expectString,
|
|
2781
2781
|
generativeAISettings: import_smithy_client._json,
|
|
2782
2782
|
localeId: import_smithy_client.expectString,
|
|
@@ -2798,7 +2798,7 @@ var de_CreateBotReplicaCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2798
2798
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2799
2799
|
botId: import_smithy_client.expectString,
|
|
2800
2800
|
botReplicaStatus: import_smithy_client.expectString,
|
|
2801
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2801
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2802
2802
|
replicaRegion: import_smithy_client.expectString,
|
|
2803
2803
|
sourceRegion: import_smithy_client.expectString
|
|
2804
2804
|
});
|
|
@@ -2818,7 +2818,7 @@ var de_CreateBotVersionCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2818
2818
|
botStatus: import_smithy_client.expectString,
|
|
2819
2819
|
botVersion: import_smithy_client.expectString,
|
|
2820
2820
|
botVersionLocaleSpecification: import_smithy_client._json,
|
|
2821
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2821
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2822
2822
|
description: import_smithy_client.expectString
|
|
2823
2823
|
});
|
|
2824
2824
|
Object.assign(contents, doc);
|
|
@@ -2833,7 +2833,7 @@ var de_CreateExportCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2833
2833
|
});
|
|
2834
2834
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2835
2835
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2836
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2836
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2837
2837
|
exportId: import_smithy_client.expectString,
|
|
2838
2838
|
exportStatus: import_smithy_client.expectString,
|
|
2839
2839
|
fileFormat: import_smithy_client.expectString,
|
|
@@ -2853,14 +2853,14 @@ var de_CreateIntentCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2853
2853
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2854
2854
|
botId: import_smithy_client.expectString,
|
|
2855
2855
|
botVersion: import_smithy_client.expectString,
|
|
2856
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2856
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2857
2857
|
description: import_smithy_client.expectString,
|
|
2858
2858
|
dialogCodeHook: import_smithy_client._json,
|
|
2859
|
-
fulfillmentCodeHook: (_) => de_FulfillmentCodeHookSettings(_, context),
|
|
2860
|
-
initialResponseSetting: (_) => de_InitialResponseSetting(_, context),
|
|
2859
|
+
fulfillmentCodeHook: /* @__PURE__ */ __name((_) => de_FulfillmentCodeHookSettings(_, context), "fulfillmentCodeHook"),
|
|
2860
|
+
initialResponseSetting: /* @__PURE__ */ __name((_) => de_InitialResponseSetting(_, context), "initialResponseSetting"),
|
|
2861
2861
|
inputContexts: import_smithy_client._json,
|
|
2862
|
-
intentClosingSetting: (_) => de_IntentClosingSetting(_, context),
|
|
2863
|
-
intentConfirmationSetting: (_) => de_IntentConfirmationSetting(_, context),
|
|
2862
|
+
intentClosingSetting: /* @__PURE__ */ __name((_) => de_IntentClosingSetting(_, context), "intentClosingSetting"),
|
|
2863
|
+
intentConfirmationSetting: /* @__PURE__ */ __name((_) => de_IntentConfirmationSetting(_, context), "intentConfirmationSetting"),
|
|
2864
2864
|
intentId: import_smithy_client.expectString,
|
|
2865
2865
|
intentName: import_smithy_client.expectString,
|
|
2866
2866
|
kendraConfiguration: import_smithy_client._json,
|
|
@@ -2914,7 +2914,7 @@ var de_CreateSlotCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2914
2914
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2915
2915
|
botId: import_smithy_client.expectString,
|
|
2916
2916
|
botVersion: import_smithy_client.expectString,
|
|
2917
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2917
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2918
2918
|
description: import_smithy_client.expectString,
|
|
2919
2919
|
intentId: import_smithy_client.expectString,
|
|
2920
2920
|
localeId: import_smithy_client.expectString,
|
|
@@ -2923,8 +2923,8 @@ var de_CreateSlotCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2923
2923
|
slotId: import_smithy_client.expectString,
|
|
2924
2924
|
slotName: import_smithy_client.expectString,
|
|
2925
2925
|
slotTypeId: import_smithy_client.expectString,
|
|
2926
|
-
subSlotSetting: (_) => de_SubSlotSetting(_, context),
|
|
2927
|
-
valueElicitationSetting: (_) => de_SlotValueElicitationSetting(_, context)
|
|
2926
|
+
subSlotSetting: /* @__PURE__ */ __name((_) => de_SubSlotSetting(_, context), "subSlotSetting"),
|
|
2927
|
+
valueElicitationSetting: /* @__PURE__ */ __name((_) => de_SlotValueElicitationSetting(_, context), "valueElicitationSetting")
|
|
2928
2928
|
});
|
|
2929
2929
|
Object.assign(contents, doc);
|
|
2930
2930
|
return contents;
|
|
@@ -2941,7 +2941,7 @@ var de_CreateSlotTypeCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2941
2941
|
botId: import_smithy_client.expectString,
|
|
2942
2942
|
botVersion: import_smithy_client.expectString,
|
|
2943
2943
|
compositeSlotTypeSetting: import_smithy_client._json,
|
|
2944
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2944
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2945
2945
|
description: import_smithy_client.expectString,
|
|
2946
2946
|
externalSourceSetting: import_smithy_client._json,
|
|
2947
2947
|
localeId: import_smithy_client.expectString,
|
|
@@ -2963,7 +2963,7 @@ var de_CreateTestSetDiscrepancyReportCommand = /* @__PURE__ */ __name(async (out
|
|
|
2963
2963
|
});
|
|
2964
2964
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2965
2965
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2966
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2966
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2967
2967
|
target: import_smithy_client._json,
|
|
2968
2968
|
testSetDiscrepancyReportId: import_smithy_client.expectString,
|
|
2969
2969
|
testSetId: import_smithy_client.expectString
|
|
@@ -3207,12 +3207,12 @@ var de_DescribeBotCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3207
3207
|
botName: import_smithy_client.expectString,
|
|
3208
3208
|
botStatus: import_smithy_client.expectString,
|
|
3209
3209
|
botType: import_smithy_client.expectString,
|
|
3210
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3210
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
3211
3211
|
dataPrivacy: import_smithy_client._json,
|
|
3212
3212
|
description: import_smithy_client.expectString,
|
|
3213
3213
|
failureReasons: import_smithy_client._json,
|
|
3214
3214
|
idleSessionTTLInSeconds: import_smithy_client.expectInt32,
|
|
3215
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3215
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
3216
3216
|
roleArn: import_smithy_client.expectString
|
|
3217
3217
|
});
|
|
3218
3218
|
Object.assign(contents, doc);
|
|
@@ -3227,7 +3227,7 @@ var de_DescribeBotAliasCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
3227
3227
|
});
|
|
3228
3228
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3229
3229
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3230
|
-
botAliasHistoryEvents: (_) => de_BotAliasHistoryEventsList(_, context),
|
|
3230
|
+
botAliasHistoryEvents: /* @__PURE__ */ __name((_) => de_BotAliasHistoryEventsList(_, context), "botAliasHistoryEvents"),
|
|
3231
3231
|
botAliasId: import_smithy_client.expectString,
|
|
3232
3232
|
botAliasLocaleSettings: import_smithy_client._json,
|
|
3233
3233
|
botAliasName: import_smithy_client.expectString,
|
|
@@ -3235,9 +3235,9 @@ var de_DescribeBotAliasCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
3235
3235
|
botId: import_smithy_client.expectString,
|
|
3236
3236
|
botVersion: import_smithy_client.expectString,
|
|
3237
3237
|
conversationLogSettings: import_smithy_client._json,
|
|
3238
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3238
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
3239
3239
|
description: import_smithy_client.expectString,
|
|
3240
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3240
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
3241
3241
|
parentBotNetworks: import_smithy_client._json,
|
|
3242
3242
|
sentimentAnalysisSettings: import_smithy_client._json
|
|
3243
3243
|
});
|
|
@@ -3254,16 +3254,16 @@ var de_DescribeBotLocaleCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
3254
3254
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3255
3255
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3256
3256
|
botId: import_smithy_client.expectString,
|
|
3257
|
-
botLocaleHistoryEvents: (_) => de_BotLocaleHistoryEventsList(_, context),
|
|
3257
|
+
botLocaleHistoryEvents: /* @__PURE__ */ __name((_) => de_BotLocaleHistoryEventsList(_, context), "botLocaleHistoryEvents"),
|
|
3258
3258
|
botLocaleStatus: import_smithy_client.expectString,
|
|
3259
3259
|
botVersion: import_smithy_client.expectString,
|
|
3260
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3260
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
3261
3261
|
description: import_smithy_client.expectString,
|
|
3262
3262
|
failureReasons: import_smithy_client._json,
|
|
3263
3263
|
generativeAISettings: import_smithy_client._json,
|
|
3264
3264
|
intentsCount: import_smithy_client.expectInt32,
|
|
3265
|
-
lastBuildSubmittedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3266
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3265
|
+
lastBuildSubmittedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastBuildSubmittedDateTime"),
|
|
3266
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
3267
3267
|
localeId: import_smithy_client.expectString,
|
|
3268
3268
|
localeName: import_smithy_client.expectString,
|
|
3269
3269
|
nluIntentConfidenceThreshold: import_smithy_client.limitedParseDouble,
|
|
@@ -3288,12 +3288,12 @@ var de_DescribeBotRecommendationCommand = /* @__PURE__ */ __name(async (output,
|
|
|
3288
3288
|
botRecommendationResults: import_smithy_client._json,
|
|
3289
3289
|
botRecommendationStatus: import_smithy_client.expectString,
|
|
3290
3290
|
botVersion: import_smithy_client.expectString,
|
|
3291
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3291
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
3292
3292
|
encryptionSetting: import_smithy_client._json,
|
|
3293
3293
|
failureReasons: import_smithy_client._json,
|
|
3294
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3294
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
3295
3295
|
localeId: import_smithy_client.expectString,
|
|
3296
|
-
transcriptSourceSetting: (_) => de_TranscriptSourceSetting(_, context)
|
|
3296
|
+
transcriptSourceSetting: /* @__PURE__ */ __name((_) => de_TranscriptSourceSetting(_, context), "transcriptSourceSetting")
|
|
3297
3297
|
});
|
|
3298
3298
|
Object.assign(contents, doc);
|
|
3299
3299
|
return contents;
|
|
@@ -3309,7 +3309,7 @@ var de_DescribeBotReplicaCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
3309
3309
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3310
3310
|
botId: import_smithy_client.expectString,
|
|
3311
3311
|
botReplicaStatus: import_smithy_client.expectString,
|
|
3312
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3312
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
3313
3313
|
failureReasons: import_smithy_client._json,
|
|
3314
3314
|
replicaRegion: import_smithy_client.expectString,
|
|
3315
3315
|
sourceRegion: import_smithy_client.expectString
|
|
@@ -3328,13 +3328,13 @@ var de_DescribeBotResourceGenerationCommand = /* @__PURE__ */ __name(async (outp
|
|
|
3328
3328
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3329
3329
|
botId: import_smithy_client.expectString,
|
|
3330
3330
|
botVersion: import_smithy_client.expectString,
|
|
3331
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3331
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
3332
3332
|
failureReasons: import_smithy_client._json,
|
|
3333
3333
|
generatedBotLocaleUrl: import_smithy_client.expectString,
|
|
3334
3334
|
generationId: import_smithy_client.expectString,
|
|
3335
3335
|
generationInputPrompt: import_smithy_client.expectString,
|
|
3336
3336
|
generationStatus: import_smithy_client.expectString,
|
|
3337
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3337
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
3338
3338
|
localeId: import_smithy_client.expectString,
|
|
3339
3339
|
modelArn: import_smithy_client.expectString
|
|
3340
3340
|
});
|
|
@@ -3356,7 +3356,7 @@ var de_DescribeBotVersionCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
3356
3356
|
botStatus: import_smithy_client.expectString,
|
|
3357
3357
|
botType: import_smithy_client.expectString,
|
|
3358
3358
|
botVersion: import_smithy_client.expectString,
|
|
3359
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3359
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
3360
3360
|
dataPrivacy: import_smithy_client._json,
|
|
3361
3361
|
description: import_smithy_client.expectString,
|
|
3362
3362
|
failureReasons: import_smithy_client._json,
|
|
@@ -3378,9 +3378,9 @@ var de_DescribeCustomVocabularyMetadataCommand = /* @__PURE__ */ __name(async (o
|
|
|
3378
3378
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3379
3379
|
botId: import_smithy_client.expectString,
|
|
3380
3380
|
botVersion: import_smithy_client.expectString,
|
|
3381
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3381
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
3382
3382
|
customVocabularyStatus: import_smithy_client.expectString,
|
|
3383
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3383
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
3384
3384
|
localeId: import_smithy_client.expectString
|
|
3385
3385
|
});
|
|
3386
3386
|
Object.assign(contents, doc);
|
|
@@ -3395,13 +3395,13 @@ var de_DescribeExportCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3395
3395
|
});
|
|
3396
3396
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3397
3397
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3398
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3398
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
3399
3399
|
downloadUrl: import_smithy_client.expectString,
|
|
3400
3400
|
exportId: import_smithy_client.expectString,
|
|
3401
3401
|
exportStatus: import_smithy_client.expectString,
|
|
3402
3402
|
failureReasons: import_smithy_client._json,
|
|
3403
3403
|
fileFormat: import_smithy_client.expectString,
|
|
3404
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3404
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
3405
3405
|
resourceSpecification: import_smithy_client._json
|
|
3406
3406
|
});
|
|
3407
3407
|
Object.assign(contents, doc);
|
|
@@ -3416,15 +3416,15 @@ var de_DescribeImportCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3416
3416
|
});
|
|
3417
3417
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3418
3418
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3419
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3419
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
3420
3420
|
failureReasons: import_smithy_client._json,
|
|
3421
3421
|
importId: import_smithy_client.expectString,
|
|
3422
3422
|
importStatus: import_smithy_client.expectString,
|
|
3423
3423
|
importedResourceId: import_smithy_client.expectString,
|
|
3424
3424
|
importedResourceName: import_smithy_client.expectString,
|
|
3425
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3425
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
3426
3426
|
mergeStrategy: import_smithy_client.expectString,
|
|
3427
|
-
resourceSpecification: (_) => de_ImportResourceSpecification(_, context)
|
|
3427
|
+
resourceSpecification: /* @__PURE__ */ __name((_) => de_ImportResourceSpecification(_, context), "resourceSpecification")
|
|
3428
3428
|
});
|
|
3429
3429
|
Object.assign(contents, doc);
|
|
3430
3430
|
return contents;
|
|
@@ -3440,18 +3440,18 @@ var de_DescribeIntentCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3440
3440
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3441
3441
|
botId: import_smithy_client.expectString,
|
|
3442
3442
|
botVersion: import_smithy_client.expectString,
|
|
3443
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3443
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
3444
3444
|
description: import_smithy_client.expectString,
|
|
3445
3445
|
dialogCodeHook: import_smithy_client._json,
|
|
3446
|
-
fulfillmentCodeHook: (_) => de_FulfillmentCodeHookSettings(_, context),
|
|
3447
|
-
initialResponseSetting: (_) => de_InitialResponseSetting(_, context),
|
|
3446
|
+
fulfillmentCodeHook: /* @__PURE__ */ __name((_) => de_FulfillmentCodeHookSettings(_, context), "fulfillmentCodeHook"),
|
|
3447
|
+
initialResponseSetting: /* @__PURE__ */ __name((_) => de_InitialResponseSetting(_, context), "initialResponseSetting"),
|
|
3448
3448
|
inputContexts: import_smithy_client._json,
|
|
3449
|
-
intentClosingSetting: (_) => de_IntentClosingSetting(_, context),
|
|
3450
|
-
intentConfirmationSetting: (_) => de_IntentConfirmationSetting(_, context),
|
|
3449
|
+
intentClosingSetting: /* @__PURE__ */ __name((_) => de_IntentClosingSetting(_, context), "intentClosingSetting"),
|
|
3450
|
+
intentConfirmationSetting: /* @__PURE__ */ __name((_) => de_IntentConfirmationSetting(_, context), "intentConfirmationSetting"),
|
|
3451
3451
|
intentId: import_smithy_client.expectString,
|
|
3452
3452
|
intentName: import_smithy_client.expectString,
|
|
3453
3453
|
kendraConfiguration: import_smithy_client._json,
|
|
3454
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3454
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
3455
3455
|
localeId: import_smithy_client.expectString,
|
|
3456
3456
|
outputContexts: import_smithy_client._json,
|
|
3457
3457
|
parentIntentSignature: import_smithy_client.expectString,
|
|
@@ -3489,18 +3489,18 @@ var de_DescribeSlotCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3489
3489
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3490
3490
|
botId: import_smithy_client.expectString,
|
|
3491
3491
|
botVersion: import_smithy_client.expectString,
|
|
3492
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3492
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
3493
3493
|
description: import_smithy_client.expectString,
|
|
3494
3494
|
intentId: import_smithy_client.expectString,
|
|
3495
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3495
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
3496
3496
|
localeId: import_smithy_client.expectString,
|
|
3497
3497
|
multipleValuesSetting: import_smithy_client._json,
|
|
3498
3498
|
obfuscationSetting: import_smithy_client._json,
|
|
3499
3499
|
slotId: import_smithy_client.expectString,
|
|
3500
3500
|
slotName: import_smithy_client.expectString,
|
|
3501
3501
|
slotTypeId: import_smithy_client.expectString,
|
|
3502
|
-
subSlotSetting: (_) => de_SubSlotSetting(_, context),
|
|
3503
|
-
valueElicitationSetting: (_) => de_SlotValueElicitationSetting(_, context)
|
|
3502
|
+
subSlotSetting: /* @__PURE__ */ __name((_) => de_SubSlotSetting(_, context), "subSlotSetting"),
|
|
3503
|
+
valueElicitationSetting: /* @__PURE__ */ __name((_) => de_SlotValueElicitationSetting(_, context), "valueElicitationSetting")
|
|
3504
3504
|
});
|
|
3505
3505
|
Object.assign(contents, doc);
|
|
3506
3506
|
return contents;
|
|
@@ -3517,10 +3517,10 @@ var de_DescribeSlotTypeCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
3517
3517
|
botId: import_smithy_client.expectString,
|
|
3518
3518
|
botVersion: import_smithy_client.expectString,
|
|
3519
3519
|
compositeSlotTypeSetting: import_smithy_client._json,
|
|
3520
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3520
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
3521
3521
|
description: import_smithy_client.expectString,
|
|
3522
3522
|
externalSourceSetting: import_smithy_client._json,
|
|
3523
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3523
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
3524
3524
|
localeId: import_smithy_client.expectString,
|
|
3525
3525
|
parentSlotTypeSignature: import_smithy_client.expectString,
|
|
3526
3526
|
slotTypeId: import_smithy_client.expectString,
|
|
@@ -3541,9 +3541,9 @@ var de_DescribeTestExecutionCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
3541
3541
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3542
3542
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3543
3543
|
apiMode: import_smithy_client.expectString,
|
|
3544
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3544
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
3545
3545
|
failureReasons: import_smithy_client._json,
|
|
3546
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3546
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
3547
3547
|
target: import_smithy_client._json,
|
|
3548
3548
|
testExecutionId: import_smithy_client.expectString,
|
|
3549
3549
|
testExecutionModality: import_smithy_client.expectString,
|
|
@@ -3563,9 +3563,9 @@ var de_DescribeTestSetCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
3563
3563
|
});
|
|
3564
3564
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3565
3565
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3566
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3566
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
3567
3567
|
description: import_smithy_client.expectString,
|
|
3568
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3568
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
3569
3569
|
modality: import_smithy_client.expectString,
|
|
3570
3570
|
numTurns: import_smithy_client.expectInt32,
|
|
3571
3571
|
roleArn: import_smithy_client.expectString,
|
|
@@ -3586,9 +3586,9 @@ var de_DescribeTestSetDiscrepancyReportCommand = /* @__PURE__ */ __name(async (o
|
|
|
3586
3586
|
});
|
|
3587
3587
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3588
3588
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3589
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3589
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
3590
3590
|
failureReasons: import_smithy_client._json,
|
|
3591
|
-
lastUpdatedDataTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3591
|
+
lastUpdatedDataTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDataTime"),
|
|
3592
3592
|
target: import_smithy_client._json,
|
|
3593
3593
|
testSetDiscrepancyRawOutputUrl: import_smithy_client.expectString,
|
|
3594
3594
|
testSetDiscrepancyReportId: import_smithy_client.expectString,
|
|
@@ -3608,11 +3608,11 @@ var de_DescribeTestSetGenerationCommand = /* @__PURE__ */ __name(async (output,
|
|
|
3608
3608
|
});
|
|
3609
3609
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3610
3610
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3611
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3611
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
3612
3612
|
description: import_smithy_client.expectString,
|
|
3613
3613
|
failureReasons: import_smithy_client._json,
|
|
3614
|
-
generationDataSource: (_) => de_TestSetGenerationDataSource(_, context),
|
|
3615
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3614
|
+
generationDataSource: /* @__PURE__ */ __name((_) => de_TestSetGenerationDataSource(_, context), "generationDataSource"),
|
|
3615
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
3616
3616
|
roleArn: import_smithy_client.expectString,
|
|
3617
3617
|
storageLocation: import_smithy_client._json,
|
|
3618
3618
|
testSetGenerationId: import_smithy_client.expectString,
|
|
@@ -3665,11 +3665,11 @@ var de_ListAggregatedUtterancesCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
3665
3665
|
});
|
|
3666
3666
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3667
3667
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3668
|
-
aggregatedUtterancesSummaries: (_) => de_AggregatedUtterancesSummaryList(_, context),
|
|
3668
|
+
aggregatedUtterancesSummaries: /* @__PURE__ */ __name((_) => de_AggregatedUtterancesSummaryList(_, context), "aggregatedUtterancesSummaries"),
|
|
3669
3669
|
aggregationDuration: import_smithy_client._json,
|
|
3670
|
-
aggregationLastRefreshedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3671
|
-
aggregationWindowEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3672
|
-
aggregationWindowStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3670
|
+
aggregationLastRefreshedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "aggregationLastRefreshedDateTime"),
|
|
3671
|
+
aggregationWindowEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "aggregationWindowEndTime"),
|
|
3672
|
+
aggregationWindowStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "aggregationWindowStartTime"),
|
|
3673
3673
|
botAliasId: import_smithy_client.expectString,
|
|
3674
3674
|
botId: import_smithy_client.expectString,
|
|
3675
3675
|
botVersion: import_smithy_client.expectString,
|
|
@@ -3688,7 +3688,7 @@ var de_ListBotAliasesCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3688
3688
|
});
|
|
3689
3689
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3690
3690
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3691
|
-
botAliasSummaries: (_) => de_BotAliasSummaryList(_, context),
|
|
3691
|
+
botAliasSummaries: /* @__PURE__ */ __name((_) => de_BotAliasSummaryList(_, context), "botAliasSummaries"),
|
|
3692
3692
|
botId: import_smithy_client.expectString,
|
|
3693
3693
|
nextToken: import_smithy_client.expectString
|
|
3694
3694
|
});
|
|
@@ -3704,7 +3704,7 @@ var de_ListBotAliasReplicasCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
3704
3704
|
});
|
|
3705
3705
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3706
3706
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3707
|
-
botAliasReplicaSummaries: (_) => de_BotAliasReplicaSummaryList(_, context),
|
|
3707
|
+
botAliasReplicaSummaries: /* @__PURE__ */ __name((_) => de_BotAliasReplicaSummaryList(_, context), "botAliasReplicaSummaries"),
|
|
3708
3708
|
botId: import_smithy_client.expectString,
|
|
3709
3709
|
nextToken: import_smithy_client.expectString,
|
|
3710
3710
|
replicaRegion: import_smithy_client.expectString,
|
|
@@ -3723,7 +3723,7 @@ var de_ListBotLocalesCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3723
3723
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3724
3724
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3725
3725
|
botId: import_smithy_client.expectString,
|
|
3726
|
-
botLocaleSummaries: (_) => de_BotLocaleSummaryList(_, context),
|
|
3726
|
+
botLocaleSummaries: /* @__PURE__ */ __name((_) => de_BotLocaleSummaryList(_, context), "botLocaleSummaries"),
|
|
3727
3727
|
botVersion: import_smithy_client.expectString,
|
|
3728
3728
|
nextToken: import_smithy_client.expectString
|
|
3729
3729
|
});
|
|
@@ -3740,7 +3740,7 @@ var de_ListBotRecommendationsCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
3740
3740
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3741
3741
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3742
3742
|
botId: import_smithy_client.expectString,
|
|
3743
|
-
botRecommendationSummaries: (_) => de_BotRecommendationSummaryList(_, context),
|
|
3743
|
+
botRecommendationSummaries: /* @__PURE__ */ __name((_) => de_BotRecommendationSummaryList(_, context), "botRecommendationSummaries"),
|
|
3744
3744
|
botVersion: import_smithy_client.expectString,
|
|
3745
3745
|
localeId: import_smithy_client.expectString,
|
|
3746
3746
|
nextToken: import_smithy_client.expectString
|
|
@@ -3758,7 +3758,7 @@ var de_ListBotReplicasCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
3758
3758
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3759
3759
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3760
3760
|
botId: import_smithy_client.expectString,
|
|
3761
|
-
botReplicaSummaries: (_) => de_BotReplicaSummaryList(_, context),
|
|
3761
|
+
botReplicaSummaries: /* @__PURE__ */ __name((_) => de_BotReplicaSummaryList(_, context), "botReplicaSummaries"),
|
|
3762
3762
|
sourceRegion: import_smithy_client.expectString
|
|
3763
3763
|
});
|
|
3764
3764
|
Object.assign(contents, doc);
|
|
@@ -3775,7 +3775,7 @@ var de_ListBotResourceGenerationsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
3775
3775
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3776
3776
|
botId: import_smithy_client.expectString,
|
|
3777
3777
|
botVersion: import_smithy_client.expectString,
|
|
3778
|
-
generationSummaries: (_) => de_GenerationSummaryList(_, context),
|
|
3778
|
+
generationSummaries: /* @__PURE__ */ __name((_) => de_GenerationSummaryList(_, context), "generationSummaries"),
|
|
3779
3779
|
localeId: import_smithy_client.expectString,
|
|
3780
3780
|
nextToken: import_smithy_client.expectString
|
|
3781
3781
|
});
|
|
@@ -3791,7 +3791,7 @@ var de_ListBotsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3791
3791
|
});
|
|
3792
3792
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3793
3793
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3794
|
-
botSummaries: (_) => de_BotSummaryList(_, context),
|
|
3794
|
+
botSummaries: /* @__PURE__ */ __name((_) => de_BotSummaryList(_, context), "botSummaries"),
|
|
3795
3795
|
nextToken: import_smithy_client.expectString
|
|
3796
3796
|
});
|
|
3797
3797
|
Object.assign(contents, doc);
|
|
@@ -3807,7 +3807,7 @@ var de_ListBotVersionReplicasCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
3807
3807
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3808
3808
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3809
3809
|
botId: import_smithy_client.expectString,
|
|
3810
|
-
botVersionReplicaSummaries: (_) => de_BotVersionReplicaSummaryList(_, context),
|
|
3810
|
+
botVersionReplicaSummaries: /* @__PURE__ */ __name((_) => de_BotVersionReplicaSummaryList(_, context), "botVersionReplicaSummaries"),
|
|
3811
3811
|
nextToken: import_smithy_client.expectString,
|
|
3812
3812
|
replicaRegion: import_smithy_client.expectString,
|
|
3813
3813
|
sourceRegion: import_smithy_client.expectString
|
|
@@ -3825,7 +3825,7 @@ var de_ListBotVersionsCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
3825
3825
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3826
3826
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3827
3827
|
botId: import_smithy_client.expectString,
|
|
3828
|
-
botVersionSummaries: (_) => de_BotVersionSummaryList(_, context),
|
|
3828
|
+
botVersionSummaries: /* @__PURE__ */ __name((_) => de_BotVersionSummaryList(_, context), "botVersionSummaries"),
|
|
3829
3829
|
nextToken: import_smithy_client.expectString
|
|
3830
3830
|
});
|
|
3831
3831
|
Object.assign(contents, doc);
|
|
@@ -3892,7 +3892,7 @@ var de_ListExportsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3892
3892
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3893
3893
|
botId: import_smithy_client.expectString,
|
|
3894
3894
|
botVersion: import_smithy_client.expectString,
|
|
3895
|
-
exportSummaries: (_) => de_ExportSummaryList(_, context),
|
|
3895
|
+
exportSummaries: /* @__PURE__ */ __name((_) => de_ExportSummaryList(_, context), "exportSummaries"),
|
|
3896
3896
|
localeId: import_smithy_client.expectString,
|
|
3897
3897
|
nextToken: import_smithy_client.expectString
|
|
3898
3898
|
});
|
|
@@ -3910,7 +3910,7 @@ var de_ListImportsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3910
3910
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3911
3911
|
botId: import_smithy_client.expectString,
|
|
3912
3912
|
botVersion: import_smithy_client.expectString,
|
|
3913
|
-
importSummaries: (_) => de_ImportSummaryList(_, context),
|
|
3913
|
+
importSummaries: /* @__PURE__ */ __name((_) => de_ImportSummaryList(_, context), "importSummaries"),
|
|
3914
3914
|
localeId: import_smithy_client.expectString,
|
|
3915
3915
|
nextToken: import_smithy_client.expectString
|
|
3916
3916
|
});
|
|
@@ -3928,7 +3928,7 @@ var de_ListIntentMetricsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
3928
3928
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3929
3929
|
botId: import_smithy_client.expectString,
|
|
3930
3930
|
nextToken: import_smithy_client.expectString,
|
|
3931
|
-
results: (_) => de_AnalyticsIntentResults(_, context)
|
|
3931
|
+
results: /* @__PURE__ */ __name((_) => de_AnalyticsIntentResults(_, context), "results")
|
|
3932
3932
|
});
|
|
3933
3933
|
Object.assign(contents, doc);
|
|
3934
3934
|
return contents;
|
|
@@ -3958,7 +3958,7 @@ var de_ListIntentsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3958
3958
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3959
3959
|
botId: import_smithy_client.expectString,
|
|
3960
3960
|
botVersion: import_smithy_client.expectString,
|
|
3961
|
-
intentSummaries: (_) => de_IntentSummaryList(_, context),
|
|
3961
|
+
intentSummaries: /* @__PURE__ */ __name((_) => de_IntentSummaryList(_, context), "intentSummaries"),
|
|
3962
3962
|
localeId: import_smithy_client.expectString,
|
|
3963
3963
|
nextToken: import_smithy_client.expectString
|
|
3964
3964
|
});
|
|
@@ -3976,7 +3976,7 @@ var de_ListIntentStageMetricsCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
3976
3976
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3977
3977
|
botId: import_smithy_client.expectString,
|
|
3978
3978
|
nextToken: import_smithy_client.expectString,
|
|
3979
|
-
results: (_) => de_AnalyticsIntentStageResults(_, context)
|
|
3979
|
+
results: /* @__PURE__ */ __name((_) => de_AnalyticsIntentStageResults(_, context), "results")
|
|
3980
3980
|
});
|
|
3981
3981
|
Object.assign(contents, doc);
|
|
3982
3982
|
return contents;
|
|
@@ -4011,7 +4011,7 @@ var de_ListSessionAnalyticsDataCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
4011
4011
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4012
4012
|
botId: import_smithy_client.expectString,
|
|
4013
4013
|
nextToken: import_smithy_client.expectString,
|
|
4014
|
-
sessions: (_) => de_SessionSpecifications(_, context)
|
|
4014
|
+
sessions: /* @__PURE__ */ __name((_) => de_SessionSpecifications(_, context), "sessions")
|
|
4015
4015
|
});
|
|
4016
4016
|
Object.assign(contents, doc);
|
|
4017
4017
|
return contents;
|
|
@@ -4027,7 +4027,7 @@ var de_ListSessionMetricsCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
4027
4027
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4028
4028
|
botId: import_smithy_client.expectString,
|
|
4029
4029
|
nextToken: import_smithy_client.expectString,
|
|
4030
|
-
results: (_) => de_AnalyticsSessionResults(_, context)
|
|
4030
|
+
results: /* @__PURE__ */ __name((_) => de_AnalyticsSessionResults(_, context), "results")
|
|
4031
4031
|
});
|
|
4032
4032
|
Object.assign(contents, doc);
|
|
4033
4033
|
return contents;
|
|
@@ -4046,7 +4046,7 @@ var de_ListSlotsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4046
4046
|
intentId: import_smithy_client.expectString,
|
|
4047
4047
|
localeId: import_smithy_client.expectString,
|
|
4048
4048
|
nextToken: import_smithy_client.expectString,
|
|
4049
|
-
slotSummaries: (_) => de_SlotSummaryList(_, context)
|
|
4049
|
+
slotSummaries: /* @__PURE__ */ __name((_) => de_SlotSummaryList(_, context), "slotSummaries")
|
|
4050
4050
|
});
|
|
4051
4051
|
Object.assign(contents, doc);
|
|
4052
4052
|
return contents;
|
|
@@ -4064,7 +4064,7 @@ var de_ListSlotTypesCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
4064
4064
|
botVersion: import_smithy_client.expectString,
|
|
4065
4065
|
localeId: import_smithy_client.expectString,
|
|
4066
4066
|
nextToken: import_smithy_client.expectString,
|
|
4067
|
-
slotTypeSummaries: (_) => de_SlotTypeSummaryList(_, context)
|
|
4067
|
+
slotTypeSummaries: /* @__PURE__ */ __name((_) => de_SlotTypeSummaryList(_, context), "slotTypeSummaries")
|
|
4068
4068
|
});
|
|
4069
4069
|
Object.assign(contents, doc);
|
|
4070
4070
|
return contents;
|
|
@@ -4093,7 +4093,7 @@ var de_ListTestExecutionResultItemsCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
4093
4093
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4094
4094
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4095
4095
|
nextToken: import_smithy_client.expectString,
|
|
4096
|
-
testExecutionResults: (_) => de_TestExecutionResultItems(_, context)
|
|
4096
|
+
testExecutionResults: /* @__PURE__ */ __name((_) => de_TestExecutionResultItems(_, context), "testExecutionResults")
|
|
4097
4097
|
});
|
|
4098
4098
|
Object.assign(contents, doc);
|
|
4099
4099
|
return contents;
|
|
@@ -4108,7 +4108,7 @@ var de_ListTestExecutionsCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
4108
4108
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4109
4109
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4110
4110
|
nextToken: import_smithy_client.expectString,
|
|
4111
|
-
testExecutions: (_) => de_TestExecutionSummaryList(_, context)
|
|
4111
|
+
testExecutions: /* @__PURE__ */ __name((_) => de_TestExecutionSummaryList(_, context), "testExecutions")
|
|
4112
4112
|
});
|
|
4113
4113
|
Object.assign(contents, doc);
|
|
4114
4114
|
return contents;
|
|
@@ -4123,7 +4123,7 @@ var de_ListTestSetRecordsCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
4123
4123
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4124
4124
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4125
4125
|
nextToken: import_smithy_client.expectString,
|
|
4126
|
-
testSetRecords: (_) => de_TestSetTurnRecordList(_, context)
|
|
4126
|
+
testSetRecords: /* @__PURE__ */ __name((_) => de_TestSetTurnRecordList(_, context), "testSetRecords")
|
|
4127
4127
|
});
|
|
4128
4128
|
Object.assign(contents, doc);
|
|
4129
4129
|
return contents;
|
|
@@ -4138,7 +4138,7 @@ var de_ListTestSetsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4138
4138
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4139
4139
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4140
4140
|
nextToken: import_smithy_client.expectString,
|
|
4141
|
-
testSets: (_) => de_TestSetSummaryList(_, context)
|
|
4141
|
+
testSets: /* @__PURE__ */ __name((_) => de_TestSetSummaryList(_, context), "testSets")
|
|
4142
4142
|
});
|
|
4143
4143
|
Object.assign(contents, doc);
|
|
4144
4144
|
return contents;
|
|
@@ -4154,7 +4154,7 @@ var de_ListUtteranceAnalyticsDataCommand = /* @__PURE__ */ __name(async (output,
|
|
|
4154
4154
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4155
4155
|
botId: import_smithy_client.expectString,
|
|
4156
4156
|
nextToken: import_smithy_client.expectString,
|
|
4157
|
-
utterances: (_) => de_UtteranceSpecifications(_, context)
|
|
4157
|
+
utterances: /* @__PURE__ */ __name((_) => de_UtteranceSpecifications(_, context), "utterances")
|
|
4158
4158
|
});
|
|
4159
4159
|
Object.assign(contents, doc);
|
|
4160
4160
|
return contents;
|
|
@@ -4170,7 +4170,7 @@ var de_ListUtteranceMetricsCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
4170
4170
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4171
4171
|
botId: import_smithy_client.expectString,
|
|
4172
4172
|
nextToken: import_smithy_client.expectString,
|
|
4173
|
-
results: (_) => de_AnalyticsUtteranceResults(_, context)
|
|
4173
|
+
results: /* @__PURE__ */ __name((_) => de_AnalyticsUtteranceResults(_, context), "results")
|
|
4174
4174
|
});
|
|
4175
4175
|
Object.assign(contents, doc);
|
|
4176
4176
|
return contents;
|
|
@@ -4208,10 +4208,10 @@ var de_StartBotRecommendationCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
4208
4208
|
botRecommendationId: import_smithy_client.expectString,
|
|
4209
4209
|
botRecommendationStatus: import_smithy_client.expectString,
|
|
4210
4210
|
botVersion: import_smithy_client.expectString,
|
|
4211
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4211
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
4212
4212
|
encryptionSetting: import_smithy_client._json,
|
|
4213
4213
|
localeId: import_smithy_client.expectString,
|
|
4214
|
-
transcriptSourceSetting: (_) => de_TranscriptSourceSetting(_, context)
|
|
4214
|
+
transcriptSourceSetting: /* @__PURE__ */ __name((_) => de_TranscriptSourceSetting(_, context), "transcriptSourceSetting")
|
|
4215
4215
|
});
|
|
4216
4216
|
Object.assign(contents, doc);
|
|
4217
4217
|
return contents;
|
|
@@ -4227,7 +4227,7 @@ var de_StartBotResourceGenerationCommand = /* @__PURE__ */ __name(async (output,
|
|
|
4227
4227
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4228
4228
|
botId: import_smithy_client.expectString,
|
|
4229
4229
|
botVersion: import_smithy_client.expectString,
|
|
4230
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4230
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
4231
4231
|
generationId: import_smithy_client.expectString,
|
|
4232
4232
|
generationInputPrompt: import_smithy_client.expectString,
|
|
4233
4233
|
generationStatus: import_smithy_client.expectString,
|
|
@@ -4245,11 +4245,11 @@ var de_StartImportCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4245
4245
|
});
|
|
4246
4246
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4247
4247
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4248
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4248
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
4249
4249
|
importId: import_smithy_client.expectString,
|
|
4250
4250
|
importStatus: import_smithy_client.expectString,
|
|
4251
4251
|
mergeStrategy: import_smithy_client.expectString,
|
|
4252
|
-
resourceSpecification: (_) => de_ImportResourceSpecification(_, context)
|
|
4252
|
+
resourceSpecification: /* @__PURE__ */ __name((_) => de_ImportResourceSpecification(_, context), "resourceSpecification")
|
|
4253
4253
|
});
|
|
4254
4254
|
Object.assign(contents, doc);
|
|
4255
4255
|
return contents;
|
|
@@ -4264,7 +4264,7 @@ var de_StartTestExecutionCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
4264
4264
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4265
4265
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4266
4266
|
apiMode: import_smithy_client.expectString,
|
|
4267
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4267
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
4268
4268
|
target: import_smithy_client._json,
|
|
4269
4269
|
testExecutionId: import_smithy_client.expectString,
|
|
4270
4270
|
testExecutionModality: import_smithy_client.expectString,
|
|
@@ -4282,9 +4282,9 @@ var de_StartTestSetGenerationCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
4282
4282
|
});
|
|
4283
4283
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4284
4284
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4285
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4285
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
4286
4286
|
description: import_smithy_client.expectString,
|
|
4287
|
-
generationDataSource: (_) => de_TestSetGenerationDataSource(_, context),
|
|
4287
|
+
generationDataSource: /* @__PURE__ */ __name((_) => de_TestSetGenerationDataSource(_, context), "generationDataSource"),
|
|
4288
4288
|
roleArn: import_smithy_client.expectString,
|
|
4289
4289
|
storageLocation: import_smithy_client._json,
|
|
4290
4290
|
testSetGenerationId: import_smithy_client.expectString,
|
|
@@ -4347,11 +4347,11 @@ var de_UpdateBotCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4347
4347
|
botName: import_smithy_client.expectString,
|
|
4348
4348
|
botStatus: import_smithy_client.expectString,
|
|
4349
4349
|
botType: import_smithy_client.expectString,
|
|
4350
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4350
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
4351
4351
|
dataPrivacy: import_smithy_client._json,
|
|
4352
4352
|
description: import_smithy_client.expectString,
|
|
4353
4353
|
idleSessionTTLInSeconds: import_smithy_client.expectInt32,
|
|
4354
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4354
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
4355
4355
|
roleArn: import_smithy_client.expectString
|
|
4356
4356
|
});
|
|
4357
4357
|
Object.assign(contents, doc);
|
|
@@ -4373,9 +4373,9 @@ var de_UpdateBotAliasCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
4373
4373
|
botId: import_smithy_client.expectString,
|
|
4374
4374
|
botVersion: import_smithy_client.expectString,
|
|
4375
4375
|
conversationLogSettings: import_smithy_client._json,
|
|
4376
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4376
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
4377
4377
|
description: import_smithy_client.expectString,
|
|
4378
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4378
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
4379
4379
|
sentimentAnalysisSettings: import_smithy_client._json
|
|
4380
4380
|
});
|
|
4381
4381
|
Object.assign(contents, doc);
|
|
@@ -4393,11 +4393,11 @@ var de_UpdateBotLocaleCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
4393
4393
|
botId: import_smithy_client.expectString,
|
|
4394
4394
|
botLocaleStatus: import_smithy_client.expectString,
|
|
4395
4395
|
botVersion: import_smithy_client.expectString,
|
|
4396
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4396
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
4397
4397
|
description: import_smithy_client.expectString,
|
|
4398
4398
|
failureReasons: import_smithy_client._json,
|
|
4399
4399
|
generativeAISettings: import_smithy_client._json,
|
|
4400
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4400
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
4401
4401
|
localeId: import_smithy_client.expectString,
|
|
4402
4402
|
localeName: import_smithy_client.expectString,
|
|
4403
4403
|
nluIntentConfidenceThreshold: import_smithy_client.limitedParseDouble,
|
|
@@ -4420,11 +4420,11 @@ var de_UpdateBotRecommendationCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
4420
4420
|
botRecommendationId: import_smithy_client.expectString,
|
|
4421
4421
|
botRecommendationStatus: import_smithy_client.expectString,
|
|
4422
4422
|
botVersion: import_smithy_client.expectString,
|
|
4423
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4423
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
4424
4424
|
encryptionSetting: import_smithy_client._json,
|
|
4425
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4425
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
4426
4426
|
localeId: import_smithy_client.expectString,
|
|
4427
|
-
transcriptSourceSetting: (_) => de_TranscriptSourceSetting(_, context)
|
|
4427
|
+
transcriptSourceSetting: /* @__PURE__ */ __name((_) => de_TranscriptSourceSetting(_, context), "transcriptSourceSetting")
|
|
4428
4428
|
});
|
|
4429
4429
|
Object.assign(contents, doc);
|
|
4430
4430
|
return contents;
|
|
@@ -4438,11 +4438,11 @@ var de_UpdateExportCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4438
4438
|
});
|
|
4439
4439
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4440
4440
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4441
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4441
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
4442
4442
|
exportId: import_smithy_client.expectString,
|
|
4443
4443
|
exportStatus: import_smithy_client.expectString,
|
|
4444
4444
|
fileFormat: import_smithy_client.expectString,
|
|
4445
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4445
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
4446
4446
|
resourceSpecification: import_smithy_client._json
|
|
4447
4447
|
});
|
|
4448
4448
|
Object.assign(contents, doc);
|
|
@@ -4459,18 +4459,18 @@ var de_UpdateIntentCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4459
4459
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4460
4460
|
botId: import_smithy_client.expectString,
|
|
4461
4461
|
botVersion: import_smithy_client.expectString,
|
|
4462
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4462
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
4463
4463
|
description: import_smithy_client.expectString,
|
|
4464
4464
|
dialogCodeHook: import_smithy_client._json,
|
|
4465
|
-
fulfillmentCodeHook: (_) => de_FulfillmentCodeHookSettings(_, context),
|
|
4466
|
-
initialResponseSetting: (_) => de_InitialResponseSetting(_, context),
|
|
4465
|
+
fulfillmentCodeHook: /* @__PURE__ */ __name((_) => de_FulfillmentCodeHookSettings(_, context), "fulfillmentCodeHook"),
|
|
4466
|
+
initialResponseSetting: /* @__PURE__ */ __name((_) => de_InitialResponseSetting(_, context), "initialResponseSetting"),
|
|
4467
4467
|
inputContexts: import_smithy_client._json,
|
|
4468
|
-
intentClosingSetting: (_) => de_IntentClosingSetting(_, context),
|
|
4469
|
-
intentConfirmationSetting: (_) => de_IntentConfirmationSetting(_, context),
|
|
4468
|
+
intentClosingSetting: /* @__PURE__ */ __name((_) => de_IntentClosingSetting(_, context), "intentClosingSetting"),
|
|
4469
|
+
intentConfirmationSetting: /* @__PURE__ */ __name((_) => de_IntentConfirmationSetting(_, context), "intentConfirmationSetting"),
|
|
4470
4470
|
intentId: import_smithy_client.expectString,
|
|
4471
4471
|
intentName: import_smithy_client.expectString,
|
|
4472
4472
|
kendraConfiguration: import_smithy_client._json,
|
|
4473
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4473
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
4474
4474
|
localeId: import_smithy_client.expectString,
|
|
4475
4475
|
outputContexts: import_smithy_client._json,
|
|
4476
4476
|
parentIntentSignature: import_smithy_client.expectString,
|
|
@@ -4507,18 +4507,18 @@ var de_UpdateSlotCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4507
4507
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4508
4508
|
botId: import_smithy_client.expectString,
|
|
4509
4509
|
botVersion: import_smithy_client.expectString,
|
|
4510
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4510
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
4511
4511
|
description: import_smithy_client.expectString,
|
|
4512
4512
|
intentId: import_smithy_client.expectString,
|
|
4513
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4513
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
4514
4514
|
localeId: import_smithy_client.expectString,
|
|
4515
4515
|
multipleValuesSetting: import_smithy_client._json,
|
|
4516
4516
|
obfuscationSetting: import_smithy_client._json,
|
|
4517
4517
|
slotId: import_smithy_client.expectString,
|
|
4518
4518
|
slotName: import_smithy_client.expectString,
|
|
4519
4519
|
slotTypeId: import_smithy_client.expectString,
|
|
4520
|
-
subSlotSetting: (_) => de_SubSlotSetting(_, context),
|
|
4521
|
-
valueElicitationSetting: (_) => de_SlotValueElicitationSetting(_, context)
|
|
4520
|
+
subSlotSetting: /* @__PURE__ */ __name((_) => de_SubSlotSetting(_, context), "subSlotSetting"),
|
|
4521
|
+
valueElicitationSetting: /* @__PURE__ */ __name((_) => de_SlotValueElicitationSetting(_, context), "valueElicitationSetting")
|
|
4522
4522
|
});
|
|
4523
4523
|
Object.assign(contents, doc);
|
|
4524
4524
|
return contents;
|
|
@@ -4535,10 +4535,10 @@ var de_UpdateSlotTypeCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
4535
4535
|
botId: import_smithy_client.expectString,
|
|
4536
4536
|
botVersion: import_smithy_client.expectString,
|
|
4537
4537
|
compositeSlotTypeSetting: import_smithy_client._json,
|
|
4538
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4538
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
4539
4539
|
description: import_smithy_client.expectString,
|
|
4540
4540
|
externalSourceSetting: import_smithy_client._json,
|
|
4541
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4541
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
4542
4542
|
localeId: import_smithy_client.expectString,
|
|
4543
4543
|
parentSlotTypeSignature: import_smithy_client.expectString,
|
|
4544
4544
|
slotTypeId: import_smithy_client.expectString,
|
|
@@ -4558,9 +4558,9 @@ var de_UpdateTestSetCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
4558
4558
|
});
|
|
4559
4559
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4560
4560
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4561
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4561
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
4562
4562
|
description: import_smithy_client.expectString,
|
|
4563
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4563
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
4564
4564
|
modality: import_smithy_client.expectString,
|
|
4565
4565
|
numTurns: import_smithy_client.expectInt32,
|
|
4566
4566
|
roleArn: import_smithy_client.expectString,
|
|
@@ -4716,7 +4716,7 @@ var se_ConditionalBranch = /* @__PURE__ */ __name((input, context) => {
|
|
|
4716
4716
|
return (0, import_smithy_client.take)(input, {
|
|
4717
4717
|
condition: import_smithy_client._json,
|
|
4718
4718
|
name: [],
|
|
4719
|
-
nextStep: (_) => se_DialogState(_, context),
|
|
4719
|
+
nextStep: /* @__PURE__ */ __name((_) => se_DialogState(_, context), "nextStep"),
|
|
4720
4720
|
response: import_smithy_client._json
|
|
4721
4721
|
});
|
|
4722
4722
|
}, "se_ConditionalBranch");
|
|
@@ -4728,34 +4728,34 @@ var se_ConditionalBranches = /* @__PURE__ */ __name((input, context) => {
|
|
|
4728
4728
|
var se_ConditionalSpecification = /* @__PURE__ */ __name((input, context) => {
|
|
4729
4729
|
return (0, import_smithy_client.take)(input, {
|
|
4730
4730
|
active: [],
|
|
4731
|
-
conditionalBranches: (_) => se_ConditionalBranches(_, context),
|
|
4732
|
-
defaultBranch: (_) => se_DefaultConditionalBranch(_, context)
|
|
4731
|
+
conditionalBranches: /* @__PURE__ */ __name((_) => se_ConditionalBranches(_, context), "conditionalBranches"),
|
|
4732
|
+
defaultBranch: /* @__PURE__ */ __name((_) => se_DefaultConditionalBranch(_, context), "defaultBranch")
|
|
4733
4733
|
});
|
|
4734
4734
|
}, "se_ConditionalSpecification");
|
|
4735
4735
|
var se_ConversationLogsDataSource = /* @__PURE__ */ __name((input, context) => {
|
|
4736
4736
|
return (0, import_smithy_client.take)(input, {
|
|
4737
4737
|
botAliasId: [],
|
|
4738
4738
|
botId: [],
|
|
4739
|
-
filter: (_) => se_ConversationLogsDataSourceFilterBy(_, context),
|
|
4739
|
+
filter: /* @__PURE__ */ __name((_) => se_ConversationLogsDataSourceFilterBy(_, context), "filter"),
|
|
4740
4740
|
localeId: []
|
|
4741
4741
|
});
|
|
4742
4742
|
}, "se_ConversationLogsDataSource");
|
|
4743
4743
|
var se_ConversationLogsDataSourceFilterBy = /* @__PURE__ */ __name((input, context) => {
|
|
4744
4744
|
return (0, import_smithy_client.take)(input, {
|
|
4745
|
-
endTime: (_) => _.getTime() / 1e3,
|
|
4745
|
+
endTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endTime"),
|
|
4746
4746
|
inputMode: [],
|
|
4747
|
-
startTime: (_) => _.getTime() / 1e3
|
|
4747
|
+
startTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startTime")
|
|
4748
4748
|
});
|
|
4749
4749
|
}, "se_ConversationLogsDataSourceFilterBy");
|
|
4750
4750
|
var se_DateRangeFilter = /* @__PURE__ */ __name((input, context) => {
|
|
4751
4751
|
return (0, import_smithy_client.take)(input, {
|
|
4752
|
-
endDateTime: (_) => _.getTime() / 1e3,
|
|
4753
|
-
startDateTime: (_) => _.getTime() / 1e3
|
|
4752
|
+
endDateTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endDateTime"),
|
|
4753
|
+
startDateTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startDateTime")
|
|
4754
4754
|
});
|
|
4755
4755
|
}, "se_DateRangeFilter");
|
|
4756
4756
|
var se_DefaultConditionalBranch = /* @__PURE__ */ __name((input, context) => {
|
|
4757
4757
|
return (0, import_smithy_client.take)(input, {
|
|
4758
|
-
nextStep: (_) => se_DialogState(_, context),
|
|
4758
|
+
nextStep: /* @__PURE__ */ __name((_) => se_DialogState(_, context), "nextStep"),
|
|
4759
4759
|
response: import_smithy_client._json
|
|
4760
4760
|
});
|
|
4761
4761
|
}, "se_DefaultConditionalBranch");
|
|
@@ -4764,13 +4764,13 @@ var se_DialogCodeHookInvocationSetting = /* @__PURE__ */ __name((input, context)
|
|
|
4764
4764
|
active: [],
|
|
4765
4765
|
enableCodeHookInvocation: [],
|
|
4766
4766
|
invocationLabel: [],
|
|
4767
|
-
postCodeHookSpecification: (_) => se_PostDialogCodeHookInvocationSpecification(_, context)
|
|
4767
|
+
postCodeHookSpecification: /* @__PURE__ */ __name((_) => se_PostDialogCodeHookInvocationSpecification(_, context), "postCodeHookSpecification")
|
|
4768
4768
|
});
|
|
4769
4769
|
}, "se_DialogCodeHookInvocationSetting");
|
|
4770
4770
|
var se_DialogState = /* @__PURE__ */ __name((input, context) => {
|
|
4771
4771
|
return (0, import_smithy_client.take)(input, {
|
|
4772
4772
|
dialogAction: import_smithy_client._json,
|
|
4773
|
-
intent: (_) => se_IntentOverride(_, context),
|
|
4773
|
+
intent: /* @__PURE__ */ __name((_) => se_IntentOverride(_, context), "intent"),
|
|
4774
4774
|
sessionAttributes: import_smithy_client._json
|
|
4775
4775
|
});
|
|
4776
4776
|
}, "se_DialogState");
|
|
@@ -4779,46 +4779,46 @@ var se_FulfillmentCodeHookSettings = /* @__PURE__ */ __name((input, context) =>
|
|
|
4779
4779
|
active: [],
|
|
4780
4780
|
enabled: [],
|
|
4781
4781
|
fulfillmentUpdatesSpecification: import_smithy_client._json,
|
|
4782
|
-
postFulfillmentStatusSpecification: (_) => se_PostFulfillmentStatusSpecification(_, context)
|
|
4782
|
+
postFulfillmentStatusSpecification: /* @__PURE__ */ __name((_) => se_PostFulfillmentStatusSpecification(_, context), "postFulfillmentStatusSpecification")
|
|
4783
4783
|
});
|
|
4784
4784
|
}, "se_FulfillmentCodeHookSettings");
|
|
4785
4785
|
var se_ImportResourceSpecification = /* @__PURE__ */ __name((input, context) => {
|
|
4786
4786
|
return (0, import_smithy_client.take)(input, {
|
|
4787
4787
|
botImportSpecification: import_smithy_client._json,
|
|
4788
|
-
botLocaleImportSpecification: (_) => se_BotLocaleImportSpecification(_, context),
|
|
4788
|
+
botLocaleImportSpecification: /* @__PURE__ */ __name((_) => se_BotLocaleImportSpecification(_, context), "botLocaleImportSpecification"),
|
|
4789
4789
|
customVocabularyImportSpecification: import_smithy_client._json,
|
|
4790
4790
|
testSetImportResourceSpecification: import_smithy_client._json
|
|
4791
4791
|
});
|
|
4792
4792
|
}, "se_ImportResourceSpecification");
|
|
4793
4793
|
var se_InitialResponseSetting = /* @__PURE__ */ __name((input, context) => {
|
|
4794
4794
|
return (0, import_smithy_client.take)(input, {
|
|
4795
|
-
codeHook: (_) => se_DialogCodeHookInvocationSetting(_, context),
|
|
4796
|
-
conditional: (_) => se_ConditionalSpecification(_, context),
|
|
4795
|
+
codeHook: /* @__PURE__ */ __name((_) => se_DialogCodeHookInvocationSetting(_, context), "codeHook"),
|
|
4796
|
+
conditional: /* @__PURE__ */ __name((_) => se_ConditionalSpecification(_, context), "conditional"),
|
|
4797
4797
|
initialResponse: import_smithy_client._json,
|
|
4798
|
-
nextStep: (_) => se_DialogState(_, context)
|
|
4798
|
+
nextStep: /* @__PURE__ */ __name((_) => se_DialogState(_, context), "nextStep")
|
|
4799
4799
|
});
|
|
4800
4800
|
}, "se_InitialResponseSetting");
|
|
4801
4801
|
var se_IntentClosingSetting = /* @__PURE__ */ __name((input, context) => {
|
|
4802
4802
|
return (0, import_smithy_client.take)(input, {
|
|
4803
4803
|
active: [],
|
|
4804
4804
|
closingResponse: import_smithy_client._json,
|
|
4805
|
-
conditional: (_) => se_ConditionalSpecification(_, context),
|
|
4806
|
-
nextStep: (_) => se_DialogState(_, context)
|
|
4805
|
+
conditional: /* @__PURE__ */ __name((_) => se_ConditionalSpecification(_, context), "conditional"),
|
|
4806
|
+
nextStep: /* @__PURE__ */ __name((_) => se_DialogState(_, context), "nextStep")
|
|
4807
4807
|
});
|
|
4808
4808
|
}, "se_IntentClosingSetting");
|
|
4809
4809
|
var se_IntentConfirmationSetting = /* @__PURE__ */ __name((input, context) => {
|
|
4810
4810
|
return (0, import_smithy_client.take)(input, {
|
|
4811
4811
|
active: [],
|
|
4812
|
-
codeHook: (_) => se_DialogCodeHookInvocationSetting(_, context),
|
|
4813
|
-
confirmationConditional: (_) => se_ConditionalSpecification(_, context),
|
|
4814
|
-
confirmationNextStep: (_) => se_DialogState(_, context),
|
|
4812
|
+
codeHook: /* @__PURE__ */ __name((_) => se_DialogCodeHookInvocationSetting(_, context), "codeHook"),
|
|
4813
|
+
confirmationConditional: /* @__PURE__ */ __name((_) => se_ConditionalSpecification(_, context), "confirmationConditional"),
|
|
4814
|
+
confirmationNextStep: /* @__PURE__ */ __name((_) => se_DialogState(_, context), "confirmationNextStep"),
|
|
4815
4815
|
confirmationResponse: import_smithy_client._json,
|
|
4816
|
-
declinationConditional: (_) => se_ConditionalSpecification(_, context),
|
|
4817
|
-
declinationNextStep: (_) => se_DialogState(_, context),
|
|
4816
|
+
declinationConditional: /* @__PURE__ */ __name((_) => se_ConditionalSpecification(_, context), "declinationConditional"),
|
|
4817
|
+
declinationNextStep: /* @__PURE__ */ __name((_) => se_DialogState(_, context), "declinationNextStep"),
|
|
4818
4818
|
declinationResponse: import_smithy_client._json,
|
|
4819
4819
|
elicitationCodeHook: import_smithy_client._json,
|
|
4820
|
-
failureConditional: (_) => se_ConditionalSpecification(_, context),
|
|
4821
|
-
failureNextStep: (_) => se_DialogState(_, context),
|
|
4820
|
+
failureConditional: /* @__PURE__ */ __name((_) => se_ConditionalSpecification(_, context), "failureConditional"),
|
|
4821
|
+
failureNextStep: /* @__PURE__ */ __name((_) => se_DialogState(_, context), "failureNextStep"),
|
|
4822
4822
|
failureResponse: import_smithy_client._json,
|
|
4823
4823
|
promptSpecification: import_smithy_client._json
|
|
4824
4824
|
});
|
|
@@ -4826,37 +4826,37 @@ var se_IntentConfirmationSetting = /* @__PURE__ */ __name((input, context) => {
|
|
|
4826
4826
|
var se_IntentOverride = /* @__PURE__ */ __name((input, context) => {
|
|
4827
4827
|
return (0, import_smithy_client.take)(input, {
|
|
4828
4828
|
name: [],
|
|
4829
|
-
slots: (_) => se_SlotValueOverrideMap(_, context)
|
|
4829
|
+
slots: /* @__PURE__ */ __name((_) => se_SlotValueOverrideMap(_, context), "slots")
|
|
4830
4830
|
});
|
|
4831
4831
|
}, "se_IntentOverride");
|
|
4832
4832
|
var se_LexTranscriptFilter = /* @__PURE__ */ __name((input, context) => {
|
|
4833
4833
|
return (0, import_smithy_client.take)(input, {
|
|
4834
|
-
dateRangeFilter: (_) => se_DateRangeFilter(_, context)
|
|
4834
|
+
dateRangeFilter: /* @__PURE__ */ __name((_) => se_DateRangeFilter(_, context), "dateRangeFilter")
|
|
4835
4835
|
});
|
|
4836
4836
|
}, "se_LexTranscriptFilter");
|
|
4837
4837
|
var se_PostDialogCodeHookInvocationSpecification = /* @__PURE__ */ __name((input, context) => {
|
|
4838
4838
|
return (0, import_smithy_client.take)(input, {
|
|
4839
|
-
failureConditional: (_) => se_ConditionalSpecification(_, context),
|
|
4840
|
-
failureNextStep: (_) => se_DialogState(_, context),
|
|
4839
|
+
failureConditional: /* @__PURE__ */ __name((_) => se_ConditionalSpecification(_, context), "failureConditional"),
|
|
4840
|
+
failureNextStep: /* @__PURE__ */ __name((_) => se_DialogState(_, context), "failureNextStep"),
|
|
4841
4841
|
failureResponse: import_smithy_client._json,
|
|
4842
|
-
successConditional: (_) => se_ConditionalSpecification(_, context),
|
|
4843
|
-
successNextStep: (_) => se_DialogState(_, context),
|
|
4842
|
+
successConditional: /* @__PURE__ */ __name((_) => se_ConditionalSpecification(_, context), "successConditional"),
|
|
4843
|
+
successNextStep: /* @__PURE__ */ __name((_) => se_DialogState(_, context), "successNextStep"),
|
|
4844
4844
|
successResponse: import_smithy_client._json,
|
|
4845
|
-
timeoutConditional: (_) => se_ConditionalSpecification(_, context),
|
|
4846
|
-
timeoutNextStep: (_) => se_DialogState(_, context),
|
|
4845
|
+
timeoutConditional: /* @__PURE__ */ __name((_) => se_ConditionalSpecification(_, context), "timeoutConditional"),
|
|
4846
|
+
timeoutNextStep: /* @__PURE__ */ __name((_) => se_DialogState(_, context), "timeoutNextStep"),
|
|
4847
4847
|
timeoutResponse: import_smithy_client._json
|
|
4848
4848
|
});
|
|
4849
4849
|
}, "se_PostDialogCodeHookInvocationSpecification");
|
|
4850
4850
|
var se_PostFulfillmentStatusSpecification = /* @__PURE__ */ __name((input, context) => {
|
|
4851
4851
|
return (0, import_smithy_client.take)(input, {
|
|
4852
|
-
failureConditional: (_) => se_ConditionalSpecification(_, context),
|
|
4853
|
-
failureNextStep: (_) => se_DialogState(_, context),
|
|
4852
|
+
failureConditional: /* @__PURE__ */ __name((_) => se_ConditionalSpecification(_, context), "failureConditional"),
|
|
4853
|
+
failureNextStep: /* @__PURE__ */ __name((_) => se_DialogState(_, context), "failureNextStep"),
|
|
4854
4854
|
failureResponse: import_smithy_client._json,
|
|
4855
|
-
successConditional: (_) => se_ConditionalSpecification(_, context),
|
|
4856
|
-
successNextStep: (_) => se_DialogState(_, context),
|
|
4855
|
+
successConditional: /* @__PURE__ */ __name((_) => se_ConditionalSpecification(_, context), "successConditional"),
|
|
4856
|
+
successNextStep: /* @__PURE__ */ __name((_) => se_DialogState(_, context), "successNextStep"),
|
|
4857
4857
|
successResponse: import_smithy_client._json,
|
|
4858
|
-
timeoutConditional: (_) => se_ConditionalSpecification(_, context),
|
|
4859
|
-
timeoutNextStep: (_) => se_DialogState(_, context),
|
|
4858
|
+
timeoutConditional: /* @__PURE__ */ __name((_) => se_ConditionalSpecification(_, context), "timeoutConditional"),
|
|
4859
|
+
timeoutNextStep: /* @__PURE__ */ __name((_) => se_DialogState(_, context), "timeoutNextStep"),
|
|
4860
4860
|
timeoutResponse: import_smithy_client._json
|
|
4861
4861
|
});
|
|
4862
4862
|
}, "se_PostFulfillmentStatusSpecification");
|
|
@@ -4865,19 +4865,19 @@ var se_S3BucketTranscriptSource = /* @__PURE__ */ __name((input, context) => {
|
|
|
4865
4865
|
kmsKeyArn: [],
|
|
4866
4866
|
pathFormat: import_smithy_client._json,
|
|
4867
4867
|
s3BucketName: [],
|
|
4868
|
-
transcriptFilter: (_) => se_TranscriptFilter(_, context),
|
|
4868
|
+
transcriptFilter: /* @__PURE__ */ __name((_) => se_TranscriptFilter(_, context), "transcriptFilter"),
|
|
4869
4869
|
transcriptFormat: []
|
|
4870
4870
|
});
|
|
4871
4871
|
}, "se_S3BucketTranscriptSource");
|
|
4872
4872
|
var se_SlotCaptureSetting = /* @__PURE__ */ __name((input, context) => {
|
|
4873
4873
|
return (0, import_smithy_client.take)(input, {
|
|
4874
|
-
captureConditional: (_) => se_ConditionalSpecification(_, context),
|
|
4875
|
-
captureNextStep: (_) => se_DialogState(_, context),
|
|
4874
|
+
captureConditional: /* @__PURE__ */ __name((_) => se_ConditionalSpecification(_, context), "captureConditional"),
|
|
4875
|
+
captureNextStep: /* @__PURE__ */ __name((_) => se_DialogState(_, context), "captureNextStep"),
|
|
4876
4876
|
captureResponse: import_smithy_client._json,
|
|
4877
|
-
codeHook: (_) => se_DialogCodeHookInvocationSetting(_, context),
|
|
4877
|
+
codeHook: /* @__PURE__ */ __name((_) => se_DialogCodeHookInvocationSetting(_, context), "codeHook"),
|
|
4878
4878
|
elicitationCodeHook: import_smithy_client._json,
|
|
4879
|
-
failureConditional: (_) => se_ConditionalSpecification(_, context),
|
|
4880
|
-
failureNextStep: (_) => se_DialogState(_, context),
|
|
4879
|
+
failureConditional: /* @__PURE__ */ __name((_) => se_ConditionalSpecification(_, context), "failureConditional"),
|
|
4880
|
+
failureNextStep: /* @__PURE__ */ __name((_) => se_DialogState(_, context), "failureNextStep"),
|
|
4881
4881
|
failureResponse: import_smithy_client._json
|
|
4882
4882
|
});
|
|
4883
4883
|
}, "se_SlotCaptureSetting");
|
|
@@ -4886,7 +4886,7 @@ var se_SlotValueElicitationSetting = /* @__PURE__ */ __name((input, context) =>
|
|
|
4886
4886
|
defaultValueSpecification: import_smithy_client._json,
|
|
4887
4887
|
promptSpecification: import_smithy_client._json,
|
|
4888
4888
|
sampleUtterances: import_smithy_client._json,
|
|
4889
|
-
slotCaptureSetting: (_) => se_SlotCaptureSetting(_, context),
|
|
4889
|
+
slotCaptureSetting: /* @__PURE__ */ __name((_) => se_SlotCaptureSetting(_, context), "slotCaptureSetting"),
|
|
4890
4890
|
slotConstraint: [],
|
|
4891
4891
|
slotResolutionSetting: import_smithy_client._json,
|
|
4892
4892
|
waitAndContinueSpecification: import_smithy_client._json
|
|
@@ -4896,7 +4896,7 @@ var se_SlotValueOverride = /* @__PURE__ */ __name((input, context) => {
|
|
|
4896
4896
|
return (0, import_smithy_client.take)(input, {
|
|
4897
4897
|
shape: [],
|
|
4898
4898
|
value: import_smithy_client._json,
|
|
4899
|
-
values: (_) => se_SlotValues(_, context)
|
|
4899
|
+
values: /* @__PURE__ */ __name((_) => se_SlotValues(_, context), "values")
|
|
4900
4900
|
});
|
|
4901
4901
|
}, "se_SlotValueOverride");
|
|
4902
4902
|
var se_SlotValueOverrideMap = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -4922,7 +4922,7 @@ var se_Specifications = /* @__PURE__ */ __name((input, context) => {
|
|
|
4922
4922
|
var se_SubSlotSetting = /* @__PURE__ */ __name((input, context) => {
|
|
4923
4923
|
return (0, import_smithy_client.take)(input, {
|
|
4924
4924
|
expression: [],
|
|
4925
|
-
slotSpecifications: (_) => se_SubSlotSpecificationMap(_, context)
|
|
4925
|
+
slotSpecifications: /* @__PURE__ */ __name((_) => se_SubSlotSpecificationMap(_, context), "slotSpecifications")
|
|
4926
4926
|
});
|
|
4927
4927
|
}, "se_SubSlotSetting");
|
|
4928
4928
|
var se_SubSlotSpecificationMap = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -4936,17 +4936,17 @@ var se_SubSlotSpecificationMap = /* @__PURE__ */ __name((input, context) => {
|
|
|
4936
4936
|
}, "se_SubSlotSpecificationMap");
|
|
4937
4937
|
var se_TestSetGenerationDataSource = /* @__PURE__ */ __name((input, context) => {
|
|
4938
4938
|
return (0, import_smithy_client.take)(input, {
|
|
4939
|
-
conversationLogsDataSource: (_) => se_ConversationLogsDataSource(_, context)
|
|
4939
|
+
conversationLogsDataSource: /* @__PURE__ */ __name((_) => se_ConversationLogsDataSource(_, context), "conversationLogsDataSource")
|
|
4940
4940
|
});
|
|
4941
4941
|
}, "se_TestSetGenerationDataSource");
|
|
4942
4942
|
var se_TranscriptFilter = /* @__PURE__ */ __name((input, context) => {
|
|
4943
4943
|
return (0, import_smithy_client.take)(input, {
|
|
4944
|
-
lexTranscriptFilter: (_) => se_LexTranscriptFilter(_, context)
|
|
4944
|
+
lexTranscriptFilter: /* @__PURE__ */ __name((_) => se_LexTranscriptFilter(_, context), "lexTranscriptFilter")
|
|
4945
4945
|
});
|
|
4946
4946
|
}, "se_TranscriptFilter");
|
|
4947
4947
|
var se_TranscriptSourceSetting = /* @__PURE__ */ __name((input, context) => {
|
|
4948
4948
|
return (0, import_smithy_client.take)(input, {
|
|
4949
|
-
s3BucketTranscriptSource: (_) => se_S3BucketTranscriptSource(_, context)
|
|
4949
|
+
s3BucketTranscriptSource: /* @__PURE__ */ __name((_) => se_S3BucketTranscriptSource(_, context), "s3BucketTranscriptSource")
|
|
4950
4950
|
});
|
|
4951
4951
|
}, "se_TranscriptSourceSetting");
|
|
4952
4952
|
var de_AggregatedUtterancesSummary = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4955,8 +4955,8 @@ var de_AggregatedUtterancesSummary = /* @__PURE__ */ __name((output, context) =>
|
|
|
4955
4955
|
hitCount: import_smithy_client.expectInt32,
|
|
4956
4956
|
missedCount: import_smithy_client.expectInt32,
|
|
4957
4957
|
utterance: import_smithy_client.expectString,
|
|
4958
|
-
utteranceFirstRecordedInAggregationDuration: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4959
|
-
utteranceLastRecordedInAggregationDuration: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
4958
|
+
utteranceFirstRecordedInAggregationDuration: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "utteranceFirstRecordedInAggregationDuration"),
|
|
4959
|
+
utteranceLastRecordedInAggregationDuration: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "utteranceLastRecordedInAggregationDuration")
|
|
4960
4960
|
});
|
|
4961
4961
|
}, "de_AggregatedUtterancesSummary");
|
|
4962
4962
|
var de_AggregatedUtterancesSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4982,7 +4982,7 @@ var de_AnalyticsIntentResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
4982
4982
|
return (0, import_smithy_client.take)(output, {
|
|
4983
4983
|
binKeys: import_smithy_client._json,
|
|
4984
4984
|
groupByKeys: import_smithy_client._json,
|
|
4985
|
-
metricsResults: (_) => de_AnalyticsIntentMetricResults(_, context)
|
|
4985
|
+
metricsResults: /* @__PURE__ */ __name((_) => de_AnalyticsIntentMetricResults(_, context), "metricsResults")
|
|
4986
4986
|
});
|
|
4987
4987
|
}, "de_AnalyticsIntentResult");
|
|
4988
4988
|
var de_AnalyticsIntentResults = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5008,7 +5008,7 @@ var de_AnalyticsIntentStageResult = /* @__PURE__ */ __name((output, context) =>
|
|
|
5008
5008
|
return (0, import_smithy_client.take)(output, {
|
|
5009
5009
|
binKeys: import_smithy_client._json,
|
|
5010
5010
|
groupByKeys: import_smithy_client._json,
|
|
5011
|
-
metricsResults: (_) => de_AnalyticsIntentStageMetricResults(_, context)
|
|
5011
|
+
metricsResults: /* @__PURE__ */ __name((_) => de_AnalyticsIntentStageMetricResults(_, context), "metricsResults")
|
|
5012
5012
|
});
|
|
5013
5013
|
}, "de_AnalyticsIntentStageResult");
|
|
5014
5014
|
var de_AnalyticsIntentStageResults = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5034,7 +5034,7 @@ var de_AnalyticsSessionResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
5034
5034
|
return (0, import_smithy_client.take)(output, {
|
|
5035
5035
|
binKeys: import_smithy_client._json,
|
|
5036
5036
|
groupByKeys: import_smithy_client._json,
|
|
5037
|
-
metricsResults: (_) => de_AnalyticsSessionMetricResults(_, context)
|
|
5037
|
+
metricsResults: /* @__PURE__ */ __name((_) => de_AnalyticsSessionMetricResults(_, context), "metricsResults")
|
|
5038
5038
|
});
|
|
5039
5039
|
}, "de_AnalyticsSessionResult");
|
|
5040
5040
|
var de_AnalyticsSessionResults = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5061,7 +5061,7 @@ var de_AnalyticsUtteranceResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
5061
5061
|
attributeResults: import_smithy_client._json,
|
|
5062
5062
|
binKeys: import_smithy_client._json,
|
|
5063
5063
|
groupByKeys: import_smithy_client._json,
|
|
5064
|
-
metricsResults: (_) => de_AnalyticsUtteranceMetricResults(_, context)
|
|
5064
|
+
metricsResults: /* @__PURE__ */ __name((_) => de_AnalyticsUtteranceMetricResults(_, context), "metricsResults")
|
|
5065
5065
|
});
|
|
5066
5066
|
}, "de_AnalyticsUtteranceResult");
|
|
5067
5067
|
var de_AnalyticsUtteranceResults = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5073,8 +5073,8 @@ var de_AnalyticsUtteranceResults = /* @__PURE__ */ __name((output, context) => {
|
|
|
5073
5073
|
var de_BotAliasHistoryEvent = /* @__PURE__ */ __name((output, context) => {
|
|
5074
5074
|
return (0, import_smithy_client.take)(output, {
|
|
5075
5075
|
botVersion: import_smithy_client.expectString,
|
|
5076
|
-
endDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5077
|
-
startDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
5076
|
+
endDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endDate"),
|
|
5077
|
+
startDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startDate")
|
|
5078
5078
|
});
|
|
5079
5079
|
}, "de_BotAliasHistoryEvent");
|
|
5080
5080
|
var de_BotAliasHistoryEventsList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5088,9 +5088,9 @@ var de_BotAliasReplicaSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
5088
5088
|
botAliasId: import_smithy_client.expectString,
|
|
5089
5089
|
botAliasReplicationStatus: import_smithy_client.expectString,
|
|
5090
5090
|
botVersion: import_smithy_client.expectString,
|
|
5091
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5091
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
5092
5092
|
failureReasons: import_smithy_client._json,
|
|
5093
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
5093
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime")
|
|
5094
5094
|
});
|
|
5095
5095
|
}, "de_BotAliasReplicaSummary");
|
|
5096
5096
|
var de_BotAliasReplicaSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5105,9 +5105,9 @@ var de_BotAliasSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
5105
5105
|
botAliasName: import_smithy_client.expectString,
|
|
5106
5106
|
botAliasStatus: import_smithy_client.expectString,
|
|
5107
5107
|
botVersion: import_smithy_client.expectString,
|
|
5108
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5108
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
5109
5109
|
description: import_smithy_client.expectString,
|
|
5110
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
5110
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime")
|
|
5111
5111
|
});
|
|
5112
5112
|
}, "de_BotAliasSummary");
|
|
5113
5113
|
var de_BotAliasSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5119,7 +5119,7 @@ var de_BotAliasSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
5119
5119
|
var de_BotLocaleHistoryEvent = /* @__PURE__ */ __name((output, context) => {
|
|
5120
5120
|
return (0, import_smithy_client.take)(output, {
|
|
5121
5121
|
event: import_smithy_client.expectString,
|
|
5122
|
-
eventDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
5122
|
+
eventDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "eventDate")
|
|
5123
5123
|
});
|
|
5124
5124
|
}, "de_BotLocaleHistoryEvent");
|
|
5125
5125
|
var de_BotLocaleHistoryEventsList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5141,8 +5141,8 @@ var de_BotLocaleSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
5141
5141
|
return (0, import_smithy_client.take)(output, {
|
|
5142
5142
|
botLocaleStatus: import_smithy_client.expectString,
|
|
5143
5143
|
description: import_smithy_client.expectString,
|
|
5144
|
-
lastBuildSubmittedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5145
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5144
|
+
lastBuildSubmittedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastBuildSubmittedDateTime"),
|
|
5145
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
5146
5146
|
localeId: import_smithy_client.expectString,
|
|
5147
5147
|
localeName: import_smithy_client.expectString
|
|
5148
5148
|
});
|
|
@@ -5157,8 +5157,8 @@ var de_BotRecommendationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
5157
5157
|
return (0, import_smithy_client.take)(output, {
|
|
5158
5158
|
botRecommendationId: import_smithy_client.expectString,
|
|
5159
5159
|
botRecommendationStatus: import_smithy_client.expectString,
|
|
5160
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5161
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
5160
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
5161
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime")
|
|
5162
5162
|
});
|
|
5163
5163
|
}, "de_BotRecommendationSummary");
|
|
5164
5164
|
var de_BotRecommendationSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5170,7 +5170,7 @@ var de_BotRecommendationSummaryList = /* @__PURE__ */ __name((output, context) =
|
|
|
5170
5170
|
var de_BotReplicaSummary = /* @__PURE__ */ __name((output, context) => {
|
|
5171
5171
|
return (0, import_smithy_client.take)(output, {
|
|
5172
5172
|
botReplicaStatus: import_smithy_client.expectString,
|
|
5173
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5173
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
5174
5174
|
failureReasons: import_smithy_client._json,
|
|
5175
5175
|
replicaRegion: import_smithy_client.expectString
|
|
5176
5176
|
});
|
|
@@ -5188,7 +5188,7 @@ var de_BotSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
5188
5188
|
botStatus: import_smithy_client.expectString,
|
|
5189
5189
|
botType: import_smithy_client.expectString,
|
|
5190
5190
|
description: import_smithy_client.expectString,
|
|
5191
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5191
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
5192
5192
|
latestBotVersion: import_smithy_client.expectString
|
|
5193
5193
|
});
|
|
5194
5194
|
}, "de_BotSummary");
|
|
@@ -5202,7 +5202,7 @@ var de_BotVersionReplicaSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
5202
5202
|
return (0, import_smithy_client.take)(output, {
|
|
5203
5203
|
botVersion: import_smithy_client.expectString,
|
|
5204
5204
|
botVersionReplicationStatus: import_smithy_client.expectString,
|
|
5205
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5205
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
5206
5206
|
failureReasons: import_smithy_client._json
|
|
5207
5207
|
});
|
|
5208
5208
|
}, "de_BotVersionReplicaSummary");
|
|
@@ -5217,7 +5217,7 @@ var de_BotVersionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
5217
5217
|
botName: import_smithy_client.expectString,
|
|
5218
5218
|
botStatus: import_smithy_client.expectString,
|
|
5219
5219
|
botVersion: import_smithy_client.expectString,
|
|
5220
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5220
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
5221
5221
|
description: import_smithy_client.expectString
|
|
5222
5222
|
});
|
|
5223
5223
|
}, "de_BotVersionSummary");
|
|
@@ -5231,7 +5231,7 @@ var de_ConditionalBranch = /* @__PURE__ */ __name((output, context) => {
|
|
|
5231
5231
|
return (0, import_smithy_client.take)(output, {
|
|
5232
5232
|
condition: import_smithy_client._json,
|
|
5233
5233
|
name: import_smithy_client.expectString,
|
|
5234
|
-
nextStep: (_) => de_DialogState(_, context),
|
|
5234
|
+
nextStep: /* @__PURE__ */ __name((_) => de_DialogState(_, context), "nextStep"),
|
|
5235
5235
|
response: import_smithy_client._json
|
|
5236
5236
|
});
|
|
5237
5237
|
}, "de_ConditionalBranch");
|
|
@@ -5244,34 +5244,34 @@ var de_ConditionalBranches = /* @__PURE__ */ __name((output, context) => {
|
|
|
5244
5244
|
var de_ConditionalSpecification = /* @__PURE__ */ __name((output, context) => {
|
|
5245
5245
|
return (0, import_smithy_client.take)(output, {
|
|
5246
5246
|
active: import_smithy_client.expectBoolean,
|
|
5247
|
-
conditionalBranches: (_) => de_ConditionalBranches(_, context),
|
|
5248
|
-
defaultBranch: (_) => de_DefaultConditionalBranch(_, context)
|
|
5247
|
+
conditionalBranches: /* @__PURE__ */ __name((_) => de_ConditionalBranches(_, context), "conditionalBranches"),
|
|
5248
|
+
defaultBranch: /* @__PURE__ */ __name((_) => de_DefaultConditionalBranch(_, context), "defaultBranch")
|
|
5249
5249
|
});
|
|
5250
5250
|
}, "de_ConditionalSpecification");
|
|
5251
5251
|
var de_ConversationLogsDataSource = /* @__PURE__ */ __name((output, context) => {
|
|
5252
5252
|
return (0, import_smithy_client.take)(output, {
|
|
5253
5253
|
botAliasId: import_smithy_client.expectString,
|
|
5254
5254
|
botId: import_smithy_client.expectString,
|
|
5255
|
-
filter: (_) => de_ConversationLogsDataSourceFilterBy(_, context),
|
|
5255
|
+
filter: /* @__PURE__ */ __name((_) => de_ConversationLogsDataSourceFilterBy(_, context), "filter"),
|
|
5256
5256
|
localeId: import_smithy_client.expectString
|
|
5257
5257
|
});
|
|
5258
5258
|
}, "de_ConversationLogsDataSource");
|
|
5259
5259
|
var de_ConversationLogsDataSourceFilterBy = /* @__PURE__ */ __name((output, context) => {
|
|
5260
5260
|
return (0, import_smithy_client.take)(output, {
|
|
5261
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5261
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
|
|
5262
5262
|
inputMode: import_smithy_client.expectString,
|
|
5263
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
5263
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime")
|
|
5264
5264
|
});
|
|
5265
5265
|
}, "de_ConversationLogsDataSourceFilterBy");
|
|
5266
5266
|
var de_DateRangeFilter = /* @__PURE__ */ __name((output, context) => {
|
|
5267
5267
|
return (0, import_smithy_client.take)(output, {
|
|
5268
|
-
endDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5269
|
-
startDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
5268
|
+
endDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endDateTime"),
|
|
5269
|
+
startDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startDateTime")
|
|
5270
5270
|
});
|
|
5271
5271
|
}, "de_DateRangeFilter");
|
|
5272
5272
|
var de_DefaultConditionalBranch = /* @__PURE__ */ __name((output, context) => {
|
|
5273
5273
|
return (0, import_smithy_client.take)(output, {
|
|
5274
|
-
nextStep: (_) => de_DialogState(_, context),
|
|
5274
|
+
nextStep: /* @__PURE__ */ __name((_) => de_DialogState(_, context), "nextStep"),
|
|
5275
5275
|
response: import_smithy_client._json
|
|
5276
5276
|
});
|
|
5277
5277
|
}, "de_DefaultConditionalBranch");
|
|
@@ -5280,23 +5280,23 @@ var de_DialogCodeHookInvocationSetting = /* @__PURE__ */ __name((output, context
|
|
|
5280
5280
|
active: import_smithy_client.expectBoolean,
|
|
5281
5281
|
enableCodeHookInvocation: import_smithy_client.expectBoolean,
|
|
5282
5282
|
invocationLabel: import_smithy_client.expectString,
|
|
5283
|
-
postCodeHookSpecification: (_) => de_PostDialogCodeHookInvocationSpecification(_, context)
|
|
5283
|
+
postCodeHookSpecification: /* @__PURE__ */ __name((_) => de_PostDialogCodeHookInvocationSpecification(_, context), "postCodeHookSpecification")
|
|
5284
5284
|
});
|
|
5285
5285
|
}, "de_DialogCodeHookInvocationSetting");
|
|
5286
5286
|
var de_DialogState = /* @__PURE__ */ __name((output, context) => {
|
|
5287
5287
|
return (0, import_smithy_client.take)(output, {
|
|
5288
5288
|
dialogAction: import_smithy_client._json,
|
|
5289
|
-
intent: (_) => de_IntentOverride(_, context),
|
|
5289
|
+
intent: /* @__PURE__ */ __name((_) => de_IntentOverride(_, context), "intent"),
|
|
5290
5290
|
sessionAttributes: import_smithy_client._json
|
|
5291
5291
|
});
|
|
5292
5292
|
}, "de_DialogState");
|
|
5293
5293
|
var de_ExportSummary = /* @__PURE__ */ __name((output, context) => {
|
|
5294
5294
|
return (0, import_smithy_client.take)(output, {
|
|
5295
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5295
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
5296
5296
|
exportId: import_smithy_client.expectString,
|
|
5297
5297
|
exportStatus: import_smithy_client.expectString,
|
|
5298
5298
|
fileFormat: import_smithy_client.expectString,
|
|
5299
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5299
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
5300
5300
|
resourceSpecification: import_smithy_client._json
|
|
5301
5301
|
});
|
|
5302
5302
|
}, "de_ExportSummary");
|
|
@@ -5311,15 +5311,15 @@ var de_FulfillmentCodeHookSettings = /* @__PURE__ */ __name((output, context) =>
|
|
|
5311
5311
|
active: import_smithy_client.expectBoolean,
|
|
5312
5312
|
enabled: import_smithy_client.expectBoolean,
|
|
5313
5313
|
fulfillmentUpdatesSpecification: import_smithy_client._json,
|
|
5314
|
-
postFulfillmentStatusSpecification: (_) => de_PostFulfillmentStatusSpecification(_, context)
|
|
5314
|
+
postFulfillmentStatusSpecification: /* @__PURE__ */ __name((_) => de_PostFulfillmentStatusSpecification(_, context), "postFulfillmentStatusSpecification")
|
|
5315
5315
|
});
|
|
5316
5316
|
}, "de_FulfillmentCodeHookSettings");
|
|
5317
5317
|
var de_GenerationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
5318
5318
|
return (0, import_smithy_client.take)(output, {
|
|
5319
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5319
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
5320
5320
|
generationId: import_smithy_client.expectString,
|
|
5321
5321
|
generationStatus: import_smithy_client.expectString,
|
|
5322
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
5322
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime")
|
|
5323
5323
|
});
|
|
5324
5324
|
}, "de_GenerationSummary");
|
|
5325
5325
|
var de_GenerationSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5331,20 +5331,20 @@ var de_GenerationSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
5331
5331
|
var de_ImportResourceSpecification = /* @__PURE__ */ __name((output, context) => {
|
|
5332
5332
|
return (0, import_smithy_client.take)(output, {
|
|
5333
5333
|
botImportSpecification: import_smithy_client._json,
|
|
5334
|
-
botLocaleImportSpecification: (_) => de_BotLocaleImportSpecification(_, context),
|
|
5334
|
+
botLocaleImportSpecification: /* @__PURE__ */ __name((_) => de_BotLocaleImportSpecification(_, context), "botLocaleImportSpecification"),
|
|
5335
5335
|
customVocabularyImportSpecification: import_smithy_client._json,
|
|
5336
5336
|
testSetImportResourceSpecification: import_smithy_client._json
|
|
5337
5337
|
});
|
|
5338
5338
|
}, "de_ImportResourceSpecification");
|
|
5339
5339
|
var de_ImportSummary = /* @__PURE__ */ __name((output, context) => {
|
|
5340
5340
|
return (0, import_smithy_client.take)(output, {
|
|
5341
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5341
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
5342
5342
|
importId: import_smithy_client.expectString,
|
|
5343
5343
|
importStatus: import_smithy_client.expectString,
|
|
5344
5344
|
importedResourceId: import_smithy_client.expectString,
|
|
5345
5345
|
importedResourceName: import_smithy_client.expectString,
|
|
5346
5346
|
importedResourceType: import_smithy_client.expectString,
|
|
5347
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5347
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
5348
5348
|
mergeStrategy: import_smithy_client.expectString
|
|
5349
5349
|
});
|
|
5350
5350
|
}, "de_ImportSummary");
|
|
@@ -5356,16 +5356,16 @@ var de_ImportSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
5356
5356
|
}, "de_ImportSummaryList");
|
|
5357
5357
|
var de_InitialResponseSetting = /* @__PURE__ */ __name((output, context) => {
|
|
5358
5358
|
return (0, import_smithy_client.take)(output, {
|
|
5359
|
-
codeHook: (_) => de_DialogCodeHookInvocationSetting(_, context),
|
|
5360
|
-
conditional: (_) => de_ConditionalSpecification(_, context),
|
|
5359
|
+
codeHook: /* @__PURE__ */ __name((_) => de_DialogCodeHookInvocationSetting(_, context), "codeHook"),
|
|
5360
|
+
conditional: /* @__PURE__ */ __name((_) => de_ConditionalSpecification(_, context), "conditional"),
|
|
5361
5361
|
initialResponse: import_smithy_client._json,
|
|
5362
|
-
nextStep: (_) => de_DialogState(_, context)
|
|
5362
|
+
nextStep: /* @__PURE__ */ __name((_) => de_DialogState(_, context), "nextStep")
|
|
5363
5363
|
});
|
|
5364
5364
|
}, "de_InitialResponseSetting");
|
|
5365
5365
|
var de_InputSessionStateSpecification = /* @__PURE__ */ __name((output, context) => {
|
|
5366
5366
|
return (0, import_smithy_client.take)(output, {
|
|
5367
5367
|
activeContexts: import_smithy_client._json,
|
|
5368
|
-
runtimeHints: (_) => de_RuntimeHints(_, context),
|
|
5368
|
+
runtimeHints: /* @__PURE__ */ __name((_) => de_RuntimeHints(_, context), "runtimeHints"),
|
|
5369
5369
|
sessionAttributes: import_smithy_client._json
|
|
5370
5370
|
});
|
|
5371
5371
|
}, "de_InputSessionStateSpecification");
|
|
@@ -5373,23 +5373,23 @@ var de_IntentClosingSetting = /* @__PURE__ */ __name((output, context) => {
|
|
|
5373
5373
|
return (0, import_smithy_client.take)(output, {
|
|
5374
5374
|
active: import_smithy_client.expectBoolean,
|
|
5375
5375
|
closingResponse: import_smithy_client._json,
|
|
5376
|
-
conditional: (_) => de_ConditionalSpecification(_, context),
|
|
5377
|
-
nextStep: (_) => de_DialogState(_, context)
|
|
5376
|
+
conditional: /* @__PURE__ */ __name((_) => de_ConditionalSpecification(_, context), "conditional"),
|
|
5377
|
+
nextStep: /* @__PURE__ */ __name((_) => de_DialogState(_, context), "nextStep")
|
|
5378
5378
|
});
|
|
5379
5379
|
}, "de_IntentClosingSetting");
|
|
5380
5380
|
var de_IntentConfirmationSetting = /* @__PURE__ */ __name((output, context) => {
|
|
5381
5381
|
return (0, import_smithy_client.take)(output, {
|
|
5382
5382
|
active: import_smithy_client.expectBoolean,
|
|
5383
|
-
codeHook: (_) => de_DialogCodeHookInvocationSetting(_, context),
|
|
5384
|
-
confirmationConditional: (_) => de_ConditionalSpecification(_, context),
|
|
5385
|
-
confirmationNextStep: (_) => de_DialogState(_, context),
|
|
5383
|
+
codeHook: /* @__PURE__ */ __name((_) => de_DialogCodeHookInvocationSetting(_, context), "codeHook"),
|
|
5384
|
+
confirmationConditional: /* @__PURE__ */ __name((_) => de_ConditionalSpecification(_, context), "confirmationConditional"),
|
|
5385
|
+
confirmationNextStep: /* @__PURE__ */ __name((_) => de_DialogState(_, context), "confirmationNextStep"),
|
|
5386
5386
|
confirmationResponse: import_smithy_client._json,
|
|
5387
|
-
declinationConditional: (_) => de_ConditionalSpecification(_, context),
|
|
5388
|
-
declinationNextStep: (_) => de_DialogState(_, context),
|
|
5387
|
+
declinationConditional: /* @__PURE__ */ __name((_) => de_ConditionalSpecification(_, context), "declinationConditional"),
|
|
5388
|
+
declinationNextStep: /* @__PURE__ */ __name((_) => de_DialogState(_, context), "declinationNextStep"),
|
|
5389
5389
|
declinationResponse: import_smithy_client._json,
|
|
5390
5390
|
elicitationCodeHook: import_smithy_client._json,
|
|
5391
|
-
failureConditional: (_) => de_ConditionalSpecification(_, context),
|
|
5392
|
-
failureNextStep: (_) => de_DialogState(_, context),
|
|
5391
|
+
failureConditional: /* @__PURE__ */ __name((_) => de_ConditionalSpecification(_, context), "failureConditional"),
|
|
5392
|
+
failureNextStep: /* @__PURE__ */ __name((_) => de_DialogState(_, context), "failureNextStep"),
|
|
5393
5393
|
failureResponse: import_smithy_client._json,
|
|
5394
5394
|
promptSpecification: import_smithy_client._json
|
|
5395
5395
|
});
|
|
@@ -5397,7 +5397,7 @@ var de_IntentConfirmationSetting = /* @__PURE__ */ __name((output, context) => {
|
|
|
5397
5397
|
var de_IntentOverride = /* @__PURE__ */ __name((output, context) => {
|
|
5398
5398
|
return (0, import_smithy_client.take)(output, {
|
|
5399
5399
|
name: import_smithy_client.expectString,
|
|
5400
|
-
slots: (_) => de_SlotValueOverrideMap(_, context)
|
|
5400
|
+
slots: /* @__PURE__ */ __name((_) => de_SlotValueOverrideMap(_, context), "slots")
|
|
5401
5401
|
});
|
|
5402
5402
|
}, "de_IntentOverride");
|
|
5403
5403
|
var de_IntentSummary = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5406,7 +5406,7 @@ var de_IntentSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
5406
5406
|
inputContexts: import_smithy_client._json,
|
|
5407
5407
|
intentId: import_smithy_client.expectString,
|
|
5408
5408
|
intentName: import_smithy_client.expectString,
|
|
5409
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5409
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
5410
5410
|
outputContexts: import_smithy_client._json,
|
|
5411
5411
|
parentIntentSignature: import_smithy_client.expectString
|
|
5412
5412
|
});
|
|
@@ -5419,44 +5419,44 @@ var de_IntentSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
5419
5419
|
}, "de_IntentSummaryList");
|
|
5420
5420
|
var de_LexTranscriptFilter = /* @__PURE__ */ __name((output, context) => {
|
|
5421
5421
|
return (0, import_smithy_client.take)(output, {
|
|
5422
|
-
dateRangeFilter: (_) => de_DateRangeFilter(_, context)
|
|
5422
|
+
dateRangeFilter: /* @__PURE__ */ __name((_) => de_DateRangeFilter(_, context), "dateRangeFilter")
|
|
5423
5423
|
});
|
|
5424
5424
|
}, "de_LexTranscriptFilter");
|
|
5425
5425
|
var de_PostDialogCodeHookInvocationSpecification = /* @__PURE__ */ __name((output, context) => {
|
|
5426
5426
|
return (0, import_smithy_client.take)(output, {
|
|
5427
|
-
failureConditional: (_) => de_ConditionalSpecification(_, context),
|
|
5428
|
-
failureNextStep: (_) => de_DialogState(_, context),
|
|
5427
|
+
failureConditional: /* @__PURE__ */ __name((_) => de_ConditionalSpecification(_, context), "failureConditional"),
|
|
5428
|
+
failureNextStep: /* @__PURE__ */ __name((_) => de_DialogState(_, context), "failureNextStep"),
|
|
5429
5429
|
failureResponse: import_smithy_client._json,
|
|
5430
|
-
successConditional: (_) => de_ConditionalSpecification(_, context),
|
|
5431
|
-
successNextStep: (_) => de_DialogState(_, context),
|
|
5430
|
+
successConditional: /* @__PURE__ */ __name((_) => de_ConditionalSpecification(_, context), "successConditional"),
|
|
5431
|
+
successNextStep: /* @__PURE__ */ __name((_) => de_DialogState(_, context), "successNextStep"),
|
|
5432
5432
|
successResponse: import_smithy_client._json,
|
|
5433
|
-
timeoutConditional: (_) => de_ConditionalSpecification(_, context),
|
|
5434
|
-
timeoutNextStep: (_) => de_DialogState(_, context),
|
|
5433
|
+
timeoutConditional: /* @__PURE__ */ __name((_) => de_ConditionalSpecification(_, context), "timeoutConditional"),
|
|
5434
|
+
timeoutNextStep: /* @__PURE__ */ __name((_) => de_DialogState(_, context), "timeoutNextStep"),
|
|
5435
5435
|
timeoutResponse: import_smithy_client._json
|
|
5436
5436
|
});
|
|
5437
5437
|
}, "de_PostDialogCodeHookInvocationSpecification");
|
|
5438
5438
|
var de_PostFulfillmentStatusSpecification = /* @__PURE__ */ __name((output, context) => {
|
|
5439
5439
|
return (0, import_smithy_client.take)(output, {
|
|
5440
|
-
failureConditional: (_) => de_ConditionalSpecification(_, context),
|
|
5441
|
-
failureNextStep: (_) => de_DialogState(_, context),
|
|
5440
|
+
failureConditional: /* @__PURE__ */ __name((_) => de_ConditionalSpecification(_, context), "failureConditional"),
|
|
5441
|
+
failureNextStep: /* @__PURE__ */ __name((_) => de_DialogState(_, context), "failureNextStep"),
|
|
5442
5442
|
failureResponse: import_smithy_client._json,
|
|
5443
|
-
successConditional: (_) => de_ConditionalSpecification(_, context),
|
|
5444
|
-
successNextStep: (_) => de_DialogState(_, context),
|
|
5443
|
+
successConditional: /* @__PURE__ */ __name((_) => de_ConditionalSpecification(_, context), "successConditional"),
|
|
5444
|
+
successNextStep: /* @__PURE__ */ __name((_) => de_DialogState(_, context), "successNextStep"),
|
|
5445
5445
|
successResponse: import_smithy_client._json,
|
|
5446
|
-
timeoutConditional: (_) => de_ConditionalSpecification(_, context),
|
|
5447
|
-
timeoutNextStep: (_) => de_DialogState(_, context),
|
|
5446
|
+
timeoutConditional: /* @__PURE__ */ __name((_) => de_ConditionalSpecification(_, context), "timeoutConditional"),
|
|
5447
|
+
timeoutNextStep: /* @__PURE__ */ __name((_) => de_DialogState(_, context), "timeoutNextStep"),
|
|
5448
5448
|
timeoutResponse: import_smithy_client._json
|
|
5449
5449
|
});
|
|
5450
5450
|
}, "de_PostFulfillmentStatusSpecification");
|
|
5451
5451
|
var de_RuntimeHintDetails = /* @__PURE__ */ __name((output, context) => {
|
|
5452
5452
|
return (0, import_smithy_client.take)(output, {
|
|
5453
5453
|
runtimeHintValues: import_smithy_client._json,
|
|
5454
|
-
subSlotHints: (_) => de_SlotHintsSlotMap(_, context)
|
|
5454
|
+
subSlotHints: /* @__PURE__ */ __name((_) => de_SlotHintsSlotMap(_, context), "subSlotHints")
|
|
5455
5455
|
});
|
|
5456
5456
|
}, "de_RuntimeHintDetails");
|
|
5457
5457
|
var de_RuntimeHints = /* @__PURE__ */ __name((output, context) => {
|
|
5458
5458
|
return (0, import_smithy_client.take)(output, {
|
|
5459
|
-
slotHints: (_) => de_SlotHintsIntentMap(_, context)
|
|
5459
|
+
slotHints: /* @__PURE__ */ __name((_) => de_SlotHintsIntentMap(_, context), "slotHints")
|
|
5460
5460
|
});
|
|
5461
5461
|
}, "de_RuntimeHints");
|
|
5462
5462
|
var de_S3BucketTranscriptSource = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5464,7 +5464,7 @@ var de_S3BucketTranscriptSource = /* @__PURE__ */ __name((output, context) => {
|
|
|
5464
5464
|
kmsKeyArn: import_smithy_client.expectString,
|
|
5465
5465
|
pathFormat: import_smithy_client._json,
|
|
5466
5466
|
s3BucketName: import_smithy_client.expectString,
|
|
5467
|
-
transcriptFilter: (_) => de_TranscriptFilter(_, context),
|
|
5467
|
+
transcriptFilter: /* @__PURE__ */ __name((_) => de_TranscriptFilter(_, context), "transcriptFilter"),
|
|
5468
5468
|
transcriptFormat: import_smithy_client.expectString
|
|
5469
5469
|
});
|
|
5470
5470
|
}, "de_S3BucketTranscriptSource");
|
|
@@ -5475,8 +5475,8 @@ var de_SessionSpecification = /* @__PURE__ */ __name((output, context) => {
|
|
|
5475
5475
|
channel: import_smithy_client.expectString,
|
|
5476
5476
|
conversationDurationSeconds: import_smithy_client.expectLong,
|
|
5477
5477
|
conversationEndState: import_smithy_client.expectString,
|
|
5478
|
-
conversationEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5479
|
-
conversationStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5478
|
+
conversationEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "conversationEndTime"),
|
|
5479
|
+
conversationStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "conversationStartTime"),
|
|
5480
5480
|
invokedIntentSamples: import_smithy_client._json,
|
|
5481
5481
|
localeId: import_smithy_client.expectString,
|
|
5482
5482
|
mode: import_smithy_client.expectString,
|
|
@@ -5493,13 +5493,13 @@ var de_SessionSpecifications = /* @__PURE__ */ __name((output, context) => {
|
|
|
5493
5493
|
}, "de_SessionSpecifications");
|
|
5494
5494
|
var de_SlotCaptureSetting = /* @__PURE__ */ __name((output, context) => {
|
|
5495
5495
|
return (0, import_smithy_client.take)(output, {
|
|
5496
|
-
captureConditional: (_) => de_ConditionalSpecification(_, context),
|
|
5497
|
-
captureNextStep: (_) => de_DialogState(_, context),
|
|
5496
|
+
captureConditional: /* @__PURE__ */ __name((_) => de_ConditionalSpecification(_, context), "captureConditional"),
|
|
5497
|
+
captureNextStep: /* @__PURE__ */ __name((_) => de_DialogState(_, context), "captureNextStep"),
|
|
5498
5498
|
captureResponse: import_smithy_client._json,
|
|
5499
|
-
codeHook: (_) => de_DialogCodeHookInvocationSetting(_, context),
|
|
5499
|
+
codeHook: /* @__PURE__ */ __name((_) => de_DialogCodeHookInvocationSetting(_, context), "codeHook"),
|
|
5500
5500
|
elicitationCodeHook: import_smithy_client._json,
|
|
5501
|
-
failureConditional: (_) => de_ConditionalSpecification(_, context),
|
|
5502
|
-
failureNextStep: (_) => de_DialogState(_, context),
|
|
5501
|
+
failureConditional: /* @__PURE__ */ __name((_) => de_ConditionalSpecification(_, context), "failureConditional"),
|
|
5502
|
+
failureNextStep: /* @__PURE__ */ __name((_) => de_DialogState(_, context), "failureNextStep"),
|
|
5503
5503
|
failureResponse: import_smithy_client._json
|
|
5504
5504
|
});
|
|
5505
5505
|
}, "de_SlotCaptureSetting");
|
|
@@ -5527,7 +5527,7 @@ var de_SlotHintsSlotMap = /* @__PURE__ */ __name((output, context) => {
|
|
|
5527
5527
|
var de_SlotSummary = /* @__PURE__ */ __name((output, context) => {
|
|
5528
5528
|
return (0, import_smithy_client.take)(output, {
|
|
5529
5529
|
description: import_smithy_client.expectString,
|
|
5530
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5530
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
5531
5531
|
slotConstraint: import_smithy_client.expectString,
|
|
5532
5532
|
slotId: import_smithy_client.expectString,
|
|
5533
5533
|
slotName: import_smithy_client.expectString,
|
|
@@ -5544,7 +5544,7 @@ var de_SlotSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
5544
5544
|
var de_SlotTypeSummary = /* @__PURE__ */ __name((output, context) => {
|
|
5545
5545
|
return (0, import_smithy_client.take)(output, {
|
|
5546
5546
|
description: import_smithy_client.expectString,
|
|
5547
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5547
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
5548
5548
|
parentSlotTypeSignature: import_smithy_client.expectString,
|
|
5549
5549
|
slotTypeCategory: import_smithy_client.expectString,
|
|
5550
5550
|
slotTypeId: import_smithy_client.expectString,
|
|
@@ -5562,7 +5562,7 @@ var de_SlotValueElicitationSetting = /* @__PURE__ */ __name((output, context) =>
|
|
|
5562
5562
|
defaultValueSpecification: import_smithy_client._json,
|
|
5563
5563
|
promptSpecification: import_smithy_client._json,
|
|
5564
5564
|
sampleUtterances: import_smithy_client._json,
|
|
5565
|
-
slotCaptureSetting: (_) => de_SlotCaptureSetting(_, context),
|
|
5565
|
+
slotCaptureSetting: /* @__PURE__ */ __name((_) => de_SlotCaptureSetting(_, context), "slotCaptureSetting"),
|
|
5566
5566
|
slotConstraint: import_smithy_client.expectString,
|
|
5567
5567
|
slotResolutionSetting: import_smithy_client._json,
|
|
5568
5568
|
waitAndContinueSpecification: import_smithy_client._json
|
|
@@ -5572,7 +5572,7 @@ var de_SlotValueOverride = /* @__PURE__ */ __name((output, context) => {
|
|
|
5572
5572
|
return (0, import_smithy_client.take)(output, {
|
|
5573
5573
|
shape: import_smithy_client.expectString,
|
|
5574
5574
|
value: import_smithy_client._json,
|
|
5575
|
-
values: (_) => de_SlotValues(_, context)
|
|
5575
|
+
values: /* @__PURE__ */ __name((_) => de_SlotValues(_, context), "values")
|
|
5576
5576
|
});
|
|
5577
5577
|
}, "de_SlotValueOverride");
|
|
5578
5578
|
var de_SlotValueOverrideMap = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5599,7 +5599,7 @@ var de_Specifications = /* @__PURE__ */ __name((output, context) => {
|
|
|
5599
5599
|
var de_SubSlotSetting = /* @__PURE__ */ __name((output, context) => {
|
|
5600
5600
|
return (0, import_smithy_client.take)(output, {
|
|
5601
5601
|
expression: import_smithy_client.expectString,
|
|
5602
|
-
slotSpecifications: (_) => de_SubSlotSpecificationMap(_, context)
|
|
5602
|
+
slotSpecifications: /* @__PURE__ */ __name((_) => de_SubSlotSpecificationMap(_, context), "slotSpecifications")
|
|
5603
5603
|
});
|
|
5604
5604
|
}, "de_SubSlotSetting");
|
|
5605
5605
|
var de_SubSlotSpecificationMap = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5617,14 +5617,14 @@ var de_TestExecutionResultItems = /* @__PURE__ */ __name((output, context) => {
|
|
|
5617
5617
|
intentClassificationTestResults: import_smithy_client._json,
|
|
5618
5618
|
intentLevelSlotResolutionTestResults: import_smithy_client._json,
|
|
5619
5619
|
overallTestResults: import_smithy_client._json,
|
|
5620
|
-
utteranceLevelTestResults: (_) => de_UtteranceLevelTestResults(_, context)
|
|
5620
|
+
utteranceLevelTestResults: /* @__PURE__ */ __name((_) => de_UtteranceLevelTestResults(_, context), "utteranceLevelTestResults")
|
|
5621
5621
|
});
|
|
5622
5622
|
}, "de_TestExecutionResultItems");
|
|
5623
5623
|
var de_TestExecutionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
5624
5624
|
return (0, import_smithy_client.take)(output, {
|
|
5625
5625
|
apiMode: import_smithy_client.expectString,
|
|
5626
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5627
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5626
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
5627
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
5628
5628
|
target: import_smithy_client._json,
|
|
5629
5629
|
testExecutionId: import_smithy_client.expectString,
|
|
5630
5630
|
testExecutionModality: import_smithy_client.expectString,
|
|
@@ -5641,14 +5641,14 @@ var de_TestExecutionSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
5641
5641
|
}, "de_TestExecutionSummaryList");
|
|
5642
5642
|
var de_TestSetGenerationDataSource = /* @__PURE__ */ __name((output, context) => {
|
|
5643
5643
|
return (0, import_smithy_client.take)(output, {
|
|
5644
|
-
conversationLogsDataSource: (_) => de_ConversationLogsDataSource(_, context)
|
|
5644
|
+
conversationLogsDataSource: /* @__PURE__ */ __name((_) => de_ConversationLogsDataSource(_, context), "conversationLogsDataSource")
|
|
5645
5645
|
});
|
|
5646
5646
|
}, "de_TestSetGenerationDataSource");
|
|
5647
5647
|
var de_TestSetSummary = /* @__PURE__ */ __name((output, context) => {
|
|
5648
5648
|
return (0, import_smithy_client.take)(output, {
|
|
5649
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5649
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
5650
5650
|
description: import_smithy_client.expectString,
|
|
5651
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5651
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
5652
5652
|
modality: import_smithy_client.expectString,
|
|
5653
5653
|
numTurns: import_smithy_client.expectInt32,
|
|
5654
5654
|
roleArn: import_smithy_client.expectString,
|
|
@@ -5669,7 +5669,7 @@ var de_TestSetTurnRecord = /* @__PURE__ */ __name((output, context) => {
|
|
|
5669
5669
|
conversationId: import_smithy_client.expectString,
|
|
5670
5670
|
recordNumber: import_smithy_client.expectLong,
|
|
5671
5671
|
turnNumber: import_smithy_client.expectInt32,
|
|
5672
|
-
turnSpecification: (_) => de_TurnSpecification(_, context)
|
|
5672
|
+
turnSpecification: /* @__PURE__ */ __name((_) => de_TurnSpecification(_, context), "turnSpecification")
|
|
5673
5673
|
});
|
|
5674
5674
|
}, "de_TestSetTurnRecord");
|
|
5675
5675
|
var de_TestSetTurnRecordList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5681,53 +5681,53 @@ var de_TestSetTurnRecordList = /* @__PURE__ */ __name((output, context) => {
|
|
|
5681
5681
|
var de_TestSetTurnResult = /* @__PURE__ */ __name((output, context) => {
|
|
5682
5682
|
return (0, import_smithy_client.take)(output, {
|
|
5683
5683
|
agent: import_smithy_client._json,
|
|
5684
|
-
user: (_) => de_UserTurnResult(_, context)
|
|
5684
|
+
user: /* @__PURE__ */ __name((_) => de_UserTurnResult(_, context), "user")
|
|
5685
5685
|
});
|
|
5686
5686
|
}, "de_TestSetTurnResult");
|
|
5687
5687
|
var de_TranscriptFilter = /* @__PURE__ */ __name((output, context) => {
|
|
5688
5688
|
return (0, import_smithy_client.take)(output, {
|
|
5689
|
-
lexTranscriptFilter: (_) => de_LexTranscriptFilter(_, context)
|
|
5689
|
+
lexTranscriptFilter: /* @__PURE__ */ __name((_) => de_LexTranscriptFilter(_, context), "lexTranscriptFilter")
|
|
5690
5690
|
});
|
|
5691
5691
|
}, "de_TranscriptFilter");
|
|
5692
5692
|
var de_TranscriptSourceSetting = /* @__PURE__ */ __name((output, context) => {
|
|
5693
5693
|
return (0, import_smithy_client.take)(output, {
|
|
5694
|
-
s3BucketTranscriptSource: (_) => de_S3BucketTranscriptSource(_, context)
|
|
5694
|
+
s3BucketTranscriptSource: /* @__PURE__ */ __name((_) => de_S3BucketTranscriptSource(_, context), "s3BucketTranscriptSource")
|
|
5695
5695
|
});
|
|
5696
5696
|
}, "de_TranscriptSourceSetting");
|
|
5697
5697
|
var de_TurnSpecification = /* @__PURE__ */ __name((output, context) => {
|
|
5698
5698
|
return (0, import_smithy_client.take)(output, {
|
|
5699
5699
|
agentTurn: import_smithy_client._json,
|
|
5700
|
-
userTurn: (_) => de_UserTurnSpecification(_, context)
|
|
5700
|
+
userTurn: /* @__PURE__ */ __name((_) => de_UserTurnSpecification(_, context), "userTurn")
|
|
5701
5701
|
});
|
|
5702
5702
|
}, "de_TurnSpecification");
|
|
5703
5703
|
var de_UserTurnInputSpecification = /* @__PURE__ */ __name((output, context) => {
|
|
5704
5704
|
return (0, import_smithy_client.take)(output, {
|
|
5705
5705
|
requestAttributes: import_smithy_client._json,
|
|
5706
|
-
sessionState: (_) => de_InputSessionStateSpecification(_, context),
|
|
5706
|
+
sessionState: /* @__PURE__ */ __name((_) => de_InputSessionStateSpecification(_, context), "sessionState"),
|
|
5707
5707
|
utteranceInput: import_smithy_client._json
|
|
5708
5708
|
});
|
|
5709
5709
|
}, "de_UserTurnInputSpecification");
|
|
5710
5710
|
var de_UserTurnIntentOutput = /* @__PURE__ */ __name((output, context) => {
|
|
5711
5711
|
return (0, import_smithy_client.take)(output, {
|
|
5712
5712
|
name: import_smithy_client.expectString,
|
|
5713
|
-
slots: (_) => de_UserTurnSlotOutputMap(_, context)
|
|
5713
|
+
slots: /* @__PURE__ */ __name((_) => de_UserTurnSlotOutputMap(_, context), "slots")
|
|
5714
5714
|
});
|
|
5715
5715
|
}, "de_UserTurnIntentOutput");
|
|
5716
5716
|
var de_UserTurnOutputSpecification = /* @__PURE__ */ __name((output, context) => {
|
|
5717
5717
|
return (0, import_smithy_client.take)(output, {
|
|
5718
5718
|
activeContexts: import_smithy_client._json,
|
|
5719
|
-
intent: (_) => de_UserTurnIntentOutput(_, context),
|
|
5719
|
+
intent: /* @__PURE__ */ __name((_) => de_UserTurnIntentOutput(_, context), "intent"),
|
|
5720
5720
|
transcript: import_smithy_client.expectString
|
|
5721
5721
|
});
|
|
5722
5722
|
}, "de_UserTurnOutputSpecification");
|
|
5723
5723
|
var de_UserTurnResult = /* @__PURE__ */ __name((output, context) => {
|
|
5724
5724
|
return (0, import_smithy_client.take)(output, {
|
|
5725
|
-
actualOutput: (_) => de_UserTurnOutputSpecification(_, context),
|
|
5725
|
+
actualOutput: /* @__PURE__ */ __name((_) => de_UserTurnOutputSpecification(_, context), "actualOutput"),
|
|
5726
5726
|
conversationLevelResult: import_smithy_client._json,
|
|
5727
5727
|
endToEndResult: import_smithy_client.expectString,
|
|
5728
5728
|
errorDetails: import_smithy_client._json,
|
|
5729
|
-
expectedOutput: (_) => de_UserTurnOutputSpecification(_, context),
|
|
5730
|
-
input: (_) => de_UserTurnInputSpecification(_, context),
|
|
5729
|
+
expectedOutput: /* @__PURE__ */ __name((_) => de_UserTurnOutputSpecification(_, context), "expectedOutput"),
|
|
5730
|
+
input: /* @__PURE__ */ __name((_) => de_UserTurnInputSpecification(_, context), "input"),
|
|
5731
5731
|
intentMatchResult: import_smithy_client.expectString,
|
|
5732
5732
|
slotMatchResult: import_smithy_client.expectString,
|
|
5733
5733
|
speechTranscriptionResult: import_smithy_client.expectString
|
|
@@ -5735,9 +5735,9 @@ var de_UserTurnResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
5735
5735
|
}, "de_UserTurnResult");
|
|
5736
5736
|
var de_UserTurnSlotOutput = /* @__PURE__ */ __name((output, context) => {
|
|
5737
5737
|
return (0, import_smithy_client.take)(output, {
|
|
5738
|
-
subSlots: (_) => de_UserTurnSlotOutputMap(_, context),
|
|
5738
|
+
subSlots: /* @__PURE__ */ __name((_) => de_UserTurnSlotOutputMap(_, context), "subSlots"),
|
|
5739
5739
|
value: import_smithy_client.expectString,
|
|
5740
|
-
values: (_) => de_UserTurnSlotOutputList(_, context)
|
|
5740
|
+
values: /* @__PURE__ */ __name((_) => de_UserTurnSlotOutputList(_, context), "values")
|
|
5741
5741
|
});
|
|
5742
5742
|
}, "de_UserTurnSlotOutput");
|
|
5743
5743
|
var de_UserTurnSlotOutputList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5757,15 +5757,15 @@ var de_UserTurnSlotOutputMap = /* @__PURE__ */ __name((output, context) => {
|
|
|
5757
5757
|
}, "de_UserTurnSlotOutputMap");
|
|
5758
5758
|
var de_UserTurnSpecification = /* @__PURE__ */ __name((output, context) => {
|
|
5759
5759
|
return (0, import_smithy_client.take)(output, {
|
|
5760
|
-
expected: (_) => de_UserTurnOutputSpecification(_, context),
|
|
5761
|
-
input: (_) => de_UserTurnInputSpecification(_, context)
|
|
5760
|
+
expected: /* @__PURE__ */ __name((_) => de_UserTurnOutputSpecification(_, context), "expected"),
|
|
5761
|
+
input: /* @__PURE__ */ __name((_) => de_UserTurnInputSpecification(_, context), "input")
|
|
5762
5762
|
});
|
|
5763
5763
|
}, "de_UserTurnSpecification");
|
|
5764
5764
|
var de_UtteranceLevelTestResultItem = /* @__PURE__ */ __name((output, context) => {
|
|
5765
5765
|
return (0, import_smithy_client.take)(output, {
|
|
5766
5766
|
conversationId: import_smithy_client.expectString,
|
|
5767
5767
|
recordNumber: import_smithy_client.expectLong,
|
|
5768
|
-
turnResult: (_) => de_TestSetTurnResult(_, context)
|
|
5768
|
+
turnResult: /* @__PURE__ */ __name((_) => de_TestSetTurnResult(_, context), "turnResult")
|
|
5769
5769
|
});
|
|
5770
5770
|
}, "de_UtteranceLevelTestResultItem");
|
|
5771
5771
|
var de_UtteranceLevelTestResultItemList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5776,7 +5776,7 @@ var de_UtteranceLevelTestResultItemList = /* @__PURE__ */ __name((output, contex
|
|
|
5776
5776
|
}, "de_UtteranceLevelTestResultItemList");
|
|
5777
5777
|
var de_UtteranceLevelTestResults = /* @__PURE__ */ __name((output, context) => {
|
|
5778
5778
|
return (0, import_smithy_client.take)(output, {
|
|
5779
|
-
items: (_) => de_UtteranceLevelTestResultItemList(_, context)
|
|
5779
|
+
items: /* @__PURE__ */ __name((_) => de_UtteranceLevelTestResultItemList(_, context), "items")
|
|
5780
5780
|
});
|
|
5781
5781
|
}, "de_UtteranceLevelTestResults");
|
|
5782
5782
|
var de_UtteranceSpecification = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5789,8 +5789,8 @@ var de_UtteranceSpecification = /* @__PURE__ */ __name((output, context) => {
|
|
|
5789
5789
|
botResponses: import_smithy_client._json,
|
|
5790
5790
|
botVersion: import_smithy_client.expectString,
|
|
5791
5791
|
channel: import_smithy_client.expectString,
|
|
5792
|
-
conversationEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5793
|
-
conversationStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5792
|
+
conversationEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "conversationEndTime"),
|
|
5793
|
+
conversationStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "conversationStartTime"),
|
|
5794
5794
|
dialogActionType: import_smithy_client.expectString,
|
|
5795
5795
|
inputType: import_smithy_client.expectString,
|
|
5796
5796
|
intentState: import_smithy_client.expectString,
|
|
@@ -5801,7 +5801,7 @@ var de_UtteranceSpecification = /* @__PURE__ */ __name((output, context) => {
|
|
|
5801
5801
|
slotsFilledInSession: import_smithy_client.expectString,
|
|
5802
5802
|
utterance: import_smithy_client.expectString,
|
|
5803
5803
|
utteranceRequestId: import_smithy_client.expectString,
|
|
5804
|
-
utteranceTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5804
|
+
utteranceTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "utteranceTimestamp"),
|
|
5805
5805
|
utteranceUnderstood: import_smithy_client.expectBoolean
|
|
5806
5806
|
});
|
|
5807
5807
|
}, "de_UtteranceSpecification");
|