@wildix/wilma-agents-client 1.0.28 → 1.0.29
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/WilmaAgents.js +6 -0
- package/dist-cjs/commands/DeletePronunciationDictionaryCommand.js +20 -0
- package/dist-cjs/commands/ListPronunciationDictionariesCommand.js +20 -0
- package/dist-cjs/commands/PutPronunciationDictionaryCommand.js +20 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/enums.js +19 -7
- package/dist-cjs/schemas/schemas_0.js +233 -84
- package/dist-es/WilmaAgents.js +6 -0
- package/dist-es/commands/DeletePronunciationDictionaryCommand.js +16 -0
- package/dist-es/commands/ListPronunciationDictionariesCommand.js +16 -0
- package/dist-es/commands/PutPronunciationDictionaryCommand.js +16 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/enums.js +18 -6
- package/dist-es/schemas/schemas_0.js +230 -81
- package/dist-types/WilmaAgents.d.ts +25 -3
- package/dist-types/WilmaAgentsClient.d.ts +8 -5
- package/dist-types/commands/CreateAgentCommand.d.ts +212 -32
- package/dist-types/commands/DeletePronunciationDictionaryCommand.d.ts +82 -0
- package/dist-types/commands/GetAgentCommand.d.ts +106 -16
- package/dist-types/commands/GetAgentVersionCommand.d.ts +106 -16
- package/dist-types/commands/ListAgentsCommand.d.ts +107 -17
- package/dist-types/commands/ListAgentsNamesCommand.d.ts +18 -2
- package/dist-types/commands/ListPronunciationDictionariesCommand.d.ts +103 -0
- package/dist-types/commands/PublishAgentVersionCommand.d.ts +106 -16
- package/dist-types/commands/PutPronunciationDictionaryCommand.d.ts +117 -0
- package/dist-types/commands/RestoreAgentVersionToDraftCommand.d.ts +106 -16
- package/dist-types/commands/UpdateAgentCommand.d.ts +212 -32
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/index.d.ts +3 -3
- package/dist-types/models/enums.d.ts +68 -26
- package/dist-types/models/models_0.d.ts +618 -49
- package/dist-types/schemas/schemas_0.d.ts +18 -1
- package/package.json +2 -2
|
@@ -36,6 +36,8 @@ const _AI = "AgentInfo";
|
|
|
36
36
|
const _AIL = "AgentsInfoList";
|
|
37
37
|
const _AKB = "AgentKnowledgeBase";
|
|
38
38
|
const _AL = "AgentsList";
|
|
39
|
+
const _AQC = "AssistantQuickCommand";
|
|
40
|
+
const _AQCL = "AssistantQuickCommandsList";
|
|
39
41
|
const _AS = "AgentSettings";
|
|
40
42
|
const _ASC = "AgentSuggestionsCapability";
|
|
41
43
|
const _ASCg = "AgentSandboxCapability";
|
|
@@ -65,6 +67,7 @@ const _ATVGH = "AgentToolVariableGuidedHandler";
|
|
|
65
67
|
const _ATVH = "AgentToolVariableHandler";
|
|
66
68
|
const _ATVL = "AgentToolVariablesList";
|
|
67
69
|
const _ATVPH = "AgentToolVariablePredefinedHandler";
|
|
70
|
+
const _AUS = "AssistantUiSettings";
|
|
68
71
|
const _AV = "AgentVariable";
|
|
69
72
|
const _AVC = "AgentVersionChange";
|
|
70
73
|
const _AVCL = "AgentVersionChangesList";
|
|
@@ -113,6 +116,7 @@ const _AWSC = "AgentWebSearchCapability";
|
|
|
113
116
|
const _AWSL = "AgentWorkflowStepsList";
|
|
114
117
|
const _AWSP = "AgentWorkflowStepPosition";
|
|
115
118
|
const _AWSg = "AgentWorkflowStep";
|
|
119
|
+
const _AWSs = "AssistantWelcomeSettings";
|
|
116
120
|
const _AWT = "AgentWorkflowTransition";
|
|
117
121
|
const _AWTL = "AgentWorkflowTransitionsList";
|
|
118
122
|
const _AWVH = "AgentWorkflowVariablesHandler";
|
|
@@ -134,6 +138,9 @@ const _DAAKI = "DeleteAgentApiKeyInput";
|
|
|
134
138
|
const _DAAKO = "DeleteAgentApiKeyOutput";
|
|
135
139
|
const _DAI = "DeleteAgentInput";
|
|
136
140
|
const _DAO = "DeleteAgentOutput";
|
|
141
|
+
const _DPD = "DeletePronunciationDictionary";
|
|
142
|
+
const _DPDI = "DeletePronunciationDictionaryInput";
|
|
143
|
+
const _DPDO = "DeletePronunciationDictionaryOutput";
|
|
137
144
|
const _GA = "GetAgent";
|
|
138
145
|
const _GAD = "GetAgentDeployment";
|
|
139
146
|
const _GADI = "GetAgentDeploymentInput";
|
|
@@ -155,6 +162,9 @@ const _LAO = "ListAgentsOutput";
|
|
|
155
162
|
const _LAV = "ListAgentVersions";
|
|
156
163
|
const _LAVI = "ListAgentVersionsInput";
|
|
157
164
|
const _LAVO = "ListAgentVersionsOutput";
|
|
165
|
+
const _LPD = "ListPronunciationDictionaries";
|
|
166
|
+
const _LPDI = "ListPronunciationDictionariesInput";
|
|
167
|
+
const _LPDO = "ListPronunciationDictionariesOutput";
|
|
158
168
|
const _NFE = "NotFoundException";
|
|
159
169
|
const _NTPE = "NothingToPublishException";
|
|
160
170
|
const _PAD = "PutAgentDeployment";
|
|
@@ -163,6 +173,11 @@ const _PADO = "PutAgentDeploymentOutput";
|
|
|
163
173
|
const _PAV = "PublishAgentVersion";
|
|
164
174
|
const _PAVI = "PublishAgentVersionInput";
|
|
165
175
|
const _PAVO = "PublishAgentVersionOutput";
|
|
176
|
+
const _PD = "PronunciationDictionary";
|
|
177
|
+
const _PDL = "PronunciationDictionaryList";
|
|
178
|
+
const _PPD = "PutPronunciationDictionary";
|
|
179
|
+
const _PPDI = "PutPronunciationDictionaryInput";
|
|
180
|
+
const _PPDO = "PutPronunciationDictionaryOutput";
|
|
166
181
|
const _RAD = "ResetAgentDeployment";
|
|
167
182
|
const _RADI = "ResetAgentDeploymentInput";
|
|
168
183
|
const _RADO = "ResetAgentDeploymentOutput";
|
|
@@ -179,15 +194,22 @@ const _VCS = "VoiceChannelSettings";
|
|
|
179
194
|
const _VE = "ValidationException";
|
|
180
195
|
const _VECS = "VoiceEndCallSettings";
|
|
181
196
|
const _VIS = "VoiceInterruptionSettings";
|
|
197
|
+
const _VL = "VoiceLanguage";
|
|
198
|
+
const _VLL = "VoiceLanguageList";
|
|
182
199
|
const _VMDS = "VoiceMaxDurationSettings";
|
|
200
|
+
const _VP = "VoicePronunciation";
|
|
201
|
+
const _VPL = "VoicePronunciationList";
|
|
202
|
+
const _VSO = "VoiceSynthesisOptions";
|
|
203
|
+
const _VSS = "VoiceSpeechSettings";
|
|
183
204
|
const _VSTS = "VoiceSilenceTimeoutSettings";
|
|
184
205
|
const _VTA = "VoiceTerminateAction";
|
|
185
206
|
const _VTHA = "VoiceTerminateHangupAction";
|
|
207
|
+
const _VTS = "VoiceTranscriptionSettings";
|
|
186
208
|
const _VTT = "VoiceTransferTarget";
|
|
187
|
-
const _WCS = "WorkflowChannelSettings";
|
|
188
209
|
const _WSUL = "WebSearchUserLocation";
|
|
189
210
|
const _a = "access";
|
|
190
211
|
const _aD = "allowedDomains";
|
|
212
|
+
const _aDu = "autoDetect";
|
|
191
213
|
const _aI = "agentId";
|
|
192
214
|
const _aOF = "applyOnFailure";
|
|
193
215
|
const _aOS = "applyOnSuccess";
|
|
@@ -202,10 +224,12 @@ const _an = "annotations";
|
|
|
202
224
|
const _ap = "approval";
|
|
203
225
|
const _ar = "artifacts";
|
|
204
226
|
const _as = "assistant";
|
|
227
|
+
const _as_ = "as";
|
|
205
228
|
const _ass = "assignments";
|
|
206
229
|
const _au = "auto";
|
|
207
230
|
const _b = "before";
|
|
208
231
|
const _bOV = "basedOnVersion";
|
|
232
|
+
const _bS = "backgroundSound";
|
|
209
233
|
const _bl = "block";
|
|
210
234
|
const _c = "client";
|
|
211
235
|
const _cA = "createdAt";
|
|
@@ -228,14 +252,17 @@ const _chann = "channel";
|
|
|
228
252
|
const _che = "checks";
|
|
229
253
|
const _ci = "city";
|
|
230
254
|
const _co = "context";
|
|
231
|
-
const
|
|
255
|
+
const _cod = "code";
|
|
256
|
+
const _com = "commands";
|
|
232
257
|
const _comm = "comment";
|
|
258
|
+
const _comp = "company";
|
|
233
259
|
const _con = "conditions";
|
|
234
260
|
const _cond = "condition";
|
|
235
261
|
const _conn = "connector";
|
|
236
262
|
const _cont = "content";
|
|
237
263
|
const _conv = "conversation";
|
|
238
264
|
const _cou = "country";
|
|
265
|
+
const _cr = "credential";
|
|
239
266
|
const _cu = "cursor";
|
|
240
267
|
const _cus = "custom";
|
|
241
268
|
const _d = "description";
|
|
@@ -245,12 +272,16 @@ const _def = "definition";
|
|
|
245
272
|
const _defa = "default";
|
|
246
273
|
const _del = "delegation";
|
|
247
274
|
const _di = "discoverable";
|
|
275
|
+
const _dic = "dictionaries";
|
|
276
|
+
const _dict = "dictionary";
|
|
248
277
|
const _e = "error";
|
|
249
278
|
const _eA = "expiresAt";
|
|
250
279
|
const _eC = "endCall";
|
|
251
280
|
const _eM = "errorMode";
|
|
281
|
+
const _eUA = "expectedUpdatedAt";
|
|
252
282
|
const _en = "engine";
|
|
253
283
|
const _ena = "enabled";
|
|
284
|
+
const _enc = "encoding";
|
|
254
285
|
const _end = "end";
|
|
255
286
|
const _ent = "entry";
|
|
256
287
|
const _ex = "examples";
|
|
@@ -263,6 +294,7 @@ const _fa = "failure";
|
|
|
263
294
|
const _fal = "fallback";
|
|
264
295
|
const _fr = "from";
|
|
265
296
|
const _g = "grants";
|
|
297
|
+
const _gEL = "greetEveryLanguage";
|
|
266
298
|
const _gI = "groupId";
|
|
267
299
|
const _ge = "generate";
|
|
268
300
|
const _go = "goal";
|
|
@@ -276,6 +308,7 @@ const _ha = "handover";
|
|
|
276
308
|
const _han = "hangup";
|
|
277
309
|
const _ht = "http";
|
|
278
310
|
const _i = "id";
|
|
311
|
+
const _iD = "isDefault";
|
|
279
312
|
const _in = "instructions";
|
|
280
313
|
const _inp = "input";
|
|
281
314
|
const _int = "interruptions";
|
|
@@ -290,6 +323,7 @@ const _l = "layout";
|
|
|
290
323
|
const _lUA = "lastUsedAt";
|
|
291
324
|
const _lV = "latestVersion";
|
|
292
325
|
const _la = "label";
|
|
326
|
+
const _lan = "languages";
|
|
293
327
|
const _li = "limit";
|
|
294
328
|
const _lin = "link";
|
|
295
329
|
const _m = "message";
|
|
@@ -310,21 +344,30 @@ const _p = "picture";
|
|
|
310
344
|
const _pA = "publishedAt";
|
|
311
345
|
const _pB = "publishedBy";
|
|
312
346
|
const _pGI = "pbxGroupId";
|
|
347
|
+
const _pS = "pronunciationSuppressions";
|
|
313
348
|
const _pa = "path";
|
|
314
349
|
const _pe = "percentage";
|
|
315
350
|
const _ph = "phrases";
|
|
351
|
+
const _phr = "phrase";
|
|
316
352
|
const _pi = "pipeline";
|
|
353
|
+
const _pit = "pitch";
|
|
354
|
+
const _pl = "placeholder";
|
|
317
355
|
const _po = "position";
|
|
318
356
|
const _pr = "prefix";
|
|
319
357
|
const _pre = "preset";
|
|
320
358
|
const _pred = "predefined";
|
|
321
359
|
const _pro = "prompt";
|
|
360
|
+
const _pron = "pronunciations";
|
|
361
|
+
const _prov = "provider";
|
|
322
362
|
const _r = "revision";
|
|
323
363
|
const _re = "result";
|
|
324
364
|
const _red = "redact";
|
|
325
365
|
const _reg = "region";
|
|
326
366
|
const _rep = "reply";
|
|
367
|
+
const _ru = "rules";
|
|
327
368
|
const _s = "smithy.ts.sdk.synthetic.wildix.wilma.agents";
|
|
369
|
+
const _sB = "speakerBoost";
|
|
370
|
+
const _sC = "speechConfigured";
|
|
328
371
|
const _sI = "snapshotId";
|
|
329
372
|
const _sM = "startMessage";
|
|
330
373
|
const _sT = "silenceTimeout";
|
|
@@ -337,14 +380,21 @@ const _seco = "seconds";
|
|
|
337
380
|
const _sen = "sensitivity";
|
|
338
381
|
const _ser = "service";
|
|
339
382
|
const _si = "silent";
|
|
383
|
+
const _sim = "similarity";
|
|
340
384
|
const _siz = "size";
|
|
341
385
|
const _sk = "skills";
|
|
342
386
|
const _sn = "snapshot";
|
|
387
|
+
const _sp = "speech";
|
|
388
|
+
const _spe = "speed";
|
|
343
389
|
const _sq = "sqs";
|
|
344
390
|
const _st = "status";
|
|
345
391
|
const _sta = "stage";
|
|
392
|
+
const _stab = "stability";
|
|
346
393
|
const _ste = "steps";
|
|
394
|
+
const _sty = "style";
|
|
347
395
|
const _su = "suggestions";
|
|
396
|
+
const _sub = "subtitle";
|
|
397
|
+
const _sy = "synthesis";
|
|
348
398
|
const _t = "type";
|
|
349
399
|
const _tD = "toDraft";
|
|
350
400
|
const _tV = "toolVersion";
|
|
@@ -355,21 +405,26 @@ const _te = "text";
|
|
|
355
405
|
const _ti = "timeout";
|
|
356
406
|
const _tim = "time";
|
|
357
407
|
const _time = "timezone";
|
|
408
|
+
const _tit = "title";
|
|
358
409
|
const _to = "to";
|
|
359
410
|
const _too = "tool";
|
|
360
411
|
const _tr = "transitions";
|
|
361
|
-
const _tra = "
|
|
412
|
+
const _tra = "transcription";
|
|
413
|
+
const _tran = "transfer";
|
|
362
414
|
const _u = "url";
|
|
363
415
|
const _uA = "updatedAt";
|
|
364
416
|
const _uB = "updatedBy";
|
|
365
417
|
const _uI = "userId";
|
|
366
418
|
const _uL = "userLocation";
|
|
419
|
+
const _ui = "ui";
|
|
367
420
|
const _v = "visibility";
|
|
421
|
+
const _vG = "volumeGain";
|
|
368
422
|
const _va = "variables";
|
|
369
423
|
const _val = "value";
|
|
370
424
|
const _var = "variant";
|
|
371
425
|
const _vc = "vcpus";
|
|
372
426
|
const _ve = "version";
|
|
427
|
+
const _ven = "vendor";
|
|
373
428
|
const _ver = "versions";
|
|
374
429
|
const _verc = "vercel";
|
|
375
430
|
const _vo = "voice";
|
|
@@ -377,7 +432,8 @@ const _w = "workflow";
|
|
|
377
432
|
const _wF = "webFetch";
|
|
378
433
|
const _wS = "webSearch";
|
|
379
434
|
const _wa = "wait";
|
|
380
|
-
const _we = "
|
|
435
|
+
const _we = "welcome";
|
|
436
|
+
const _web = "webhook";
|
|
381
437
|
const _wi = "window";
|
|
382
438
|
const _x = "x";
|
|
383
439
|
const _y = "y";
|
|
@@ -451,18 +507,18 @@ export var AgentApiKey$ = [3, n2, _AAK,
|
|
|
451
507
|
];
|
|
452
508
|
export var AgentCallCapability$ = [3, n2, _ACC,
|
|
453
509
|
0,
|
|
454
|
-
[_aI, _aV, _a, _va],
|
|
455
|
-
[0, 1, () => AgentAccess$, () => AgentToolVariablesList], 1
|
|
510
|
+
[_aI, _aV, _a, _va, _ch],
|
|
511
|
+
[0, 1, () => AgentAccess$, () => AgentToolVariablesList, 64 | 0], 1
|
|
456
512
|
];
|
|
457
513
|
export var AgentChannels$ = [3, n2, _AC,
|
|
458
514
|
0,
|
|
459
|
-
[_vo, _cha, _as
|
|
460
|
-
[() => VoiceChannelSettings$, () => ChatChannelSettings$, () => AssistantChannelSettings
|
|
515
|
+
[_vo, _cha, _as],
|
|
516
|
+
[() => VoiceChannelSettings$, () => ChatChannelSettings$, () => AssistantChannelSettings$]
|
|
461
517
|
];
|
|
462
518
|
export var AgentConnectorCapability$ = [3, n2, _ACCg,
|
|
463
519
|
0,
|
|
464
|
-
[_i, _sM, _pi, _ap, _an],
|
|
465
|
-
[0, 0, () => AgentToolPipeline$, () => AgentToolApproval$, () => AgentToolAnnotationsList], 1
|
|
520
|
+
[_i, _sM, _pi, _ap, _ch, _an],
|
|
521
|
+
[0, 0, () => AgentToolPipeline$, () => AgentToolApproval$, 64 | 0, () => AgentToolAnnotationsList], 1
|
|
466
522
|
];
|
|
467
523
|
export var AgentDefinitionSnapshot$ = [3, n2, _ADS,
|
|
468
524
|
0,
|
|
@@ -471,8 +527,8 @@ export var AgentDefinitionSnapshot$ = [3, n2, _ADS,
|
|
|
471
527
|
];
|
|
472
528
|
export var AgentDelegationCapability$ = [3, n2, _ADC,
|
|
473
529
|
0,
|
|
474
|
-
[_i, _n, _d, _aV, _an],
|
|
475
|
-
[0, 0, 0, 1, () => AgentToolAnnotationsList], 1
|
|
530
|
+
[_i, _n, _d, _aV, _ch, _an],
|
|
531
|
+
[0, 0, 0, 1, 64 | 0, () => AgentToolAnnotationsList], 1
|
|
476
532
|
];
|
|
477
533
|
export var AgentDeploymentRoute$ = [3, n2, _ADR,
|
|
478
534
|
0,
|
|
@@ -501,8 +557,8 @@ export var AgentGuardrailEndAction$ = [3, n2, _AGEA,
|
|
|
501
557
|
];
|
|
502
558
|
export var AgentGuardrailInput$ = [3, n2, _AGI,
|
|
503
559
|
0,
|
|
504
|
-
[_che, _mo,
|
|
505
|
-
[() => AgentGuardrailChecksList, 0,
|
|
560
|
+
[_che, _mo, _mod, _eM, _wi],
|
|
561
|
+
[() => AgentGuardrailChecksList, 0, 0, 0, 0]
|
|
506
562
|
];
|
|
507
563
|
export var AgentGuardrailObserveAction$ = [3, n2, _AGOA,
|
|
508
564
|
0,
|
|
@@ -526,8 +582,8 @@ export var AgentGuardrails$ = [3, n2, _AG,
|
|
|
526
582
|
];
|
|
527
583
|
export var AgentHandoverCapability$ = [3, n2, _AHC,
|
|
528
584
|
0,
|
|
529
|
-
[_n, _d, _var, _ag, _aV, _ser, _si, _pi, _an],
|
|
530
|
-
[0, 0, 0, 0, 1, 0, 2, () => AgentHandoverPipeline$, () => AgentToolAnnotationsList]
|
|
585
|
+
[_n, _d, _var, _ag, _aV, _ser, _si, _pi, _ch, _an],
|
|
586
|
+
[0, 0, 0, 0, 1, 0, 2, () => AgentHandoverPipeline$, 64 | 0, () => AgentToolAnnotationsList]
|
|
531
587
|
];
|
|
532
588
|
export var AgentHandoverPipeline$ = [3, n2, _AHP,
|
|
533
589
|
0,
|
|
@@ -536,8 +592,8 @@ export var AgentHandoverPipeline$ = [3, n2, _AHP,
|
|
|
536
592
|
];
|
|
537
593
|
export var AgentHangupCapability$ = [3, n2, _AHCg,
|
|
538
594
|
0,
|
|
539
|
-
[_n, _d, _pi, _an],
|
|
540
|
-
[0, 0, () => AgentHangupPipeline$, () => AgentToolAnnotationsList]
|
|
595
|
+
[_n, _d, _pi, _ch, _an],
|
|
596
|
+
[0, 0, () => AgentHangupPipeline$, 64 | 0, () => AgentToolAnnotationsList]
|
|
541
597
|
];
|
|
542
598
|
export var AgentHangupPipeline$ = [3, n2, _AHPg,
|
|
543
599
|
0,
|
|
@@ -546,13 +602,13 @@ export var AgentHangupPipeline$ = [3, n2, _AHPg,
|
|
|
546
602
|
];
|
|
547
603
|
export var AgentInfo$ = [3, n2, _AI,
|
|
548
604
|
0,
|
|
549
|
-
[_i, _n, _st, _ch, _ca, _lV],
|
|
550
|
-
[0, 0, 0, 64 | 0, 0, 1], 4
|
|
605
|
+
[_i, _n, _st, _ch, _p, _ca, _sC, _as, _lV],
|
|
606
|
+
[0, 0, 0, 64 | 0, 0, 0, 2, () => AssistantUiSettings$, 1], 4
|
|
551
607
|
];
|
|
552
608
|
export var AgentKnowledgeBase$ = [3, n2, _AKB,
|
|
553
609
|
0,
|
|
554
|
-
[_kBI, _in, _an],
|
|
555
|
-
[0, 0, () => AgentToolAnnotationsList]
|
|
610
|
+
[_kBI, _in, _ch, _an],
|
|
611
|
+
[0, 0, 64 | 0, () => AgentToolAnnotationsList]
|
|
556
612
|
];
|
|
557
613
|
export var AgentSettings$ = [3, n2, _AS,
|
|
558
614
|
0,
|
|
@@ -571,13 +627,13 @@ export var AgentSqsEngine$ = [3, n2, _ASE,
|
|
|
571
627
|
];
|
|
572
628
|
export var AgentSuggestionsCapability$ = [3, n2, _ASC,
|
|
573
629
|
0,
|
|
574
|
-
[_n, _an],
|
|
575
|
-
[0, () => AgentToolAnnotationsList]
|
|
630
|
+
[_n, _ch, _an],
|
|
631
|
+
[0, 64 | 0, () => AgentToolAnnotationsList]
|
|
576
632
|
];
|
|
577
633
|
export var AgentTool$ = [3, n2, _AT,
|
|
578
634
|
0,
|
|
579
|
-
[_i, _tV, _d, _f, _sM, _pi, _ap, _an],
|
|
580
|
-
[0, 1, 0, () => AgentToolFieldsList, 0, () => AgentToolPipeline$, () => AgentToolApproval$, () => AgentToolAnnotationsList], 1
|
|
635
|
+
[_i, _tV, _d, _f, _sM, _pi, _ap, _ch, _an],
|
|
636
|
+
[0, 1, 0, () => AgentToolFieldsList, 0, () => AgentToolPipeline$, () => AgentToolApproval$, 64 | 0, () => AgentToolAnnotationsList], 1
|
|
581
637
|
];
|
|
582
638
|
export var AgentToolApproval$ = [3, n2, _ATA,
|
|
583
639
|
0,
|
|
@@ -646,8 +702,8 @@ export var AgentToolVariablesAnnotation$ = [3, n2, _ATVA,
|
|
|
646
702
|
];
|
|
647
703
|
export var AgentTransferCapability$ = [3, n2, _ATC,
|
|
648
704
|
0,
|
|
649
|
-
[_n, _d, _var, _co, _ext, _pi, _an],
|
|
650
|
-
[0, 0, 0, 0, 0, () => AgentTransferPipeline$, () => AgentToolAnnotationsList]
|
|
705
|
+
[_n, _d, _var, _co, _ext, _pi, _ch, _an],
|
|
706
|
+
[0, 0, 0, 0, 0, () => AgentTransferPipeline$, 64 | 0, () => AgentToolAnnotationsList]
|
|
651
707
|
];
|
|
652
708
|
export var AgentTransferPipeline$ = [3, n2, _ATPg,
|
|
653
709
|
0,
|
|
@@ -681,13 +737,13 @@ export var AgentVersionInfo$ = [3, n2, _AVI,
|
|
|
681
737
|
];
|
|
682
738
|
export var AgentWaitCapability$ = [3, n2, _AWC,
|
|
683
739
|
0,
|
|
684
|
-
[_n, _d, _m, _an],
|
|
685
|
-
[0, 0, 0, () => AgentToolAnnotationsList]
|
|
740
|
+
[_n, _d, _m, _ch, _an],
|
|
741
|
+
[0, 0, 0, 64 | 0, () => AgentToolAnnotationsList]
|
|
686
742
|
];
|
|
687
743
|
export var AgentWebFetchCapability$ = [3, n2, _AWFC,
|
|
688
744
|
0,
|
|
689
|
-
[_aD],
|
|
690
|
-
[64 | 0]
|
|
745
|
+
[_aD, _ch],
|
|
746
|
+
[64 | 0, 64 | 0]
|
|
691
747
|
];
|
|
692
748
|
export var AgentWebhookEngine$ = [3, n2, _AWE,
|
|
693
749
|
0,
|
|
@@ -696,8 +752,8 @@ export var AgentWebhookEngine$ = [3, n2, _AWE,
|
|
|
696
752
|
];
|
|
697
753
|
export var AgentWebSearchCapability$ = [3, n2, _AWSC,
|
|
698
754
|
0,
|
|
699
|
-
[_cS, _aD, _uL],
|
|
700
|
-
[0, 64 | 0, () => WebSearchUserLocation
|
|
755
|
+
[_cS, _aD, _uL, _ch],
|
|
756
|
+
[0, 64 | 0, () => WebSearchUserLocation$, 64 | 0]
|
|
701
757
|
];
|
|
702
758
|
export var AgentWorkflow$ = [3, n2, _AW,
|
|
703
759
|
0,
|
|
@@ -846,8 +902,23 @@ export var AgentWorkflowVariablesHandler$ = [3, n2, _AWVH,
|
|
|
846
902
|
];
|
|
847
903
|
export var AssistantChannelSettings$ = [3, n2, _ACS,
|
|
848
904
|
0,
|
|
849
|
-
[_defa],
|
|
850
|
-
[2]
|
|
905
|
+
[_defa, _ui],
|
|
906
|
+
[2, () => AssistantUiSettings$]
|
|
907
|
+
];
|
|
908
|
+
export var AssistantQuickCommand$ = [3, n2, _AQC,
|
|
909
|
+
0,
|
|
910
|
+
[_tit, _pro, _d],
|
|
911
|
+
[0, 0, 0], 2
|
|
912
|
+
];
|
|
913
|
+
export var AssistantUiSettings$ = [3, n2, _AUS,
|
|
914
|
+
0,
|
|
915
|
+
[_we, _com, _pl],
|
|
916
|
+
[() => AssistantWelcomeSettings$, () => AssistantQuickCommandsList, 0]
|
|
917
|
+
];
|
|
918
|
+
export var AssistantWelcomeSettings$ = [3, n2, _AWSs,
|
|
919
|
+
0,
|
|
920
|
+
[_tit, _sub],
|
|
921
|
+
[0, 0]
|
|
851
922
|
];
|
|
852
923
|
export var ChatChannelSettings$ = [3, n2, _CCS,
|
|
853
924
|
0,
|
|
@@ -856,8 +927,8 @@ export var ChatChannelSettings$ = [3, n2, _CCS,
|
|
|
856
927
|
];
|
|
857
928
|
export var CompareAgentVersionsInput$ = [3, n2, _CAVI,
|
|
858
929
|
0,
|
|
859
|
-
[_aI,
|
|
860
|
-
[[0, 1], [0, { [_hQ]:
|
|
930
|
+
[_aI, _comp, _fr, _fD, _to, _tD],
|
|
931
|
+
[[0, 1], [0, { [_hQ]: _comp }], [1, { [_hQ]: _fr }], [2, { [_hQ]: _fD }], [1, { [_hQ]: _to }], [2, { [_hQ]: _tD }]], 1
|
|
861
932
|
];
|
|
862
933
|
export var CompareAgentVersionsOutput$ = [3, n2, _CAVO,
|
|
863
934
|
0,
|
|
@@ -866,8 +937,8 @@ export var CompareAgentVersionsOutput$ = [3, n2, _CAVO,
|
|
|
866
937
|
];
|
|
867
938
|
export var CreateAgentApiKeyInput$ = [3, n2, _CAAKI,
|
|
868
939
|
0,
|
|
869
|
-
[_aI,
|
|
870
|
-
[[0, 1], [0, { [_hQ]:
|
|
940
|
+
[_aI, _comp, _n, _eA],
|
|
941
|
+
[[0, 1], [0, { [_hQ]: _comp }], 0, 0], 1
|
|
871
942
|
];
|
|
872
943
|
export var CreateAgentApiKeyOutput$ = [3, n2, _CAAKO,
|
|
873
944
|
0,
|
|
@@ -876,8 +947,8 @@ export var CreateAgentApiKeyOutput$ = [3, n2, _CAAKO,
|
|
|
876
947
|
];
|
|
877
948
|
export var CreateAgentInput$ = [3, n2, _CAI,
|
|
878
949
|
0,
|
|
879
|
-
[_n, _ch, _en, _d, _ca, _p, _se, _a,
|
|
880
|
-
[0, () => AgentChannels$, () => AgentEngine$, 0, 0, 0, () => AgentSettings$, () => AgentAccess$, [0, { [_hQ]:
|
|
950
|
+
[_n, _ch, _en, _d, _ca, _p, _se, _a, _comp],
|
|
951
|
+
[0, () => AgentChannels$, () => AgentEngine$, 0, 0, 0, () => AgentSettings$, () => AgentAccess$, [0, { [_hQ]: _comp }]], 3
|
|
881
952
|
];
|
|
882
953
|
export var CreateAgentOutput$ = [3, n2, _CAO,
|
|
883
954
|
0,
|
|
@@ -886,8 +957,8 @@ export var CreateAgentOutput$ = [3, n2, _CAO,
|
|
|
886
957
|
];
|
|
887
958
|
export var DeleteAgentApiKeyInput$ = [3, n2, _DAAKI,
|
|
888
959
|
0,
|
|
889
|
-
[_aI, _kI,
|
|
890
|
-
[[0, 1], [0, 1], [0, { [_hQ]:
|
|
960
|
+
[_aI, _kI, _comp],
|
|
961
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _comp }]], 2
|
|
891
962
|
];
|
|
892
963
|
export var DeleteAgentApiKeyOutput$ = [3, n2, _DAAKO,
|
|
893
964
|
0,
|
|
@@ -896,18 +967,28 @@ export var DeleteAgentApiKeyOutput$ = [3, n2, _DAAKO,
|
|
|
896
967
|
];
|
|
897
968
|
export var DeleteAgentInput$ = [3, n2, _DAI,
|
|
898
969
|
0,
|
|
899
|
-
[_aI,
|
|
900
|
-
[[0, 1], [0, { [_hQ]:
|
|
970
|
+
[_aI, _comp],
|
|
971
|
+
[[0, 1], [0, { [_hQ]: _comp }]], 1
|
|
901
972
|
];
|
|
902
973
|
export var DeleteAgentOutput$ = [3, n2, _DAO,
|
|
903
974
|
0,
|
|
904
975
|
[],
|
|
905
976
|
[]
|
|
906
977
|
];
|
|
978
|
+
export var DeletePronunciationDictionaryInput$ = [3, n2, _DPDI,
|
|
979
|
+
0,
|
|
980
|
+
[_cod, _comp],
|
|
981
|
+
[[0, 1], [0, { [_hQ]: _comp }]], 1
|
|
982
|
+
];
|
|
983
|
+
export var DeletePronunciationDictionaryOutput$ = [3, n2, _DPDO,
|
|
984
|
+
0,
|
|
985
|
+
[],
|
|
986
|
+
[]
|
|
987
|
+
];
|
|
907
988
|
export var GetAgentDeploymentInput$ = [3, n2, _GADI,
|
|
908
989
|
0,
|
|
909
|
-
[_aI,
|
|
910
|
-
[[0, 1], [0, { [_hQ]:
|
|
990
|
+
[_aI, _comp],
|
|
991
|
+
[[0, 1], [0, { [_hQ]: _comp }]], 1
|
|
911
992
|
];
|
|
912
993
|
export var GetAgentDeploymentOutput$ = [3, n2, _GADO,
|
|
913
994
|
0,
|
|
@@ -916,8 +997,8 @@ export var GetAgentDeploymentOutput$ = [3, n2, _GADO,
|
|
|
916
997
|
];
|
|
917
998
|
export var GetAgentInput$ = [3, n2, _GAI,
|
|
918
999
|
0,
|
|
919
|
-
[_aI,
|
|
920
|
-
[[0, 1], [0, { [_hQ]:
|
|
1000
|
+
[_aI, _comp],
|
|
1001
|
+
[[0, 1], [0, { [_hQ]: _comp }]], 1
|
|
921
1002
|
];
|
|
922
1003
|
export var GetAgentOutput$ = [3, n2, _GAO,
|
|
923
1004
|
0,
|
|
@@ -926,8 +1007,8 @@ export var GetAgentOutput$ = [3, n2, _GAO,
|
|
|
926
1007
|
];
|
|
927
1008
|
export var GetAgentVersionInput$ = [3, n2, _GAVI,
|
|
928
1009
|
0,
|
|
929
|
-
[_aI, _ve,
|
|
930
|
-
[[0, 1], [1, 1], [0, { [_hQ]:
|
|
1010
|
+
[_aI, _ve, _comp],
|
|
1011
|
+
[[0, 1], [1, 1], [0, { [_hQ]: _comp }]], 2
|
|
931
1012
|
];
|
|
932
1013
|
export var GetAgentVersionOutput$ = [3, n2, _GAVO,
|
|
933
1014
|
0,
|
|
@@ -936,8 +1017,8 @@ export var GetAgentVersionOutput$ = [3, n2, _GAVO,
|
|
|
936
1017
|
];
|
|
937
1018
|
export var ListAgentApiKeysInput$ = [3, n2, _LAAKI,
|
|
938
1019
|
0,
|
|
939
|
-
[_aI,
|
|
940
|
-
[[0, 1], [0, { [_hQ]:
|
|
1020
|
+
[_aI, _comp],
|
|
1021
|
+
[[0, 1], [0, { [_hQ]: _comp }]], 1
|
|
941
1022
|
];
|
|
942
1023
|
export var ListAgentApiKeysOutput$ = [3, n2, _LAAKO,
|
|
943
1024
|
0,
|
|
@@ -946,13 +1027,13 @@ export var ListAgentApiKeysOutput$ = [3, n2, _LAAKO,
|
|
|
946
1027
|
];
|
|
947
1028
|
export var ListAgentsInput$ = [3, n2, _LAI,
|
|
948
1029
|
0,
|
|
949
|
-
[
|
|
950
|
-
[[0, { [_hQ]:
|
|
1030
|
+
[_comp, _chann, _st, _sea, _li, _cu],
|
|
1031
|
+
[[0, { [_hQ]: _comp }], [0, { [_hQ]: _chann }], [0, { [_hQ]: _st }], [0, { [_hQ]: _sea }], [1, { [_hQ]: _li }], [0, { [_hQ]: _cu }]]
|
|
951
1032
|
];
|
|
952
1033
|
export var ListAgentsNamesInput$ = [3, n2, _LANI,
|
|
953
1034
|
0,
|
|
954
|
-
[
|
|
955
|
-
[[0, { [_hQ]:
|
|
1035
|
+
[_comp, _chann],
|
|
1036
|
+
[[0, { [_hQ]: _comp }], [0, { [_hQ]: _chann }]]
|
|
956
1037
|
];
|
|
957
1038
|
export var ListAgentsNamesOutput$ = [3, n2, _LANO,
|
|
958
1039
|
0,
|
|
@@ -966,18 +1047,33 @@ export var ListAgentsOutput$ = [3, n2, _LAO,
|
|
|
966
1047
|
];
|
|
967
1048
|
export var ListAgentVersionsInput$ = [3, n2, _LAVI,
|
|
968
1049
|
0,
|
|
969
|
-
[_aI,
|
|
970
|
-
[[0, 1], [0, { [_hQ]:
|
|
1050
|
+
[_aI, _comp, _li, _cu],
|
|
1051
|
+
[[0, 1], [0, { [_hQ]: _comp }], [1, { [_hQ]: _li }], [0, { [_hQ]: _cu }]], 1
|
|
971
1052
|
];
|
|
972
1053
|
export var ListAgentVersionsOutput$ = [3, n2, _LAVO,
|
|
973
1054
|
0,
|
|
974
1055
|
[_ver, _nC],
|
|
975
1056
|
[() => AgentVersionInfoList, 0], 1
|
|
976
1057
|
];
|
|
1058
|
+
export var ListPronunciationDictionariesInput$ = [3, n2, _LPDI,
|
|
1059
|
+
0,
|
|
1060
|
+
[_comp, _li, _cu],
|
|
1061
|
+
[[0, { [_hQ]: _comp }], [1, { [_hQ]: _li }], [0, { [_hQ]: _cu }]]
|
|
1062
|
+
];
|
|
1063
|
+
export var ListPronunciationDictionariesOutput$ = [3, n2, _LPDO,
|
|
1064
|
+
0,
|
|
1065
|
+
[_dic, _nC],
|
|
1066
|
+
[() => PronunciationDictionaryList, 0], 1
|
|
1067
|
+
];
|
|
1068
|
+
export var PronunciationDictionary$ = [3, n2, _PD,
|
|
1069
|
+
0,
|
|
1070
|
+
[_i, _cod, _ru, _uA, _uB],
|
|
1071
|
+
[0, 0, () => VoicePronunciationList, 0, () => Actor$], 5
|
|
1072
|
+
];
|
|
977
1073
|
export var PublishAgentVersionInput$ = [3, n2, _PAVI,
|
|
978
1074
|
0,
|
|
979
|
-
[_aI, _r,
|
|
980
|
-
[[0, 1], 1, [0, { [_hQ]:
|
|
1075
|
+
[_aI, _r, _comp, _chan, _n],
|
|
1076
|
+
[[0, 1], 1, [0, { [_hQ]: _comp }], 0, 0], 2
|
|
981
1077
|
];
|
|
982
1078
|
export var PublishAgentVersionOutput$ = [3, n2, _PAVO,
|
|
983
1079
|
0,
|
|
@@ -986,18 +1082,28 @@ export var PublishAgentVersionOutput$ = [3, n2, _PAVO,
|
|
|
986
1082
|
];
|
|
987
1083
|
export var PutAgentDeploymentInput$ = [3, n2, _PADI,
|
|
988
1084
|
0,
|
|
989
|
-
[_aI, _de,
|
|
990
|
-
[[0, 1], () => AgentDeploymentRoutesList, [0, { [_hQ]:
|
|
1085
|
+
[_aI, _de, _comp],
|
|
1086
|
+
[[0, 1], () => AgentDeploymentRoutesList, [0, { [_hQ]: _comp }]], 2
|
|
991
1087
|
];
|
|
992
1088
|
export var PutAgentDeploymentOutput$ = [3, n2, _PADO,
|
|
993
1089
|
0,
|
|
994
1090
|
[_de],
|
|
995
1091
|
[() => AgentDeploymentRoutesList], 1
|
|
996
1092
|
];
|
|
1093
|
+
export var PutPronunciationDictionaryInput$ = [3, n2, _PPDI,
|
|
1094
|
+
0,
|
|
1095
|
+
[_cod, _ru, _comp, _eUA],
|
|
1096
|
+
[[0, 1], () => VoicePronunciationList, [0, { [_hQ]: _comp }], 0], 2
|
|
1097
|
+
];
|
|
1098
|
+
export var PutPronunciationDictionaryOutput$ = [3, n2, _PPDO,
|
|
1099
|
+
0,
|
|
1100
|
+
[_dict],
|
|
1101
|
+
[() => PronunciationDictionary$], 1
|
|
1102
|
+
];
|
|
997
1103
|
export var ResetAgentDeploymentInput$ = [3, n2, _RADI,
|
|
998
1104
|
0,
|
|
999
|
-
[_aI,
|
|
1000
|
-
[[0, 1], [0, { [_hQ]:
|
|
1105
|
+
[_aI, _comp],
|
|
1106
|
+
[[0, 1], [0, { [_hQ]: _comp }]], 1
|
|
1001
1107
|
];
|
|
1002
1108
|
export var ResetAgentDeploymentOutput$ = [3, n2, _RADO,
|
|
1003
1109
|
0,
|
|
@@ -1006,8 +1112,8 @@ export var ResetAgentDeploymentOutput$ = [3, n2, _RADO,
|
|
|
1006
1112
|
];
|
|
1007
1113
|
export var RestoreAgentVersionToDraftInput$ = [3, n2, _RAVTDI,
|
|
1008
1114
|
0,
|
|
1009
|
-
[_aI, _ve, _r,
|
|
1010
|
-
[[0, 1], [1, 1], 1, [0, { [_hQ]:
|
|
1115
|
+
[_aI, _ve, _r, _comp],
|
|
1116
|
+
[[0, 1], [1, 1], 1, [0, { [_hQ]: _comp }]], 3
|
|
1011
1117
|
];
|
|
1012
1118
|
export var RestoreAgentVersionToDraftOutput$ = [3, n2, _RAVTDO,
|
|
1013
1119
|
0,
|
|
@@ -1016,8 +1122,8 @@ export var RestoreAgentVersionToDraftOutput$ = [3, n2, _RAVTDO,
|
|
|
1016
1122
|
];
|
|
1017
1123
|
export var UpdateAgentInput$ = [3, n2, _UAI,
|
|
1018
1124
|
0,
|
|
1019
|
-
[_n, _ch, _en, _aI, _r, _d, _ca, _p, _se, _a,
|
|
1020
|
-
[0, () => AgentChannels$, () => AgentEngine$, [0, 1], 1, 0, 0, 0, () => AgentSettings$, () => AgentAccess$, [0, { [_hQ]:
|
|
1125
|
+
[_n, _ch, _en, _aI, _r, _d, _ca, _p, _se, _a, _comp],
|
|
1126
|
+
[0, () => AgentChannels$, () => AgentEngine$, [0, 1], 1, 0, 0, 0, () => AgentSettings$, () => AgentAccess$, [0, { [_hQ]: _comp }]], 5
|
|
1021
1127
|
];
|
|
1022
1128
|
export var UpdateAgentOutput$ = [3, n2, _UAO,
|
|
1023
1129
|
0,
|
|
@@ -1031,8 +1137,8 @@ export var VoiceCallerMetadataSettings$ = [3, n2, _VCMS,
|
|
|
1031
1137
|
];
|
|
1032
1138
|
export var VoiceChannelSettings$ = [3, n2, _VCS,
|
|
1033
1139
|
0,
|
|
1034
|
-
[_gr, _int, _sT, _mD, _eC, _cM],
|
|
1035
|
-
[0, () => VoiceInterruptionSettings$, () => VoiceSilenceTimeoutSettings$, () => VoiceMaxDurationSettings$, () => VoiceEndCallSettings$, () => VoiceCallerMetadataSettings$]
|
|
1140
|
+
[_gr, _bS, _sp, _int, _sT, _mD, _eC, _cM],
|
|
1141
|
+
[0, 0, () => VoiceSpeechSettings$, () => VoiceInterruptionSettings$, () => VoiceSilenceTimeoutSettings$, () => VoiceMaxDurationSettings$, () => VoiceEndCallSettings$, () => VoiceCallerMetadataSettings$]
|
|
1036
1142
|
];
|
|
1037
1143
|
export var VoiceEndCallSettings$ = [3, n2, _VECS,
|
|
1038
1144
|
0,
|
|
@@ -1044,21 +1150,46 @@ export var VoiceInterruptionSettings$ = [3, n2, _VIS,
|
|
|
1044
1150
|
[_ena, _mW],
|
|
1045
1151
|
[2, 1], 1
|
|
1046
1152
|
];
|
|
1153
|
+
export var VoiceLanguage$ = [3, n2, _VL,
|
|
1154
|
+
0,
|
|
1155
|
+
[_cod, _vo, _prov, _gr, _iD, _in, _sy, _cr, _pron, _pS],
|
|
1156
|
+
[0, 0, 0, 0, 2, 0, () => VoiceSynthesisOptions$, () => SecretRef$, () => VoicePronunciationList, 64 | 0], 2
|
|
1157
|
+
];
|
|
1047
1158
|
export var VoiceMaxDurationSettings$ = [3, n2, _VMDS,
|
|
1048
1159
|
0,
|
|
1049
1160
|
[_seco, _ac],
|
|
1050
1161
|
[1, () => VoiceTerminateAction$], 2
|
|
1051
1162
|
];
|
|
1163
|
+
export var VoicePronunciation$ = [3, n2, _VP,
|
|
1164
|
+
0,
|
|
1165
|
+
[_phr, _as_, _enc],
|
|
1166
|
+
[0, 0, 0], 2
|
|
1167
|
+
];
|
|
1052
1168
|
export var VoiceSilenceTimeoutSettings$ = [3, n2, _VSTS,
|
|
1053
1169
|
0,
|
|
1054
1170
|
[_seco, _ac],
|
|
1055
1171
|
[1, () => VoiceTerminateAction$], 2
|
|
1056
1172
|
];
|
|
1173
|
+
export var VoiceSpeechSettings$ = [3, n2, _VSS,
|
|
1174
|
+
0,
|
|
1175
|
+
[_prov, _lan, _aDu, _gEL, _tra, _sy, _cr],
|
|
1176
|
+
[0, () => VoiceLanguageList, 2, 2, () => VoiceTranscriptionSettings$, () => VoiceSynthesisOptions$, () => SecretRef$], 2
|
|
1177
|
+
];
|
|
1178
|
+
export var VoiceSynthesisOptions$ = [3, n2, _VSO,
|
|
1179
|
+
0,
|
|
1180
|
+
[_mo, _spe, _stab, _sim, _sty, _sB, _pit, _vG],
|
|
1181
|
+
[0, 1, 1, 1, 1, 2, 1, 1]
|
|
1182
|
+
];
|
|
1057
1183
|
export var VoiceTerminateHangupAction$ = [3, n2, _VTHA,
|
|
1058
1184
|
0,
|
|
1059
1185
|
[_m],
|
|
1060
1186
|
[0]
|
|
1061
1187
|
];
|
|
1188
|
+
export var VoiceTranscriptionSettings$ = [3, n2, _VTS,
|
|
1189
|
+
0,
|
|
1190
|
+
[_ven],
|
|
1191
|
+
[0]
|
|
1192
|
+
];
|
|
1062
1193
|
export var VoiceTransferTarget$ = [3, n2, _VTT,
|
|
1063
1194
|
0,
|
|
1064
1195
|
[_n, _co, _ext, _d],
|
|
@@ -1069,11 +1200,6 @@ export var WebSearchUserLocation$ = [3, n2, _WSUL,
|
|
|
1069
1200
|
[_cou, _reg, _ci, _time],
|
|
1070
1201
|
[0, 0, 0, 0]
|
|
1071
1202
|
];
|
|
1072
|
-
export var WorkflowChannelSettings$ = [3, n2, _WCS,
|
|
1073
|
-
0,
|
|
1074
|
-
[],
|
|
1075
|
-
[]
|
|
1076
|
-
];
|
|
1077
1203
|
export var Actor$ = [3, n1, _Ac,
|
|
1078
1204
|
0,
|
|
1079
1205
|
[_t, _i, _n],
|
|
@@ -1095,6 +1221,7 @@ var AgentApiKeysList = [1, n2, _AAKL,
|
|
|
1095
1221
|
var AgentCapabilitiesList = [1, n2, _ACL,
|
|
1096
1222
|
0, () => AgentCapability$
|
|
1097
1223
|
];
|
|
1224
|
+
var AgentCapabilityChannelsList = 64 | 0;
|
|
1098
1225
|
var AgentDeploymentRoutesList = [1, n2, _ADRL,
|
|
1099
1226
|
0, () => AgentDeploymentRoute$
|
|
1100
1227
|
];
|
|
@@ -1145,19 +1272,32 @@ var AgentWorkflowStepsList = [1, n2, _AWSL,
|
|
|
1145
1272
|
var AgentWorkflowTransitionsList = [1, n2, _AWTL,
|
|
1146
1273
|
0, () => AgentWorkflowTransition$
|
|
1147
1274
|
];
|
|
1275
|
+
var AssistantQuickCommandsList = [1, n2, _AQCL,
|
|
1276
|
+
0, () => AssistantQuickCommand$
|
|
1277
|
+
];
|
|
1148
1278
|
var ChannelTypeList = 64 | 0;
|
|
1149
1279
|
var DomainNameList = 64 | 0;
|
|
1280
|
+
var PronunciationDictionaryList = [1, n2, _PDL,
|
|
1281
|
+
0, () => PronunciationDictionary$
|
|
1282
|
+
];
|
|
1283
|
+
var VoiceLanguageList = [1, n2, _VLL,
|
|
1284
|
+
0, () => VoiceLanguage$
|
|
1285
|
+
];
|
|
1286
|
+
var VoicePronunciationList = [1, n2, _VPL,
|
|
1287
|
+
0, () => VoicePronunciation$
|
|
1288
|
+
];
|
|
1289
|
+
var VoicePronunciationSuppressionList = 64 | 0;
|
|
1150
1290
|
var AgentSkillsList = [1, n4, _ASL,
|
|
1151
1291
|
0, () => AgentSkillReference$
|
|
1152
1292
|
];
|
|
1153
1293
|
export var AgentCapability$ = [4, n2, _ACg,
|
|
1154
1294
|
0,
|
|
1155
|
-
[_too, _conn, _kb, _sa, _wS, _wF, _ag, _ha, _del,
|
|
1295
|
+
[_too, _conn, _kb, _sa, _wS, _wF, _ag, _ha, _del, _tran, _su, _han, _wa],
|
|
1156
1296
|
[() => AgentTool$, () => AgentConnectorCapability$, () => AgentKnowledgeBase$, () => AgentSandboxCapability$, () => AgentWebSearchCapability$, () => AgentWebFetchCapability$, () => AgentCallCapability$, () => AgentHandoverCapability$, () => AgentDelegationCapability$, () => AgentTransferCapability$, () => AgentSuggestionsCapability$, () => AgentHangupCapability$, () => AgentWaitCapability$]
|
|
1157
1297
|
];
|
|
1158
1298
|
export var AgentEngine$ = [4, n2, _AE,
|
|
1159
1299
|
0,
|
|
1160
|
-
[_ai,
|
|
1300
|
+
[_ai, _web, _sq],
|
|
1161
1301
|
[() => AgentAiEngine$, () => AgentWebhookEngine$, () => AgentSqsEngine$]
|
|
1162
1302
|
];
|
|
1163
1303
|
export var AgentGrantPrincipal$ = [4, n2, _AGP,
|
|
@@ -1197,7 +1337,7 @@ export var AgentToolVariableHandler$ = [4, n2, _ATVH,
|
|
|
1197
1337
|
];
|
|
1198
1338
|
export var AgentWorkflowAction$ = [4, n2, _AWAg,
|
|
1199
1339
|
0,
|
|
1200
|
-
[_too, _conn, _ag, _ha, _del,
|
|
1340
|
+
[_too, _conn, _ag, _ha, _del, _tran, _han, _wa],
|
|
1201
1341
|
[() => AgentTool$, () => AgentConnectorCapability$, () => AgentCallCapability$, () => AgentHandoverCapability$, () => AgentDelegationCapability$, () => AgentTransferCapability$, () => AgentHangupCapability$, () => AgentWaitCapability$]
|
|
1202
1342
|
];
|
|
1203
1343
|
export var AgentWorkflowCondition$ = [4, n2, _AWCg,
|
|
@@ -1222,7 +1362,7 @@ export var AgentWorkflowMessageContent$ = [4, n2, _AWMC,
|
|
|
1222
1362
|
];
|
|
1223
1363
|
export var VoiceTerminateAction$ = [4, n2, _VTA,
|
|
1224
1364
|
0,
|
|
1225
|
-
[_han,
|
|
1365
|
+
[_han, _tran],
|
|
1226
1366
|
[() => VoiceTerminateHangupAction$, () => VoiceTransferTarget$]
|
|
1227
1367
|
];
|
|
1228
1368
|
export var CompareAgentVersions$ = [9, n2, _CAV,
|
|
@@ -1240,6 +1380,9 @@ export var DeleteAgent$ = [9, n2, _DA,
|
|
|
1240
1380
|
export var DeleteAgentApiKey$ = [9, n2, _DAAK,
|
|
1241
1381
|
{ [_ht]: ["DELETE", "/v2/agents/agents/{agentId}/keys/{keyId}", 200] }, () => DeleteAgentApiKeyInput$, () => DeleteAgentApiKeyOutput$
|
|
1242
1382
|
];
|
|
1383
|
+
export var DeletePronunciationDictionary$ = [9, n2, _DPD,
|
|
1384
|
+
{ [_ht]: ["DELETE", "/v2/agents/pronunciations/{code}", 200] }, () => DeletePronunciationDictionaryInput$, () => DeletePronunciationDictionaryOutput$
|
|
1385
|
+
];
|
|
1243
1386
|
export var GetAgent$ = [9, n2, _GA,
|
|
1244
1387
|
{ [_ht]: ["GET", "/v2/agents/agents/{agentId}", 200] }, () => GetAgentInput$, () => GetAgentOutput$
|
|
1245
1388
|
];
|
|
@@ -1261,12 +1404,18 @@ export var ListAgentsNames$ = [9, n2, _LAN,
|
|
|
1261
1404
|
export var ListAgentVersions$ = [9, n2, _LAV,
|
|
1262
1405
|
{ [_ht]: ["GET", "/v2/agents/agents/{agentId}/versions", 200] }, () => ListAgentVersionsInput$, () => ListAgentVersionsOutput$
|
|
1263
1406
|
];
|
|
1407
|
+
export var ListPronunciationDictionaries$ = [9, n2, _LPD,
|
|
1408
|
+
{ [_ht]: ["GET", "/v2/agents/pronunciations", 200] }, () => ListPronunciationDictionariesInput$, () => ListPronunciationDictionariesOutput$
|
|
1409
|
+
];
|
|
1264
1410
|
export var PublishAgentVersion$ = [9, n2, _PAV,
|
|
1265
1411
|
{ [_ht]: ["POST", "/v2/agents/agents/{agentId}/versions", 200] }, () => PublishAgentVersionInput$, () => PublishAgentVersionOutput$
|
|
1266
1412
|
];
|
|
1267
1413
|
export var PutAgentDeployment$ = [9, n2, _PAD,
|
|
1268
1414
|
{ [_ht]: ["PUT", "/v2/agents/agents/{agentId}/deployment", 200] }, () => PutAgentDeploymentInput$, () => PutAgentDeploymentOutput$
|
|
1269
1415
|
];
|
|
1416
|
+
export var PutPronunciationDictionary$ = [9, n2, _PPD,
|
|
1417
|
+
{ [_ht]: ["PUT", "/v2/agents/pronunciations/{code}", 200] }, () => PutPronunciationDictionaryInput$, () => PutPronunciationDictionaryOutput$
|
|
1418
|
+
];
|
|
1270
1419
|
export var ResetAgentDeployment$ = [9, n2, _RAD,
|
|
1271
1420
|
{ [_ht]: ["POST", "/v2/agents/agents/{agentId}/deployment/reset", 200] }, () => ResetAgentDeploymentInput$, () => ResetAgentDeploymentOutput$
|
|
1272
1421
|
];
|