@aws-sdk/client-qconnect 3.936.0 → 3.939.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 +632 -33
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +337 -0
- package/dist-es/models/models_0.js +1 -276
- package/dist-es/models/models_1.js +1 -49
- package/dist-es/schemas/schemas_0.js +218 -17
- package/dist-types/commands/CreateMessageTemplateCommand.d.ts +126 -1
- package/dist-types/commands/CreateMessageTemplateVersionCommand.d.ts +65 -0
- package/dist-types/commands/CreateQuickResponseCommand.d.ts +1 -2
- package/dist-types/commands/DeactivateMessageTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMessageTemplateAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMessageTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteQuickResponseCommand.d.ts +1 -1
- package/dist-types/commands/GetImportJobCommand.d.ts +1 -1
- package/dist-types/commands/GetKnowledgeBaseCommand.d.ts +1 -1
- package/dist-types/commands/GetMessageTemplateCommand.d.ts +66 -1
- package/dist-types/commands/GetQuickResponseCommand.d.ts +1 -1
- package/dist-types/commands/ListImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +1 -1
- package/dist-types/commands/ListMessageTemplateVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListMessageTemplatesCommand.d.ts +11 -1
- package/dist-types/commands/RenderMessageTemplateCommand.d.ts +66 -1
- package/dist-types/commands/SearchMessageTemplatesCommand.d.ts +14 -0
- package/dist-types/commands/UpdateMessageTemplateCommand.d.ts +125 -0
- package/dist-types/commands/UpdateMessageTemplateMetadataCommand.d.ts +65 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +825 -0
- package/dist-types/models/models_0.d.ts +1310 -682
- package/dist-types/models/models_1.d.ts +22 -996
- package/dist-types/schemas/schemas_0.d.ts +11 -0
- package/dist-types/ts3.4/commands/CreateQuickResponseCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeactivateMessageTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteMessageTemplateAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteMessageTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteQuickResponseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetKnowledgeBaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMessageTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetQuickResponseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMessageTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMessageTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RenderMessageTemplateCommand.d.ts +2 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +442 -0
- package/dist-types/ts3.4/models/models_0.d.ts +411 -364
- package/dist-types/ts3.4/models/models_1.d.ts +28 -295
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +11 -0
- package/package.json +2 -2
package/dist-cjs/index.js
CHANGED
|
@@ -618,6 +618,8 @@ const _MTOF = "MessageTemplateOrderField";
|
|
|
618
618
|
const _MTQF = "MessageTemplateQueryField";
|
|
619
619
|
const _MTQFL = "MessageTemplateQueryFieldList";
|
|
620
620
|
const _MTS = "MessageTemplateSummary";
|
|
621
|
+
const _MTSC = "MessageTemplateSourceConfiguration";
|
|
622
|
+
const _MTSCS = "MessageTemplateSourceConfigurationSummary";
|
|
621
623
|
const _MTSE = "MessageTemplateSearchExpression";
|
|
622
624
|
const _MTSL = "MessageTemplateSummaryList";
|
|
623
625
|
const _MTSRD = "MessageTemplateSearchResultData";
|
|
@@ -633,11 +635,16 @@ const _NRRR = "NotifyRecommendationsReceivedRequest";
|
|
|
633
635
|
const _NRRRo = "NotifyRecommendationsReceivedResponse";
|
|
634
636
|
const _OC = "OrConditions";
|
|
635
637
|
const _OCr = "OrCondition";
|
|
638
|
+
const _PADMMTC = "PushADMMessageTemplateContent";
|
|
639
|
+
const _PAPNSMTC = "PushAPNSMessageTemplateContent";
|
|
640
|
+
const _PBMTC = "PushBaiduMessageTemplateContent";
|
|
636
641
|
const _PC = "ParsingConfiguration";
|
|
637
642
|
const _PF = "PutFeedback";
|
|
643
|
+
const _PFCMMTC = "PushFCMMessageTemplateContent";
|
|
638
644
|
const _PFE = "PreconditionFailedException";
|
|
639
645
|
const _PFR = "PutFeedbackRequest";
|
|
640
646
|
const _PFRu = "PutFeedbackResponse";
|
|
647
|
+
const _PMTC = "PushMessageTemplateContent";
|
|
641
648
|
const _PP = "ParsingPrompt";
|
|
642
649
|
const _QA = "QueryAssistant";
|
|
643
650
|
const _QAR = "QueryAssistantRequest";
|
|
@@ -782,6 +789,9 @@ const _USR = "UpdateSessionRequest";
|
|
|
782
789
|
const _USRp = "UpdateSessionResponse";
|
|
783
790
|
const _VE = "ValidationException";
|
|
784
791
|
const _VIC = "VectorIngestionConfiguration";
|
|
792
|
+
const _WAMTC = "WhatsAppMessageTemplateContent";
|
|
793
|
+
const _WAMTSC = "WhatsAppMessageTemplateSourceConfiguration";
|
|
794
|
+
const _WAMTSCS = "WhatsAppMessageTemplateSourceConfigurationSummary";
|
|
785
795
|
const _WCC = "WebCrawlerConfiguration";
|
|
786
796
|
const _WCL = "WebCrawlerLimits";
|
|
787
797
|
const _a = "association";
|
|
@@ -840,12 +850,15 @@ const _add = "address2";
|
|
|
840
850
|
const _addr = "address3";
|
|
841
851
|
const _addre = "address4";
|
|
842
852
|
const _addres = "address";
|
|
853
|
+
const _adm = "adm";
|
|
854
|
+
const _ap = "apns";
|
|
843
855
|
const _as = "assistant";
|
|
844
856
|
const _at = "attachment";
|
|
845
857
|
const _att = "attachments";
|
|
846
858
|
const _attr = "attributes";
|
|
847
859
|
const _b = "body";
|
|
848
860
|
const _bA = "billingAddress1";
|
|
861
|
+
const _bAI = "businessAccountId";
|
|
849
862
|
const _bAi = "billingAddress2";
|
|
850
863
|
const _bAil = "billingAddress3";
|
|
851
864
|
const _bAill = "billingAddress4";
|
|
@@ -866,6 +879,7 @@ const _bPT = "breakpointPercentileThreshold";
|
|
|
866
879
|
const _bR = "botResponse";
|
|
867
880
|
const _bS = "billingState";
|
|
868
881
|
const _bSu = "bufferSize";
|
|
882
|
+
const _ba = "baidu";
|
|
869
883
|
const _c = "client";
|
|
870
884
|
const _cA = "contentArn";
|
|
871
885
|
const _cAA = "contentAssociationArn";
|
|
@@ -900,10 +914,12 @@ const _cTF = "contentTagFilter";
|
|
|
900
914
|
const _cTl = "clientToken";
|
|
901
915
|
const _cTr = "createdTime";
|
|
902
916
|
const _ch = "channels";
|
|
917
|
+
const _cha = "channel";
|
|
903
918
|
const _ci = "city";
|
|
904
919
|
const _co = "configuration";
|
|
905
920
|
const _com = "completion";
|
|
906
921
|
const _comp = "comparator";
|
|
922
|
+
const _compo = "components";
|
|
907
923
|
const _con = "content";
|
|
908
924
|
const _cont = "contents";
|
|
909
925
|
const _cou = "county";
|
|
@@ -941,6 +957,7 @@ const _fI = "flowId";
|
|
|
941
957
|
const _fN = "firstName";
|
|
942
958
|
const _fRR = "failedRecordReport";
|
|
943
959
|
const _fSCC = "fixedSizeChunkingConfiguration";
|
|
960
|
+
const _fc = "fcm";
|
|
944
961
|
const _fi = "filters";
|
|
945
962
|
const _g = "gender";
|
|
946
963
|
const _gC = "groupingConfiguration";
|
|
@@ -967,6 +984,7 @@ const _iF = "inclusionFilters";
|
|
|
967
984
|
const _iFR = "ingestionFailureReasons";
|
|
968
985
|
const _iI = "instanceId";
|
|
969
986
|
const _iID = "intentInputData";
|
|
987
|
+
const _iIU = "imageIconUrl";
|
|
970
988
|
const _iIn = "intentId";
|
|
971
989
|
const _iJ = "importJob";
|
|
972
990
|
const _iJI = "importJobId";
|
|
@@ -977,6 +995,7 @@ const _iNE = "includeNoExistence";
|
|
|
977
995
|
const _iS = "inputStrength";
|
|
978
996
|
const _iSn = "ingestionStatus";
|
|
979
997
|
const _iT = "inputTranscript";
|
|
998
|
+
const _iU = "imageUrl";
|
|
980
999
|
const _id = "id";
|
|
981
1000
|
const _k = "key";
|
|
982
1001
|
const _kB = "knowledgeBase";
|
|
@@ -1022,6 +1041,7 @@ const _mTS = "messageTemplateSummaries";
|
|
|
1022
1041
|
const _mTVS = "messageTemplateVersionSummaries";
|
|
1023
1042
|
const _mTa = "maxTokens";
|
|
1024
1043
|
const _mTe = "messageTemplate";
|
|
1044
|
+
const _mU = "mediaUrl";
|
|
1025
1045
|
const _mWLC = "managedWordListsConfig";
|
|
1026
1046
|
const _ma = "markdown";
|
|
1027
1047
|
const _me = "metadata";
|
|
@@ -1058,6 +1078,7 @@ const _pUTTL = "presignedUrlTimeToLive";
|
|
|
1058
1078
|
const _pa = "pattern";
|
|
1059
1079
|
const _par = "participant";
|
|
1060
1080
|
const _pr = "priority";
|
|
1081
|
+
const _pu = "push";
|
|
1061
1082
|
const _q = "queries";
|
|
1062
1083
|
const _qC = "queryCondition";
|
|
1063
1084
|
const _qID = "queryInputData";
|
|
@@ -1072,6 +1093,7 @@ const _qu = "query";
|
|
|
1072
1093
|
const _r = "reason";
|
|
1073
1094
|
const _rA = "resourceArn";
|
|
1074
1095
|
const _rC = "regexesConfig";
|
|
1096
|
+
const _rCa = "rawContent";
|
|
1075
1097
|
const _rCe = "renderingConfiguration";
|
|
1076
1098
|
const _rD = "rankingData";
|
|
1077
1099
|
const _rDe = "removeDescription";
|
|
@@ -1104,16 +1126,19 @@ const _sAy = "systemAttributes";
|
|
|
1104
1126
|
const _sC = "sourceConfiguration";
|
|
1105
1127
|
const _sCC = "semanticChunkingConfiguration";
|
|
1106
1128
|
const _sCD = "sourceContentData";
|
|
1129
|
+
const _sCS = "sourceConfigurationSummary";
|
|
1107
1130
|
const _sCh = "shippingCity";
|
|
1108
1131
|
const _sChi = "shippingCounty";
|
|
1109
1132
|
const _sChip = "shippingCountry";
|
|
1110
1133
|
const _sE = "searchExpression";
|
|
1111
1134
|
const _sEy = "systemEndpoint";
|
|
1112
1135
|
const _sI = "sessionId";
|
|
1136
|
+
const _sIIU = "smallImageIconUrl";
|
|
1113
1137
|
const _sIPC = "sensitiveInformationPolicyConfig";
|
|
1114
1138
|
const _sK = "shortcutKey";
|
|
1115
1139
|
const _sP = "shippingProvince";
|
|
1116
1140
|
const _sPC = "shippingPostalCode";
|
|
1141
|
+
const _sR = "statusReason";
|
|
1117
1142
|
const _sS = "shippingState";
|
|
1118
1143
|
const _sSAGAIPI = "selfServiceAnswerGenerationAIPromptId";
|
|
1119
1144
|
const _sSAIAC = "selfServiceAIAgentConfiguration";
|
|
@@ -1131,6 +1156,7 @@ const _si = "single";
|
|
|
1131
1156
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.qconnect";
|
|
1132
1157
|
const _sms = "sms";
|
|
1133
1158
|
const _so = "source";
|
|
1159
|
+
const _sou = "sound";
|
|
1134
1160
|
const _st = "state";
|
|
1135
1161
|
const _su = "subject";
|
|
1136
1162
|
const _t = "type";
|
|
@@ -1142,6 +1168,7 @@ const _tF = "tagFilter";
|
|
|
1142
1168
|
const _tFAIPETC = "textFullAIPromptEditTemplateConfiguration";
|
|
1143
1169
|
const _tI = "targetId";
|
|
1144
1170
|
const _tIA = "topicIntegrationArn";
|
|
1171
|
+
const _tIe = "templateId";
|
|
1145
1172
|
const _tK = "tagKeys";
|
|
1146
1173
|
const _tN = "turnNumber";
|
|
1147
1174
|
const _tPC = "topicPolicyConfig";
|
|
@@ -1164,6 +1191,7 @@ const _vIC = "vectorIngestionConfiguration";
|
|
|
1164
1191
|
const _vN = "versionNumber";
|
|
1165
1192
|
const _vS = "visibilityStatus";
|
|
1166
1193
|
const _va = "values";
|
|
1194
|
+
const _wA = "whatsApp";
|
|
1167
1195
|
const _wC = "wordsConfig";
|
|
1168
1196
|
const _wCC = "webCrawlerConfiguration";
|
|
1169
1197
|
const _wPC = "wordPolicyConfig";
|
|
@@ -1176,20 +1204,20 @@ var Channel = [0, n0, _C, 8, 0];
|
|
|
1176
1204
|
var EmailHeaderValue = [0, n0, _EHV, 8, 0];
|
|
1177
1205
|
var GroupingCriteria = [0, n0, _GC, 8, 0];
|
|
1178
1206
|
var GroupingValue = [0, n0, _GV, 8, 0];
|
|
1179
|
-
var GuardrailContentFilterType = [0, n0, _GCFT, 8, 0];
|
|
1207
|
+
var GuardrailContentFilterType$1 = [0, n0, _GCFT, 8, 0];
|
|
1180
1208
|
var GuardrailContextualGroundingFilterThreshold = [0, n0, _GCGFT, 8, 1];
|
|
1181
|
-
var GuardrailContextualGroundingFilterType = [0, n0, _GCGFTu, 8, 0];
|
|
1182
|
-
var GuardrailFilterStrength = [0, n0, _GFS, 8, 0];
|
|
1183
|
-
var GuardrailManagedWordsType = [0, n0, _GMWT, 8, 0];
|
|
1184
|
-
var GuardrailPiiEntityType = [0, n0, _GPET, 8, 0];
|
|
1209
|
+
var GuardrailContextualGroundingFilterType$1 = [0, n0, _GCGFTu, 8, 0];
|
|
1210
|
+
var GuardrailFilterStrength$1 = [0, n0, _GFS, 8, 0];
|
|
1211
|
+
var GuardrailManagedWordsType$1 = [0, n0, _GMWT, 8, 0];
|
|
1212
|
+
var GuardrailPiiEntityType$1 = [0, n0, _GPET, 8, 0];
|
|
1185
1213
|
var GuardrailRegexDescription = [0, n0, _GRD, 8, 0];
|
|
1186
1214
|
var GuardrailRegexName = [0, n0, _GRN, 8, 0];
|
|
1187
1215
|
var GuardrailRegexPattern = [0, n0, _GRP, 8, 0];
|
|
1188
|
-
var GuardrailSensitiveInformationAction = [0, n0, _GSIA, 8, 0];
|
|
1216
|
+
var GuardrailSensitiveInformationAction$1 = [0, n0, _GSIA, 8, 0];
|
|
1189
1217
|
var GuardrailTopicDefinition = [0, n0, _GTD, 8, 0];
|
|
1190
1218
|
var GuardrailTopicExample = [0, n0, _GTE, 8, 0];
|
|
1191
1219
|
var GuardrailTopicName = [0, n0, _GTN, 8, 0];
|
|
1192
|
-
var GuardrailTopicType = [0, n0, _GTT, 8, 0];
|
|
1220
|
+
var GuardrailTopicType$1 = [0, n0, _GTT, 8, 0];
|
|
1193
1221
|
var GuardrailWordText = [0, n0, _GWT, 8, 0];
|
|
1194
1222
|
var MessageTemplateAttributeValue = [0, n0, _MTAV, 8, 0];
|
|
1195
1223
|
var NonEmptySensitiveString = [0, n0, _NESS, 8, 0];
|
|
@@ -1709,7 +1737,7 @@ var CreateMessageTemplateRequest = [
|
|
|
1709
1737
|
n0,
|
|
1710
1738
|
_CMTR,
|
|
1711
1739
|
0,
|
|
1712
|
-
[_kBI, _n, _con, _d, _cSh, _la, _dA, _gC, _cTl, _ta],
|
|
1740
|
+
[_kBI, _n, _con, _d, _cSh, _la, _sC, _dA, _gC, _cTl, _ta],
|
|
1713
1741
|
[
|
|
1714
1742
|
[0, 1],
|
|
1715
1743
|
0,
|
|
@@ -1717,6 +1745,7 @@ var CreateMessageTemplateRequest = [
|
|
|
1717
1745
|
0,
|
|
1718
1746
|
0,
|
|
1719
1747
|
0,
|
|
1748
|
+
() => MessageTemplateSourceConfiguration,
|
|
1720
1749
|
[() => MessageTemplateAttributes, 0],
|
|
1721
1750
|
[() => GroupingConfiguration, 0],
|
|
1722
1751
|
[0, 4],
|
|
@@ -2191,13 +2220,37 @@ var ExtendedMessageTemplateData = [
|
|
|
2191
2220
|
n0,
|
|
2192
2221
|
_EMTD,
|
|
2193
2222
|
0,
|
|
2194
|
-
[
|
|
2223
|
+
[
|
|
2224
|
+
_mTA,
|
|
2225
|
+
_mTI,
|
|
2226
|
+
_kBA,
|
|
2227
|
+
_kBI,
|
|
2228
|
+
_n,
|
|
2229
|
+
_cha,
|
|
2230
|
+
_cSh,
|
|
2231
|
+
_cTr,
|
|
2232
|
+
_lMT,
|
|
2233
|
+
_lMB,
|
|
2234
|
+
_con,
|
|
2235
|
+
_d,
|
|
2236
|
+
_la,
|
|
2237
|
+
_sCS,
|
|
2238
|
+
_gC,
|
|
2239
|
+
_dA,
|
|
2240
|
+
_aTt,
|
|
2241
|
+
_att,
|
|
2242
|
+
_iA,
|
|
2243
|
+
_vN,
|
|
2244
|
+
_mTCS,
|
|
2245
|
+
_ta,
|
|
2246
|
+
],
|
|
2195
2247
|
[
|
|
2196
2248
|
0,
|
|
2197
2249
|
0,
|
|
2198
2250
|
0,
|
|
2199
2251
|
0,
|
|
2200
2252
|
0,
|
|
2253
|
+
[() => Channel, 0],
|
|
2201
2254
|
0,
|
|
2202
2255
|
5,
|
|
2203
2256
|
5,
|
|
@@ -2205,6 +2258,7 @@ var ExtendedMessageTemplateData = [
|
|
|
2205
2258
|
[() => MessageTemplateContentProvider, 0],
|
|
2206
2259
|
0,
|
|
2207
2260
|
0,
|
|
2261
|
+
[() => MessageTemplateSourceConfigurationSummary, 0],
|
|
2208
2262
|
[() => GroupingConfiguration, 0],
|
|
2209
2263
|
[() => MessageTemplateAttributes, 0],
|
|
2210
2264
|
64 | 0,
|
|
@@ -2484,9 +2538,9 @@ var GuardrailContentFilterConfig = [
|
|
|
2484
2538
|
0,
|
|
2485
2539
|
[_t, _iS, _oS],
|
|
2486
2540
|
[
|
|
2487
|
-
[() => GuardrailContentFilterType, 0],
|
|
2488
|
-
[() => GuardrailFilterStrength, 0],
|
|
2489
|
-
[() => GuardrailFilterStrength, 0],
|
|
2541
|
+
[() => GuardrailContentFilterType$1, 0],
|
|
2542
|
+
[() => GuardrailFilterStrength$1, 0],
|
|
2543
|
+
[() => GuardrailFilterStrength$1, 0],
|
|
2490
2544
|
],
|
|
2491
2545
|
];
|
|
2492
2546
|
var GuardrailContextualGroundingFilterConfig = [
|
|
@@ -2496,7 +2550,7 @@ var GuardrailContextualGroundingFilterConfig = [
|
|
|
2496
2550
|
0,
|
|
2497
2551
|
[_t, _th],
|
|
2498
2552
|
[
|
|
2499
|
-
[() => GuardrailContextualGroundingFilterType, 0],
|
|
2553
|
+
[() => GuardrailContextualGroundingFilterType$1, 0],
|
|
2500
2554
|
[() => GuardrailContextualGroundingFilterThreshold, 0],
|
|
2501
2555
|
],
|
|
2502
2556
|
];
|
|
@@ -2506,7 +2560,7 @@ var GuardrailManagedWordsConfig = [
|
|
|
2506
2560
|
_GMWC,
|
|
2507
2561
|
0,
|
|
2508
2562
|
[_t],
|
|
2509
|
-
[[() => GuardrailManagedWordsType, 0]],
|
|
2563
|
+
[[() => GuardrailManagedWordsType$1, 0]],
|
|
2510
2564
|
];
|
|
2511
2565
|
var GuardrailPiiEntityConfig = [
|
|
2512
2566
|
3,
|
|
@@ -2515,8 +2569,8 @@ var GuardrailPiiEntityConfig = [
|
|
|
2515
2569
|
0,
|
|
2516
2570
|
[_t, _ac],
|
|
2517
2571
|
[
|
|
2518
|
-
[() => GuardrailPiiEntityType, 0],
|
|
2519
|
-
[() => GuardrailSensitiveInformationAction, 0],
|
|
2572
|
+
[() => GuardrailPiiEntityType$1, 0],
|
|
2573
|
+
[() => GuardrailSensitiveInformationAction$1, 0],
|
|
2520
2574
|
],
|
|
2521
2575
|
];
|
|
2522
2576
|
var GuardrailRegexConfig = [
|
|
@@ -2529,7 +2583,7 @@ var GuardrailRegexConfig = [
|
|
|
2529
2583
|
[() => GuardrailRegexName, 0],
|
|
2530
2584
|
[() => GuardrailRegexDescription, 0],
|
|
2531
2585
|
[() => GuardrailRegexPattern, 0],
|
|
2532
|
-
[() => GuardrailSensitiveInformationAction, 0],
|
|
2586
|
+
[() => GuardrailSensitiveInformationAction$1, 0],
|
|
2533
2587
|
],
|
|
2534
2588
|
];
|
|
2535
2589
|
var GuardrailTopicConfig = [
|
|
@@ -2542,7 +2596,7 @@ var GuardrailTopicConfig = [
|
|
|
2542
2596
|
[() => GuardrailTopicName, 0],
|
|
2543
2597
|
[() => GuardrailTopicDefinition, 0],
|
|
2544
2598
|
[() => GuardrailTopicExamples, 0],
|
|
2545
|
-
[() => GuardrailTopicType, 0],
|
|
2599
|
+
[() => GuardrailTopicType$1, 0],
|
|
2546
2600
|
],
|
|
2547
2601
|
];
|
|
2548
2602
|
var GuardrailWordConfig = [3, n0, _GWC, 0, [_te], [[() => GuardrailWordText, 0]]];
|
|
@@ -3057,7 +3111,7 @@ var ListMessageTemplatesResponse = [
|
|
|
3057
3111
|
_LMTRi,
|
|
3058
3112
|
0,
|
|
3059
3113
|
[_mTS, _nT],
|
|
3060
|
-
[() => MessageTemplateSummaryList, 0],
|
|
3114
|
+
[[() => MessageTemplateSummaryList, 0], 0],
|
|
3061
3115
|
];
|
|
3062
3116
|
var ListMessageTemplateVersionsRequest = [
|
|
3063
3117
|
3,
|
|
@@ -3088,7 +3142,7 @@ var ListMessageTemplateVersionsResponse = [
|
|
|
3088
3142
|
_LMTVRi,
|
|
3089
3143
|
0,
|
|
3090
3144
|
[_mTVS, _nT],
|
|
3091
|
-
[() => MessageTemplateVersionSummaryList, 0],
|
|
3145
|
+
[[() => MessageTemplateVersionSummaryList, 0], 0],
|
|
3092
3146
|
];
|
|
3093
3147
|
var ListQuickResponsesRequest = [
|
|
3094
3148
|
3,
|
|
@@ -3166,13 +3220,14 @@ var MessageTemplateData = [
|
|
|
3166
3220
|
n0,
|
|
3167
3221
|
_MTD,
|
|
3168
3222
|
0,
|
|
3169
|
-
[_mTA, _mTI, _kBA, _kBI, _n, _cSh, _cTr, _lMT, _lMB, _con, _d, _la, _gC, _dA, _aTt, _mTCS, _ta],
|
|
3223
|
+
[_mTA, _mTI, _kBA, _kBI, _n, _cha, _cSh, _cTr, _lMT, _lMB, _con, _d, _la, _sCS, _gC, _dA, _aTt, _mTCS, _ta],
|
|
3170
3224
|
[
|
|
3171
3225
|
0,
|
|
3172
3226
|
0,
|
|
3173
3227
|
0,
|
|
3174
3228
|
0,
|
|
3175
3229
|
0,
|
|
3230
|
+
[() => Channel, 0],
|
|
3176
3231
|
0,
|
|
3177
3232
|
5,
|
|
3178
3233
|
5,
|
|
@@ -3180,6 +3235,7 @@ var MessageTemplateData = [
|
|
|
3180
3235
|
[() => MessageTemplateContentProvider, 0],
|
|
3181
3236
|
0,
|
|
3182
3237
|
0,
|
|
3238
|
+
[() => MessageTemplateSourceConfigurationSummary, 0],
|
|
3183
3239
|
[() => GroupingConfiguration, 0],
|
|
3184
3240
|
[() => MessageTemplateAttributes, 0],
|
|
3185
3241
|
64 | 0,
|
|
@@ -3217,24 +3273,42 @@ var MessageTemplateSearchResultData = [
|
|
|
3217
3273
|
n0,
|
|
3218
3274
|
_MTSRD,
|
|
3219
3275
|
0,
|
|
3220
|
-
[_mTA, _mTI, _kBA, _kBI, _n, _cSh, _cTr, _lMT, _lMB, _iA, _vN, _d, _gC, _la, _ta],
|
|
3221
|
-
[
|
|
3276
|
+
[_mTA, _mTI, _kBA, _kBI, _n, _cha, _cSh, _cTr, _lMT, _lMB, _iA, _vN, _d, _sCS, _gC, _la, _ta],
|
|
3277
|
+
[
|
|
3278
|
+
0,
|
|
3279
|
+
0,
|
|
3280
|
+
0,
|
|
3281
|
+
0,
|
|
3282
|
+
0,
|
|
3283
|
+
[() => Channel, 0],
|
|
3284
|
+
0,
|
|
3285
|
+
5,
|
|
3286
|
+
5,
|
|
3287
|
+
0,
|
|
3288
|
+
2,
|
|
3289
|
+
1,
|
|
3290
|
+
0,
|
|
3291
|
+
[() => MessageTemplateSourceConfigurationSummary, 0],
|
|
3292
|
+
[() => GroupingConfiguration, 0],
|
|
3293
|
+
0,
|
|
3294
|
+
128 | 0,
|
|
3295
|
+
],
|
|
3222
3296
|
];
|
|
3223
3297
|
var MessageTemplateSummary = [
|
|
3224
3298
|
3,
|
|
3225
3299
|
n0,
|
|
3226
3300
|
_MTS,
|
|
3227
3301
|
0,
|
|
3228
|
-
[_mTA, _mTI, _kBA, _kBI, _n, _cSh, _cTr, _lMT, _lMB, _aVN, _d, _ta],
|
|
3229
|
-
[0, 0, 0, 0, 0, 0, 5, 5, 0, 1, 0, 128 | 0],
|
|
3302
|
+
[_mTA, _mTI, _kBA, _kBI, _n, _cha, _cSh, _cTr, _lMT, _lMB, _sC, _aVN, _d, _ta],
|
|
3303
|
+
[0, 0, 0, 0, 0, [() => Channel, 0], 0, 5, 5, 0, () => MessageTemplateSourceConfiguration, 1, 0, 128 | 0],
|
|
3230
3304
|
];
|
|
3231
3305
|
var MessageTemplateVersionSummary = [
|
|
3232
3306
|
3,
|
|
3233
3307
|
n0,
|
|
3234
3308
|
_MTVS,
|
|
3235
3309
|
0,
|
|
3236
|
-
[_mTA, _mTI, _kBA, _kBI, _n, _cSh, _iA, _vN],
|
|
3237
|
-
[0, 0, 0, 0, 0, 0, 2, 1],
|
|
3310
|
+
[_mTA, _mTI, _kBA, _kBI, _n, _cha, _cSh, _iA, _vN],
|
|
3311
|
+
[0, 0, 0, 0, 0, [() => Channel, 0], 0, 2, 1],
|
|
3238
3312
|
];
|
|
3239
3313
|
var NotifyRecommendationsReceivedError = [3, n0, _NRRE, 0, [_rIe, _m], [0, 0]];
|
|
3240
3314
|
var NotifyRecommendationsReceivedRequest = [
|
|
@@ -3274,6 +3348,89 @@ var PreconditionFailedException = [
|
|
|
3274
3348
|
[0],
|
|
3275
3349
|
];
|
|
3276
3350
|
schema.TypeRegistry.for(n0).registerError(PreconditionFailedException, PreconditionFailedException$1);
|
|
3351
|
+
var PushADMMessageTemplateContent = [
|
|
3352
|
+
3,
|
|
3353
|
+
n0,
|
|
3354
|
+
_PADMMTC,
|
|
3355
|
+
0,
|
|
3356
|
+
[_ti, _b, _ac, _sou, _u, _iU, _iIU, _sIIU, _rCa],
|
|
3357
|
+
[
|
|
3358
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3359
|
+
[() => MessageTemplateBodyContentProvider, 0],
|
|
3360
|
+
0,
|
|
3361
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3362
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3363
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3364
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3365
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3366
|
+
[() => MessageTemplateBodyContentProvider, 0],
|
|
3367
|
+
],
|
|
3368
|
+
];
|
|
3369
|
+
var PushAPNSMessageTemplateContent = [
|
|
3370
|
+
3,
|
|
3371
|
+
n0,
|
|
3372
|
+
_PAPNSMTC,
|
|
3373
|
+
0,
|
|
3374
|
+
[_ti, _b, _ac, _sou, _u, _mU, _rCa],
|
|
3375
|
+
[
|
|
3376
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3377
|
+
[() => MessageTemplateBodyContentProvider, 0],
|
|
3378
|
+
0,
|
|
3379
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3380
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3381
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3382
|
+
[() => MessageTemplateBodyContentProvider, 0],
|
|
3383
|
+
],
|
|
3384
|
+
];
|
|
3385
|
+
var PushBaiduMessageTemplateContent = [
|
|
3386
|
+
3,
|
|
3387
|
+
n0,
|
|
3388
|
+
_PBMTC,
|
|
3389
|
+
0,
|
|
3390
|
+
[_ti, _b, _ac, _sou, _u, _iU, _iIU, _sIIU, _rCa],
|
|
3391
|
+
[
|
|
3392
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3393
|
+
[() => MessageTemplateBodyContentProvider, 0],
|
|
3394
|
+
0,
|
|
3395
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3396
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3397
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3398
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3399
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3400
|
+
[() => MessageTemplateBodyContentProvider, 0],
|
|
3401
|
+
],
|
|
3402
|
+
];
|
|
3403
|
+
var PushFCMMessageTemplateContent = [
|
|
3404
|
+
3,
|
|
3405
|
+
n0,
|
|
3406
|
+
_PFCMMTC,
|
|
3407
|
+
0,
|
|
3408
|
+
[_ti, _b, _ac, _sou, _u, _iU, _iIU, _sIIU, _rCa],
|
|
3409
|
+
[
|
|
3410
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3411
|
+
[() => MessageTemplateBodyContentProvider, 0],
|
|
3412
|
+
0,
|
|
3413
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3414
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3415
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3416
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3417
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3418
|
+
[() => MessageTemplateBodyContentProvider, 0],
|
|
3419
|
+
],
|
|
3420
|
+
];
|
|
3421
|
+
var PushMessageTemplateContent = [
|
|
3422
|
+
3,
|
|
3423
|
+
n0,
|
|
3424
|
+
_PMTC,
|
|
3425
|
+
0,
|
|
3426
|
+
[_adm, _ap, _fc, _ba],
|
|
3427
|
+
[
|
|
3428
|
+
[() => PushADMMessageTemplateContent, 0],
|
|
3429
|
+
[() => PushAPNSMessageTemplateContent, 0],
|
|
3430
|
+
[() => PushFCMMessageTemplateContent, 0],
|
|
3431
|
+
[() => PushBaiduMessageTemplateContent, 0],
|
|
3432
|
+
],
|
|
3433
|
+
];
|
|
3277
3434
|
var PutFeedbackRequest = [
|
|
3278
3435
|
3,
|
|
3279
3436
|
n0,
|
|
@@ -3456,9 +3613,10 @@ var RenderMessageTemplateResponse = [
|
|
|
3456
3613
|
n0,
|
|
3457
3614
|
_RMTRe,
|
|
3458
3615
|
0,
|
|
3459
|
-
[_con, _aNI, _att],
|
|
3616
|
+
[_con, _sCS, _aNI, _att],
|
|
3460
3617
|
[
|
|
3461
3618
|
[() => MessageTemplateContentProvider, 0],
|
|
3619
|
+
[() => MessageTemplateSourceConfigurationSummary, 0],
|
|
3462
3620
|
[() => MessageTemplateAttributeKeyList, 0],
|
|
3463
3621
|
[() => MessageTemplateAttachmentList, 0],
|
|
3464
3622
|
],
|
|
@@ -3908,8 +4066,15 @@ var UpdateMessageTemplateRequest = [
|
|
|
3908
4066
|
n0,
|
|
3909
4067
|
_UMTR,
|
|
3910
4068
|
0,
|
|
3911
|
-
[_kBI, _mTI, _con, _la, _dA],
|
|
3912
|
-
[
|
|
4069
|
+
[_kBI, _mTI, _con, _la, _sC, _dA],
|
|
4070
|
+
[
|
|
4071
|
+
[0, 1],
|
|
4072
|
+
[0, 1],
|
|
4073
|
+
[() => MessageTemplateContentProvider, 0],
|
|
4074
|
+
0,
|
|
4075
|
+
() => MessageTemplateSourceConfiguration,
|
|
4076
|
+
[() => MessageTemplateAttributes, 0],
|
|
4077
|
+
],
|
|
3913
4078
|
];
|
|
3914
4079
|
var UpdateMessageTemplateResponse = [
|
|
3915
4080
|
3,
|
|
@@ -4005,6 +4170,23 @@ var WebCrawlerConfiguration = [
|
|
|
4005
4170
|
[() => UrlConfiguration, () => WebCrawlerLimits, [() => UrlFilterList, 0], [() => UrlFilterList, 0], 0],
|
|
4006
4171
|
];
|
|
4007
4172
|
var WebCrawlerLimits = [3, n0, _WCL, 0, [_rLa], [1]];
|
|
4173
|
+
var WhatsAppMessageTemplateContent = [3, n0, _WAMTC, 0, [_da], [0]];
|
|
4174
|
+
var WhatsAppMessageTemplateSourceConfiguration = [
|
|
4175
|
+
3,
|
|
4176
|
+
n0,
|
|
4177
|
+
_WAMTSC,
|
|
4178
|
+
0,
|
|
4179
|
+
[_bAI, _tIe, _compo],
|
|
4180
|
+
[0, 0, 64 | 0],
|
|
4181
|
+
];
|
|
4182
|
+
var WhatsAppMessageTemplateSourceConfigurationSummary = [
|
|
4183
|
+
3,
|
|
4184
|
+
n0,
|
|
4185
|
+
_WAMTSCS,
|
|
4186
|
+
0,
|
|
4187
|
+
[_bAI, _tIe, _n, _la, _compo, _s, _sR],
|
|
4188
|
+
[0, 0, 0, 0, 64 | 0, 0, [() => NonEmptyUnlimitedString, 0]],
|
|
4189
|
+
];
|
|
4008
4190
|
var QConnectServiceException = [-3, _sm, "QConnectServiceException", 0, [], []];
|
|
4009
4191
|
schema.TypeRegistry.for(_sm).registerError(QConnectServiceException, QConnectServiceException$1);
|
|
4010
4192
|
var AIAgentSummaryList = [1, n0, _AIASL, 0, () => AIAgentSummary];
|
|
@@ -4079,13 +4261,13 @@ var MessageTemplateSearchResultsList = [
|
|
|
4079
4261
|
0,
|
|
4080
4262
|
[() => MessageTemplateSearchResultData, 0],
|
|
4081
4263
|
];
|
|
4082
|
-
var MessageTemplateSummaryList = [1, n0, _MTSL, 0, () => MessageTemplateSummary];
|
|
4264
|
+
var MessageTemplateSummaryList = [1, n0, _MTSL, 0, [() => MessageTemplateSummary, 0]];
|
|
4083
4265
|
var MessageTemplateVersionSummaryList = [
|
|
4084
4266
|
1,
|
|
4085
4267
|
n0,
|
|
4086
4268
|
_MTVSL,
|
|
4087
4269
|
0,
|
|
4088
|
-
() => MessageTemplateVersionSummary,
|
|
4270
|
+
[() => MessageTemplateVersionSummary, 0],
|
|
4089
4271
|
];
|
|
4090
4272
|
var NotifyRecommendationsReceivedErrorList = [
|
|
4091
4273
|
1,
|
|
@@ -4227,12 +4409,30 @@ var MessageTemplateContentProvider = [
|
|
|
4227
4409
|
n0,
|
|
4228
4410
|
_MTCP,
|
|
4229
4411
|
0,
|
|
4230
|
-
[_em, _sms],
|
|
4412
|
+
[_em, _sms, _wA, _pu],
|
|
4231
4413
|
[
|
|
4232
4414
|
[() => EmailMessageTemplateContent, 0],
|
|
4233
4415
|
[() => SMSMessageTemplateContent, 0],
|
|
4416
|
+
() => WhatsAppMessageTemplateContent,
|
|
4417
|
+
[() => PushMessageTemplateContent, 0],
|
|
4234
4418
|
],
|
|
4235
4419
|
];
|
|
4420
|
+
var MessageTemplateSourceConfiguration = [
|
|
4421
|
+
3,
|
|
4422
|
+
n0,
|
|
4423
|
+
_MTSC,
|
|
4424
|
+
0,
|
|
4425
|
+
[_wA],
|
|
4426
|
+
[() => WhatsAppMessageTemplateSourceConfiguration],
|
|
4427
|
+
];
|
|
4428
|
+
var MessageTemplateSourceConfigurationSummary = [
|
|
4429
|
+
3,
|
|
4430
|
+
n0,
|
|
4431
|
+
_MTSCS,
|
|
4432
|
+
0,
|
|
4433
|
+
[_wA],
|
|
4434
|
+
[[() => WhatsAppMessageTemplateSourceConfigurationSummary, 0]],
|
|
4435
|
+
];
|
|
4236
4436
|
var OrCondition = [
|
|
4237
4437
|
3,
|
|
4238
4438
|
n0,
|
|
@@ -6448,6 +6648,344 @@ const paginateSearchQuickResponses = core.createPaginator(QConnectClient, Search
|
|
|
6448
6648
|
|
|
6449
6649
|
const paginateSearchSessions = core.createPaginator(QConnectClient, SearchSessionsCommand, "nextToken", "nextToken", "maxResults");
|
|
6450
6650
|
|
|
6651
|
+
const KnowledgeBaseSearchType = {
|
|
6652
|
+
HYBRID: "HYBRID",
|
|
6653
|
+
SEMANTIC: "SEMANTIC",
|
|
6654
|
+
};
|
|
6655
|
+
const AIAgentAssociationConfigurationType = {
|
|
6656
|
+
KNOWLEDGE_BASE: "KNOWLEDGE_BASE",
|
|
6657
|
+
};
|
|
6658
|
+
const AIAgentType = {
|
|
6659
|
+
ANSWER_RECOMMENDATION: "ANSWER_RECOMMENDATION",
|
|
6660
|
+
EMAIL_GENERATIVE_ANSWER: "EMAIL_GENERATIVE_ANSWER",
|
|
6661
|
+
EMAIL_OVERVIEW: "EMAIL_OVERVIEW",
|
|
6662
|
+
EMAIL_RESPONSE: "EMAIL_RESPONSE",
|
|
6663
|
+
MANUAL_SEARCH: "MANUAL_SEARCH",
|
|
6664
|
+
SELF_SERVICE: "SELF_SERVICE",
|
|
6665
|
+
};
|
|
6666
|
+
const VisibilityStatus = {
|
|
6667
|
+
PUBLISHED: "PUBLISHED",
|
|
6668
|
+
SAVED: "SAVED",
|
|
6669
|
+
};
|
|
6670
|
+
const Origin = {
|
|
6671
|
+
CUSTOMER: "CUSTOMER",
|
|
6672
|
+
SYSTEM: "SYSTEM",
|
|
6673
|
+
};
|
|
6674
|
+
const Status = {
|
|
6675
|
+
ACTIVE: "ACTIVE",
|
|
6676
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
6677
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
6678
|
+
DELETED: "DELETED",
|
|
6679
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
6680
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
6681
|
+
};
|
|
6682
|
+
const GuardrailFilterStrength = {
|
|
6683
|
+
HIGH: "HIGH",
|
|
6684
|
+
LOW: "LOW",
|
|
6685
|
+
MEDIUM: "MEDIUM",
|
|
6686
|
+
NONE: "NONE",
|
|
6687
|
+
};
|
|
6688
|
+
const GuardrailContentFilterType = {
|
|
6689
|
+
HATE: "HATE",
|
|
6690
|
+
INSULTS: "INSULTS",
|
|
6691
|
+
MISCONDUCT: "MISCONDUCT",
|
|
6692
|
+
PROMPT_ATTACK: "PROMPT_ATTACK",
|
|
6693
|
+
SEXUAL: "SEXUAL",
|
|
6694
|
+
VIOLENCE: "VIOLENCE",
|
|
6695
|
+
};
|
|
6696
|
+
const GuardrailContextualGroundingFilterType = {
|
|
6697
|
+
GROUNDING: "GROUNDING",
|
|
6698
|
+
RELEVANCE: "RELEVANCE",
|
|
6699
|
+
};
|
|
6700
|
+
const GuardrailSensitiveInformationAction = {
|
|
6701
|
+
ANONYMIZE: "ANONYMIZE",
|
|
6702
|
+
BLOCK: "BLOCK",
|
|
6703
|
+
};
|
|
6704
|
+
const GuardrailPiiEntityType = {
|
|
6705
|
+
ADDRESS: "ADDRESS",
|
|
6706
|
+
AGE: "AGE",
|
|
6707
|
+
AWS_ACCESS_KEY: "AWS_ACCESS_KEY",
|
|
6708
|
+
AWS_SECRET_KEY: "AWS_SECRET_KEY",
|
|
6709
|
+
CA_HEALTH_NUMBER: "CA_HEALTH_NUMBER",
|
|
6710
|
+
CA_SOCIAL_INSURANCE_NUMBER: "CA_SOCIAL_INSURANCE_NUMBER",
|
|
6711
|
+
CREDIT_DEBIT_CARD_CVV: "CREDIT_DEBIT_CARD_CVV",
|
|
6712
|
+
CREDIT_DEBIT_CARD_EXPIRY: "CREDIT_DEBIT_CARD_EXPIRY",
|
|
6713
|
+
CREDIT_DEBIT_CARD_NUMBER: "CREDIT_DEBIT_CARD_NUMBER",
|
|
6714
|
+
DRIVER_ID: "DRIVER_ID",
|
|
6715
|
+
EMAIL: "EMAIL",
|
|
6716
|
+
INTERNATIONAL_BANK_ACCOUNT_NUMBER: "INTERNATIONAL_BANK_ACCOUNT_NUMBER",
|
|
6717
|
+
IP_ADDRESS: "IP_ADDRESS",
|
|
6718
|
+
LICENSE_PLATE: "LICENSE_PLATE",
|
|
6719
|
+
MAC_ADDRESS: "MAC_ADDRESS",
|
|
6720
|
+
NAME: "NAME",
|
|
6721
|
+
PASSWORD: "PASSWORD",
|
|
6722
|
+
PHONE: "PHONE",
|
|
6723
|
+
PIN: "PIN",
|
|
6724
|
+
SWIFT_CODE: "SWIFT_CODE",
|
|
6725
|
+
UK_NATIONAL_HEALTH_SERVICE_NUMBER: "UK_NATIONAL_HEALTH_SERVICE_NUMBER",
|
|
6726
|
+
UK_NATIONAL_INSURANCE_NUMBER: "UK_NATIONAL_INSURANCE_NUMBER",
|
|
6727
|
+
UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER: "UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER",
|
|
6728
|
+
URL: "URL",
|
|
6729
|
+
USERNAME: "USERNAME",
|
|
6730
|
+
US_BANK_ACCOUNT_NUMBER: "US_BANK_ACCOUNT_NUMBER",
|
|
6731
|
+
US_BANK_ROUTING_NUMBER: "US_BANK_ROUTING_NUMBER",
|
|
6732
|
+
US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER: "US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER",
|
|
6733
|
+
US_PASSPORT_NUMBER: "US_PASSPORT_NUMBER",
|
|
6734
|
+
US_SOCIAL_SECURITY_NUMBER: "US_SOCIAL_SECURITY_NUMBER",
|
|
6735
|
+
VEHICLE_IDENTIFICATION_NUMBER: "VEHICLE_IDENTIFICATION_NUMBER",
|
|
6736
|
+
};
|
|
6737
|
+
const GuardrailTopicType = {
|
|
6738
|
+
DENY: "DENY",
|
|
6739
|
+
};
|
|
6740
|
+
const GuardrailManagedWordsType = {
|
|
6741
|
+
PROFANITY: "PROFANITY",
|
|
6742
|
+
};
|
|
6743
|
+
const AIPromptAPIFormat = {
|
|
6744
|
+
ANTHROPIC_CLAUDE_MESSAGES: "ANTHROPIC_CLAUDE_MESSAGES",
|
|
6745
|
+
ANTHROPIC_CLAUDE_TEXT_COMPLETIONS: "ANTHROPIC_CLAUDE_TEXT_COMPLETIONS",
|
|
6746
|
+
MESSAGES: "MESSAGES",
|
|
6747
|
+
TEXT_COMPLETIONS: "TEXT_COMPLETIONS",
|
|
6748
|
+
};
|
|
6749
|
+
const AIPromptTemplateType = {
|
|
6750
|
+
TEXT: "TEXT",
|
|
6751
|
+
};
|
|
6752
|
+
const AIPromptType = {
|
|
6753
|
+
ANSWER_GENERATION: "ANSWER_GENERATION",
|
|
6754
|
+
EMAIL_GENERATIVE_ANSWER: "EMAIL_GENERATIVE_ANSWER",
|
|
6755
|
+
EMAIL_OVERVIEW: "EMAIL_OVERVIEW",
|
|
6756
|
+
EMAIL_QUERY_REFORMULATION: "EMAIL_QUERY_REFORMULATION",
|
|
6757
|
+
EMAIL_RESPONSE: "EMAIL_RESPONSE",
|
|
6758
|
+
INTENT_LABELING_GENERATION: "INTENT_LABELING_GENERATION",
|
|
6759
|
+
QUERY_REFORMULATION: "QUERY_REFORMULATION",
|
|
6760
|
+
SELF_SERVICE_ANSWER_GENERATION: "SELF_SERVICE_ANSWER_GENERATION",
|
|
6761
|
+
SELF_SERVICE_PRE_PROCESSING: "SELF_SERVICE_PRE_PROCESSING",
|
|
6762
|
+
};
|
|
6763
|
+
const AssociationType = {
|
|
6764
|
+
KNOWLEDGE_BASE: "KNOWLEDGE_BASE",
|
|
6765
|
+
};
|
|
6766
|
+
const AssistantType = {
|
|
6767
|
+
AGENT: "AGENT",
|
|
6768
|
+
};
|
|
6769
|
+
const AssistantCapabilityType = {
|
|
6770
|
+
V1: "V1",
|
|
6771
|
+
V2: "V2",
|
|
6772
|
+
};
|
|
6773
|
+
const AssistantStatus = {
|
|
6774
|
+
ACTIVE: "ACTIVE",
|
|
6775
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
6776
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
6777
|
+
DELETED: "DELETED",
|
|
6778
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
6779
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
6780
|
+
};
|
|
6781
|
+
const RelevanceLevel = {
|
|
6782
|
+
HIGH: "HIGH",
|
|
6783
|
+
LOW: "LOW",
|
|
6784
|
+
MEDIUM: "MEDIUM",
|
|
6785
|
+
};
|
|
6786
|
+
const SourceContentType = {
|
|
6787
|
+
KNOWLEDGE_CONTENT: "KNOWLEDGE_CONTENT",
|
|
6788
|
+
};
|
|
6789
|
+
const ReferenceType = {
|
|
6790
|
+
KNOWLEDGE_BASE: "KNOWLEDGE_BASE",
|
|
6791
|
+
WEB_CRAWLER: "WEB_CRAWLER",
|
|
6792
|
+
};
|
|
6793
|
+
const RecommendationType = {
|
|
6794
|
+
BLOCKED_GENERATIVE_ANSWER_CHUNK: "BLOCKED_GENERATIVE_ANSWER_CHUNK",
|
|
6795
|
+
BLOCKED_INTENT_ANSWER_CHUNK: "BLOCKED_INTENT_ANSWER_CHUNK",
|
|
6796
|
+
DETECTED_INTENT: "DETECTED_INTENT",
|
|
6797
|
+
EMAIL_GENERATIVE_ANSWER_CHUNK: "EMAIL_GENERATIVE_ANSWER_CHUNK",
|
|
6798
|
+
EMAIL_OVERVIEW_CHUNK: "EMAIL_OVERVIEW_CHUNK",
|
|
6799
|
+
EMAIL_RESPONSE_CHUNK: "EMAIL_RESPONSE_CHUNK",
|
|
6800
|
+
GENERATIVE_ANSWER: "GENERATIVE_ANSWER",
|
|
6801
|
+
GENERATIVE_ANSWER_CHUNK: "GENERATIVE_ANSWER_CHUNK",
|
|
6802
|
+
GENERATIVE_RESPONSE: "GENERATIVE_RESPONSE",
|
|
6803
|
+
INTENT_ANSWER_CHUNK: "INTENT_ANSWER_CHUNK",
|
|
6804
|
+
KNOWLEDGE_CONTENT: "KNOWLEDGE_CONTENT",
|
|
6805
|
+
};
|
|
6806
|
+
const RecommendationSourceType = {
|
|
6807
|
+
ISSUE_DETECTION: "ISSUE_DETECTION",
|
|
6808
|
+
OTHER: "OTHER",
|
|
6809
|
+
RULE_EVALUATION: "RULE_EVALUATION",
|
|
6810
|
+
};
|
|
6811
|
+
const RecommendationTriggerType = {
|
|
6812
|
+
GENERATIVE: "GENERATIVE",
|
|
6813
|
+
QUERY: "QUERY",
|
|
6814
|
+
};
|
|
6815
|
+
const Relevance = {
|
|
6816
|
+
HELPFUL: "HELPFUL",
|
|
6817
|
+
NOT_HELPFUL: "NOT_HELPFUL",
|
|
6818
|
+
};
|
|
6819
|
+
const TargetType = {
|
|
6820
|
+
RECOMMENDATION: "RECOMMENDATION",
|
|
6821
|
+
RESULT: "RESULT",
|
|
6822
|
+
};
|
|
6823
|
+
const QueryConditionComparisonOperator = {
|
|
6824
|
+
EQUALS: "EQUALS",
|
|
6825
|
+
};
|
|
6826
|
+
const QueryConditionFieldName = {
|
|
6827
|
+
RESULT_TYPE: "RESULT_TYPE",
|
|
6828
|
+
};
|
|
6829
|
+
const QueryResultType = {
|
|
6830
|
+
BLOCKED_GENERATIVE_ANSWER_CHUNK: "BLOCKED_GENERATIVE_ANSWER_CHUNK",
|
|
6831
|
+
BLOCKED_INTENT_ANSWER_CHUNK: "BLOCKED_INTENT_ANSWER_CHUNK",
|
|
6832
|
+
EMAIL_GENERATIVE_ANSWER_CHUNK: "EMAIL_GENERATIVE_ANSWER_CHUNK",
|
|
6833
|
+
EMAIL_OVERVIEW_CHUNK: "EMAIL_OVERVIEW_CHUNK",
|
|
6834
|
+
EMAIL_RESPONSE_CHUNK: "EMAIL_RESPONSE_CHUNK",
|
|
6835
|
+
GENERATIVE_ANSWER: "GENERATIVE_ANSWER",
|
|
6836
|
+
GENERATIVE_ANSWER_CHUNK: "GENERATIVE_ANSWER_CHUNK",
|
|
6837
|
+
INTENT_ANSWER: "INTENT_ANSWER",
|
|
6838
|
+
INTENT_ANSWER_CHUNK: "INTENT_ANSWER_CHUNK",
|
|
6839
|
+
KNOWLEDGE_CONTENT: "KNOWLEDGE_CONTENT",
|
|
6840
|
+
};
|
|
6841
|
+
const FilterField = {
|
|
6842
|
+
NAME: "NAME",
|
|
6843
|
+
};
|
|
6844
|
+
const FilterOperator = {
|
|
6845
|
+
EQUALS: "EQUALS",
|
|
6846
|
+
};
|
|
6847
|
+
const ConversationStatusReason = {
|
|
6848
|
+
FAILED: "FAILED",
|
|
6849
|
+
REJECTED: "REJECTED",
|
|
6850
|
+
SUCCESS: "SUCCESS",
|
|
6851
|
+
};
|
|
6852
|
+
const ConversationStatus = {
|
|
6853
|
+
CLOSED: "CLOSED",
|
|
6854
|
+
PROCESSING: "PROCESSING",
|
|
6855
|
+
READY: "READY",
|
|
6856
|
+
};
|
|
6857
|
+
const Participant = {
|
|
6858
|
+
AGENT: "AGENT",
|
|
6859
|
+
BOT: "BOT",
|
|
6860
|
+
CUSTOMER: "CUSTOMER",
|
|
6861
|
+
};
|
|
6862
|
+
const MessageType = {
|
|
6863
|
+
TEXT: "TEXT",
|
|
6864
|
+
};
|
|
6865
|
+
const SessionDataNamespace = {
|
|
6866
|
+
Custom: "Custom",
|
|
6867
|
+
};
|
|
6868
|
+
const ChannelSubtype = {
|
|
6869
|
+
EMAIL: "EMAIL",
|
|
6870
|
+
PUSH: "PUSH",
|
|
6871
|
+
SMS: "SMS",
|
|
6872
|
+
WHATSAPP: "WHATSAPP",
|
|
6873
|
+
};
|
|
6874
|
+
const ChunkingStrategy = {
|
|
6875
|
+
FIXED_SIZE: "FIXED_SIZE",
|
|
6876
|
+
HIERARCHICAL: "HIERARCHICAL",
|
|
6877
|
+
NONE: "NONE",
|
|
6878
|
+
SEMANTIC: "SEMANTIC",
|
|
6879
|
+
};
|
|
6880
|
+
const ContentAssociationType = {
|
|
6881
|
+
AMAZON_CONNECT_GUIDE: "AMAZON_CONNECT_GUIDE",
|
|
6882
|
+
};
|
|
6883
|
+
const ContentStatus = {
|
|
6884
|
+
ACTIVE: "ACTIVE",
|
|
6885
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
6886
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
6887
|
+
DELETED: "DELETED",
|
|
6888
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
6889
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
6890
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
6891
|
+
};
|
|
6892
|
+
const ContentDisposition = {
|
|
6893
|
+
ATTACHMENT: "ATTACHMENT",
|
|
6894
|
+
};
|
|
6895
|
+
const KnowledgeBaseType = {
|
|
6896
|
+
CUSTOM: "CUSTOM",
|
|
6897
|
+
EXTERNAL: "EXTERNAL",
|
|
6898
|
+
MANAGED: "MANAGED",
|
|
6899
|
+
MESSAGE_TEMPLATES: "MESSAGE_TEMPLATES",
|
|
6900
|
+
QUICK_RESPONSES: "QUICK_RESPONSES",
|
|
6901
|
+
};
|
|
6902
|
+
const WebScopeType = {
|
|
6903
|
+
HOST_ONLY: "HOST_ONLY",
|
|
6904
|
+
SUBDOMAINS: "SUBDOMAINS",
|
|
6905
|
+
};
|
|
6906
|
+
const ParsingStrategy = {
|
|
6907
|
+
BEDROCK_FOUNDATION_MODEL: "BEDROCK_FOUNDATION_MODEL",
|
|
6908
|
+
};
|
|
6909
|
+
const SyncStatus = {
|
|
6910
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
6911
|
+
SYNCING_IN_PROGRESS: "SYNCING_IN_PROGRESS",
|
|
6912
|
+
SYNC_FAILED: "SYNC_FAILED",
|
|
6913
|
+
SYNC_SUCCESS: "SYNC_SUCCESS",
|
|
6914
|
+
};
|
|
6915
|
+
const KnowledgeBaseStatus = {
|
|
6916
|
+
ACTIVE: "ACTIVE",
|
|
6917
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
6918
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
6919
|
+
DELETED: "DELETED",
|
|
6920
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
6921
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
6922
|
+
};
|
|
6923
|
+
const PushMessageAction = {
|
|
6924
|
+
DEEP_LINK: "DEEP_LINK",
|
|
6925
|
+
OPEN_APP: "OPEN_APP",
|
|
6926
|
+
URL: "URL",
|
|
6927
|
+
};
|
|
6928
|
+
const MessageTemplateAttributeType = {
|
|
6929
|
+
AGENT: "AGENT",
|
|
6930
|
+
CUSTOM: "CUSTOM",
|
|
6931
|
+
CUSTOMER_PROFILE: "CUSTOMER_PROFILE",
|
|
6932
|
+
SYSTEM: "SYSTEM",
|
|
6933
|
+
};
|
|
6934
|
+
const WhatsAppSourceConfigurationStatus = {
|
|
6935
|
+
INVALID: "INVALID",
|
|
6936
|
+
REJECTED: "REJECTED",
|
|
6937
|
+
VALID: "VALID",
|
|
6938
|
+
};
|
|
6939
|
+
const QuickResponseStatus = {
|
|
6940
|
+
CREATED: "CREATED",
|
|
6941
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
6942
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
6943
|
+
DELETED: "DELETED",
|
|
6944
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
6945
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
6946
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
6947
|
+
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
6948
|
+
};
|
|
6949
|
+
const ExternalSource = {
|
|
6950
|
+
AMAZON_CONNECT: "AMAZON_CONNECT",
|
|
6951
|
+
};
|
|
6952
|
+
const ImportJobType = {
|
|
6953
|
+
QUICK_RESPONSES: "QUICK_RESPONSES",
|
|
6954
|
+
};
|
|
6955
|
+
const ImportJobStatus = {
|
|
6956
|
+
COMPLETE: "COMPLETE",
|
|
6957
|
+
DELETED: "DELETED",
|
|
6958
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
6959
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
6960
|
+
FAILED: "FAILED",
|
|
6961
|
+
START_IN_PROGRESS: "START_IN_PROGRESS",
|
|
6962
|
+
};
|
|
6963
|
+
const MessageTemplateFilterOperator = {
|
|
6964
|
+
EQUALS: "EQUALS",
|
|
6965
|
+
PREFIX: "PREFIX",
|
|
6966
|
+
};
|
|
6967
|
+
const Order = {
|
|
6968
|
+
ASC: "ASC",
|
|
6969
|
+
DESC: "DESC",
|
|
6970
|
+
};
|
|
6971
|
+
const MessageTemplateQueryOperator = {
|
|
6972
|
+
CONTAINS: "CONTAINS",
|
|
6973
|
+
CONTAINS_AND_PREFIX: "CONTAINS_AND_PREFIX",
|
|
6974
|
+
};
|
|
6975
|
+
const Priority = {
|
|
6976
|
+
HIGH: "HIGH",
|
|
6977
|
+
LOW: "LOW",
|
|
6978
|
+
MEDIUM: "MEDIUM",
|
|
6979
|
+
};
|
|
6980
|
+
const QuickResponseFilterOperator = {
|
|
6981
|
+
EQUALS: "EQUALS",
|
|
6982
|
+
PREFIX: "PREFIX",
|
|
6983
|
+
};
|
|
6984
|
+
const QuickResponseQueryOperator = {
|
|
6985
|
+
CONTAINS: "CONTAINS",
|
|
6986
|
+
CONTAINS_AND_PREFIX: "CONTAINS_AND_PREFIX",
|
|
6987
|
+
};
|
|
6988
|
+
|
|
6451
6989
|
Object.defineProperty(exports, "$Command", {
|
|
6452
6990
|
enumerable: true,
|
|
6453
6991
|
get: function () { return smithyClient.Command; }
|
|
@@ -6456,9 +6994,25 @@ Object.defineProperty(exports, "__Client", {
|
|
|
6456
6994
|
enumerable: true,
|
|
6457
6995
|
get: function () { return smithyClient.Client; }
|
|
6458
6996
|
});
|
|
6997
|
+
exports.AIAgentAssociationConfigurationType = AIAgentAssociationConfigurationType;
|
|
6998
|
+
exports.AIAgentType = AIAgentType;
|
|
6999
|
+
exports.AIPromptAPIFormat = AIPromptAPIFormat;
|
|
7000
|
+
exports.AIPromptTemplateType = AIPromptTemplateType;
|
|
7001
|
+
exports.AIPromptType = AIPromptType;
|
|
6459
7002
|
exports.AccessDeniedException = AccessDeniedException$1;
|
|
6460
7003
|
exports.ActivateMessageTemplateCommand = ActivateMessageTemplateCommand;
|
|
7004
|
+
exports.AssistantCapabilityType = AssistantCapabilityType;
|
|
7005
|
+
exports.AssistantStatus = AssistantStatus;
|
|
7006
|
+
exports.AssistantType = AssistantType;
|
|
7007
|
+
exports.AssociationType = AssociationType;
|
|
7008
|
+
exports.ChannelSubtype = ChannelSubtype;
|
|
7009
|
+
exports.ChunkingStrategy = ChunkingStrategy;
|
|
6461
7010
|
exports.ConflictException = ConflictException$1;
|
|
7011
|
+
exports.ContentAssociationType = ContentAssociationType;
|
|
7012
|
+
exports.ContentDisposition = ContentDisposition;
|
|
7013
|
+
exports.ContentStatus = ContentStatus;
|
|
7014
|
+
exports.ConversationStatus = ConversationStatus;
|
|
7015
|
+
exports.ConversationStatusReason = ConversationStatusReason;
|
|
6462
7016
|
exports.CreateAIAgentCommand = CreateAIAgentCommand;
|
|
6463
7017
|
exports.CreateAIAgentVersionCommand = CreateAIAgentVersionCommand;
|
|
6464
7018
|
exports.CreateAIGuardrailCommand = CreateAIGuardrailCommand;
|
|
@@ -6492,6 +7046,9 @@ exports.DeleteMessageTemplateAttachmentCommand = DeleteMessageTemplateAttachment
|
|
|
6492
7046
|
exports.DeleteMessageTemplateCommand = DeleteMessageTemplateCommand;
|
|
6493
7047
|
exports.DeleteQuickResponseCommand = DeleteQuickResponseCommand;
|
|
6494
7048
|
exports.DependencyFailedException = DependencyFailedException$1;
|
|
7049
|
+
exports.ExternalSource = ExternalSource;
|
|
7050
|
+
exports.FilterField = FilterField;
|
|
7051
|
+
exports.FilterOperator = FilterOperator;
|
|
6495
7052
|
exports.GetAIAgentCommand = GetAIAgentCommand;
|
|
6496
7053
|
exports.GetAIGuardrailCommand = GetAIGuardrailCommand;
|
|
6497
7054
|
exports.GetAIPromptCommand = GetAIPromptCommand;
|
|
@@ -6507,6 +7064,18 @@ exports.GetNextMessageCommand = GetNextMessageCommand;
|
|
|
6507
7064
|
exports.GetQuickResponseCommand = GetQuickResponseCommand;
|
|
6508
7065
|
exports.GetRecommendationsCommand = GetRecommendationsCommand;
|
|
6509
7066
|
exports.GetSessionCommand = GetSessionCommand;
|
|
7067
|
+
exports.GuardrailContentFilterType = GuardrailContentFilterType;
|
|
7068
|
+
exports.GuardrailContextualGroundingFilterType = GuardrailContextualGroundingFilterType;
|
|
7069
|
+
exports.GuardrailFilterStrength = GuardrailFilterStrength;
|
|
7070
|
+
exports.GuardrailManagedWordsType = GuardrailManagedWordsType;
|
|
7071
|
+
exports.GuardrailPiiEntityType = GuardrailPiiEntityType;
|
|
7072
|
+
exports.GuardrailSensitiveInformationAction = GuardrailSensitiveInformationAction;
|
|
7073
|
+
exports.GuardrailTopicType = GuardrailTopicType;
|
|
7074
|
+
exports.ImportJobStatus = ImportJobStatus;
|
|
7075
|
+
exports.ImportJobType = ImportJobType;
|
|
7076
|
+
exports.KnowledgeBaseSearchType = KnowledgeBaseSearchType;
|
|
7077
|
+
exports.KnowledgeBaseStatus = KnowledgeBaseStatus;
|
|
7078
|
+
exports.KnowledgeBaseType = KnowledgeBaseType;
|
|
6510
7079
|
exports.ListAIAgentVersionsCommand = ListAIAgentVersionsCommand;
|
|
6511
7080
|
exports.ListAIAgentsCommand = ListAIAgentsCommand;
|
|
6512
7081
|
exports.ListAIGuardrailVersionsCommand = ListAIGuardrailVersionsCommand;
|
|
@@ -6524,13 +7093,35 @@ exports.ListMessageTemplatesCommand = ListMessageTemplatesCommand;
|
|
|
6524
7093
|
exports.ListMessagesCommand = ListMessagesCommand;
|
|
6525
7094
|
exports.ListQuickResponsesCommand = ListQuickResponsesCommand;
|
|
6526
7095
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
7096
|
+
exports.MessageTemplateAttributeType = MessageTemplateAttributeType;
|
|
7097
|
+
exports.MessageTemplateFilterOperator = MessageTemplateFilterOperator;
|
|
7098
|
+
exports.MessageTemplateQueryOperator = MessageTemplateQueryOperator;
|
|
7099
|
+
exports.MessageType = MessageType;
|
|
6527
7100
|
exports.NotifyRecommendationsReceivedCommand = NotifyRecommendationsReceivedCommand;
|
|
7101
|
+
exports.Order = Order;
|
|
7102
|
+
exports.Origin = Origin;
|
|
7103
|
+
exports.ParsingStrategy = ParsingStrategy;
|
|
7104
|
+
exports.Participant = Participant;
|
|
6528
7105
|
exports.PreconditionFailedException = PreconditionFailedException$1;
|
|
7106
|
+
exports.Priority = Priority;
|
|
7107
|
+
exports.PushMessageAction = PushMessageAction;
|
|
6529
7108
|
exports.PutFeedbackCommand = PutFeedbackCommand;
|
|
6530
7109
|
exports.QConnect = QConnect;
|
|
6531
7110
|
exports.QConnectClient = QConnectClient;
|
|
6532
7111
|
exports.QConnectServiceException = QConnectServiceException$1;
|
|
6533
7112
|
exports.QueryAssistantCommand = QueryAssistantCommand;
|
|
7113
|
+
exports.QueryConditionComparisonOperator = QueryConditionComparisonOperator;
|
|
7114
|
+
exports.QueryConditionFieldName = QueryConditionFieldName;
|
|
7115
|
+
exports.QueryResultType = QueryResultType;
|
|
7116
|
+
exports.QuickResponseFilterOperator = QuickResponseFilterOperator;
|
|
7117
|
+
exports.QuickResponseQueryOperator = QuickResponseQueryOperator;
|
|
7118
|
+
exports.QuickResponseStatus = QuickResponseStatus;
|
|
7119
|
+
exports.RecommendationSourceType = RecommendationSourceType;
|
|
7120
|
+
exports.RecommendationTriggerType = RecommendationTriggerType;
|
|
7121
|
+
exports.RecommendationType = RecommendationType;
|
|
7122
|
+
exports.ReferenceType = ReferenceType;
|
|
7123
|
+
exports.Relevance = Relevance;
|
|
7124
|
+
exports.RelevanceLevel = RelevanceLevel;
|
|
6534
7125
|
exports.RemoveAssistantAIAgentCommand = RemoveAssistantAIAgentCommand;
|
|
6535
7126
|
exports.RemoveKnowledgeBaseTemplateUriCommand = RemoveKnowledgeBaseTemplateUriCommand;
|
|
6536
7127
|
exports.RenderMessageTemplateCommand = RenderMessageTemplateCommand;
|
|
@@ -6542,9 +7133,14 @@ exports.SearchQuickResponsesCommand = SearchQuickResponsesCommand;
|
|
|
6542
7133
|
exports.SearchSessionsCommand = SearchSessionsCommand;
|
|
6543
7134
|
exports.SendMessageCommand = SendMessageCommand;
|
|
6544
7135
|
exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
|
|
7136
|
+
exports.SessionDataNamespace = SessionDataNamespace;
|
|
7137
|
+
exports.SourceContentType = SourceContentType;
|
|
6545
7138
|
exports.StartContentUploadCommand = StartContentUploadCommand;
|
|
6546
7139
|
exports.StartImportJobCommand = StartImportJobCommand;
|
|
7140
|
+
exports.Status = Status;
|
|
7141
|
+
exports.SyncStatus = SyncStatus;
|
|
6547
7142
|
exports.TagResourceCommand = TagResourceCommand;
|
|
7143
|
+
exports.TargetType = TargetType;
|
|
6548
7144
|
exports.ThrottlingException = ThrottlingException$1;
|
|
6549
7145
|
exports.TooManyTagsException = TooManyTagsException$1;
|
|
6550
7146
|
exports.UnauthorizedException = UnauthorizedException$1;
|
|
@@ -6561,6 +7157,9 @@ exports.UpdateQuickResponseCommand = UpdateQuickResponseCommand;
|
|
|
6561
7157
|
exports.UpdateSessionCommand = UpdateSessionCommand;
|
|
6562
7158
|
exports.UpdateSessionDataCommand = UpdateSessionDataCommand;
|
|
6563
7159
|
exports.ValidationException = ValidationException$1;
|
|
7160
|
+
exports.VisibilityStatus = VisibilityStatus;
|
|
7161
|
+
exports.WebScopeType = WebScopeType;
|
|
7162
|
+
exports.WhatsAppSourceConfigurationStatus = WhatsAppSourceConfigurationStatus;
|
|
6564
7163
|
exports.paginateListAIAgentVersions = paginateListAIAgentVersions;
|
|
6565
7164
|
exports.paginateListAIAgents = paginateListAIAgents;
|
|
6566
7165
|
exports.paginateListAIGuardrailVersions = paginateListAIGuardrailVersions;
|