@aws-sdk/client-qconnect 3.940.0 → 3.943.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/README.md +16 -0
- package/dist-cjs/index.js +879 -101
- package/dist-es/QConnect.js +4 -0
- package/dist-es/commands/ListSpansCommand.js +16 -0
- package/dist-es/commands/RetrieveCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/enums.js +61 -12
- package/dist-es/models/errors.js +12 -0
- package/dist-es/pagination/ListSpansPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +774 -90
- package/dist-types/QConnect.d.ts +14 -0
- package/dist-types/QConnectClient.d.ts +4 -2
- package/dist-types/commands/CreateAIAgentCommand.d.ts +126 -0
- package/dist-types/commands/CreateAIAgentVersionCommand.d.ts +63 -0
- package/dist-types/commands/CreateAIPromptCommand.d.ts +16 -0
- package/dist-types/commands/CreateAIPromptVersionCommand.d.ts +8 -0
- package/dist-types/commands/CreateAssistantAssociationCommand.d.ts +8 -0
- package/dist-types/commands/CreateAssistantCommand.d.ts +6 -0
- package/dist-types/commands/CreateSessionCommand.d.ts +14 -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/GetAIAgentCommand.d.ts +63 -0
- package/dist-types/commands/GetAIPromptCommand.d.ts +8 -0
- package/dist-types/commands/GetAssistantAssociationCommand.d.ts +4 -0
- package/dist-types/commands/GetAssistantCommand.d.ts +6 -0
- 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 +1 -1
- package/dist-types/commands/GetNextMessageCommand.d.ts +26 -0
- package/dist-types/commands/GetQuickResponseCommand.d.ts +1 -1
- package/dist-types/commands/GetRecommendationsCommand.d.ts +39 -0
- package/dist-types/commands/GetSessionCommand.d.ts +6 -0
- package/dist-types/commands/ListAIAgentVersionsCommand.d.ts +63 -0
- package/dist-types/commands/ListAIAgentsCommand.d.ts +63 -0
- package/dist-types/commands/ListAssistantAssociationsCommand.d.ts +4 -0
- package/dist-types/commands/ListAssistantsCommand.d.ts +6 -0
- 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 +1 -1
- package/dist-types/commands/ListMessageTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListMessagesCommand.d.ts +23 -0
- package/dist-types/commands/ListSpansCommand.d.ts +207 -0
- package/dist-types/commands/QueryAssistantCommand.d.ts +41 -0
- package/dist-types/commands/RemoveAssistantAIAgentCommand.d.ts +1 -0
- package/dist-types/commands/RenderMessageTemplateCommand.d.ts +1 -2
- package/dist-types/commands/RetrieveCommand.d.ts +168 -0
- package/dist-types/commands/SendMessageCommand.d.ts +37 -1
- package/dist-types/commands/UpdateAIAgentCommand.d.ts +126 -0
- package/dist-types/commands/UpdateAIPromptCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAssistantAIAgentCommand.d.ts +12 -0
- package/dist-types/commands/UpdateSessionCommand.d.ts +13 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/enums.d.ts +110 -21
- package/dist-types/models/errors.d.ts +13 -1
- package/dist-types/models/models_0.d.ts +996 -723
- package/dist-types/models/models_1.d.ts +1563 -48
- package/dist-types/pagination/ListSpansPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +64 -0
- package/dist-types/ts3.4/QConnect.d.ts +34 -0
- package/dist-types/ts3.4/QConnectClient.d.ts +12 -0
- 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/ListSpansCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/RenderMessageTemplateCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/RetrieveCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/enums.d.ts +71 -15
- package/dist-types/ts3.4/models/errors.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +354 -172
- package/dist-types/ts3.4/models/models_1.d.ts +663 -2
- package/dist-types/ts3.4/pagination/ListSpansPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +64 -0
- package/package.json +5 -5
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
const _A = "Annotation";
|
|
1
2
|
const _AA = "AgentAttributes";
|
|
2
3
|
const _AAD = "AssistantAssociationData";
|
|
3
4
|
const _AAID = "AssistantAssociationInputData";
|
|
@@ -23,6 +24,7 @@ const _AIAVS = "AIAgentVersionSummary";
|
|
|
23
24
|
const _AIAVSL = "AIAgentVersionSummariesList";
|
|
24
25
|
const _AIC = "AppIntegrationsConfiguration";
|
|
25
26
|
const _AICs = "AssistantIntegrationConfiguration";
|
|
27
|
+
const _AIGA = "AIGuardrailAssessment";
|
|
26
28
|
const _AIGBM = "AIGuardrailBlockedMessaging";
|
|
27
29
|
const _AIGCGPC = "AIGuardrailContextualGroundingPolicyConfig";
|
|
28
30
|
const _AIGCPC = "AIGuardrailContentPolicyConfig";
|
|
@@ -36,6 +38,7 @@ const _AIGVS = "AIGuardrailVersionSummary";
|
|
|
36
38
|
const _AIGVSL = "AIGuardrailVersionSummariesList";
|
|
37
39
|
const _AIGWPC = "AIGuardrailWordPolicyConfig";
|
|
38
40
|
const _AIPD = "AIPromptData";
|
|
41
|
+
const _AIPIC = "AIPromptInferenceConfiguration";
|
|
39
42
|
const _AIPS = "AIPromptSummary";
|
|
40
43
|
const _AIPSL = "AIPromptSummaryList";
|
|
41
44
|
const _AIPTC = "AIPromptTemplateConfiguration";
|
|
@@ -111,6 +114,9 @@ const _CQRR = "CreateQuickResponseRequest";
|
|
|
111
114
|
const _CQRRr = "CreateQuickResponseResponse";
|
|
112
115
|
const _CR = "ContentReference";
|
|
113
116
|
const _CS = "CitationSpan";
|
|
117
|
+
const _CSAIAC = "CaseSummarizationAIAgentConfiguration";
|
|
118
|
+
const _CSCDD = "CaseSummarizationChunkDataDetails";
|
|
119
|
+
const _CSID = "CaseSummarizationInputData";
|
|
114
120
|
const _CSL = "ContentSummaryList";
|
|
115
121
|
const _CSR = "CreateSessionRequest";
|
|
116
122
|
const _CSRr = "CreateSessionResponse";
|
|
@@ -118,6 +124,8 @@ const _CSo = "ContentSummary";
|
|
|
118
124
|
const _CSon = "ConversationState";
|
|
119
125
|
const _CSr = "CreateSession";
|
|
120
126
|
const _Ch = "Channels";
|
|
127
|
+
const _Ci = "Citation";
|
|
128
|
+
const _Cit = "Citations";
|
|
121
129
|
const _Co = "Configuration";
|
|
122
130
|
const _D = "Document";
|
|
123
131
|
const _DA = "DeleteAssistant";
|
|
@@ -174,6 +182,7 @@ const _DR = "DataReference";
|
|
|
174
182
|
const _DS = "DataSummary";
|
|
175
183
|
const _DSL = "DataSummaryList";
|
|
176
184
|
const _DT = "DocumentText";
|
|
185
|
+
const _EBKBC = "ExternalBedrockKnowledgeBaseConfig";
|
|
177
186
|
const _EGAAIAC = "EmailGenerativeAnswerAIAgentConfiguration";
|
|
178
187
|
const _EGACDD = "EmailGenerativeAnswerChunkDataDetails";
|
|
179
188
|
const _EH = "EmailHeader";
|
|
@@ -188,6 +197,7 @@ const _ERAIAC = "EmailResponseAIAgentConfiguration";
|
|
|
188
197
|
const _ERCDD = "EmailResponseChunkDataDetails";
|
|
189
198
|
const _ESC = "ExternalSourceConfiguration";
|
|
190
199
|
const _F = "Filter";
|
|
200
|
+
const _FA = "FilterAttribute";
|
|
191
201
|
const _FL = "FilterList";
|
|
192
202
|
const _FSCC = "FixedSizeChunkingConfiguration";
|
|
193
203
|
const _GA = "GetAssistant";
|
|
@@ -288,6 +298,7 @@ const _KBAD = "KnowledgeBaseAssociationData";
|
|
|
288
298
|
const _KBD = "KnowledgeBaseData";
|
|
289
299
|
const _KBL = "KnowledgeBaseList";
|
|
290
300
|
const _KBS = "KnowledgeBaseSummary";
|
|
301
|
+
const _KS = "KnowledgeSource";
|
|
291
302
|
const _LA = "ListAssistants";
|
|
292
303
|
const _LAA = "ListAssistantAssociations";
|
|
293
304
|
const _LAAR = "ListAssistantAssociationsRequest";
|
|
@@ -336,6 +347,9 @@ const _LMTVRi = "ListMessageTemplateVersionsResponse";
|
|
|
336
347
|
const _LQR = "ListQuickResponses";
|
|
337
348
|
const _LQRR = "ListQuickResponsesRequest";
|
|
338
349
|
const _LQRRi = "ListQuickResponsesResponse";
|
|
350
|
+
const _LS = "ListSpans";
|
|
351
|
+
const _LSR = "ListSpansRequest";
|
|
352
|
+
const _LSRi = "ListSpansResponse";
|
|
339
353
|
const _LTFR = "ListTagsForResource";
|
|
340
354
|
const _LTFRR = "ListTagsForResourceRequest";
|
|
341
355
|
const _LTFRRi = "ListTagsForResourceResponse";
|
|
@@ -366,8 +380,11 @@ const _MTSE = "MessageTemplateSearchExpression";
|
|
|
366
380
|
const _MTSL = "MessageTemplateSummaryList";
|
|
367
381
|
const _MTSRD = "MessageTemplateSearchResultData";
|
|
368
382
|
const _MTSRL = "MessageTemplateSearchResultsList";
|
|
383
|
+
const _MTTS = "MaxTokensToSample";
|
|
369
384
|
const _MTVS = "MessageTemplateVersionSummary";
|
|
370
385
|
const _MTVSL = "MessageTemplateVersionSummaryList";
|
|
386
|
+
const _NCDD = "NotesChunkDataDetails";
|
|
387
|
+
const _NDD = "NotesDataDetails";
|
|
371
388
|
const _NESS = "NonEmptySensitiveString";
|
|
372
389
|
const _NEUS = "NonEmptyUnlimitedString";
|
|
373
390
|
const _NRR = "NotifyRecommendationsReceived";
|
|
@@ -375,8 +392,13 @@ const _NRRE = "NotifyRecommendationsReceivedError";
|
|
|
375
392
|
const _NRREL = "NotifyRecommendationsReceivedErrorList";
|
|
376
393
|
const _NRRR = "NotifyRecommendationsReceivedRequest";
|
|
377
394
|
const _NRRRo = "NotifyRecommendationsReceivedResponse";
|
|
395
|
+
const _NTAIAC = "NoteTakingAIAgentConfiguration";
|
|
396
|
+
const _OAIAC = "OrchestrationAIAgentConfiguration";
|
|
378
397
|
const _OC = "OrConditions";
|
|
398
|
+
const _OCE = "OrchestratorConfigurationEntry";
|
|
399
|
+
const _OCL = "OrchestratorConfigurationList";
|
|
379
400
|
const _OCr = "OrCondition";
|
|
401
|
+
const _P = "Probability";
|
|
380
402
|
const _PADMMTC = "PushADMMessageTemplateContent";
|
|
381
403
|
const _PAPNSMTC = "PushAPNSMessageTemplateContent";
|
|
382
404
|
const _PBMTC = "PushBaiduMessageTemplateContent";
|
|
@@ -414,13 +436,17 @@ const _QRSRL = "QuickResponseSearchResultsList";
|
|
|
414
436
|
const _QRTD = "QueryRecommendationTriggerData";
|
|
415
437
|
const _QT = "QueryText";
|
|
416
438
|
const _QTID = "QueryTextInputData";
|
|
439
|
+
const _R = "Retrieve";
|
|
417
440
|
const _RAAIA = "RemoveAssistantAIAgent";
|
|
418
441
|
const _RAAIAR = "RemoveAssistantAIAgentRequest";
|
|
419
442
|
const _RAAIARe = "RemoveAssistantAIAgentResponse";
|
|
420
443
|
const _RC = "RenderingConfiguration";
|
|
444
|
+
const _RCe = "RetrievalConfiguration";
|
|
421
445
|
const _RD = "RankingData";
|
|
422
446
|
const _RDe = "RecommendationData";
|
|
423
447
|
const _RDes = "ResultData";
|
|
448
|
+
const _RFC = "RetrievalFilterConfiguration";
|
|
449
|
+
const _RFL = "RetrievalFilterList";
|
|
424
450
|
const _RKBTU = "RemoveKnowledgeBaseTemplateUri";
|
|
425
451
|
const _RKBTUR = "RemoveKnowledgeBaseTemplateUriRequest";
|
|
426
452
|
const _RKBTURe = "RemoveKnowledgeBaseTemplateUriResponse";
|
|
@@ -429,6 +455,10 @@ const _RMT = "RenderMessageTemplate";
|
|
|
429
455
|
const _RMTR = "RenderMessageTemplateRequest";
|
|
430
456
|
const _RMTRe = "RenderMessageTemplateResponse";
|
|
431
457
|
const _RNFE = "ResourceNotFoundException";
|
|
458
|
+
const _RR = "RetrieveRequest";
|
|
459
|
+
const _RRL = "RetrieveResultList";
|
|
460
|
+
const _RRe = "RetrieveResponse";
|
|
461
|
+
const _RRet = "RetrieveResult";
|
|
432
462
|
const _RSD = "RuntimeSessionData";
|
|
433
463
|
const _RSDL = "RuntimeSessionDataList";
|
|
434
464
|
const _RSDV = "RuntimeSessionDataValue";
|
|
@@ -436,16 +466,20 @@ const _RT = "RecommendationTrigger";
|
|
|
436
466
|
const _RTD = "RecommendationTriggerData";
|
|
437
467
|
const _RTE = "RequestTimeoutException";
|
|
438
468
|
const _RTL = "RecommendationTriggerList";
|
|
439
|
-
const
|
|
440
|
-
const
|
|
469
|
+
const _S = "Span";
|
|
470
|
+
const _SA = "SpanAttributes";
|
|
471
|
+
const _SAy = "SystemAttributes";
|
|
472
|
+
const _SC = "SpanCitation";
|
|
441
473
|
const _SCC = "SemanticChunkingConfiguration";
|
|
442
474
|
const _SCDD = "SourceContentDataDetails";
|
|
475
|
+
const _SCL = "SpanCitationList";
|
|
443
476
|
const _SCR = "SearchContentRequest";
|
|
444
477
|
const _SCRe = "SearchContentResponse";
|
|
445
478
|
const _SCU = "StartContentUpload";
|
|
446
479
|
const _SCUR = "StartContentUploadRequest";
|
|
447
480
|
const _SCURt = "StartContentUploadResponse";
|
|
448
481
|
const _SCe = "SearchContent";
|
|
482
|
+
const _SCo = "SourceConfiguration";
|
|
449
483
|
const _SD = "SessionData";
|
|
450
484
|
const _SE = "SearchExpression";
|
|
451
485
|
const _SEA = "SystemEndpointAttributes";
|
|
@@ -453,14 +487,22 @@ const _SIC = "SessionIntegrationConfiguration";
|
|
|
453
487
|
const _SIJ = "StartImportJob";
|
|
454
488
|
const _SIJR = "StartImportJobRequest";
|
|
455
489
|
const _SIJRt = "StartImportJobResponse";
|
|
456
|
-
const
|
|
490
|
+
const _SL = "SpanList";
|
|
491
|
+
const _SM = "SpanMessage";
|
|
492
|
+
const _SMDD = "SuggestedMessageDataDetails";
|
|
493
|
+
const _SML = "SpanMessageList";
|
|
494
|
+
const _SMLu = "SuggestedMessagesList";
|
|
457
495
|
const _SMR = "SendMessageRequest";
|
|
458
496
|
const _SMRe = "SendMessageResponse";
|
|
497
|
+
const _SMRu = "SuggestedMessageReference";
|
|
459
498
|
const _SMSMTC = "SMSMessageTemplateContent";
|
|
460
499
|
const _SMSMTCB = "SMSMessageTemplateContentBody";
|
|
461
500
|
const _SMT = "SearchMessageTemplates";
|
|
462
501
|
const _SMTR = "SearchMessageTemplatesRequest";
|
|
463
502
|
const _SMTRe = "SearchMessageTemplatesResponse";
|
|
503
|
+
const _SMV = "SpanMessageValue";
|
|
504
|
+
const _SMVL = "SpanMessageValueList";
|
|
505
|
+
const _SMe = "SendMessage";
|
|
464
506
|
const _SQEE = "ServiceQuotaExceededException";
|
|
465
507
|
const _SQR = "SearchQuickResponses";
|
|
466
508
|
const _SQRR = "SearchQuickResponsesRequest";
|
|
@@ -475,19 +517,35 @@ const _SSRe = "SearchSessionsResponse";
|
|
|
475
517
|
const _SSe = "SessionSummary";
|
|
476
518
|
const _SSea = "SearchSessions";
|
|
477
519
|
const _SSes = "SessionSummaries";
|
|
520
|
+
const _STRV = "SpanToolResultValue";
|
|
521
|
+
const _STUV = "SpanToolUseValue";
|
|
522
|
+
const _STV = "SpanTextValue";
|
|
478
523
|
const _SU = "SeedUrl";
|
|
479
524
|
const _SUe = "SeedUrls";
|
|
480
525
|
const _TAIP = "TextAIPrompt";
|
|
526
|
+
const _TAIPIC = "TextAIPromptInferenceConfiguration";
|
|
481
527
|
const _TC = "TagCondition";
|
|
528
|
+
const _TCL = "ToolConfigurationList";
|
|
529
|
+
const _TCo = "ToolConfiguration";
|
|
482
530
|
const _TD = "TextData";
|
|
483
531
|
const _TE = "ThrottlingException";
|
|
484
532
|
const _TF = "TagFilter";
|
|
485
533
|
const _TFAIPETC = "TextFullAIPromptEditTemplateConfiguration";
|
|
534
|
+
const _TI = "ToolInstruction";
|
|
535
|
+
const _TK = "TopK";
|
|
486
536
|
const _TM = "TextMessage";
|
|
487
537
|
const _TMTE = "TooManyTagsException";
|
|
538
|
+
const _TOC = "ToolOutputConfiguration";
|
|
539
|
+
const _TOCIV = "ToolOverrideConstantInputValue";
|
|
540
|
+
const _TOF = "ToolOutputFilter";
|
|
541
|
+
const _TOFL = "ToolOutputFilterList";
|
|
542
|
+
const _TOIV = "ToolOverrideInputValue";
|
|
543
|
+
const _TOIVC = "ToolOverrideInputValueConfiguration";
|
|
544
|
+
const _TOIVL = "ToolOverrideInputValueList";
|
|
488
545
|
const _TR = "TagResource";
|
|
489
546
|
const _TRR = "TagResourceRequest";
|
|
490
547
|
const _TRRa = "TagResourceResponse";
|
|
548
|
+
const _TURD = "ToolUseResultData";
|
|
491
549
|
const _U = "Url";
|
|
492
550
|
const _UAAIA = "UpdateAssistantAIAgent";
|
|
493
551
|
const _UAAIAR = "UpdateAssistantAIAgentRequest";
|
|
@@ -502,12 +560,14 @@ const _UAIP = "UpdateAIPrompt";
|
|
|
502
560
|
const _UAIPR = "UpdateAIPromptRequest";
|
|
503
561
|
const _UAIPRp = "UpdateAIPromptResponse";
|
|
504
562
|
const _UC = "UrlConfiguration";
|
|
563
|
+
const _UCE = "UnprocessableContentException";
|
|
505
564
|
const _UCR = "UpdateContentRequest";
|
|
506
565
|
const _UCRp = "UpdateContentResponse";
|
|
507
566
|
const _UCp = "UpdateContent";
|
|
508
567
|
const _UE = "UnauthorizedException";
|
|
509
568
|
const _UFL = "UrlFilterList";
|
|
510
569
|
const _UFP = "UrlFilterPattern";
|
|
570
|
+
const _UIC = "UserInteractionConfiguration";
|
|
511
571
|
const _UKBTU = "UpdateKnowledgeBaseTemplateUri";
|
|
512
572
|
const _UKBTUR = "UpdateKnowledgeBaseTemplateUriRequest";
|
|
513
573
|
const _UKBTURp = "UpdateKnowledgeBaseTemplateUriResponse";
|
|
@@ -542,14 +602,20 @@ const _aAA = "aiAgentArn";
|
|
|
542
602
|
const _aAAs = "assistantAssociationArn";
|
|
543
603
|
const _aAC = "aiAgentConfiguration";
|
|
544
604
|
const _aAI = "aiAgentId";
|
|
605
|
+
const _aAIi = "aiAgentInvoker";
|
|
545
606
|
const _aAIs = "assistantAssociationId";
|
|
607
|
+
const _aAIss = "assistantAssociationIds";
|
|
608
|
+
const _aAN = "aiAgentName";
|
|
609
|
+
const _aAOUC = "aiAgentOrchestratorUseCase";
|
|
546
610
|
const _aAS = "aiAgentSummary";
|
|
547
611
|
const _aASi = "aiAgentSummaries";
|
|
548
612
|
const _aASs = "assistantAssociationSummaries";
|
|
549
613
|
const _aAT = "aiAgentType";
|
|
614
|
+
const _aAV = "aiAgentVersion";
|
|
550
615
|
const _aAVS = "aiAgentVersionSummaries";
|
|
551
616
|
const _aAg = "agentAttributes";
|
|
552
617
|
const _aAi = "aiAgent";
|
|
618
|
+
const _aAn = "andAll";
|
|
553
619
|
const _aAs = "assistantAssociation";
|
|
554
620
|
const _aC = "associationConfigurations";
|
|
555
621
|
const _aCD = "associationConfigurationData";
|
|
@@ -562,6 +628,7 @@ const _aG = "aiGuardrail";
|
|
|
562
628
|
const _aGA = "aiGuardrailArn";
|
|
563
629
|
const _aGAIGI = "answerGenerationAIGuardrailId";
|
|
564
630
|
const _aGAIPI = "answerGenerationAIPromptId";
|
|
631
|
+
const _aGAi = "aiGuardrailAssessment";
|
|
565
632
|
const _aGI = "aiGuardrailId";
|
|
566
633
|
const _aGS = "aiGuardrailSummary";
|
|
567
634
|
const _aGSi = "aiGuardrailSummaries";
|
|
@@ -569,6 +636,7 @@ const _aGVS = "aiGuardrailVersionSummaries";
|
|
|
569
636
|
const _aI = "assistantId";
|
|
570
637
|
const _aIA = "appIntegrationArn";
|
|
571
638
|
const _aId = "additionalInformation";
|
|
639
|
+
const _aIg = "agentId";
|
|
572
640
|
const _aIp = "appIntegrations";
|
|
573
641
|
const _aIs = "associationId";
|
|
574
642
|
const _aIt = "attachmentId";
|
|
@@ -581,6 +649,7 @@ const _aPI = "aiPromptId";
|
|
|
581
649
|
const _aPS = "aiPromptSummary";
|
|
582
650
|
const _aPSi = "aiPromptSummaries";
|
|
583
651
|
const _aPVS = "aiPromptVersionSummaries";
|
|
652
|
+
const _aRA = "accessRoleArn";
|
|
584
653
|
const _aRAIAC = "answerRecommendationAIAgentConfiguration";
|
|
585
654
|
const _aS = "assistantSummaries";
|
|
586
655
|
const _aT = "associationType";
|
|
@@ -593,12 +662,14 @@ const _addr = "address3";
|
|
|
593
662
|
const _addre = "address4";
|
|
594
663
|
const _addres = "address";
|
|
595
664
|
const _adm = "adm";
|
|
665
|
+
const _an = "annotations";
|
|
596
666
|
const _ap = "apns";
|
|
667
|
+
const _ar = "arguments";
|
|
597
668
|
const _as = "assistant";
|
|
598
669
|
const _at = "attachment";
|
|
599
670
|
const _att = "attachments";
|
|
600
671
|
const _attr = "attributes";
|
|
601
|
-
const _b = "
|
|
672
|
+
const _b = "blocked";
|
|
602
673
|
const _bA = "billingAddress1";
|
|
603
674
|
const _bAI = "businessAccountId";
|
|
604
675
|
const _bAi = "billingAddress2";
|
|
@@ -611,6 +682,7 @@ const _bD = "birthDate";
|
|
|
611
682
|
const _bEA = "businessEmailAddress";
|
|
612
683
|
const _bFMC = "bedrockFoundationModelConfiguration";
|
|
613
684
|
const _bIM = "blockedInputMessaging";
|
|
685
|
+
const _bKBA = "bedrockKnowledgeBaseArn";
|
|
614
686
|
const _bN = "businessName";
|
|
615
687
|
const _bOI = "beginOffsetInclusive";
|
|
616
688
|
const _bOM = "blockedOutputsMessaging";
|
|
@@ -622,13 +694,15 @@ const _bR = "botResponse";
|
|
|
622
694
|
const _bS = "billingState";
|
|
623
695
|
const _bSu = "bufferSize";
|
|
624
696
|
const _ba = "baidu";
|
|
697
|
+
const _bo = "body";
|
|
625
698
|
const _c = "client";
|
|
626
|
-
const _cA = "
|
|
699
|
+
const _cA = "caseArn";
|
|
627
700
|
const _cAA = "contentAssociationArn";
|
|
628
701
|
const _cAI = "contentAssociationId";
|
|
629
702
|
const _cAS = "contentAssociationSummaries";
|
|
630
|
-
const _cAo = "
|
|
631
|
-
const _cAon = "
|
|
703
|
+
const _cAo = "contentArn";
|
|
704
|
+
const _cAon = "contentAssociation";
|
|
705
|
+
const _cAont = "contactArn";
|
|
632
706
|
const _cAu = "customAttributes";
|
|
633
707
|
const _cC = "capabilityConfiguration";
|
|
634
708
|
const _cCh = "chunkingConfiguration";
|
|
@@ -640,12 +714,21 @@ const _cE = "customerEndpoint";
|
|
|
640
714
|
const _cF = "contentFeedback";
|
|
641
715
|
const _cGPC = "contextualGroundingPolicyConfig";
|
|
642
716
|
const _cI = "contentId";
|
|
717
|
+
const _cIA = "connectInstanceArn";
|
|
718
|
+
const _cIo = "contactId";
|
|
643
719
|
const _cL = "crawlerLimits";
|
|
644
720
|
const _cPA = "customerProfileAttributes";
|
|
645
721
|
const _cPC = "contentPolicyConfig";
|
|
646
722
|
const _cR = "contentReference";
|
|
723
|
+
const _cRIT = "cacheReadInputTokens";
|
|
724
|
+
const _cRT = "chunkedResponseTerminated";
|
|
647
725
|
const _cS = "chunkingStrategy";
|
|
726
|
+
const _cSAIAC = "caseSummarizationAIAgentConfiguration";
|
|
727
|
+
const _cSAIGI = "caseSummarizationAIGuardrailId";
|
|
728
|
+
const _cSAIPI = "caseSummarizationAIPromptId";
|
|
729
|
+
const _cSCD = "caseSummarizationChunkData";
|
|
648
730
|
const _cSD = "conversationSessionData";
|
|
731
|
+
const _cSID = "caseSummarizationInputData";
|
|
649
732
|
const _cSh = "channelSubtype";
|
|
650
733
|
const _cSi = "citationSpan";
|
|
651
734
|
const _cSo = "contentSummary";
|
|
@@ -654,15 +737,19 @@ const _cSont = "contentSummaries";
|
|
|
654
737
|
const _cT = "contentType";
|
|
655
738
|
const _cTF = "contentTagFilter";
|
|
656
739
|
const _cTl = "clientToken";
|
|
740
|
+
const _cTo = "contentText";
|
|
657
741
|
const _cTr = "createdTime";
|
|
742
|
+
const _cWIT = "cacheWriteInputTokens";
|
|
658
743
|
const _ch = "channels";
|
|
659
744
|
const _cha = "channel";
|
|
660
745
|
const _ci = "city";
|
|
746
|
+
const _cit = "citations";
|
|
661
747
|
const _co = "configuration";
|
|
662
748
|
const _com = "completion";
|
|
663
749
|
const _comp = "comparator";
|
|
664
750
|
const _compo = "components";
|
|
665
751
|
const _con = "content";
|
|
752
|
+
const _cons = "constant";
|
|
666
753
|
const _cont = "contents";
|
|
667
754
|
const _cou = "county";
|
|
668
755
|
const _coun = "country";
|
|
@@ -670,12 +757,14 @@ const _cr = "criteria";
|
|
|
670
757
|
const _cu = "custom";
|
|
671
758
|
const _d = "description";
|
|
672
759
|
const _dA = "defaultAttributes";
|
|
760
|
+
const _dH = "destructiveHint";
|
|
673
761
|
const _da = "data";
|
|
674
762
|
const _de = "details";
|
|
675
763
|
const _def = "definition";
|
|
676
764
|
const _do = "document";
|
|
677
765
|
const _e = "error";
|
|
678
766
|
const _eA = "emailAddress";
|
|
767
|
+
const _eBKBC = "externalBedrockKnowledgeBaseConfig";
|
|
679
768
|
const _eF = "exclusionFilters";
|
|
680
769
|
const _eGAAIAC = "emailGenerativeAnswerAIAgentConfiguration";
|
|
681
770
|
const _eGAAIPI = "emailGenerativeAnswerAIPromptId";
|
|
@@ -689,7 +778,10 @@ const _eRAIAC = "emailResponseAIAgentConfiguration";
|
|
|
689
778
|
const _eRAIPI = "emailResponseAIPromptId";
|
|
690
779
|
const _eRCD = "emailResponseChunkData";
|
|
691
780
|
const _eSC = "externalSourceConfiguration";
|
|
781
|
+
const _eT = "endTimestamp";
|
|
782
|
+
const _eTr = "errorType";
|
|
692
783
|
const _em = "email";
|
|
784
|
+
const _eq = "equals";
|
|
693
785
|
const _er = "errors";
|
|
694
786
|
const _ex = "excerpt";
|
|
695
787
|
const _exa = "examples";
|
|
@@ -700,15 +792,19 @@ const _fN = "firstName";
|
|
|
700
792
|
const _fRR = "failedRecordReport";
|
|
701
793
|
const _fSCC = "fixedSizeChunkingConfiguration";
|
|
702
794
|
const _fc = "fcm";
|
|
703
|
-
const _fi = "
|
|
795
|
+
const _fi = "filter";
|
|
796
|
+
const _fil = "filters";
|
|
704
797
|
const _g = "gender";
|
|
705
798
|
const _gC = "groupingConfiguration";
|
|
706
799
|
const _gCD = "generativeChunkData";
|
|
707
800
|
const _gCFD = "generativeContentFeedbackData";
|
|
801
|
+
const _gCM = "generateChunkedMessage";
|
|
708
802
|
const _gD = "generativeData";
|
|
709
803
|
const _gFM = "generateFillerMessage";
|
|
710
804
|
const _gI = "generationId";
|
|
711
805
|
const _gR = "generativeReference";
|
|
806
|
+
const _gT = "greaterThan";
|
|
807
|
+
const _gTOE = "greaterThanOrEquals";
|
|
712
808
|
const _h = "highlights";
|
|
713
809
|
const _hCC = "hierarchicalChunkingConfiguration";
|
|
714
810
|
const _hE = "httpError";
|
|
@@ -720,7 +816,10 @@ const _ht = "html";
|
|
|
720
816
|
const _htt = "http";
|
|
721
817
|
const _i = "intent";
|
|
722
818
|
const _iA = "isActive";
|
|
723
|
-
const
|
|
819
|
+
const _iAn = "instanceArn";
|
|
820
|
+
const _iC = "inferenceConfiguration";
|
|
821
|
+
const _iCI = "initialContactId";
|
|
822
|
+
const _iCn = "integrationConfiguration";
|
|
724
823
|
const _iDD = "intentDetectedData";
|
|
725
824
|
const _iF = "inclusionFilters";
|
|
726
825
|
const _iFR = "ingestionFailureReasons";
|
|
@@ -733,12 +832,18 @@ const _iJI = "importJobId";
|
|
|
733
832
|
const _iJS = "importJobSummaries";
|
|
734
833
|
const _iJT = "importJobType";
|
|
735
834
|
const _iLGAIPI = "intentLabelingGenerationAIPromptId";
|
|
835
|
+
const _iM = "inputMessages";
|
|
736
836
|
const _iNE = "includeNoExistence";
|
|
737
837
|
const _iS = "inputStrength";
|
|
738
838
|
const _iSn = "ingestionStatus";
|
|
839
|
+
const _iSnp = "inputSchema";
|
|
739
840
|
const _iT = "inputTranscript";
|
|
740
841
|
const _iU = "imageUrl";
|
|
842
|
+
const _iUCR = "isUserConfirmationRequired";
|
|
741
843
|
const _id = "id";
|
|
844
|
+
const _in = "instruction";
|
|
845
|
+
const _in_ = "in";
|
|
846
|
+
const _jP = "jsonPath";
|
|
742
847
|
const _k = "key";
|
|
743
848
|
const _kB = "knowledgeBase";
|
|
744
849
|
const _kBA = "knowledgeBaseArn";
|
|
@@ -748,13 +853,17 @@ const _kBI = "knowledgeBaseId";
|
|
|
748
853
|
const _kBS = "knowledgeBaseSummaries";
|
|
749
854
|
const _kBT = "knowledgeBaseType";
|
|
750
855
|
const _kKI = "kmsKeyId";
|
|
856
|
+
const _kS = "knowledgeSource";
|
|
751
857
|
const _l = "locale";
|
|
752
858
|
const _lC = "levelConfigurations";
|
|
753
859
|
const _lCMT = "lastContentModificationTime";
|
|
860
|
+
const _lCi = "listContains";
|
|
754
861
|
const _lMB = "lastModifiedBy";
|
|
755
862
|
const _lMT = "lastModifiedTime";
|
|
756
863
|
const _lN = "lastName";
|
|
757
864
|
const _lOU = "linkOutUri";
|
|
865
|
+
const _lT = "lessThan";
|
|
866
|
+
const _lTOE = "lessThanOrEquals";
|
|
758
867
|
const _la = "language";
|
|
759
868
|
const _m = "message";
|
|
760
869
|
const _mA = "modelArn";
|
|
@@ -780,43 +889,73 @@ const _mTA = "messageTemplateArn";
|
|
|
780
889
|
const _mTCS = "messageTemplateContentSha256";
|
|
781
890
|
const _mTI = "messageTemplateId";
|
|
782
891
|
const _mTS = "messageTemplateSummaries";
|
|
892
|
+
const _mTTS = "maxTokensToSample";
|
|
783
893
|
const _mTVS = "messageTemplateVersionSummaries";
|
|
784
894
|
const _mTa = "maxTokens";
|
|
785
895
|
const _mTe = "messageTemplate";
|
|
896
|
+
const _mTes = "messageText";
|
|
786
897
|
const _mU = "mediaUrl";
|
|
787
898
|
const _mWLC = "managedWordListsConfig";
|
|
788
899
|
const _ma = "markdown";
|
|
789
900
|
const _me = "metadata";
|
|
790
901
|
const _mes = "messages";
|
|
791
902
|
const _n = "name";
|
|
903
|
+
const _nCD = "notesChunkData";
|
|
792
904
|
const _nCT = "nextChunkToken";
|
|
905
|
+
const _nD = "notesData";
|
|
906
|
+
const _nE = "notEquals";
|
|
907
|
+
const _nI = "notIn";
|
|
793
908
|
const _nMT = "nextMessageToken";
|
|
909
|
+
const _nOR = "numberOfResults";
|
|
794
910
|
const _nT = "nextToken";
|
|
911
|
+
const _nTAIAC = "noteTakingAIAgentConfiguration";
|
|
912
|
+
const _nTAIGI = "noteTakingAIGuardrailId";
|
|
913
|
+
const _nTAIPI = "noteTakingAIPromptId";
|
|
795
914
|
const _na = "namespace";
|
|
796
915
|
const _o = "origin";
|
|
797
|
-
const
|
|
916
|
+
const _oA = "orAll";
|
|
917
|
+
const _oAIAC = "orchestrationAIAgentConfiguration";
|
|
918
|
+
const _oAIGI = "orchestrationAIGuardrailId";
|
|
919
|
+
const _oAIPI = "orchestrationAIPromptId";
|
|
920
|
+
const _oC = "outputConfiguration";
|
|
921
|
+
const _oCL = "orchestratorConfigurationList";
|
|
922
|
+
const _oCr = "orConditions";
|
|
798
923
|
const _oF = "objectFields";
|
|
924
|
+
const _oFu = "outputFilters";
|
|
925
|
+
const _oIV = "overrideInputValues";
|
|
799
926
|
const _oKBST = "overrideKnowledgeBaseSearchType";
|
|
800
927
|
const _oLOU = "overrideLinkOutUri";
|
|
928
|
+
const _oM = "outputMessages";
|
|
929
|
+
const _oN = "operationName";
|
|
801
930
|
const _oOF = "orderOnField";
|
|
802
931
|
const _oP = "overlapPercentage";
|
|
803
932
|
const _oS = "outputStrength";
|
|
933
|
+
const _oSu = "outputSchema";
|
|
804
934
|
const _oT = "overlapTokens";
|
|
935
|
+
const _oUC = "orchestratorUseCase";
|
|
936
|
+
const _oVNO = "outputVariableNameOverride";
|
|
805
937
|
const _op = "operator";
|
|
806
938
|
const _or = "order";
|
|
807
939
|
const _p = "province";
|
|
940
|
+
const _pA = "promptArn";
|
|
808
941
|
const _pARN = "profileARN";
|
|
809
942
|
const _pC = "postalCode";
|
|
810
943
|
const _pCa = "parsingConfiguration";
|
|
811
944
|
const _pEC = "piiEntitiesConfig";
|
|
812
945
|
const _pI = "profileId";
|
|
946
|
+
const _pIr = "promptId";
|
|
813
947
|
const _pN = "phoneNumber";
|
|
948
|
+
const _pNr = "providerName";
|
|
949
|
+
const _pNro = "promptName";
|
|
814
950
|
const _pP = "parsingPrompt";
|
|
815
951
|
const _pPT = "parsingPromptText";
|
|
816
952
|
const _pS = "parsingStrategy";
|
|
953
|
+
const _pSI = "parentSpanId";
|
|
817
954
|
const _pT = "partyType";
|
|
818
955
|
const _pTl = "plainText";
|
|
956
|
+
const _pTr = "promptType";
|
|
819
957
|
const _pUTTL = "presignedUrlTimeToLive";
|
|
958
|
+
const _pV = "promptVersion";
|
|
820
959
|
const _pa = "pattern";
|
|
821
960
|
const _par = "participant";
|
|
822
961
|
const _pr = "priority";
|
|
@@ -837,21 +976,30 @@ const _rA = "resourceArn";
|
|
|
837
976
|
const _rC = "regexesConfig";
|
|
838
977
|
const _rCa = "rawContent";
|
|
839
978
|
const _rCe = "renderingConfiguration";
|
|
979
|
+
const _rCet = "retrievalConfiguration";
|
|
840
980
|
const _rD = "rankingData";
|
|
841
981
|
const _rDe = "removeDescription";
|
|
982
|
+
const _rFR = "responseFinishReasons";
|
|
842
983
|
const _rGC = "removeGroupingConfiguration";
|
|
843
984
|
const _rI = "revisionId";
|
|
844
985
|
const _rIe = "recommendationId";
|
|
845
986
|
const _rIec = "recommendationIds";
|
|
987
|
+
const _rIeq = "requestId";
|
|
846
988
|
const _rIes = "resultId";
|
|
847
989
|
const _rL = "relevanceLevel";
|
|
848
990
|
const _rLa = "rateLimit";
|
|
991
|
+
const _rM = "requestModel";
|
|
849
992
|
const _rMI = "requestMessageId";
|
|
993
|
+
const _rMT = "requestMaxTokens";
|
|
994
|
+
const _rMe = "responseModel";
|
|
850
995
|
const _rN = "resourceName";
|
|
996
|
+
const _rOCL = "removeOrchestratorConfigurationList";
|
|
851
997
|
const _rOLOU = "removeOverrideLinkOutUri";
|
|
998
|
+
const _rQ = "retrievalQuery";
|
|
852
999
|
const _rS = "relevanceScore";
|
|
853
1000
|
const _rSK = "removeShortcutKey";
|
|
854
1001
|
const _rT = "referenceType";
|
|
1002
|
+
const _rTe = "recommendationType";
|
|
855
1003
|
const _re = "reference";
|
|
856
1004
|
const _rec = "recommendations";
|
|
857
1005
|
const _ref = "references";
|
|
@@ -872,12 +1020,22 @@ const _sCS = "sourceConfigurationSummary";
|
|
|
872
1020
|
const _sCh = "shippingCity";
|
|
873
1021
|
const _sChi = "shippingCounty";
|
|
874
1022
|
const _sChip = "shippingCountry";
|
|
1023
|
+
const _sCt = "stringContains";
|
|
1024
|
+
const _sDN = "sessionDataNamespace";
|
|
875
1025
|
const _sE = "searchExpression";
|
|
876
1026
|
const _sEy = "systemEndpoint";
|
|
877
1027
|
const _sI = "sessionId";
|
|
878
1028
|
const _sIIU = "smallImageIconUrl";
|
|
879
1029
|
const _sIPC = "sensitiveInformationPolicyConfig";
|
|
1030
|
+
const _sIo = "sourceId";
|
|
1031
|
+
const _sIp = "spanId";
|
|
1032
|
+
const _sIy = "systemInstructions";
|
|
880
1033
|
const _sK = "shortcutKey";
|
|
1034
|
+
const _sM = "suggestedMessages";
|
|
1035
|
+
const _sMD = "suggestedMessageData";
|
|
1036
|
+
const _sMR = "suggestedMessageReference";
|
|
1037
|
+
const _sN = "spanName";
|
|
1038
|
+
const _sNe = "sessionName";
|
|
881
1039
|
const _sP = "shippingProvince";
|
|
882
1040
|
const _sPC = "shippingPostalCode";
|
|
883
1041
|
const _sR = "statusReason";
|
|
@@ -889,9 +1047,12 @@ const _sSCH = "selfServiceConversationHistory";
|
|
|
889
1047
|
const _sSEC = "serverSideEncryptionConfiguration";
|
|
890
1048
|
const _sSPPAIPI = "selfServicePreProcessingAIPromptId";
|
|
891
1049
|
const _sSe = "sessionSummaries";
|
|
1050
|
+
const _sT = "spanType";
|
|
1051
|
+
const _sTt = "startTimestamp";
|
|
892
1052
|
const _sU = "seedUrls";
|
|
893
1053
|
const _sURL = "sourceURL";
|
|
894
1054
|
const _sV = "stringValue";
|
|
1055
|
+
const _sW = "startsWith";
|
|
895
1056
|
const _sc = "scope";
|
|
896
1057
|
const _se = "session";
|
|
897
1058
|
const _si = "single";
|
|
@@ -899,26 +1060,39 @@ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.qconnect";
|
|
|
899
1060
|
const _sms = "sms";
|
|
900
1061
|
const _so = "source";
|
|
901
1062
|
const _sou = "sound";
|
|
1063
|
+
const _sp = "spans";
|
|
902
1064
|
const _st = "state";
|
|
903
1065
|
const _su = "subject";
|
|
904
1066
|
const _t = "type";
|
|
1067
|
+
const _tAIPIC = "textAIPromptInferenceConfiguration";
|
|
905
1068
|
const _tC = "topicsConfig";
|
|
906
1069
|
const _tCa = "tagCondition";
|
|
907
1070
|
const _tCe = "templateConfiguration";
|
|
1071
|
+
const _tCo = "toolConfigurations";
|
|
908
1072
|
const _tD = "textData";
|
|
909
1073
|
const _tF = "tagFilter";
|
|
910
1074
|
const _tFAIPETC = "textFullAIPromptEditTemplateConfiguration";
|
|
911
1075
|
const _tI = "targetId";
|
|
912
1076
|
const _tIA = "topicIntegrationArn";
|
|
913
1077
|
const _tIe = "templateId";
|
|
914
|
-
const
|
|
1078
|
+
const _tIo = "toolId";
|
|
1079
|
+
const _tK = "topK";
|
|
1080
|
+
const _tKa = "tagKeys";
|
|
915
1081
|
const _tN = "turnNumber";
|
|
1082
|
+
const _tNo = "toolName";
|
|
1083
|
+
const _tP = "topP";
|
|
916
1084
|
const _tPC = "topicPolicyConfig";
|
|
1085
|
+
const _tR = "toolResult";
|
|
917
1086
|
const _tT = "templateType";
|
|
918
1087
|
const _tTa = "targetType";
|
|
1088
|
+
const _tTo = "toolType";
|
|
919
1089
|
const _tU = "templateUri";
|
|
1090
|
+
const _tUI = "toolUseId";
|
|
1091
|
+
const _tUR = "toolUseResult";
|
|
1092
|
+
const _tUo = "toolUse";
|
|
920
1093
|
const _ta = "tags";
|
|
921
1094
|
const _te = "text";
|
|
1095
|
+
const _tem = "temperature";
|
|
922
1096
|
const _th = "threshold";
|
|
923
1097
|
const _ti = "title";
|
|
924
1098
|
const _tim = "timestamp";
|
|
@@ -927,7 +1101,11 @@ const _u = "url";
|
|
|
927
1101
|
const _uC = "urlConfiguration";
|
|
928
1102
|
const _uE = "urlExpiry";
|
|
929
1103
|
const _uI = "uploadId";
|
|
1104
|
+
const _uIC = "userInteractionConfiguration";
|
|
1105
|
+
const _uIT = "usageInputTokens";
|
|
1106
|
+
const _uOT = "usageOutputTokens";
|
|
930
1107
|
const _uT = "uploadedTime";
|
|
1108
|
+
const _uTT = "usageTotalTokens";
|
|
931
1109
|
const _v = "value";
|
|
932
1110
|
const _vIC = "vectorIngestionConfiguration";
|
|
933
1111
|
const _vN = "versionNumber";
|
|
@@ -940,7 +1118,7 @@ const _wPC = "wordPolicyConfig";
|
|
|
940
1118
|
const _wTS = "waitTimeSeconds";
|
|
941
1119
|
const n0 = "com.amazonaws.qconnect";
|
|
942
1120
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
943
|
-
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, DependencyFailedException as __DependencyFailedException, PreconditionFailedException as __PreconditionFailedException, RequestTimeoutException as __RequestTimeoutException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, TooManyTagsException as __TooManyTagsException, UnauthorizedException as __UnauthorizedException, ValidationException as __ValidationException, } from "../models/errors";
|
|
1121
|
+
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, DependencyFailedException as __DependencyFailedException, PreconditionFailedException as __PreconditionFailedException, RequestTimeoutException as __RequestTimeoutException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, TooManyTagsException as __TooManyTagsException, UnauthorizedException as __UnauthorizedException, UnprocessableContentException as __UnprocessableContentException, ValidationException as __ValidationException, } from "../models/errors";
|
|
944
1122
|
import { QConnectServiceException as __QConnectServiceException } from "../models/QConnectServiceException";
|
|
945
1123
|
export var AIGuardrailBlockedMessaging = [0, n0, _AIGBM, 8, 0];
|
|
946
1124
|
export var AIGuardrailDescription = [0, n0, _AIGD, 8, 0];
|
|
@@ -964,13 +1142,16 @@ export var GuardrailTopicExample = [0, n0, _GTE, 8, 0];
|
|
|
964
1142
|
export var GuardrailTopicName = [0, n0, _GTN, 8, 0];
|
|
965
1143
|
export var GuardrailTopicType = [0, n0, _GTT, 8, 0];
|
|
966
1144
|
export var GuardrailWordText = [0, n0, _GWT, 8, 0];
|
|
1145
|
+
export var MaxTokensToSample = [0, n0, _MTTS, 8, 1];
|
|
967
1146
|
export var MessageTemplateAttributeValue = [0, n0, _MTAV, 8, 0];
|
|
968
1147
|
export var NonEmptySensitiveString = [0, n0, _NESS, 8, 0];
|
|
969
1148
|
export var NonEmptyUnlimitedString = [0, n0, _NEUS, 8, 0];
|
|
1149
|
+
export var Probability = [0, n0, _P, 8, 1];
|
|
970
1150
|
export var QueryText = [0, n0, _QT, 8, 0];
|
|
971
1151
|
export var QuickResponseContent = [0, n0, _QRC, 8, 0];
|
|
972
1152
|
export var SensitiveString = [0, n0, _SS, 8, 0];
|
|
973
1153
|
export var TextAIPrompt = [0, n0, _TAIP, 8, 0];
|
|
1154
|
+
export var TopK = [0, n0, _TK, 8, 1];
|
|
974
1155
|
export var Url = [0, n0, _U, 8, 0];
|
|
975
1156
|
export var UrlFilterPattern = [0, n0, _UFP, 8, 0];
|
|
976
1157
|
export var AccessDeniedException = [
|
|
@@ -1012,7 +1193,7 @@ export var AIAgentData = [
|
|
|
1012
1193
|
_AIAD,
|
|
1013
1194
|
0,
|
|
1014
1195
|
[_aI, _aA, _aAI, _aAA, _n, _t, _co, _mT, _d, _vS, _ta, _o, _s],
|
|
1015
|
-
[0, 0, 0, 0, 0, 0, () => AIAgentConfiguration, 4, 0, 0, 128 | 0, 0, 0],
|
|
1196
|
+
[0, 0, 0, 0, 0, 0, [() => AIAgentConfiguration, 0], 4, 0, 0, 128 | 0, 0, 0],
|
|
1016
1197
|
];
|
|
1017
1198
|
export var AIAgentSummary = [
|
|
1018
1199
|
3,
|
|
@@ -1020,9 +1201,17 @@ export var AIAgentSummary = [
|
|
|
1020
1201
|
_AIAS,
|
|
1021
1202
|
0,
|
|
1022
1203
|
[_n, _aI, _aA, _aAI, _t, _aAA, _mT, _vS, _co, _o, _d, _s, _ta],
|
|
1023
|
-
[0, 0, 0, 0, 0, 0, 4, 0, () => AIAgentConfiguration, 0, 0, 0, 128 | 0],
|
|
1204
|
+
[0, 0, 0, 0, 0, 0, 4, 0, [() => AIAgentConfiguration, 0], 0, 0, 0, 128 | 0],
|
|
1024
1205
|
];
|
|
1025
|
-
export var AIAgentVersionSummary = [
|
|
1206
|
+
export var AIAgentVersionSummary = [
|
|
1207
|
+
3,
|
|
1208
|
+
n0,
|
|
1209
|
+
_AIAVS,
|
|
1210
|
+
0,
|
|
1211
|
+
[_aAS, _vN],
|
|
1212
|
+
[[() => AIAgentSummary, 0], 1],
|
|
1213
|
+
];
|
|
1214
|
+
export var AIGuardrailAssessment = [3, n0, _AIGA, 0, [_b], [2]];
|
|
1026
1215
|
export var AIGuardrailContentPolicyConfig = [
|
|
1027
1216
|
3,
|
|
1028
1217
|
n0,
|
|
@@ -1116,8 +1305,26 @@ export var AIPromptData = [
|
|
|
1116
1305
|
n0,
|
|
1117
1306
|
_AIPD,
|
|
1118
1307
|
0,
|
|
1119
|
-
[_aI, _aA, _aPI, _aPA, _n, _t, _tT, _mI, _aF, _tCe, _mT, _d, _vS, _ta, _o, _s],
|
|
1120
|
-
[
|
|
1308
|
+
[_aI, _aA, _aPI, _aPA, _n, _t, _tT, _mI, _aF, _tCe, _iC, _mT, _d, _vS, _ta, _o, _s],
|
|
1309
|
+
[
|
|
1310
|
+
0,
|
|
1311
|
+
0,
|
|
1312
|
+
0,
|
|
1313
|
+
0,
|
|
1314
|
+
0,
|
|
1315
|
+
0,
|
|
1316
|
+
0,
|
|
1317
|
+
0,
|
|
1318
|
+
0,
|
|
1319
|
+
[() => AIPromptTemplateConfiguration, 0],
|
|
1320
|
+
[() => AIPromptInferenceConfiguration, 0],
|
|
1321
|
+
4,
|
|
1322
|
+
0,
|
|
1323
|
+
0,
|
|
1324
|
+
128 | 0,
|
|
1325
|
+
0,
|
|
1326
|
+
0,
|
|
1327
|
+
],
|
|
1121
1328
|
];
|
|
1122
1329
|
export var AIPromptSummary = [
|
|
1123
1330
|
3,
|
|
@@ -1129,13 +1336,14 @@ export var AIPromptSummary = [
|
|
|
1129
1336
|
];
|
|
1130
1337
|
export var AIPromptVersionSummary = [3, n0, _AIPVS, 0, [_aPS, _vN], [() => AIPromptSummary, 1]];
|
|
1131
1338
|
export var AmazonConnectGuideAssociationData = [3, n0, _ACGAD, 0, [_fI], [0]];
|
|
1339
|
+
export var Annotation = [3, n0, _A, 0, [_ti, _dH], [0, 2]];
|
|
1132
1340
|
export var AnswerRecommendationAIAgentConfiguration = [
|
|
1133
1341
|
3,
|
|
1134
1342
|
n0,
|
|
1135
1343
|
_ARAIAC,
|
|
1136
1344
|
0,
|
|
1137
|
-
[_iLGAIPI, _qRAIPI, _aGAIPI, _aGAIGI, _aC, _l],
|
|
1138
|
-
[0, 0, 0, 0, () => AssociationConfigurationList, 0],
|
|
1345
|
+
[_iLGAIPI, _qRAIPI, _aGAIPI, _aGAIGI, _aC, _l, _sM],
|
|
1346
|
+
[0, 0, 0, 0, () => AssociationConfigurationList, 0, [() => SuggestedMessagesList, 0]],
|
|
1139
1347
|
];
|
|
1140
1348
|
export var AppIntegrationsConfiguration = [3, n0, _AIC, 0, [_aIA, _oF], [0, 64 | 0]];
|
|
1141
1349
|
export var AssistantAssociationData = [
|
|
@@ -1160,7 +1368,7 @@ export var AssistantData = [
|
|
|
1160
1368
|
n0,
|
|
1161
1369
|
_AD,
|
|
1162
1370
|
0,
|
|
1163
|
-
[_aI, _aA, _n, _t, _s, _d, _ta, _sSEC,
|
|
1371
|
+
[_aI, _aA, _n, _t, _s, _d, _ta, _sSEC, _iCn, _cC, _aAC, _oCL],
|
|
1164
1372
|
[
|
|
1165
1373
|
0,
|
|
1166
1374
|
0,
|
|
@@ -1173,6 +1381,7 @@ export var AssistantData = [
|
|
|
1173
1381
|
() => AssistantIntegrationConfiguration,
|
|
1174
1382
|
() => AssistantCapabilityConfiguration,
|
|
1175
1383
|
() => AIAgentConfigurationMap,
|
|
1384
|
+
() => OrchestratorConfigurationList,
|
|
1176
1385
|
],
|
|
1177
1386
|
];
|
|
1178
1387
|
export var AssistantIntegrationConfiguration = [3, n0, _AICs, 0, [_tIA], [0]];
|
|
@@ -1181,7 +1390,7 @@ export var AssistantSummary = [
|
|
|
1181
1390
|
n0,
|
|
1182
1391
|
_AS,
|
|
1183
1392
|
0,
|
|
1184
|
-
[_aI, _aA, _n, _t, _s, _d, _ta, _sSEC,
|
|
1393
|
+
[_aI, _aA, _n, _t, _s, _d, _ta, _sSEC, _iCn, _cC, _aAC, _oCL],
|
|
1185
1394
|
[
|
|
1186
1395
|
0,
|
|
1187
1396
|
0,
|
|
@@ -1194,6 +1403,7 @@ export var AssistantSummary = [
|
|
|
1194
1403
|
() => AssistantIntegrationConfiguration,
|
|
1195
1404
|
() => AssistantCapabilityConfiguration,
|
|
1196
1405
|
() => AIAgentConfigurationMap,
|
|
1406
|
+
() => OrchestratorConfigurationList,
|
|
1197
1407
|
],
|
|
1198
1408
|
];
|
|
1199
1409
|
export var AssociationConfiguration = [
|
|
@@ -1212,6 +1422,16 @@ export var BedrockFoundationModelConfigurationForParsing = [
|
|
|
1212
1422
|
[_mA, _pP],
|
|
1213
1423
|
[0, () => ParsingPrompt],
|
|
1214
1424
|
];
|
|
1425
|
+
export var CaseSummarizationAIAgentConfiguration = [
|
|
1426
|
+
3,
|
|
1427
|
+
n0,
|
|
1428
|
+
_CSAIAC,
|
|
1429
|
+
0,
|
|
1430
|
+
[_cSAIPI, _cSAIGI, _l],
|
|
1431
|
+
[0, 0, 0],
|
|
1432
|
+
];
|
|
1433
|
+
export var CaseSummarizationChunkDataDetails = [3, n0, _CSCDD, 0, [_com, _nCT], [0, 0]];
|
|
1434
|
+
export var CaseSummarizationInputData = [3, n0, _CSID, 0, [_cA], [0]];
|
|
1215
1435
|
export var ChunkingConfiguration = [
|
|
1216
1436
|
3,
|
|
1217
1437
|
n0,
|
|
@@ -1225,6 +1445,14 @@ export var ChunkingConfiguration = [
|
|
|
1225
1445
|
() => SemanticChunkingConfiguration,
|
|
1226
1446
|
],
|
|
1227
1447
|
];
|
|
1448
|
+
export var Citation = [
|
|
1449
|
+
3,
|
|
1450
|
+
n0,
|
|
1451
|
+
_Ci,
|
|
1452
|
+
0,
|
|
1453
|
+
[_cI, _ti, _kBI, _cSi, _sURL, _rT],
|
|
1454
|
+
[0, [() => SensitiveString, 0], 0, () => CitationSpan, [() => SensitiveString, 0], 0],
|
|
1455
|
+
];
|
|
1228
1456
|
export var CitationSpan = [3, n0, _CS, 0, [_bOI, _eOE], [1, 1]];
|
|
1229
1457
|
export var ConflictException = [
|
|
1230
1458
|
-3,
|
|
@@ -1244,7 +1472,7 @@ export var ContentAssociationData = [
|
|
|
1244
1472
|
n0,
|
|
1245
1473
|
_CAD,
|
|
1246
1474
|
0,
|
|
1247
|
-
[_kBI, _kBA, _cI,
|
|
1475
|
+
[_kBI, _kBA, _cI, _cAo, _cAI, _cAA, _aT, _aD, _ta],
|
|
1248
1476
|
[0, 0, 0, 0, 0, 0, 0, () => ContentAssociationContents, 128 | 0],
|
|
1249
1477
|
];
|
|
1250
1478
|
export var ContentAssociationSummary = [
|
|
@@ -1252,7 +1480,7 @@ export var ContentAssociationSummary = [
|
|
|
1252
1480
|
n0,
|
|
1253
1481
|
_CAS,
|
|
1254
1482
|
0,
|
|
1255
|
-
[_kBI, _kBA, _cI,
|
|
1483
|
+
[_kBI, _kBA, _cI, _cAo, _cAI, _cAA, _aT, _aD, _ta],
|
|
1256
1484
|
[0, 0, 0, 0, 0, 0, 0, () => ContentAssociationContents, 128 | 0],
|
|
1257
1485
|
];
|
|
1258
1486
|
export var ContentData = [
|
|
@@ -1260,7 +1488,7 @@ export var ContentData = [
|
|
|
1260
1488
|
n0,
|
|
1261
1489
|
_CD,
|
|
1262
1490
|
0,
|
|
1263
|
-
[
|
|
1491
|
+
[_cAo, _cI, _kBA, _kBI, _n, _rI, _ti, _cT, _s, _me, _ta, _lOU, _u, _uE],
|
|
1264
1492
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 128 | 0, 128 | 0, 0, [() => Url, 0], 7],
|
|
1265
1493
|
];
|
|
1266
1494
|
export var ContentDataDetails = [
|
|
@@ -1276,7 +1504,7 @@ export var ContentReference = [
|
|
|
1276
1504
|
n0,
|
|
1277
1505
|
_CR,
|
|
1278
1506
|
0,
|
|
1279
|
-
[_kBA, _kBI,
|
|
1507
|
+
[_kBA, _kBI, _cAo, _cI, _sURL, _rT],
|
|
1280
1508
|
[0, 0, 0, 0, 0, 0],
|
|
1281
1509
|
];
|
|
1282
1510
|
export var ContentSummary = [
|
|
@@ -1284,7 +1512,7 @@ export var ContentSummary = [
|
|
|
1284
1512
|
n0,
|
|
1285
1513
|
_CSo,
|
|
1286
1514
|
0,
|
|
1287
|
-
[
|
|
1515
|
+
[_cAo, _cI, _kBA, _kBI, _n, _rI, _ti, _cT, _s, _me, _ta],
|
|
1288
1516
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 128 | 0, 128 | 0],
|
|
1289
1517
|
];
|
|
1290
1518
|
export var ConversationContext = [
|
|
@@ -1302,9 +1530,9 @@ export var CreateAIAgentRequest = [
|
|
|
1302
1530
|
_CAIAR,
|
|
1303
1531
|
0,
|
|
1304
1532
|
[_cTl, _aI, _n, _t, _co, _vS, _ta, _d],
|
|
1305
|
-
[[0, 4], [0, 1], 0, 0, () => AIAgentConfiguration, 0, 128 | 0, 0],
|
|
1533
|
+
[[0, 4], [0, 1], 0, 0, [() => AIAgentConfiguration, 0], 0, 128 | 0, 0],
|
|
1306
1534
|
];
|
|
1307
|
-
export var CreateAIAgentResponse = [3, n0, _CAIARr, 0, [_aAi], [() => AIAgentData]];
|
|
1535
|
+
export var CreateAIAgentResponse = [3, n0, _CAIARr, 0, [_aAi], [[() => AIAgentData, 0]]];
|
|
1308
1536
|
export var CreateAIAgentVersionRequest = [
|
|
1309
1537
|
3,
|
|
1310
1538
|
n0,
|
|
@@ -1319,7 +1547,7 @@ export var CreateAIAgentVersionResponse = [
|
|
|
1319
1547
|
_CAIAVRr,
|
|
1320
1548
|
0,
|
|
1321
1549
|
[_aAi, _vN],
|
|
1322
|
-
[() => AIAgentData, 1],
|
|
1550
|
+
[[() => AIAgentData, 0], 1],
|
|
1323
1551
|
];
|
|
1324
1552
|
export var CreateAIGuardrailRequest = [
|
|
1325
1553
|
3,
|
|
@@ -1365,8 +1593,21 @@ export var CreateAIPromptRequest = [
|
|
|
1365
1593
|
n0,
|
|
1366
1594
|
_CAIPR,
|
|
1367
1595
|
0,
|
|
1368
|
-
[_cTl, _aI, _n, _t, _tCe, _vS, _tT, _mI, _aF, _ta, _d],
|
|
1369
|
-
[
|
|
1596
|
+
[_cTl, _aI, _n, _t, _tCe, _vS, _tT, _mI, _aF, _ta, _d, _iC],
|
|
1597
|
+
[
|
|
1598
|
+
[0, 4],
|
|
1599
|
+
[0, 1],
|
|
1600
|
+
0,
|
|
1601
|
+
0,
|
|
1602
|
+
[() => AIPromptTemplateConfiguration, 0],
|
|
1603
|
+
0,
|
|
1604
|
+
0,
|
|
1605
|
+
0,
|
|
1606
|
+
0,
|
|
1607
|
+
128 | 0,
|
|
1608
|
+
0,
|
|
1609
|
+
[() => AIPromptInferenceConfiguration, 0],
|
|
1610
|
+
],
|
|
1370
1611
|
];
|
|
1371
1612
|
export var CreateAIPromptResponse = [3, n0, _CAIPRr, 0, [_aP], [[() => AIPromptData, 0]]];
|
|
1372
1613
|
export var CreateAIPromptVersionRequest = [
|
|
@@ -1423,7 +1664,7 @@ export var CreateContentAssociationResponse = [
|
|
|
1423
1664
|
n0,
|
|
1424
1665
|
_CCARr,
|
|
1425
1666
|
0,
|
|
1426
|
-
[
|
|
1667
|
+
[_cAon],
|
|
1427
1668
|
[() => ContentAssociationData],
|
|
1428
1669
|
];
|
|
1429
1670
|
export var CreateContentRequest = [
|
|
@@ -1466,7 +1707,7 @@ export var CreateMessageTemplateAttachmentRequest = [
|
|
|
1466
1707
|
n0,
|
|
1467
1708
|
_CMTAR,
|
|
1468
1709
|
0,
|
|
1469
|
-
[_kBI, _mTI, _cD, _n,
|
|
1710
|
+
[_kBI, _mTI, _cD, _n, _bo, _cTl],
|
|
1470
1711
|
[[0, 1], [0, 1], 0, [() => AttachmentFileName, 0], [() => NonEmptyUnlimitedString, 0], 0],
|
|
1471
1712
|
];
|
|
1472
1713
|
export var CreateMessageTemplateAttachmentResponse = [
|
|
@@ -1555,8 +1796,19 @@ export var CreateSessionRequest = [
|
|
|
1555
1796
|
n0,
|
|
1556
1797
|
_CSR,
|
|
1557
1798
|
0,
|
|
1558
|
-
[_cTl, _aI, _n, _d, _ta, _tF, _aAC,
|
|
1559
|
-
[
|
|
1799
|
+
[_cTl, _aI, _n, _d, _ta, _tF, _aAC, _cAont, _oCL, _rOCL],
|
|
1800
|
+
[
|
|
1801
|
+
[0, 4],
|
|
1802
|
+
[0, 1],
|
|
1803
|
+
0,
|
|
1804
|
+
0,
|
|
1805
|
+
128 | 0,
|
|
1806
|
+
() => TagFilter,
|
|
1807
|
+
() => AIAgentConfigurationMap,
|
|
1808
|
+
0,
|
|
1809
|
+
() => OrchestratorConfigurationList,
|
|
1810
|
+
2,
|
|
1811
|
+
],
|
|
1560
1812
|
];
|
|
1561
1813
|
export var CreateSessionResponse = [3, n0, _CSRr, 0, [_se], [() => SessionData]];
|
|
1562
1814
|
export var CustomerProfileAttributes = [
|
|
@@ -1917,7 +2169,7 @@ export var EmailMessageTemplateContent = [
|
|
|
1917
2169
|
n0,
|
|
1918
2170
|
_EMTC,
|
|
1919
2171
|
0,
|
|
1920
|
-
[_su,
|
|
2172
|
+
[_su, _bo, _he],
|
|
1921
2173
|
[
|
|
1922
2174
|
[() => NonEmptyUnlimitedString, 0],
|
|
1923
2175
|
[() => EmailMessageTemplateContentBody, 0],
|
|
@@ -2014,8 +2266,10 @@ export var ExtendedMessageTemplateData = [
|
|
|
2014
2266
|
128 | 0,
|
|
2015
2267
|
],
|
|
2016
2268
|
];
|
|
2269
|
+
export var ExternalBedrockKnowledgeBaseConfig = [3, n0, _EBKBC, 0, [_bKBA, _aRA], [0, 0]];
|
|
2017
2270
|
export var ExternalSourceConfiguration = [3, n0, _ESC, 0, [_so, _co], [0, () => Configuration]];
|
|
2018
2271
|
export var Filter = [3, n0, _F, 0, [_f, _op, _v], [0, 0, 0]];
|
|
2272
|
+
export var FilterAttribute = [3, n0, _FA, 0, [_k, _v], [0, 15]];
|
|
2019
2273
|
export var FixedSizeChunkingConfiguration = [3, n0, _FSCC, 0, [_mTa, _oP], [1, 1]];
|
|
2020
2274
|
export var GenerativeChunkDataDetails = [
|
|
2021
2275
|
3,
|
|
@@ -2046,7 +2300,7 @@ export var GetAIAgentRequest = [
|
|
|
2046
2300
|
[0, 1],
|
|
2047
2301
|
],
|
|
2048
2302
|
];
|
|
2049
|
-
export var GetAIAgentResponse = [3, n0, _GAIARe, 0, [_aAi, _vN], [() => AIAgentData, 1]];
|
|
2303
|
+
export var GetAIAgentResponse = [3, n0, _GAIARe, 0, [_aAi, _vN], [[() => AIAgentData, 0], 1]];
|
|
2050
2304
|
export var GetAIGuardrailRequest = [
|
|
2051
2305
|
3,
|
|
2052
2306
|
n0,
|
|
@@ -2116,7 +2370,7 @@ export var GetContentAssociationResponse = [
|
|
|
2116
2370
|
n0,
|
|
2117
2371
|
_GCARe,
|
|
2118
2372
|
0,
|
|
2119
|
-
[
|
|
2373
|
+
[_cAon],
|
|
2120
2374
|
[() => ContentAssociationData],
|
|
2121
2375
|
];
|
|
2122
2376
|
export var GetContentRequest = [
|
|
@@ -2198,8 +2452,8 @@ export var GetNextMessageResponse = [
|
|
|
2198
2452
|
n0,
|
|
2199
2453
|
_GNMRe,
|
|
2200
2454
|
0,
|
|
2201
|
-
[_t, _res, _rMI, _cSon, _nMT, _cSD],
|
|
2202
|
-
[0, [() => MessageOutput, 0], 0, () => ConversationState, 0, [() => RuntimeSessionDataList, 0]],
|
|
2455
|
+
[_t, _res, _rMI, _cSon, _nMT, _cSD, _cRT],
|
|
2456
|
+
[0, [() => MessageOutput, 0], 0, () => ConversationState, 0, [() => RuntimeSessionDataList, 0], 2],
|
|
2203
2457
|
];
|
|
2204
2458
|
export var GetQuickResponseRequest = [
|
|
2205
2459
|
3,
|
|
@@ -2218,7 +2472,7 @@ export var GetRecommendationsRequest = [
|
|
|
2218
2472
|
n0,
|
|
2219
2473
|
_GRR,
|
|
2220
2474
|
0,
|
|
2221
|
-
[_aI, _sI, _mR, _wTS, _nCT],
|
|
2475
|
+
[_aI, _sI, _mR, _wTS, _nCT, _rTe],
|
|
2222
2476
|
[
|
|
2223
2477
|
[0, 1],
|
|
2224
2478
|
[0, 1],
|
|
@@ -2240,6 +2494,12 @@ export var GetRecommendationsRequest = [
|
|
|
2240
2494
|
[_hQ]: _nCT,
|
|
2241
2495
|
},
|
|
2242
2496
|
],
|
|
2497
|
+
[
|
|
2498
|
+
0,
|
|
2499
|
+
{
|
|
2500
|
+
[_hQ]: _rTe,
|
|
2501
|
+
},
|
|
2502
|
+
],
|
|
2243
2503
|
],
|
|
2244
2504
|
];
|
|
2245
2505
|
export var GetRecommendationsResponse = [
|
|
@@ -2376,8 +2636,8 @@ export var IntentDetectedDataDetails = [
|
|
|
2376
2636
|
n0,
|
|
2377
2637
|
_IDDD,
|
|
2378
2638
|
0,
|
|
2379
|
-
[_i, _iIn],
|
|
2380
|
-
[[() => SensitiveString, 0], 0],
|
|
2639
|
+
[_i, _iIn, _rL],
|
|
2640
|
+
[[() => SensitiveString, 0], 0, 0],
|
|
2381
2641
|
];
|
|
2382
2642
|
export var IntentInputData = [3, n0, _IID, 0, [_iIn], [0]];
|
|
2383
2643
|
export var KnowledgeBaseAssociationConfigurationData = [
|
|
@@ -2466,7 +2726,7 @@ export var ListAIAgentsResponse = [
|
|
|
2466
2726
|
_LAIARi,
|
|
2467
2727
|
0,
|
|
2468
2728
|
[_aASi, _nT],
|
|
2469
|
-
[() => AIAgentSummaryList, 0],
|
|
2729
|
+
[[() => AIAgentSummaryList, 0], 0],
|
|
2470
2730
|
];
|
|
2471
2731
|
export var ListAIAgentVersionsRequest = [
|
|
2472
2732
|
3,
|
|
@@ -2503,7 +2763,7 @@ export var ListAIAgentVersionsResponse = [
|
|
|
2503
2763
|
_LAIAVRi,
|
|
2504
2764
|
0,
|
|
2505
2765
|
[_aAVS, _nT],
|
|
2506
|
-
[() => AIAgentVersionSummariesList, 0],
|
|
2766
|
+
[[() => AIAgentVersionSummariesList, 0], 0],
|
|
2507
2767
|
];
|
|
2508
2768
|
export var ListAIGuardrailsRequest = [
|
|
2509
2769
|
3,
|
|
@@ -2809,7 +3069,7 @@ export var ListMessagesRequest = [
|
|
|
2809
3069
|
n0,
|
|
2810
3070
|
_LMR,
|
|
2811
3071
|
0,
|
|
2812
|
-
[_aI, _sI, _nT, _mR],
|
|
3072
|
+
[_aI, _sI, _nT, _mR, _fi],
|
|
2813
3073
|
[
|
|
2814
3074
|
[0, 1],
|
|
2815
3075
|
[0, 1],
|
|
@@ -2825,6 +3085,12 @@ export var ListMessagesRequest = [
|
|
|
2825
3085
|
[_hQ]: _mR,
|
|
2826
3086
|
},
|
|
2827
3087
|
],
|
|
3088
|
+
[
|
|
3089
|
+
0,
|
|
3090
|
+
{
|
|
3091
|
+
[_hQ]: _fi,
|
|
3092
|
+
},
|
|
3093
|
+
],
|
|
2828
3094
|
],
|
|
2829
3095
|
];
|
|
2830
3096
|
export var ListMessagesResponse = [3, n0, _LMRi, 0, [_mes, _nT], [[() => MessageList, 0], 0]];
|
|
@@ -2919,6 +3185,30 @@ export var ListQuickResponsesResponse = [
|
|
|
2919
3185
|
[_qRS, _nT],
|
|
2920
3186
|
[[() => QuickResponseSummaryList, 0], 0],
|
|
2921
3187
|
];
|
|
3188
|
+
export var ListSpansRequest = [
|
|
3189
|
+
3,
|
|
3190
|
+
n0,
|
|
3191
|
+
_LSR,
|
|
3192
|
+
0,
|
|
3193
|
+
[_aI, _sI, _nT, _mR],
|
|
3194
|
+
[
|
|
3195
|
+
[0, 1],
|
|
3196
|
+
[0, 1],
|
|
3197
|
+
[
|
|
3198
|
+
0,
|
|
3199
|
+
{
|
|
3200
|
+
[_hQ]: _nT,
|
|
3201
|
+
},
|
|
3202
|
+
],
|
|
3203
|
+
[
|
|
3204
|
+
1,
|
|
3205
|
+
{
|
|
3206
|
+
[_hQ]: _mR,
|
|
3207
|
+
},
|
|
3208
|
+
],
|
|
3209
|
+
],
|
|
3210
|
+
];
|
|
3211
|
+
export var ListSpansResponse = [3, n0, _LSRi, 0, [_sp, _nT], [[() => SpanList, 0], 0]];
|
|
2922
3212
|
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
2923
3213
|
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
|
|
2924
3214
|
export var ManualSearchAIAgentConfiguration = [
|
|
@@ -2929,7 +3219,7 @@ export var ManualSearchAIAgentConfiguration = [
|
|
|
2929
3219
|
[_aGAIPI, _aGAIGI, _aC, _l],
|
|
2930
3220
|
[0, 0, () => AssociationConfigurationList, 0],
|
|
2931
3221
|
];
|
|
2932
|
-
export var MessageConfiguration = [3, n0, _MC, 0, [_gFM], [2]];
|
|
3222
|
+
export var MessageConfiguration = [3, n0, _MC, 0, [_gFM, _gCM], [2, 2]];
|
|
2933
3223
|
export var MessageInput = [3, n0, _MI, 0, [_v], [[() => MessageData, 0]]];
|
|
2934
3224
|
export var MessageOutput = [
|
|
2935
3225
|
3,
|
|
@@ -3010,7 +3300,7 @@ export var MessageTemplateSearchExpression = [
|
|
|
3010
3300
|
n0,
|
|
3011
3301
|
_MTSE,
|
|
3012
3302
|
0,
|
|
3013
|
-
[_q,
|
|
3303
|
+
[_q, _fil, _oOF],
|
|
3014
3304
|
[() => MessageTemplateQueryFieldList, () => MessageTemplateFilterFieldList, () => MessageTemplateOrderField],
|
|
3015
3305
|
];
|
|
3016
3306
|
export var MessageTemplateSearchResultData = [
|
|
@@ -3055,6 +3345,23 @@ export var MessageTemplateVersionSummary = [
|
|
|
3055
3345
|
[_mTA, _mTI, _kBA, _kBI, _n, _cha, _cSh, _iA, _vN],
|
|
3056
3346
|
[0, 0, 0, 0, 0, [() => Channel, 0], 0, 2, 1],
|
|
3057
3347
|
];
|
|
3348
|
+
export var NotesChunkDataDetails = [
|
|
3349
|
+
3,
|
|
3350
|
+
n0,
|
|
3351
|
+
_NCDD,
|
|
3352
|
+
0,
|
|
3353
|
+
[_com, _nCT],
|
|
3354
|
+
[[() => NonEmptySensitiveString, 0], 0],
|
|
3355
|
+
];
|
|
3356
|
+
export var NotesDataDetails = [3, n0, _NDD, 0, [_com], [[() => NonEmptySensitiveString, 0]]];
|
|
3357
|
+
export var NoteTakingAIAgentConfiguration = [
|
|
3358
|
+
3,
|
|
3359
|
+
n0,
|
|
3360
|
+
_NTAIAC,
|
|
3361
|
+
0,
|
|
3362
|
+
[_nTAIPI, _nTAIGI, _l],
|
|
3363
|
+
[0, 0, 0],
|
|
3364
|
+
];
|
|
3058
3365
|
export var NotifyRecommendationsReceivedError = [3, n0, _NRRE, 0, [_rIe, _m], [0, 0]];
|
|
3059
3366
|
export var NotifyRecommendationsReceivedRequest = [
|
|
3060
3367
|
3,
|
|
@@ -3072,6 +3379,15 @@ export var NotifyRecommendationsReceivedResponse = [
|
|
|
3072
3379
|
[_rIec, _er],
|
|
3073
3380
|
[64 | 0, () => NotifyRecommendationsReceivedErrorList],
|
|
3074
3381
|
];
|
|
3382
|
+
export var OrchestrationAIAgentConfiguration = [
|
|
3383
|
+
3,
|
|
3384
|
+
n0,
|
|
3385
|
+
_OAIAC,
|
|
3386
|
+
0,
|
|
3387
|
+
[_oAIPI, _oAIGI, _tCo, _cIA, _l],
|
|
3388
|
+
[0, 0, [() => ToolConfigurationList, 0], 0, 0],
|
|
3389
|
+
];
|
|
3390
|
+
export var OrchestratorConfigurationEntry = [3, n0, _OCE, 0, [_aAI, _oUC], [0, 0]];
|
|
3075
3391
|
export var ParsingConfiguration = [
|
|
3076
3392
|
3,
|
|
3077
3393
|
n0,
|
|
@@ -3098,7 +3414,7 @@ export var PushADMMessageTemplateContent = [
|
|
|
3098
3414
|
n0,
|
|
3099
3415
|
_PADMMTC,
|
|
3100
3416
|
0,
|
|
3101
|
-
[_ti,
|
|
3417
|
+
[_ti, _bo, _ac, _sou, _u, _iU, _iIU, _sIIU, _rCa],
|
|
3102
3418
|
[
|
|
3103
3419
|
[() => NonEmptyUnlimitedString, 0],
|
|
3104
3420
|
[() => MessageTemplateBodyContentProvider, 0],
|
|
@@ -3116,7 +3432,7 @@ export var PushAPNSMessageTemplateContent = [
|
|
|
3116
3432
|
n0,
|
|
3117
3433
|
_PAPNSMTC,
|
|
3118
3434
|
0,
|
|
3119
|
-
[_ti,
|
|
3435
|
+
[_ti, _bo, _ac, _sou, _u, _mU, _rCa],
|
|
3120
3436
|
[
|
|
3121
3437
|
[() => NonEmptyUnlimitedString, 0],
|
|
3122
3438
|
[() => MessageTemplateBodyContentProvider, 0],
|
|
@@ -3132,7 +3448,7 @@ export var PushBaiduMessageTemplateContent = [
|
|
|
3132
3448
|
n0,
|
|
3133
3449
|
_PBMTC,
|
|
3134
3450
|
0,
|
|
3135
|
-
[_ti,
|
|
3451
|
+
[_ti, _bo, _ac, _sou, _u, _iU, _iIU, _sIIU, _rCa],
|
|
3136
3452
|
[
|
|
3137
3453
|
[() => NonEmptyUnlimitedString, 0],
|
|
3138
3454
|
[() => MessageTemplateBodyContentProvider, 0],
|
|
@@ -3150,7 +3466,7 @@ export var PushFCMMessageTemplateContent = [
|
|
|
3150
3466
|
n0,
|
|
3151
3467
|
_PFCMMTC,
|
|
3152
3468
|
0,
|
|
3153
|
-
[_ti,
|
|
3469
|
+
[_ti, _bo, _ac, _sou, _u, _iU, _iIU, _sIIU, _rCa],
|
|
3154
3470
|
[
|
|
3155
3471
|
[() => NonEmptyUnlimitedString, 0],
|
|
3156
3472
|
[() => MessageTemplateBodyContentProvider, 0],
|
|
@@ -3264,7 +3580,7 @@ export var QuickResponseSearchExpression = [
|
|
|
3264
3580
|
n0,
|
|
3265
3581
|
_QRSE,
|
|
3266
3582
|
0,
|
|
3267
|
-
[_q,
|
|
3583
|
+
[_q, _fil, _oOF],
|
|
3268
3584
|
[() => QuickResponseQueryFieldList, () => QuickResponseFilterFieldList, () => QuickResponseOrderField],
|
|
3269
3585
|
];
|
|
3270
3586
|
export var QuickResponseSearchResultData = [
|
|
@@ -3326,7 +3642,7 @@ export var RemoveAssistantAIAgentRequest = [
|
|
|
3326
3642
|
n0,
|
|
3327
3643
|
_RAAIAR,
|
|
3328
3644
|
0,
|
|
3329
|
-
[_aI, _aAT],
|
|
3645
|
+
[_aI, _aAT, _oUC],
|
|
3330
3646
|
[
|
|
3331
3647
|
[0, 1],
|
|
3332
3648
|
[
|
|
@@ -3335,6 +3651,12 @@ export var RemoveAssistantAIAgentRequest = [
|
|
|
3335
3651
|
[_hQ]: _aAT,
|
|
3336
3652
|
},
|
|
3337
3653
|
],
|
|
3654
|
+
[
|
|
3655
|
+
0,
|
|
3656
|
+
{
|
|
3657
|
+
[_hQ]: _oUC,
|
|
3658
|
+
},
|
|
3659
|
+
],
|
|
3338
3660
|
],
|
|
3339
3661
|
];
|
|
3340
3662
|
export var RemoveAssistantAIAgentResponse = [3, n0, _RAAIARe, 0, [], []];
|
|
@@ -3398,6 +3720,31 @@ export var ResultData = [
|
|
|
3398
3720
|
[_rIes, _do, _rS, _da, _t],
|
|
3399
3721
|
[0, [() => Document, 0], 1, [() => DataSummary, 0], 0],
|
|
3400
3722
|
];
|
|
3723
|
+
export var RetrievalConfiguration = [
|
|
3724
|
+
3,
|
|
3725
|
+
n0,
|
|
3726
|
+
_RCe,
|
|
3727
|
+
0,
|
|
3728
|
+
[_kS, _fi, _nOR, _oKBST],
|
|
3729
|
+
[() => KnowledgeSource, () => RetrievalFilterConfiguration, 1, 0],
|
|
3730
|
+
];
|
|
3731
|
+
export var RetrieveRequest = [
|
|
3732
|
+
3,
|
|
3733
|
+
n0,
|
|
3734
|
+
_RR,
|
|
3735
|
+
0,
|
|
3736
|
+
[_aI, _rCet, _rQ],
|
|
3737
|
+
[[0, 1], () => RetrievalConfiguration, [() => NonEmptySensitiveString, 0]],
|
|
3738
|
+
];
|
|
3739
|
+
export var RetrieveResponse = [3, n0, _RRe, 0, [_resu], [[() => RetrieveResultList, 0]]];
|
|
3740
|
+
export var RetrieveResult = [
|
|
3741
|
+
3,
|
|
3742
|
+
n0,
|
|
3743
|
+
_RRet,
|
|
3744
|
+
0,
|
|
3745
|
+
[_aIs, _sIo, _rT, _cTo],
|
|
3746
|
+
[0, [() => SensitiveString, 0], 0, [() => SensitiveString, 0]],
|
|
3747
|
+
];
|
|
3401
3748
|
export var RuntimeSessionData = [
|
|
3402
3749
|
3,
|
|
3403
3750
|
n0,
|
|
@@ -3440,7 +3787,7 @@ export var SearchContentResponse = [
|
|
|
3440
3787
|
[_cSont, _nT],
|
|
3441
3788
|
[() => ContentSummaryList, 0],
|
|
3442
3789
|
];
|
|
3443
|
-
export var SearchExpression = [3, n0, _SE, 0, [
|
|
3790
|
+
export var SearchExpression = [3, n0, _SE, 0, [_fil], [() => FilterList]];
|
|
3444
3791
|
export var SearchMessageTemplatesRequest = [
|
|
3445
3792
|
3,
|
|
3446
3793
|
n0,
|
|
@@ -3542,8 +3889,8 @@ export var SelfServiceConversationHistory = [
|
|
|
3542
3889
|
n0,
|
|
3543
3890
|
_SSCH,
|
|
3544
3891
|
0,
|
|
3545
|
-
[_tN, _iT, _bR],
|
|
3546
|
-
[1, [() => SensitiveString, 0], [() => SensitiveString, 0]],
|
|
3892
|
+
[_tN, _iT, _bR, _tim],
|
|
3893
|
+
[1, [() => SensitiveString, 0], [() => SensitiveString, 0], 4],
|
|
3547
3894
|
];
|
|
3548
3895
|
export var SemanticChunkingConfiguration = [3, n0, _SCC, 0, [_mTa, _bSu, _bPT], [1, 1, 1]];
|
|
3549
3896
|
export var SendMessageRequest = [
|
|
@@ -3551,8 +3898,19 @@ export var SendMessageRequest = [
|
|
|
3551
3898
|
n0,
|
|
3552
3899
|
_SMR,
|
|
3553
3900
|
0,
|
|
3554
|
-
[_aI, _sI, _t, _m, _cCo, _co, _cTl],
|
|
3555
|
-
[
|
|
3901
|
+
[_aI, _sI, _t, _m, _aAI, _cCo, _co, _cTl, _oUC, _me],
|
|
3902
|
+
[
|
|
3903
|
+
[0, 1],
|
|
3904
|
+
[0, 1],
|
|
3905
|
+
0,
|
|
3906
|
+
[() => MessageInput, 0],
|
|
3907
|
+
0,
|
|
3908
|
+
[() => ConversationContext, 0],
|
|
3909
|
+
() => MessageConfiguration,
|
|
3910
|
+
[0, 4],
|
|
3911
|
+
0,
|
|
3912
|
+
128 | 0,
|
|
3913
|
+
],
|
|
3556
3914
|
];
|
|
3557
3915
|
export var SendMessageResponse = [
|
|
3558
3916
|
3,
|
|
@@ -3580,8 +3938,19 @@ export var SessionData = [
|
|
|
3580
3938
|
n0,
|
|
3581
3939
|
_SD,
|
|
3582
3940
|
0,
|
|
3583
|
-
[_sAe, _sI, _n, _d, _ta,
|
|
3584
|
-
[
|
|
3941
|
+
[_sAe, _sI, _n, _d, _ta, _iCn, _tF, _aAC, _o, _oCL],
|
|
3942
|
+
[
|
|
3943
|
+
0,
|
|
3944
|
+
0,
|
|
3945
|
+
0,
|
|
3946
|
+
0,
|
|
3947
|
+
128 | 0,
|
|
3948
|
+
() => SessionIntegrationConfiguration,
|
|
3949
|
+
() => TagFilter,
|
|
3950
|
+
() => AIAgentConfigurationMap,
|
|
3951
|
+
0,
|
|
3952
|
+
() => OrchestratorConfigurationList,
|
|
3953
|
+
],
|
|
3585
3954
|
];
|
|
3586
3955
|
export var SessionIntegrationConfiguration = [3, n0, _SIC, 0, [_tIA], [0]];
|
|
3587
3956
|
export var SessionSummary = [3, n0, _SSe, 0, [_sI, _sAe, _aI, _aA], [0, 0, 0, 0]];
|
|
@@ -3590,7 +3959,7 @@ export var SMSMessageTemplateContent = [
|
|
|
3590
3959
|
n0,
|
|
3591
3960
|
_SMSMTC,
|
|
3592
3961
|
0,
|
|
3593
|
-
[
|
|
3962
|
+
[_bo],
|
|
3594
3963
|
[[() => SMSMessageTemplateContentBody, 0]],
|
|
3595
3964
|
];
|
|
3596
3965
|
export var SMSMessageTemplateContentBody = [
|
|
@@ -3609,6 +3978,125 @@ export var SourceContentDataDetails = [
|
|
|
3609
3978
|
[_id, _t, _tD, _rD, _cSi],
|
|
3610
3979
|
[0, 0, [() => TextData, 0], () => RankingData, () => CitationSpan],
|
|
3611
3980
|
];
|
|
3981
|
+
export var Span = [
|
|
3982
|
+
3,
|
|
3983
|
+
n0,
|
|
3984
|
+
_S,
|
|
3985
|
+
0,
|
|
3986
|
+
[_sIp, _aI, _sI, _pSI, _sN, _sT, _sTt, _eT, _s, _rIeq, _attr],
|
|
3987
|
+
[0, 0, 0, 0, 0, 0, 4, 4, 0, 0, [() => SpanAttributes, 0]],
|
|
3988
|
+
];
|
|
3989
|
+
export var SpanAttributes = [
|
|
3990
|
+
3,
|
|
3991
|
+
n0,
|
|
3992
|
+
_SA,
|
|
3993
|
+
0,
|
|
3994
|
+
[
|
|
3995
|
+
_oN,
|
|
3996
|
+
_pNr,
|
|
3997
|
+
_eTr,
|
|
3998
|
+
_aIg,
|
|
3999
|
+
_iAn,
|
|
4000
|
+
_cIo,
|
|
4001
|
+
_iCI,
|
|
4002
|
+
_sNe,
|
|
4003
|
+
_aAA,
|
|
4004
|
+
_aAT,
|
|
4005
|
+
_aAN,
|
|
4006
|
+
_aAI,
|
|
4007
|
+
_aAV,
|
|
4008
|
+
_aAIi,
|
|
4009
|
+
_aAOUC,
|
|
4010
|
+
_rM,
|
|
4011
|
+
_rMT,
|
|
4012
|
+
_tem,
|
|
4013
|
+
_tP,
|
|
4014
|
+
_rMe,
|
|
4015
|
+
_rFR,
|
|
4016
|
+
_uIT,
|
|
4017
|
+
_uOT,
|
|
4018
|
+
_uTT,
|
|
4019
|
+
_cRIT,
|
|
4020
|
+
_cWIT,
|
|
4021
|
+
_iM,
|
|
4022
|
+
_oM,
|
|
4023
|
+
_sIy,
|
|
4024
|
+
_pA,
|
|
4025
|
+
_pIr,
|
|
4026
|
+
_pTr,
|
|
4027
|
+
_pNro,
|
|
4028
|
+
_pV,
|
|
4029
|
+
],
|
|
4030
|
+
[
|
|
4031
|
+
0,
|
|
4032
|
+
0,
|
|
4033
|
+
0,
|
|
4034
|
+
0,
|
|
4035
|
+
0,
|
|
4036
|
+
0,
|
|
4037
|
+
0,
|
|
4038
|
+
0,
|
|
4039
|
+
0,
|
|
4040
|
+
0,
|
|
4041
|
+
0,
|
|
4042
|
+
0,
|
|
4043
|
+
1,
|
|
4044
|
+
0,
|
|
4045
|
+
0,
|
|
4046
|
+
0,
|
|
4047
|
+
1,
|
|
4048
|
+
1,
|
|
4049
|
+
1,
|
|
4050
|
+
0,
|
|
4051
|
+
64 | 0,
|
|
4052
|
+
1,
|
|
4053
|
+
1,
|
|
4054
|
+
1,
|
|
4055
|
+
1,
|
|
4056
|
+
1,
|
|
4057
|
+
[() => SpanMessageList, 0],
|
|
4058
|
+
[() => SpanMessageList, 0],
|
|
4059
|
+
[() => SpanMessageValueList, 0],
|
|
4060
|
+
0,
|
|
4061
|
+
0,
|
|
4062
|
+
0,
|
|
4063
|
+
0,
|
|
4064
|
+
1,
|
|
4065
|
+
],
|
|
4066
|
+
];
|
|
4067
|
+
export var SpanCitation = [
|
|
4068
|
+
3,
|
|
4069
|
+
n0,
|
|
4070
|
+
_SC,
|
|
4071
|
+
0,
|
|
4072
|
+
[_cI, _ti, _kBI, _kBA],
|
|
4073
|
+
[0, [() => SensitiveString, 0], 0, 0],
|
|
4074
|
+
];
|
|
4075
|
+
export var SpanMessage = [
|
|
4076
|
+
3,
|
|
4077
|
+
n0,
|
|
4078
|
+
_SM,
|
|
4079
|
+
0,
|
|
4080
|
+
[_mIe, _par, _tim, _va],
|
|
4081
|
+
[0, 0, 4, [() => SpanMessageValueList, 0]],
|
|
4082
|
+
];
|
|
4083
|
+
export var SpanTextValue = [
|
|
4084
|
+
3,
|
|
4085
|
+
n0,
|
|
4086
|
+
_STV,
|
|
4087
|
+
0,
|
|
4088
|
+
[_v, _cit, _aGAi],
|
|
4089
|
+
[[() => NonEmptySensitiveString, 0], [() => SpanCitationList, 0], () => AIGuardrailAssessment],
|
|
4090
|
+
];
|
|
4091
|
+
export var SpanToolResultValue = [
|
|
4092
|
+
3,
|
|
4093
|
+
n0,
|
|
4094
|
+
_STRV,
|
|
4095
|
+
0,
|
|
4096
|
+
[_tUI, _va, _e],
|
|
4097
|
+
[0, [() => SpanMessageValueList, 0], 0],
|
|
4098
|
+
];
|
|
4099
|
+
export var SpanToolUseValue = [3, n0, _STUV, 0, [_tUI, _n, _ar], [0, 0, 15]];
|
|
3612
4100
|
export var StartContentUploadRequest = [3, n0, _SCUR, 0, [_kBI, _cT, _pUTTL], [[0, 1], 0, 1]];
|
|
3613
4101
|
export var StartContentUploadResponse = [
|
|
3614
4102
|
3,
|
|
@@ -3627,10 +4115,19 @@ export var StartImportJobRequest = [
|
|
|
3627
4115
|
[[0, 1], 0, 0, [0, 4], 128 | 0, () => ExternalSourceConfiguration],
|
|
3628
4116
|
];
|
|
3629
4117
|
export var StartImportJobResponse = [3, n0, _SIJRt, 0, [_iJ], [[() => ImportJobData, 0]]];
|
|
4118
|
+
export var SuggestedMessageDataDetails = [
|
|
4119
|
+
3,
|
|
4120
|
+
n0,
|
|
4121
|
+
_SMDD,
|
|
4122
|
+
0,
|
|
4123
|
+
[_mTes],
|
|
4124
|
+
[[() => NonEmptySensitiveString, 0]],
|
|
4125
|
+
];
|
|
4126
|
+
export var SuggestedMessageReference = [3, n0, _SMRu, 0, [_aAI, _aAA], [0, 0]];
|
|
3630
4127
|
export var SystemAttributes = [
|
|
3631
4128
|
3,
|
|
3632
4129
|
n0,
|
|
3633
|
-
|
|
4130
|
+
_SAy,
|
|
3634
4131
|
0,
|
|
3635
4132
|
[_n, _cE, _sEy],
|
|
3636
4133
|
[
|
|
@@ -3650,6 +4147,19 @@ export var SystemEndpointAttributes = [
|
|
|
3650
4147
|
export var TagCondition = [3, n0, _TC, 0, [_k, _v], [0, 0]];
|
|
3651
4148
|
export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _ta], [[0, 1], 128 | 0]];
|
|
3652
4149
|
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
4150
|
+
export var TextAIPromptInferenceConfiguration = [
|
|
4151
|
+
3,
|
|
4152
|
+
n0,
|
|
4153
|
+
_TAIPIC,
|
|
4154
|
+
0,
|
|
4155
|
+
[_tem, _tP, _tK, _mTTS],
|
|
4156
|
+
[
|
|
4157
|
+
[() => Probability, 0],
|
|
4158
|
+
[() => Probability, 0],
|
|
4159
|
+
[() => TopK, 0],
|
|
4160
|
+
[() => MaxTokensToSample, 0],
|
|
4161
|
+
],
|
|
4162
|
+
];
|
|
3653
4163
|
export var TextData = [
|
|
3654
4164
|
3,
|
|
3655
4165
|
n0,
|
|
@@ -3669,7 +4179,14 @@ export var TextFullAIPromptEditTemplateConfiguration = [
|
|
|
3669
4179
|
[_te],
|
|
3670
4180
|
[[() => TextAIPrompt, 0]],
|
|
3671
4181
|
];
|
|
3672
|
-
export var TextMessage = [
|
|
4182
|
+
export var TextMessage = [
|
|
4183
|
+
3,
|
|
4184
|
+
n0,
|
|
4185
|
+
_TM,
|
|
4186
|
+
0,
|
|
4187
|
+
[_v, _cit, _aGAi],
|
|
4188
|
+
[[() => SensitiveString, 0], [() => Citations, 0], () => AIGuardrailAssessment],
|
|
4189
|
+
];
|
|
3673
4190
|
export var ThrottlingException = [
|
|
3674
4191
|
-3,
|
|
3675
4192
|
n0,
|
|
@@ -3682,6 +4199,47 @@ export var ThrottlingException = [
|
|
|
3682
4199
|
[0],
|
|
3683
4200
|
];
|
|
3684
4201
|
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
4202
|
+
export var ToolConfiguration = [
|
|
4203
|
+
3,
|
|
4204
|
+
n0,
|
|
4205
|
+
_TCo,
|
|
4206
|
+
0,
|
|
4207
|
+
[_tNo, _tTo, _ti, _tIo, _d, _in, _oIV, _oFu, _iSnp, _oSu, _an, _uIC],
|
|
4208
|
+
[
|
|
4209
|
+
0,
|
|
4210
|
+
0,
|
|
4211
|
+
0,
|
|
4212
|
+
0,
|
|
4213
|
+
0,
|
|
4214
|
+
() => ToolInstruction,
|
|
4215
|
+
[() => ToolOverrideInputValueList, 0],
|
|
4216
|
+
() => ToolOutputFilterList,
|
|
4217
|
+
15,
|
|
4218
|
+
15,
|
|
4219
|
+
() => Annotation,
|
|
4220
|
+
() => UserInteractionConfiguration,
|
|
4221
|
+
],
|
|
4222
|
+
];
|
|
4223
|
+
export var ToolInstruction = [3, n0, _TI, 0, [_in, _exa], [0, 64 | 0]];
|
|
4224
|
+
export var ToolOutputConfiguration = [3, n0, _TOC, 0, [_oVNO, _sDN], [0, 0]];
|
|
4225
|
+
export var ToolOutputFilter = [3, n0, _TOF, 0, [_jP, _oC], [0, () => ToolOutputConfiguration]];
|
|
4226
|
+
export var ToolOverrideConstantInputValue = [
|
|
4227
|
+
3,
|
|
4228
|
+
n0,
|
|
4229
|
+
_TOCIV,
|
|
4230
|
+
0,
|
|
4231
|
+
[_t, _v],
|
|
4232
|
+
[0, [() => NonEmptySensitiveString, 0]],
|
|
4233
|
+
];
|
|
4234
|
+
export var ToolOverrideInputValue = [
|
|
4235
|
+
3,
|
|
4236
|
+
n0,
|
|
4237
|
+
_TOIV,
|
|
4238
|
+
0,
|
|
4239
|
+
[_jP, _v],
|
|
4240
|
+
[0, [() => ToolOverrideInputValueConfiguration, 0]],
|
|
4241
|
+
];
|
|
4242
|
+
export var ToolUseResultData = [3, n0, _TURD, 0, [_tUI, _tNo, _tR, _iSnp], [0, 0, 15, 15]];
|
|
3685
4243
|
export var TooManyTagsException = [
|
|
3686
4244
|
-3,
|
|
3687
4245
|
n0,
|
|
@@ -3706,18 +4264,30 @@ export var UnauthorizedException = [
|
|
|
3706
4264
|
[0],
|
|
3707
4265
|
];
|
|
3708
4266
|
TypeRegistry.for(n0).registerError(UnauthorizedException, __UnauthorizedException);
|
|
4267
|
+
export var UnprocessableContentException = [
|
|
4268
|
+
-3,
|
|
4269
|
+
n0,
|
|
4270
|
+
_UCE,
|
|
4271
|
+
{
|
|
4272
|
+
[_e]: _c,
|
|
4273
|
+
[_hE]: 422,
|
|
4274
|
+
},
|
|
4275
|
+
[_m],
|
|
4276
|
+
[0],
|
|
4277
|
+
];
|
|
4278
|
+
TypeRegistry.for(n0).registerError(UnprocessableContentException, __UnprocessableContentException);
|
|
3709
4279
|
export var UntagResourceRequest = [
|
|
3710
4280
|
3,
|
|
3711
4281
|
n0,
|
|
3712
4282
|
_URR,
|
|
3713
4283
|
0,
|
|
3714
|
-
[_rA,
|
|
4284
|
+
[_rA, _tKa],
|
|
3715
4285
|
[
|
|
3716
4286
|
[0, 1],
|
|
3717
4287
|
[
|
|
3718
4288
|
64 | 0,
|
|
3719
4289
|
{
|
|
3720
|
-
[_hQ]:
|
|
4290
|
+
[_hQ]: _tKa,
|
|
3721
4291
|
},
|
|
3722
4292
|
],
|
|
3723
4293
|
],
|
|
@@ -3729,9 +4299,9 @@ export var UpdateAIAgentRequest = [
|
|
|
3729
4299
|
_UAIAR,
|
|
3730
4300
|
0,
|
|
3731
4301
|
[_cTl, _aI, _aAI, _vS, _co, _d],
|
|
3732
|
-
[[0, 4], [0, 1], [0, 1], 0, () => AIAgentConfiguration, 0],
|
|
4302
|
+
[[0, 4], [0, 1], [0, 1], 0, [() => AIAgentConfiguration, 0], 0],
|
|
3733
4303
|
];
|
|
3734
|
-
export var UpdateAIAgentResponse = [3, n0, _UAIARp, 0, [_aAi], [() => AIAgentData]];
|
|
4304
|
+
export var UpdateAIAgentResponse = [3, n0, _UAIARp, 0, [_aAi], [[() => AIAgentData, 0]]];
|
|
3735
4305
|
export var UpdateAIGuardrailRequest = [
|
|
3736
4306
|
3,
|
|
3737
4307
|
n0,
|
|
@@ -3759,8 +4329,17 @@ export var UpdateAIPromptRequest = [
|
|
|
3759
4329
|
n0,
|
|
3760
4330
|
_UAIPR,
|
|
3761
4331
|
0,
|
|
3762
|
-
[_cTl, _aI, _aPI, _vS, _tCe, _d, _mI],
|
|
3763
|
-
[
|
|
4332
|
+
[_cTl, _aI, _aPI, _vS, _tCe, _d, _mI, _iC],
|
|
4333
|
+
[
|
|
4334
|
+
[0, 4],
|
|
4335
|
+
[0, 1],
|
|
4336
|
+
[0, 1],
|
|
4337
|
+
0,
|
|
4338
|
+
[() => AIPromptTemplateConfiguration, 0],
|
|
4339
|
+
0,
|
|
4340
|
+
0,
|
|
4341
|
+
[() => AIPromptInferenceConfiguration, 0],
|
|
4342
|
+
],
|
|
3764
4343
|
];
|
|
3765
4344
|
export var UpdateAIPromptResponse = [3, n0, _UAIPRp, 0, [_aP], [[() => AIPromptData, 0]]];
|
|
3766
4345
|
export var UpdateAssistantAIAgentRequest = [
|
|
@@ -3768,8 +4347,8 @@ export var UpdateAssistantAIAgentRequest = [
|
|
|
3768
4347
|
n0,
|
|
3769
4348
|
_UAAIAR,
|
|
3770
4349
|
0,
|
|
3771
|
-
[_aI, _aAT, _co],
|
|
3772
|
-
[[0, 1], 0, () => AIAgentConfigurationData],
|
|
4350
|
+
[_aI, _aAT, _co, _oCL],
|
|
4351
|
+
[[0, 1], 0, () => AIAgentConfigurationData, () => OrchestratorConfigurationList],
|
|
3773
4352
|
];
|
|
3774
4353
|
export var UpdateAssistantAIAgentResponse = [3, n0, _UAAIARp, 0, [_as], [() => AssistantData]];
|
|
3775
4354
|
export var UpdateContentRequest = [
|
|
@@ -3881,11 +4460,12 @@ export var UpdateSessionRequest = [
|
|
|
3881
4460
|
n0,
|
|
3882
4461
|
_USR,
|
|
3883
4462
|
0,
|
|
3884
|
-
[_aI, _sI, _d, _tF, _aAC],
|
|
3885
|
-
[[0, 1], [0, 1], 0, () => TagFilter, () => AIAgentConfigurationMap],
|
|
4463
|
+
[_aI, _sI, _d, _tF, _aAC, _oCL, _rOCL],
|
|
4464
|
+
[[0, 1], [0, 1], 0, () => TagFilter, () => AIAgentConfigurationMap, () => OrchestratorConfigurationList, 2],
|
|
3886
4465
|
];
|
|
3887
4466
|
export var UpdateSessionResponse = [3, n0, _USRp, 0, [_se], [() => SessionData]];
|
|
3888
4467
|
export var UrlConfiguration = [3, n0, _UC, 0, [_sU], [() => SeedUrls]];
|
|
4468
|
+
export var UserInteractionConfiguration = [3, n0, _UIC, 0, [_iUCR], [2]];
|
|
3889
4469
|
export var ValidationException = [
|
|
3890
4470
|
-3,
|
|
3891
4471
|
n0,
|
|
@@ -3934,8 +4514,8 @@ export var WhatsAppMessageTemplateSourceConfigurationSummary = [
|
|
|
3934
4514
|
];
|
|
3935
4515
|
export var QConnectServiceException = [-3, _sm, "QConnectServiceException", 0, [], []];
|
|
3936
4516
|
TypeRegistry.for(_sm).registerError(QConnectServiceException, __QConnectServiceException);
|
|
3937
|
-
export var AIAgentSummaryList = [1, n0, _AIASL, 0, () => AIAgentSummary];
|
|
3938
|
-
export var AIAgentVersionSummariesList = [1, n0, _AIAVSL, 0, () => AIAgentVersionSummary];
|
|
4517
|
+
export var AIAgentSummaryList = [1, n0, _AIASL, 0, [() => AIAgentSummary, 0]];
|
|
4518
|
+
export var AIAgentVersionSummariesList = [1, n0, _AIAVSL, 0, [() => AIAgentVersionSummary, 0]];
|
|
3939
4519
|
export var AIGuardrailSummariesList = [1, n0, _AIGSL, 0, [() => AIGuardrailSummary, 0]];
|
|
3940
4520
|
export var AIGuardrailVersionSummariesList = [
|
|
3941
4521
|
1,
|
|
@@ -3947,10 +4527,12 @@ export var AIGuardrailVersionSummariesList = [
|
|
|
3947
4527
|
export var AIPromptSummaryList = [1, n0, _AIPSL, 0, () => AIPromptSummary];
|
|
3948
4528
|
export var AIPromptVersionSummariesList = [1, n0, _AIPVSL, 0, () => AIPromptVersionSummary];
|
|
3949
4529
|
export var AndConditions = [1, n0, _ACn, 0, () => TagCondition];
|
|
4530
|
+
export var AssistantAssociationIdList = 64 | 0;
|
|
3950
4531
|
export var AssistantAssociationSummaryList = [1, n0, _AASL, 0, () => AssistantAssociationSummary];
|
|
3951
4532
|
export var AssistantList = [1, n0, _AL, 0, () => AssistantSummary];
|
|
3952
4533
|
export var AssociationConfigurationList = [1, n0, _ACL, 0, () => AssociationConfiguration];
|
|
3953
4534
|
export var Channels = [1, n0, _Ch, 0, [() => Channel, 0]];
|
|
4535
|
+
export var Citations = [1, n0, _Cit, 0, [() => Citation, 0]];
|
|
3954
4536
|
export var ContactAttributeKeys = [1, n0, _CAK, 8, 0];
|
|
3955
4537
|
export var ContentAssociationSummaryList = [1, n0, _CASL, 0, () => ContentAssociationSummary];
|
|
3956
4538
|
export var ContentSummaryList = [1, n0, _CSL, 0, () => ContentSummary];
|
|
@@ -4026,6 +4608,7 @@ export var NotifyRecommendationsReceivedErrorList = [
|
|
|
4026
4608
|
() => NotifyRecommendationsReceivedError,
|
|
4027
4609
|
];
|
|
4028
4610
|
export var ObjectFieldsList = 64 | 0;
|
|
4611
|
+
export var OrchestratorConfigurationList = [1, n0, _OCL, 0, () => OrchestratorConfigurationEntry];
|
|
4029
4612
|
export var OrConditions = [1, n0, _OC, 0, () => OrCondition];
|
|
4030
4613
|
export var QueryConditionExpression = [1, n0, _QCE, 0, () => QueryCondition];
|
|
4031
4614
|
export var QueryResultsList = [1, n0, _QRL, 0, [() => ResultData, 0]];
|
|
@@ -4044,6 +4627,8 @@ export var QuickResponseSummaryList = [1, n0, _QRSL, 0, [() => QuickResponseSumm
|
|
|
4044
4627
|
export var RecommendationIdList = 64 | 0;
|
|
4045
4628
|
export var RecommendationList = [1, n0, _RL, 0, [() => RecommendationData, 0]];
|
|
4046
4629
|
export var RecommendationTriggerList = [1, n0, _RTL, 0, [() => RecommendationTrigger, 0]];
|
|
4630
|
+
export var RetrievalFilterList = [1, n0, _RFL, 0, () => RetrievalFilterConfiguration];
|
|
4631
|
+
export var RetrieveResultList = [1, n0, _RRL, 0, [() => RetrieveResult, 0]];
|
|
4047
4632
|
export var RuntimeSessionDataList = [1, n0, _RSDL, 0, [() => RuntimeSessionData, 0]];
|
|
4048
4633
|
export var SeedUrls = [1, n0, _SUe, 0, () => SeedUrl];
|
|
4049
4634
|
export var SelfServiceConversationHistoryList = [
|
|
@@ -4054,7 +4639,17 @@ export var SelfServiceConversationHistoryList = [
|
|
|
4054
4639
|
[() => SelfServiceConversationHistory, 0],
|
|
4055
4640
|
];
|
|
4056
4641
|
export var SessionSummaries = [1, n0, _SSes, 0, () => SessionSummary];
|
|
4642
|
+
export var SpanCitationList = [1, n0, _SCL, 0, [() => SpanCitation, 0]];
|
|
4643
|
+
export var SpanFinishReasonList = 64 | 0;
|
|
4644
|
+
export var SpanList = [1, n0, _SL, 0, [() => Span, 0]];
|
|
4645
|
+
export var SpanMessageList = [1, n0, _SML, 0, [() => SpanMessage, 0]];
|
|
4646
|
+
export var SpanMessageValueList = [1, n0, _SMVL, 0, [() => SpanMessageValue, 0]];
|
|
4647
|
+
export var SuggestedMessagesList = [1, n0, _SMLu, 0, [() => NonEmptySensitiveString, 0]];
|
|
4057
4648
|
export var TagKeyList = 64 | 0;
|
|
4649
|
+
export var ToolConfigurationList = [1, n0, _TCL, 0, [() => ToolConfiguration, 0]];
|
|
4650
|
+
export var ToolExampleList = 64 | 0;
|
|
4651
|
+
export var ToolOutputFilterList = [1, n0, _TOFL, 0, () => ToolOutputFilter];
|
|
4652
|
+
export var ToolOverrideInputValueList = [1, n0, _TOIVL, 0, [() => ToolOverrideInputValue, 0]];
|
|
4058
4653
|
export var UrlFilterList = [1, n0, _UFL, 8, [() => UrlFilterPattern, 0]];
|
|
4059
4654
|
export var WhatsAppMessageTemplateComponents = 64 | 0;
|
|
4060
4655
|
export var AIAgentConfigurationMap = [2, n0, _AIACM, 0, 0, () => AIAgentConfigurationData];
|
|
@@ -4062,22 +4657,34 @@ export var ContactAttributes = [2, n0, _CA, 8, 0, 0];
|
|
|
4062
4657
|
export var ContentMetadata = 128 | 0;
|
|
4063
4658
|
export var CustomAttributes = [2, n0, _CAu, 8, [0, 0], [() => MessageTemplateAttributeValue, 0]];
|
|
4064
4659
|
export var Headers = 128 | 0;
|
|
4660
|
+
export var MessageMetadata = 128 | 0;
|
|
4065
4661
|
export var Tags = 128 | 0;
|
|
4066
4662
|
export var AIAgentConfiguration = [
|
|
4067
4663
|
3,
|
|
4068
4664
|
n0,
|
|
4069
4665
|
_AIAC,
|
|
4070
4666
|
0,
|
|
4071
|
-
[_mSAIAC, _aRAIAC, _sSAIAC, _eRAIAC, _eOAIAC, _eGAAIAC],
|
|
4667
|
+
[_mSAIAC, _aRAIAC, _sSAIAC, _eRAIAC, _eOAIAC, _eGAAIAC, _oAIAC, _nTAIAC, _cSAIAC],
|
|
4072
4668
|
[
|
|
4073
4669
|
() => ManualSearchAIAgentConfiguration,
|
|
4074
|
-
() => AnswerRecommendationAIAgentConfiguration,
|
|
4670
|
+
[() => AnswerRecommendationAIAgentConfiguration, 0],
|
|
4075
4671
|
() => SelfServiceAIAgentConfiguration,
|
|
4076
4672
|
() => EmailResponseAIAgentConfiguration,
|
|
4077
4673
|
() => EmailOverviewAIAgentConfiguration,
|
|
4078
4674
|
() => EmailGenerativeAnswerAIAgentConfiguration,
|
|
4675
|
+
[() => OrchestrationAIAgentConfiguration, 0],
|
|
4676
|
+
() => NoteTakingAIAgentConfiguration,
|
|
4677
|
+
() => CaseSummarizationAIAgentConfiguration,
|
|
4079
4678
|
],
|
|
4080
4679
|
];
|
|
4680
|
+
export var AIPromptInferenceConfiguration = [
|
|
4681
|
+
3,
|
|
4682
|
+
n0,
|
|
4683
|
+
_AIPIC,
|
|
4684
|
+
0,
|
|
4685
|
+
[_tAIPIC],
|
|
4686
|
+
[[() => TextAIPromptInferenceConfiguration, 0]],
|
|
4687
|
+
];
|
|
4081
4688
|
export var AIPromptTemplateConfiguration = [
|
|
4082
4689
|
3,
|
|
4083
4690
|
n0,
|
|
@@ -4086,14 +4693,21 @@ export var AIPromptTemplateConfiguration = [
|
|
|
4086
4693
|
[_tFAIPETC],
|
|
4087
4694
|
[[() => TextFullAIPromptEditTemplateConfiguration, 0]],
|
|
4088
4695
|
];
|
|
4089
|
-
export var AssistantAssociationInputData = [
|
|
4696
|
+
export var AssistantAssociationInputData = [
|
|
4697
|
+
3,
|
|
4698
|
+
n0,
|
|
4699
|
+
_AAID,
|
|
4700
|
+
0,
|
|
4701
|
+
[_kBI, _eBKBC],
|
|
4702
|
+
[0, () => ExternalBedrockKnowledgeBaseConfig],
|
|
4703
|
+
];
|
|
4090
4704
|
export var AssistantAssociationOutputData = [
|
|
4091
4705
|
3,
|
|
4092
4706
|
n0,
|
|
4093
4707
|
_AAOD,
|
|
4094
4708
|
0,
|
|
4095
|
-
[_kBAn],
|
|
4096
|
-
[() => KnowledgeBaseAssociationData],
|
|
4709
|
+
[_kBAn, _eBKBC],
|
|
4710
|
+
[() => KnowledgeBaseAssociationData, () => ExternalBedrockKnowledgeBaseConfig],
|
|
4097
4711
|
];
|
|
4098
4712
|
export var AssociationConfigurationData = [
|
|
4099
4713
|
3,
|
|
@@ -4125,7 +4739,7 @@ export var DataDetails = [
|
|
|
4125
4739
|
n0,
|
|
4126
4740
|
_DD,
|
|
4127
4741
|
0,
|
|
4128
|
-
[_cDo, _gD, _iDD, _sCD, _gCD, _eRCD, _eOCD, _eGACD],
|
|
4742
|
+
[_cDo, _gD, _iDD, _sCD, _gCD, _eRCD, _eOCD, _eGACD, _cSCD, _sMD, _nD, _nCD],
|
|
4129
4743
|
[
|
|
4130
4744
|
[() => ContentDataDetails, 0],
|
|
4131
4745
|
[() => GenerativeDataDetails, 0],
|
|
@@ -4135,6 +4749,10 @@ export var DataDetails = [
|
|
|
4135
4749
|
[() => EmailResponseChunkDataDetails, 0],
|
|
4136
4750
|
[() => EmailOverviewChunkDataDetails, 0],
|
|
4137
4751
|
[() => EmailGenerativeAnswerChunkDataDetails, 0],
|
|
4752
|
+
() => CaseSummarizationChunkDataDetails,
|
|
4753
|
+
[() => SuggestedMessageDataDetails, 0],
|
|
4754
|
+
[() => NotesDataDetails, 0],
|
|
4755
|
+
[() => NotesChunkDataDetails, 0],
|
|
4138
4756
|
],
|
|
4139
4757
|
];
|
|
4140
4758
|
export var DataReference = [
|
|
@@ -4142,9 +4760,10 @@ export var DataReference = [
|
|
|
4142
4760
|
n0,
|
|
4143
4761
|
_DR,
|
|
4144
4762
|
0,
|
|
4145
|
-
[_cR, _gR],
|
|
4146
|
-
[() => ContentReference, () => GenerativeReference],
|
|
4763
|
+
[_cR, _gR, _sMR],
|
|
4764
|
+
[() => ContentReference, () => GenerativeReference, () => SuggestedMessageReference],
|
|
4147
4765
|
];
|
|
4766
|
+
export var KnowledgeSource = [3, n0, _KS, 0, [_aAIss], [64 | 0]];
|
|
4148
4767
|
export var ManagedSourceConfiguration = [
|
|
4149
4768
|
3,
|
|
4150
4769
|
n0,
|
|
@@ -4153,7 +4772,14 @@ export var ManagedSourceConfiguration = [
|
|
|
4153
4772
|
[_wCC],
|
|
4154
4773
|
[[() => WebCrawlerConfiguration, 0]],
|
|
4155
4774
|
];
|
|
4156
|
-
export var MessageData = [
|
|
4775
|
+
export var MessageData = [
|
|
4776
|
+
3,
|
|
4777
|
+
n0,
|
|
4778
|
+
_MD,
|
|
4779
|
+
0,
|
|
4780
|
+
[_te, _tUR],
|
|
4781
|
+
[[() => TextMessage, 0], () => ToolUseResultData],
|
|
4782
|
+
];
|
|
4157
4783
|
export var MessageTemplateBodyContentProvider = [
|
|
4158
4784
|
3,
|
|
4159
4785
|
n0,
|
|
@@ -4205,8 +4831,8 @@ export var QueryInputData = [
|
|
|
4205
4831
|
n0,
|
|
4206
4832
|
_QID,
|
|
4207
4833
|
0,
|
|
4208
|
-
[_qTID, _iID],
|
|
4209
|
-
[[() => QueryTextInputData, 0], () => IntentInputData],
|
|
4834
|
+
[_qTID, _iID, _cSID],
|
|
4835
|
+
[[() => QueryTextInputData, 0], () => IntentInputData, () => CaseSummarizationInputData],
|
|
4210
4836
|
];
|
|
4211
4837
|
export var QuickResponseContentProvider = [
|
|
4212
4838
|
3,
|
|
@@ -4232,6 +4858,28 @@ export var RecommendationTriggerData = [
|
|
|
4232
4858
|
[_qu],
|
|
4233
4859
|
[[() => QueryRecommendationTriggerData, 0]],
|
|
4234
4860
|
];
|
|
4861
|
+
export var RetrievalFilterConfiguration = [
|
|
4862
|
+
3,
|
|
4863
|
+
n0,
|
|
4864
|
+
_RFC,
|
|
4865
|
+
0,
|
|
4866
|
+
[_aAn, _eq, _gT, _gTOE, _in_, _lT, _lTOE, _lCi, _nE, _nI, _oA, _sW, _sCt],
|
|
4867
|
+
[
|
|
4868
|
+
() => RetrievalFilterList,
|
|
4869
|
+
() => FilterAttribute,
|
|
4870
|
+
() => FilterAttribute,
|
|
4871
|
+
() => FilterAttribute,
|
|
4872
|
+
() => FilterAttribute,
|
|
4873
|
+
() => FilterAttribute,
|
|
4874
|
+
() => FilterAttribute,
|
|
4875
|
+
() => FilterAttribute,
|
|
4876
|
+
() => FilterAttribute,
|
|
4877
|
+
() => FilterAttribute,
|
|
4878
|
+
() => RetrievalFilterList,
|
|
4879
|
+
() => FilterAttribute,
|
|
4880
|
+
() => FilterAttribute,
|
|
4881
|
+
],
|
|
4882
|
+
];
|
|
4235
4883
|
export var RuntimeSessionDataValue = [
|
|
4236
4884
|
3,
|
|
4237
4885
|
n0,
|
|
@@ -4243,19 +4891,35 @@ export var RuntimeSessionDataValue = [
|
|
|
4243
4891
|
export var SourceConfiguration = [
|
|
4244
4892
|
3,
|
|
4245
4893
|
n0,
|
|
4246
|
-
|
|
4894
|
+
_SCo,
|
|
4247
4895
|
0,
|
|
4248
4896
|
[_aIp, _mSC],
|
|
4249
4897
|
[() => AppIntegrationsConfiguration, [() => ManagedSourceConfiguration, 0]],
|
|
4250
4898
|
];
|
|
4899
|
+
export var SpanMessageValue = [
|
|
4900
|
+
3,
|
|
4901
|
+
n0,
|
|
4902
|
+
_SMV,
|
|
4903
|
+
0,
|
|
4904
|
+
[_te, _tUo, _tR],
|
|
4905
|
+
[[() => SpanTextValue, 0], () => SpanToolUseValue, [() => SpanToolResultValue, 0]],
|
|
4906
|
+
];
|
|
4251
4907
|
export var TagFilter = [
|
|
4252
4908
|
3,
|
|
4253
4909
|
n0,
|
|
4254
4910
|
_TF,
|
|
4255
4911
|
0,
|
|
4256
|
-
[_tCa, _aCn,
|
|
4912
|
+
[_tCa, _aCn, _oCr],
|
|
4257
4913
|
[() => TagCondition, () => AndConditions, () => OrConditions],
|
|
4258
4914
|
];
|
|
4915
|
+
export var ToolOverrideInputValueConfiguration = [
|
|
4916
|
+
3,
|
|
4917
|
+
n0,
|
|
4918
|
+
_TOIVC,
|
|
4919
|
+
0,
|
|
4920
|
+
[_cons],
|
|
4921
|
+
[[() => ToolOverrideConstantInputValue, 0]],
|
|
4922
|
+
];
|
|
4259
4923
|
export var ActivateMessageTemplate = [
|
|
4260
4924
|
9,
|
|
4261
4925
|
n0,
|
|
@@ -4904,6 +5568,16 @@ export var ListQuickResponses = [
|
|
|
4904
5568
|
() => ListQuickResponsesRequest,
|
|
4905
5569
|
() => ListQuickResponsesResponse,
|
|
4906
5570
|
];
|
|
5571
|
+
export var ListSpans = [
|
|
5572
|
+
9,
|
|
5573
|
+
n0,
|
|
5574
|
+
_LS,
|
|
5575
|
+
{
|
|
5576
|
+
[_htt]: ["GET", "/assistants/{assistantId}/sessions/{sessionId}/spans", 200],
|
|
5577
|
+
},
|
|
5578
|
+
() => ListSpansRequest,
|
|
5579
|
+
() => ListSpansResponse,
|
|
5580
|
+
];
|
|
4907
5581
|
export var ListTagsForResource = [
|
|
4908
5582
|
9,
|
|
4909
5583
|
n0,
|
|
@@ -4974,6 +5648,16 @@ export var RenderMessageTemplate = [
|
|
|
4974
5648
|
() => RenderMessageTemplateRequest,
|
|
4975
5649
|
() => RenderMessageTemplateResponse,
|
|
4976
5650
|
];
|
|
5651
|
+
export var Retrieve = [
|
|
5652
|
+
9,
|
|
5653
|
+
n0,
|
|
5654
|
+
_R,
|
|
5655
|
+
{
|
|
5656
|
+
[_htt]: ["POST", "/assistants/{assistantId}/retrieve", 200],
|
|
5657
|
+
},
|
|
5658
|
+
() => RetrieveRequest,
|
|
5659
|
+
() => RetrieveResponse,
|
|
5660
|
+
];
|
|
4977
5661
|
export var SearchContent = [
|
|
4978
5662
|
9,
|
|
4979
5663
|
n0,
|
|
@@ -5017,7 +5701,7 @@ export var SearchSessions = [
|
|
|
5017
5701
|
export var SendMessage = [
|
|
5018
5702
|
9,
|
|
5019
5703
|
n0,
|
|
5020
|
-
|
|
5704
|
+
_SMe,
|
|
5021
5705
|
{
|
|
5022
5706
|
[_htt]: ["POST", "/assistants/{assistantId}/sessions/{sessionId}/message", 200],
|
|
5023
5707
|
},
|