@wildix/wilma-agents-client 1.0.27 → 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 +46 -7
- package/dist-cjs/schemas/schemas_0.js +333 -99
- 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 +45 -6
- package/dist-es/schemas/schemas_0.js +329 -95
- package/dist-types/WilmaAgents.d.ts +25 -3
- package/dist-types/WilmaAgentsClient.d.ts +8 -5
- package/dist-types/commands/CreateAgentCommand.d.ts +286 -16
- package/dist-types/commands/DeletePronunciationDictionaryCommand.d.ts +82 -0
- package/dist-types/commands/GetAgentCommand.d.ts +143 -8
- package/dist-types/commands/GetAgentVersionCommand.d.ts +143 -8
- package/dist-types/commands/ListAgentsCommand.d.ts +144 -9
- 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 +143 -8
- package/dist-types/commands/PutPronunciationDictionaryCommand.d.ts +117 -0
- package/dist-types/commands/RestoreAgentVersionToDraftCommand.d.ts +143 -8
- package/dist-types/commands/UpdateAgentCommand.d.ts +286 -16
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/index.d.ts +3 -3
- package/dist-types/models/enums.d.ts +159 -26
- package/dist-types/models/models_0.d.ts +913 -49
- package/dist-types/schemas/schemas_0.d.ts +29 -1
- package/package.json +2 -2
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.UpdateAgent$ = exports.RestoreAgentVersionToDraft$ = exports.ResetAgentDeployment$ = exports.PutAgentDeployment$ = exports.PublishAgentVersion$ = exports.ListAgentVersions$ = exports.ListAgentsNames$ = exports.ListAgents$ = exports.ListAgentApiKeys$ = exports.GetAgentVersion$ = void 0;
|
|
3
|
+
exports.AgentToolVariablesAnnotation$ = exports.AgentToolVariablePredefinedHandler$ = exports.AgentToolVariableGuidedHandler$ = exports.AgentToolVariableAutoHandler$ = exports.AgentToolVariable$ = exports.AgentToolTagAnnotation$ = exports.AgentToolResultAnnotation$ = exports.AgentToolPipeline$ = exports.AgentToolFieldPredefinedHandler$ = exports.AgentToolFieldGuidedHandler$ = exports.AgentToolField$ = exports.AgentToolCommentAnnotation$ = exports.AgentToolApproval$ = exports.AgentTool$ = exports.AgentSuggestionsCapability$ = exports.AgentSqsEngine$ = exports.AgentSnapshotSandboxOptions$ = exports.AgentSettings$ = exports.AgentKnowledgeBase$ = exports.AgentInfo$ = exports.AgentHangupPipeline$ = exports.AgentHangupCapability$ = exports.AgentHandoverPipeline$ = exports.AgentHandoverCapability$ = exports.AgentGuardrails$ = exports.AgentGuardrailRedactAction$ = exports.AgentGuardrailPresetCheck$ = exports.AgentGuardrailObserveAction$ = exports.AgentGuardrailInput$ = exports.AgentGuardrailEndAction$ = exports.AgentGuardrailCustomCheck$ = exports.AgentGuardrailCheck$ = exports.AgentGuardrailBlockAction$ = exports.AgentDeploymentRoute$ = exports.AgentDelegationCapability$ = exports.AgentDefinitionSnapshot$ = exports.AgentConnectorCapability$ = exports.AgentChannels$ = exports.AgentCallCapability$ = exports.AgentApiKey$ = exports.AgentAiEngine$ = exports.AgentAccess$ = exports.Agent$ = exports.errorTypeRegistries = exports.RevisionConflictException$ = exports.NothingToPublishException$ = exports.ValidationException$ = exports.NotFoundException$ = exports.ConflictException$ = exports.WilmaAgentsServiceException$ = void 0;
|
|
4
|
+
exports.CreateAgentInput$ = exports.CreateAgentApiKeyOutput$ = exports.CreateAgentApiKeyInput$ = exports.CompareAgentVersionsOutput$ = exports.CompareAgentVersionsInput$ = exports.ChatChannelSettings$ = exports.AssistantWelcomeSettings$ = exports.AssistantUiSettings$ = exports.AssistantQuickCommand$ = exports.AssistantChannelSettings$ = exports.AgentWorkflowVariablesHandler$ = exports.AgentWorkflowTransition$ = exports.AgentWorkflowStepPosition$ = exports.AgentWorkflowStep$ = exports.AgentWorkflowSettings$ = exports.AgentWorkflowResultHandler$ = exports.AgentWorkflowResultCondition$ = exports.AgentWorkflowPromptCondition$ = exports.AgentWorkflowNested$ = exports.AgentWorkflowMessageVoiceSettings$ = exports.AgentWorkflowMessageHandler$ = exports.AgentWorkflowMessageGeneration$ = exports.AgentWorkflowMessageChatSettings$ = exports.AgentWorkflowMessageChannelsSettings$ = exports.AgentWorkflowMessageButtonReplyHandler$ = exports.AgentWorkflowMessageButtonLinkHandler$ = exports.AgentWorkflowMessageButton$ = exports.AgentWorkflowInvokeHandler$ = exports.AgentWorkflowFallbackCondition$ = exports.AgentWorkflowFailureCondition$ = exports.AgentWorkflowExpressionCondition$ = exports.AgentWorkflowEndHandler$ = exports.AgentWorkflowConversationVoiceSettings$ = exports.AgentWorkflowConversationHandler$ = exports.AgentWorkflowConversationChannelsSettings$ = exports.AgentWorkflowAssignment$ = exports.AgentWorkflowAlwaysCondition$ = exports.AgentWorkflowActionHandler$ = exports.AgentWorkflow$ = exports.AgentWebSearchCapability$ = exports.AgentWebhookEngine$ = exports.AgentWebFetchCapability$ = exports.AgentWaitCapability$ = exports.AgentVersionInfo$ = exports.AgentVersionChange$ = exports.AgentVersion$ = exports.AgentVercelSandboxOptions$ = exports.AgentVariable$ = exports.AgentTransferPipeline$ = exports.AgentTransferCapability$ = void 0;
|
|
5
|
+
exports.WebSearchUserLocation$ = exports.VoiceTransferTarget$ = exports.VoiceTranscriptionSettings$ = exports.VoiceTerminateHangupAction$ = exports.VoiceSynthesisOptions$ = exports.VoiceSpeechSettings$ = exports.VoiceSilenceTimeoutSettings$ = exports.VoicePronunciation$ = exports.VoiceMaxDurationSettings$ = exports.VoiceLanguage$ = exports.VoiceInterruptionSettings$ = exports.VoiceEndCallSettings$ = exports.VoiceChannelSettings$ = exports.VoiceCallerMetadataSettings$ = exports.UpdateAgentOutput$ = exports.UpdateAgentInput$ = exports.RestoreAgentVersionToDraftOutput$ = exports.RestoreAgentVersionToDraftInput$ = exports.ResetAgentDeploymentOutput$ = exports.ResetAgentDeploymentInput$ = exports.PutPronunciationDictionaryOutput$ = exports.PutPronunciationDictionaryInput$ = exports.PutAgentDeploymentOutput$ = exports.PutAgentDeploymentInput$ = exports.PublishAgentVersionOutput$ = exports.PublishAgentVersionInput$ = exports.PronunciationDictionary$ = exports.ListPronunciationDictionariesOutput$ = exports.ListPronunciationDictionariesInput$ = exports.ListAgentVersionsOutput$ = exports.ListAgentVersionsInput$ = exports.ListAgentsOutput$ = exports.ListAgentsNamesOutput$ = exports.ListAgentsNamesInput$ = exports.ListAgentsInput$ = exports.ListAgentApiKeysOutput$ = exports.ListAgentApiKeysInput$ = exports.GetAgentVersionOutput$ = exports.GetAgentVersionInput$ = exports.GetAgentOutput$ = exports.GetAgentInput$ = exports.GetAgentDeploymentOutput$ = exports.GetAgentDeploymentInput$ = exports.DeletePronunciationDictionaryOutput$ = exports.DeletePronunciationDictionaryInput$ = exports.DeleteAgentOutput$ = exports.DeleteAgentInput$ = exports.DeleteAgentApiKeyOutput$ = exports.DeleteAgentApiKeyInput$ = exports.CreateAgentOutput$ = void 0;
|
|
6
|
+
exports.UpdateAgent$ = exports.RestoreAgentVersionToDraft$ = exports.ResetAgentDeployment$ = exports.PutPronunciationDictionary$ = exports.PutAgentDeployment$ = exports.PublishAgentVersion$ = exports.ListPronunciationDictionaries$ = exports.ListAgentVersions$ = exports.ListAgentsNames$ = exports.ListAgents$ = exports.ListAgentApiKeys$ = exports.GetAgentVersion$ = exports.GetAgentDeployment$ = exports.GetAgent$ = exports.DeletePronunciationDictionary$ = exports.DeleteAgentApiKey$ = exports.DeleteAgent$ = exports.CreateAgentApiKey$ = exports.CreateAgent$ = exports.CompareAgentVersions$ = exports.VoiceTerminateAction$ = exports.AgentWorkflowMessageContent$ = exports.AgentWorkflowMessageButtonHandler$ = exports.AgentWorkflowHandler$ = exports.AgentWorkflowCondition$ = exports.AgentWorkflowAction$ = exports.AgentToolVariableHandler$ = exports.AgentToolFieldHandler$ = exports.AgentToolAnnotation$ = exports.AgentSandboxCapability$ = exports.AgentGuardrailCheckKind$ = exports.AgentGuardrailAction$ = exports.AgentGrantPrincipal$ = exports.AgentEngine$ = exports.AgentCapability$ = exports.AgentSkillReference$ = exports.SecretRef$ = exports.Actor$ = void 0;
|
|
7
7
|
const _A = "Agent";
|
|
8
8
|
const _AA = "AgentAccess";
|
|
9
9
|
const _AAE = "AgentAiEngine";
|
|
@@ -20,8 +20,20 @@ const _ADR = "AgentDeploymentRoute";
|
|
|
20
20
|
const _ADRL = "AgentDeploymentRoutesList";
|
|
21
21
|
const _ADS = "AgentDefinitionSnapshot";
|
|
22
22
|
const _AE = "AgentEngine";
|
|
23
|
+
const _AG = "AgentGuardrails";
|
|
24
|
+
const _AGA = "AgentGuardrailAction";
|
|
25
|
+
const _AGBA = "AgentGuardrailBlockAction";
|
|
26
|
+
const _AGC = "AgentGuardrailCheck";
|
|
27
|
+
const _AGCC = "AgentGuardrailCustomCheck";
|
|
28
|
+
const _AGCK = "AgentGuardrailCheckKind";
|
|
29
|
+
const _AGCL = "AgentGuardrailChecksList";
|
|
30
|
+
const _AGEA = "AgentGuardrailEndAction";
|
|
31
|
+
const _AGI = "AgentGuardrailInput";
|
|
32
|
+
const _AGOA = "AgentGuardrailObserveAction";
|
|
23
33
|
const _AGP = "AgentGrantPrincipal";
|
|
34
|
+
const _AGPC = "AgentGuardrailPresetCheck";
|
|
24
35
|
const _AGPL = "AgentGrantPrincipalList";
|
|
36
|
+
const _AGRA = "AgentGuardrailRedactAction";
|
|
25
37
|
const _AHC = "AgentHandoverCapability";
|
|
26
38
|
const _AHCg = "AgentHangupCapability";
|
|
27
39
|
const _AHP = "AgentHandoverPipeline";
|
|
@@ -30,6 +42,8 @@ const _AI = "AgentInfo";
|
|
|
30
42
|
const _AIL = "AgentsInfoList";
|
|
31
43
|
const _AKB = "AgentKnowledgeBase";
|
|
32
44
|
const _AL = "AgentsList";
|
|
45
|
+
const _AQC = "AssistantQuickCommand";
|
|
46
|
+
const _AQCL = "AssistantQuickCommandsList";
|
|
33
47
|
const _AS = "AgentSettings";
|
|
34
48
|
const _ASC = "AgentSuggestionsCapability";
|
|
35
49
|
const _ASCg = "AgentSandboxCapability";
|
|
@@ -59,6 +73,7 @@ const _ATVGH = "AgentToolVariableGuidedHandler";
|
|
|
59
73
|
const _ATVH = "AgentToolVariableHandler";
|
|
60
74
|
const _ATVL = "AgentToolVariablesList";
|
|
61
75
|
const _ATVPH = "AgentToolVariablePredefinedHandler";
|
|
76
|
+
const _AUS = "AssistantUiSettings";
|
|
62
77
|
const _AV = "AgentVariable";
|
|
63
78
|
const _AVC = "AgentVersionChange";
|
|
64
79
|
const _AVCL = "AgentVersionChangesList";
|
|
@@ -107,6 +122,7 @@ const _AWSC = "AgentWebSearchCapability";
|
|
|
107
122
|
const _AWSL = "AgentWorkflowStepsList";
|
|
108
123
|
const _AWSP = "AgentWorkflowStepPosition";
|
|
109
124
|
const _AWSg = "AgentWorkflowStep";
|
|
125
|
+
const _AWSs = "AssistantWelcomeSettings";
|
|
110
126
|
const _AWT = "AgentWorkflowTransition";
|
|
111
127
|
const _AWTL = "AgentWorkflowTransitionsList";
|
|
112
128
|
const _AWVH = "AgentWorkflowVariablesHandler";
|
|
@@ -128,6 +144,9 @@ const _DAAKI = "DeleteAgentApiKeyInput";
|
|
|
128
144
|
const _DAAKO = "DeleteAgentApiKeyOutput";
|
|
129
145
|
const _DAI = "DeleteAgentInput";
|
|
130
146
|
const _DAO = "DeleteAgentOutput";
|
|
147
|
+
const _DPD = "DeletePronunciationDictionary";
|
|
148
|
+
const _DPDI = "DeletePronunciationDictionaryInput";
|
|
149
|
+
const _DPDO = "DeletePronunciationDictionaryOutput";
|
|
131
150
|
const _GA = "GetAgent";
|
|
132
151
|
const _GAD = "GetAgentDeployment";
|
|
133
152
|
const _GADI = "GetAgentDeploymentInput";
|
|
@@ -149,6 +168,9 @@ const _LAO = "ListAgentsOutput";
|
|
|
149
168
|
const _LAV = "ListAgentVersions";
|
|
150
169
|
const _LAVI = "ListAgentVersionsInput";
|
|
151
170
|
const _LAVO = "ListAgentVersionsOutput";
|
|
171
|
+
const _LPD = "ListPronunciationDictionaries";
|
|
172
|
+
const _LPDI = "ListPronunciationDictionariesInput";
|
|
173
|
+
const _LPDO = "ListPronunciationDictionariesOutput";
|
|
152
174
|
const _NFE = "NotFoundException";
|
|
153
175
|
const _NTPE = "NothingToPublishException";
|
|
154
176
|
const _PAD = "PutAgentDeployment";
|
|
@@ -157,6 +179,11 @@ const _PADO = "PutAgentDeploymentOutput";
|
|
|
157
179
|
const _PAV = "PublishAgentVersion";
|
|
158
180
|
const _PAVI = "PublishAgentVersionInput";
|
|
159
181
|
const _PAVO = "PublishAgentVersionOutput";
|
|
182
|
+
const _PD = "PronunciationDictionary";
|
|
183
|
+
const _PDL = "PronunciationDictionaryList";
|
|
184
|
+
const _PPD = "PutPronunciationDictionary";
|
|
185
|
+
const _PPDI = "PutPronunciationDictionaryInput";
|
|
186
|
+
const _PPDO = "PutPronunciationDictionaryOutput";
|
|
160
187
|
const _RAD = "ResetAgentDeployment";
|
|
161
188
|
const _RADI = "ResetAgentDeploymentInput";
|
|
162
189
|
const _RADO = "ResetAgentDeploymentOutput";
|
|
@@ -173,15 +200,22 @@ const _VCS = "VoiceChannelSettings";
|
|
|
173
200
|
const _VE = "ValidationException";
|
|
174
201
|
const _VECS = "VoiceEndCallSettings";
|
|
175
202
|
const _VIS = "VoiceInterruptionSettings";
|
|
203
|
+
const _VL = "VoiceLanguage";
|
|
204
|
+
const _VLL = "VoiceLanguageList";
|
|
176
205
|
const _VMDS = "VoiceMaxDurationSettings";
|
|
206
|
+
const _VP = "VoicePronunciation";
|
|
207
|
+
const _VPL = "VoicePronunciationList";
|
|
208
|
+
const _VSO = "VoiceSynthesisOptions";
|
|
209
|
+
const _VSS = "VoiceSpeechSettings";
|
|
177
210
|
const _VSTS = "VoiceSilenceTimeoutSettings";
|
|
178
211
|
const _VTA = "VoiceTerminateAction";
|
|
179
212
|
const _VTHA = "VoiceTerminateHangupAction";
|
|
213
|
+
const _VTS = "VoiceTranscriptionSettings";
|
|
180
214
|
const _VTT = "VoiceTransferTarget";
|
|
181
|
-
const _WCS = "WorkflowChannelSettings";
|
|
182
215
|
const _WSUL = "WebSearchUserLocation";
|
|
183
216
|
const _a = "access";
|
|
184
217
|
const _aD = "allowedDomains";
|
|
218
|
+
const _aDu = "autoDetect";
|
|
185
219
|
const _aI = "agentId";
|
|
186
220
|
const _aOF = "applyOnFailure";
|
|
187
221
|
const _aOS = "applyOnSuccess";
|
|
@@ -196,10 +230,13 @@ const _an = "annotations";
|
|
|
196
230
|
const _ap = "approval";
|
|
197
231
|
const _ar = "artifacts";
|
|
198
232
|
const _as = "assistant";
|
|
233
|
+
const _as_ = "as";
|
|
199
234
|
const _ass = "assignments";
|
|
200
235
|
const _au = "auto";
|
|
201
236
|
const _b = "before";
|
|
202
237
|
const _bOV = "basedOnVersion";
|
|
238
|
+
const _bS = "backgroundSound";
|
|
239
|
+
const _bl = "block";
|
|
203
240
|
const _c = "client";
|
|
204
241
|
const _cA = "createdAt";
|
|
205
242
|
const _cB = "createdBy";
|
|
@@ -218,17 +255,22 @@ const _cha = "chat";
|
|
|
218
255
|
const _chan = "changelog";
|
|
219
256
|
const _chang = "changes";
|
|
220
257
|
const _chann = "channel";
|
|
258
|
+
const _che = "checks";
|
|
221
259
|
const _ci = "city";
|
|
222
260
|
const _co = "context";
|
|
223
|
-
const
|
|
261
|
+
const _cod = "code";
|
|
262
|
+
const _com = "commands";
|
|
224
263
|
const _comm = "comment";
|
|
264
|
+
const _comp = "company";
|
|
225
265
|
const _con = "conditions";
|
|
226
266
|
const _cond = "condition";
|
|
227
267
|
const _conn = "connector";
|
|
228
268
|
const _cont = "content";
|
|
229
269
|
const _conv = "conversation";
|
|
230
270
|
const _cou = "country";
|
|
271
|
+
const _cr = "credential";
|
|
231
272
|
const _cu = "cursor";
|
|
273
|
+
const _cus = "custom";
|
|
232
274
|
const _d = "description";
|
|
233
275
|
const _dBV = "draftBaseVersion";
|
|
234
276
|
const _de = "deployment";
|
|
@@ -236,15 +278,21 @@ const _def = "definition";
|
|
|
236
278
|
const _defa = "default";
|
|
237
279
|
const _del = "delegation";
|
|
238
280
|
const _di = "discoverable";
|
|
281
|
+
const _dic = "dictionaries";
|
|
282
|
+
const _dict = "dictionary";
|
|
239
283
|
const _e = "error";
|
|
240
284
|
const _eA = "expiresAt";
|
|
241
285
|
const _eC = "endCall";
|
|
286
|
+
const _eM = "errorMode";
|
|
287
|
+
const _eUA = "expectedUpdatedAt";
|
|
242
288
|
const _en = "engine";
|
|
243
289
|
const _ena = "enabled";
|
|
290
|
+
const _enc = "encoding";
|
|
244
291
|
const _end = "end";
|
|
245
292
|
const _ent = "entry";
|
|
246
|
-
const _ex = "
|
|
293
|
+
const _ex = "examples";
|
|
247
294
|
const _exp = "expression";
|
|
295
|
+
const _ext = "extension";
|
|
248
296
|
const _f = "fields";
|
|
249
297
|
const _fD = "fromDraft";
|
|
250
298
|
const _fTC = "forceToolCall";
|
|
@@ -252,11 +300,13 @@ const _fa = "failure";
|
|
|
252
300
|
const _fal = "fallback";
|
|
253
301
|
const _fr = "from";
|
|
254
302
|
const _g = "grants";
|
|
303
|
+
const _gEL = "greetEveryLanguage";
|
|
255
304
|
const _gI = "groupId";
|
|
256
305
|
const _ge = "generate";
|
|
257
306
|
const _go = "goal";
|
|
258
307
|
const _gr = "greeting";
|
|
259
|
-
const _gu = "
|
|
308
|
+
const _gu = "guardrails";
|
|
309
|
+
const _gui = "guided";
|
|
260
310
|
const _h = "handler";
|
|
261
311
|
const _hE = "httpError";
|
|
262
312
|
const _hQ = "httpQuery";
|
|
@@ -264,18 +314,22 @@ const _ha = "handover";
|
|
|
264
314
|
const _han = "hangup";
|
|
265
315
|
const _ht = "http";
|
|
266
316
|
const _i = "id";
|
|
317
|
+
const _iD = "isDefault";
|
|
267
318
|
const _in = "instructions";
|
|
319
|
+
const _inp = "input";
|
|
268
320
|
const _int = "interruptions";
|
|
269
|
-
const _k = "
|
|
321
|
+
const _k = "kind";
|
|
270
322
|
const _kBI = "knowledgeBaseId";
|
|
271
323
|
const _kI = "keyId";
|
|
272
324
|
const _kb = "kb";
|
|
273
|
-
const _ke = "
|
|
325
|
+
const _ke = "key";
|
|
326
|
+
const _key = "keys";
|
|
274
327
|
const _ki = "kinds";
|
|
275
328
|
const _l = "layout";
|
|
276
329
|
const _lUA = "lastUsedAt";
|
|
277
330
|
const _lV = "latestVersion";
|
|
278
331
|
const _la = "label";
|
|
332
|
+
const _lan = "languages";
|
|
279
333
|
const _li = "limit";
|
|
280
334
|
const _lin = "link";
|
|
281
335
|
const _m = "message";
|
|
@@ -283,29 +337,43 @@ const _mD = "maxDuration";
|
|
|
283
337
|
const _mT = "maxTransitions";
|
|
284
338
|
const _mW = "minWords";
|
|
285
339
|
const _mo = "model";
|
|
340
|
+
const _mod = "mode";
|
|
286
341
|
const _n = "name";
|
|
287
342
|
const _nC = "nextCursor";
|
|
288
343
|
const _ne = "network";
|
|
289
344
|
const _nes = "nested";
|
|
345
|
+
const _no = "notes";
|
|
290
346
|
const _o = "optional";
|
|
347
|
+
const _ob = "observe";
|
|
291
348
|
const _ou = "output";
|
|
292
349
|
const _p = "picture";
|
|
293
350
|
const _pA = "publishedAt";
|
|
294
351
|
const _pB = "publishedBy";
|
|
295
352
|
const _pGI = "pbxGroupId";
|
|
353
|
+
const _pS = "pronunciationSuppressions";
|
|
296
354
|
const _pa = "path";
|
|
297
355
|
const _pe = "percentage";
|
|
298
356
|
const _ph = "phrases";
|
|
357
|
+
const _phr = "phrase";
|
|
299
358
|
const _pi = "pipeline";
|
|
359
|
+
const _pit = "pitch";
|
|
360
|
+
const _pl = "placeholder";
|
|
300
361
|
const _po = "position";
|
|
301
362
|
const _pr = "prefix";
|
|
302
|
-
const _pre = "
|
|
363
|
+
const _pre = "preset";
|
|
364
|
+
const _pred = "predefined";
|
|
303
365
|
const _pro = "prompt";
|
|
366
|
+
const _pron = "pronunciations";
|
|
367
|
+
const _prov = "provider";
|
|
304
368
|
const _r = "revision";
|
|
305
369
|
const _re = "result";
|
|
370
|
+
const _red = "redact";
|
|
306
371
|
const _reg = "region";
|
|
307
372
|
const _rep = "reply";
|
|
373
|
+
const _ru = "rules";
|
|
308
374
|
const _s = "smithy.ts.sdk.synthetic.wildix.wilma.agents";
|
|
375
|
+
const _sB = "speakerBoost";
|
|
376
|
+
const _sC = "speechConfigured";
|
|
309
377
|
const _sI = "snapshotId";
|
|
310
378
|
const _sM = "startMessage";
|
|
311
379
|
const _sT = "silenceTimeout";
|
|
@@ -315,17 +383,24 @@ const _se = "settings";
|
|
|
315
383
|
const _sea = "search";
|
|
316
384
|
const _sec = "secret";
|
|
317
385
|
const _seco = "seconds";
|
|
386
|
+
const _sen = "sensitivity";
|
|
318
387
|
const _ser = "service";
|
|
319
388
|
const _si = "silent";
|
|
389
|
+
const _sim = "similarity";
|
|
320
390
|
const _siz = "size";
|
|
321
391
|
const _sk = "skills";
|
|
322
392
|
const _sn = "snapshot";
|
|
393
|
+
const _sp = "speech";
|
|
394
|
+
const _spe = "speed";
|
|
323
395
|
const _sq = "sqs";
|
|
324
396
|
const _st = "status";
|
|
325
397
|
const _sta = "stage";
|
|
398
|
+
const _stab = "stability";
|
|
326
399
|
const _ste = "steps";
|
|
400
|
+
const _sty = "style";
|
|
327
401
|
const _su = "suggestions";
|
|
328
|
-
const
|
|
402
|
+
const _sub = "subtitle";
|
|
403
|
+
const _sy = "synthesis";
|
|
329
404
|
const _t = "type";
|
|
330
405
|
const _tD = "toDraft";
|
|
331
406
|
const _tV = "toolVersion";
|
|
@@ -336,21 +411,26 @@ const _te = "text";
|
|
|
336
411
|
const _ti = "timeout";
|
|
337
412
|
const _tim = "time";
|
|
338
413
|
const _time = "timezone";
|
|
414
|
+
const _tit = "title";
|
|
339
415
|
const _to = "to";
|
|
340
416
|
const _too = "tool";
|
|
341
417
|
const _tr = "transitions";
|
|
342
|
-
const _tra = "
|
|
418
|
+
const _tra = "transcription";
|
|
419
|
+
const _tran = "transfer";
|
|
343
420
|
const _u = "url";
|
|
344
421
|
const _uA = "updatedAt";
|
|
345
422
|
const _uB = "updatedBy";
|
|
346
423
|
const _uI = "userId";
|
|
347
424
|
const _uL = "userLocation";
|
|
425
|
+
const _ui = "ui";
|
|
348
426
|
const _v = "visibility";
|
|
427
|
+
const _vG = "volumeGain";
|
|
349
428
|
const _va = "variables";
|
|
350
429
|
const _val = "value";
|
|
351
430
|
const _var = "variant";
|
|
352
431
|
const _vc = "vcpus";
|
|
353
432
|
const _ve = "version";
|
|
433
|
+
const _ven = "vendor";
|
|
354
434
|
const _ver = "versions";
|
|
355
435
|
const _verc = "vercel";
|
|
356
436
|
const _vo = "voice";
|
|
@@ -358,7 +438,9 @@ const _w = "workflow";
|
|
|
358
438
|
const _wF = "webFetch";
|
|
359
439
|
const _wS = "webSearch";
|
|
360
440
|
const _wa = "wait";
|
|
361
|
-
const _we = "
|
|
441
|
+
const _we = "welcome";
|
|
442
|
+
const _web = "webhook";
|
|
443
|
+
const _wi = "window";
|
|
362
444
|
const _x = "x";
|
|
363
445
|
const _y = "y";
|
|
364
446
|
const n0 = "smithy.framework";
|
|
@@ -421,8 +503,8 @@ exports.AgentAccess$ = [3, n2, _AA,
|
|
|
421
503
|
];
|
|
422
504
|
exports.AgentAiEngine$ = [3, n2, _AAE,
|
|
423
505
|
0,
|
|
424
|
-
[_in, _w, _mo, _tZ, _ar, _sk, _cap, _va],
|
|
425
|
-
[0, () => exports.AgentWorkflow$, 0, 0, 2, () => AgentSkillsList, () => AgentCapabilitiesList, () => AgentVariablesList], 1
|
|
506
|
+
[_in, _w, _gu, _mo, _tZ, _ar, _sk, _cap, _va],
|
|
507
|
+
[0, () => exports.AgentWorkflow$, () => exports.AgentGuardrails$, 0, 0, 2, () => AgentSkillsList, () => AgentCapabilitiesList, () => AgentVariablesList], 1
|
|
426
508
|
];
|
|
427
509
|
exports.AgentApiKey$ = [3, n2, _AAK,
|
|
428
510
|
0,
|
|
@@ -431,18 +513,18 @@ exports.AgentApiKey$ = [3, n2, _AAK,
|
|
|
431
513
|
];
|
|
432
514
|
exports.AgentCallCapability$ = [3, n2, _ACC,
|
|
433
515
|
0,
|
|
434
|
-
[_aI, _aV, _a, _va],
|
|
435
|
-
[0, 1, () => exports.AgentAccess$, () => AgentToolVariablesList], 1
|
|
516
|
+
[_aI, _aV, _a, _va, _ch],
|
|
517
|
+
[0, 1, () => exports.AgentAccess$, () => AgentToolVariablesList, 64 | 0], 1
|
|
436
518
|
];
|
|
437
519
|
exports.AgentChannels$ = [3, n2, _AC,
|
|
438
520
|
0,
|
|
439
|
-
[_vo, _cha, _as
|
|
440
|
-
[() => exports.VoiceChannelSettings$, () => exports.ChatChannelSettings$, () => exports.AssistantChannelSettings
|
|
521
|
+
[_vo, _cha, _as],
|
|
522
|
+
[() => exports.VoiceChannelSettings$, () => exports.ChatChannelSettings$, () => exports.AssistantChannelSettings$]
|
|
441
523
|
];
|
|
442
524
|
exports.AgentConnectorCapability$ = [3, n2, _ACCg,
|
|
443
525
|
0,
|
|
444
|
-
[_i, _sM, _pi, _ap, _an],
|
|
445
|
-
[0, 0, () => exports.AgentToolPipeline$, () => exports.AgentToolApproval$, () => AgentToolAnnotationsList], 1
|
|
526
|
+
[_i, _sM, _pi, _ap, _ch, _an],
|
|
527
|
+
[0, 0, () => exports.AgentToolPipeline$, () => exports.AgentToolApproval$, 64 | 0, () => AgentToolAnnotationsList], 1
|
|
446
528
|
];
|
|
447
529
|
exports.AgentDefinitionSnapshot$ = [3, n2, _ADS,
|
|
448
530
|
0,
|
|
@@ -451,18 +533,63 @@ exports.AgentDefinitionSnapshot$ = [3, n2, _ADS,
|
|
|
451
533
|
];
|
|
452
534
|
exports.AgentDelegationCapability$ = [3, n2, _ADC,
|
|
453
535
|
0,
|
|
454
|
-
[_i, _n, _d, _aV, _an],
|
|
455
|
-
[0, 0, 0, 1, () => AgentToolAnnotationsList], 1
|
|
536
|
+
[_i, _n, _d, _aV, _ch, _an],
|
|
537
|
+
[0, 0, 0, 1, 64 | 0, () => AgentToolAnnotationsList], 1
|
|
456
538
|
];
|
|
457
539
|
exports.AgentDeploymentRoute$ = [3, n2, _ADR,
|
|
458
540
|
0,
|
|
459
541
|
[_ve, _pe],
|
|
460
542
|
[1, 1], 2
|
|
461
543
|
];
|
|
544
|
+
exports.AgentGuardrailBlockAction$ = [3, n2, _AGBA,
|
|
545
|
+
0,
|
|
546
|
+
[_m],
|
|
547
|
+
[0]
|
|
548
|
+
];
|
|
549
|
+
exports.AgentGuardrailCheck$ = [3, n2, _AGC,
|
|
550
|
+
0,
|
|
551
|
+
[_n, _k, _d, _sen, _ac],
|
|
552
|
+
[0, () => exports.AgentGuardrailCheckKind$, 0, 0, () => exports.AgentGuardrailAction$], 2
|
|
553
|
+
];
|
|
554
|
+
exports.AgentGuardrailCustomCheck$ = [3, n2, _AGCC,
|
|
555
|
+
0,
|
|
556
|
+
[_in, _ex],
|
|
557
|
+
[0, 64 | 0], 1
|
|
558
|
+
];
|
|
559
|
+
exports.AgentGuardrailEndAction$ = [3, n2, _AGEA,
|
|
560
|
+
0,
|
|
561
|
+
[_m],
|
|
562
|
+
[0]
|
|
563
|
+
];
|
|
564
|
+
exports.AgentGuardrailInput$ = [3, n2, _AGI,
|
|
565
|
+
0,
|
|
566
|
+
[_che, _mo, _mod, _eM, _wi],
|
|
567
|
+
[() => AgentGuardrailChecksList, 0, 0, 0, 0]
|
|
568
|
+
];
|
|
569
|
+
exports.AgentGuardrailObserveAction$ = [3, n2, _AGOA,
|
|
570
|
+
0,
|
|
571
|
+
[],
|
|
572
|
+
[]
|
|
573
|
+
];
|
|
574
|
+
exports.AgentGuardrailPresetCheck$ = [3, n2, _AGPC,
|
|
575
|
+
0,
|
|
576
|
+
[_pre, _no],
|
|
577
|
+
[0, 0], 1
|
|
578
|
+
];
|
|
579
|
+
exports.AgentGuardrailRedactAction$ = [3, n2, _AGRA,
|
|
580
|
+
0,
|
|
581
|
+
[],
|
|
582
|
+
[]
|
|
583
|
+
];
|
|
584
|
+
exports.AgentGuardrails$ = [3, n2, _AG,
|
|
585
|
+
0,
|
|
586
|
+
[_inp],
|
|
587
|
+
[() => exports.AgentGuardrailInput$]
|
|
588
|
+
];
|
|
462
589
|
exports.AgentHandoverCapability$ = [3, n2, _AHC,
|
|
463
590
|
0,
|
|
464
|
-
[_n, _d, _var, _ag, _aV, _ser, _si, _pi, _an],
|
|
465
|
-
[0, 0, 0, 0, 1, 0, 2, () => exports.AgentHandoverPipeline$, () => AgentToolAnnotationsList]
|
|
591
|
+
[_n, _d, _var, _ag, _aV, _ser, _si, _pi, _ch, _an],
|
|
592
|
+
[0, 0, 0, 0, 1, 0, 2, () => exports.AgentHandoverPipeline$, 64 | 0, () => AgentToolAnnotationsList]
|
|
466
593
|
];
|
|
467
594
|
exports.AgentHandoverPipeline$ = [3, n2, _AHP,
|
|
468
595
|
0,
|
|
@@ -471,8 +598,8 @@ exports.AgentHandoverPipeline$ = [3, n2, _AHP,
|
|
|
471
598
|
];
|
|
472
599
|
exports.AgentHangupCapability$ = [3, n2, _AHCg,
|
|
473
600
|
0,
|
|
474
|
-
[_n, _d, _pi, _an],
|
|
475
|
-
[0, 0, () => exports.AgentHangupPipeline$, () => AgentToolAnnotationsList]
|
|
601
|
+
[_n, _d, _pi, _ch, _an],
|
|
602
|
+
[0, 0, () => exports.AgentHangupPipeline$, 64 | 0, () => AgentToolAnnotationsList]
|
|
476
603
|
];
|
|
477
604
|
exports.AgentHangupPipeline$ = [3, n2, _AHPg,
|
|
478
605
|
0,
|
|
@@ -481,13 +608,13 @@ exports.AgentHangupPipeline$ = [3, n2, _AHPg,
|
|
|
481
608
|
];
|
|
482
609
|
exports.AgentInfo$ = [3, n2, _AI,
|
|
483
610
|
0,
|
|
484
|
-
[_i, _n, _st, _ch, _ca, _lV],
|
|
485
|
-
[0, 0, 0, 64 | 0, 0, 1], 4
|
|
611
|
+
[_i, _n, _st, _ch, _p, _ca, _sC, _as, _lV],
|
|
612
|
+
[0, 0, 0, 64 | 0, 0, 0, 2, () => exports.AssistantUiSettings$, 1], 4
|
|
486
613
|
];
|
|
487
614
|
exports.AgentKnowledgeBase$ = [3, n2, _AKB,
|
|
488
615
|
0,
|
|
489
|
-
[_kBI, _in, _an],
|
|
490
|
-
[0, 0, () => AgentToolAnnotationsList]
|
|
616
|
+
[_kBI, _in, _ch, _an],
|
|
617
|
+
[0, 0, 64 | 0, () => AgentToolAnnotationsList]
|
|
491
618
|
];
|
|
492
619
|
exports.AgentSettings$ = [3, n2, _AS,
|
|
493
620
|
0,
|
|
@@ -501,18 +628,18 @@ exports.AgentSnapshotSandboxOptions$ = [3, n2, _ASSO,
|
|
|
501
628
|
];
|
|
502
629
|
exports.AgentSqsEngine$ = [3, n2, _ASE,
|
|
503
630
|
0,
|
|
504
|
-
[_u,
|
|
631
|
+
[_u, _ke, _sec],
|
|
505
632
|
[0, 0, () => exports.SecretRef$], 3
|
|
506
633
|
];
|
|
507
634
|
exports.AgentSuggestionsCapability$ = [3, n2, _ASC,
|
|
508
635
|
0,
|
|
509
|
-
[_n, _an],
|
|
510
|
-
[0, () => AgentToolAnnotationsList]
|
|
636
|
+
[_n, _ch, _an],
|
|
637
|
+
[0, 64 | 0, () => AgentToolAnnotationsList]
|
|
511
638
|
];
|
|
512
639
|
exports.AgentTool$ = [3, n2, _AT,
|
|
513
640
|
0,
|
|
514
|
-
[_i, _tV, _d, _f, _sM, _pi, _ap, _an],
|
|
515
|
-
[0, 1, 0, () => AgentToolFieldsList, 0, () => exports.AgentToolPipeline$, () => exports.AgentToolApproval$, () => AgentToolAnnotationsList], 1
|
|
641
|
+
[_i, _tV, _d, _f, _sM, _pi, _ap, _ch, _an],
|
|
642
|
+
[0, 1, 0, () => AgentToolFieldsList, 0, () => exports.AgentToolPipeline$, () => exports.AgentToolApproval$, 64 | 0, () => AgentToolAnnotationsList], 1
|
|
516
643
|
];
|
|
517
644
|
exports.AgentToolApproval$ = [3, n2, _ATA,
|
|
518
645
|
0,
|
|
@@ -581,8 +708,8 @@ exports.AgentToolVariablesAnnotation$ = [3, n2, _ATVA,
|
|
|
581
708
|
];
|
|
582
709
|
exports.AgentTransferCapability$ = [3, n2, _ATC,
|
|
583
710
|
0,
|
|
584
|
-
[_n, _d, _var, _co,
|
|
585
|
-
[0, 0, 0, 0, 0, () => exports.AgentTransferPipeline$, () => AgentToolAnnotationsList]
|
|
711
|
+
[_n, _d, _var, _co, _ext, _pi, _ch, _an],
|
|
712
|
+
[0, 0, 0, 0, 0, () => exports.AgentTransferPipeline$, 64 | 0, () => AgentToolAnnotationsList]
|
|
586
713
|
];
|
|
587
714
|
exports.AgentTransferPipeline$ = [3, n2, _ATPg,
|
|
588
715
|
0,
|
|
@@ -616,13 +743,13 @@ exports.AgentVersionInfo$ = [3, n2, _AVI,
|
|
|
616
743
|
];
|
|
617
744
|
exports.AgentWaitCapability$ = [3, n2, _AWC,
|
|
618
745
|
0,
|
|
619
|
-
[_n, _d, _m, _an],
|
|
620
|
-
[0, 0, 0, () => AgentToolAnnotationsList]
|
|
746
|
+
[_n, _d, _m, _ch, _an],
|
|
747
|
+
[0, 0, 0, 64 | 0, () => AgentToolAnnotationsList]
|
|
621
748
|
];
|
|
622
749
|
exports.AgentWebFetchCapability$ = [3, n2, _AWFC,
|
|
623
750
|
0,
|
|
624
|
-
[_aD],
|
|
625
|
-
[64 | 0]
|
|
751
|
+
[_aD, _ch],
|
|
752
|
+
[64 | 0, 64 | 0]
|
|
626
753
|
];
|
|
627
754
|
exports.AgentWebhookEngine$ = [3, n2, _AWE,
|
|
628
755
|
0,
|
|
@@ -631,8 +758,8 @@ exports.AgentWebhookEngine$ = [3, n2, _AWE,
|
|
|
631
758
|
];
|
|
632
759
|
exports.AgentWebSearchCapability$ = [3, n2, _AWSC,
|
|
633
760
|
0,
|
|
634
|
-
[_cS, _aD, _uL],
|
|
635
|
-
[0, 64 | 0, () => exports.WebSearchUserLocation
|
|
761
|
+
[_cS, _aD, _uL, _ch],
|
|
762
|
+
[0, 64 | 0, () => exports.WebSearchUserLocation$, 64 | 0]
|
|
636
763
|
];
|
|
637
764
|
exports.AgentWorkflow$ = [3, n2, _AW,
|
|
638
765
|
0,
|
|
@@ -761,8 +888,8 @@ exports.AgentWorkflowSettings$ = [3, n2, _AWS,
|
|
|
761
888
|
];
|
|
762
889
|
exports.AgentWorkflowStep$ = [3, n2, _AWSg,
|
|
763
890
|
0,
|
|
764
|
-
[_i, _la, _h,
|
|
765
|
-
[0, 0, () => exports.AgentWorkflowHandler$, 0,
|
|
891
|
+
[_i, _la, _h, _sta, _tr, _po],
|
|
892
|
+
[0, 0, () => exports.AgentWorkflowHandler$, 0, () => AgentWorkflowTransitionsList, () => exports.AgentWorkflowStepPosition$], 3
|
|
766
893
|
];
|
|
767
894
|
exports.AgentWorkflowStepPosition$ = [3, n2, _AWSP,
|
|
768
895
|
0,
|
|
@@ -781,8 +908,23 @@ exports.AgentWorkflowVariablesHandler$ = [3, n2, _AWVH,
|
|
|
781
908
|
];
|
|
782
909
|
exports.AssistantChannelSettings$ = [3, n2, _ACS,
|
|
783
910
|
0,
|
|
784
|
-
[_defa],
|
|
785
|
-
[2]
|
|
911
|
+
[_defa, _ui],
|
|
912
|
+
[2, () => exports.AssistantUiSettings$]
|
|
913
|
+
];
|
|
914
|
+
exports.AssistantQuickCommand$ = [3, n2, _AQC,
|
|
915
|
+
0,
|
|
916
|
+
[_tit, _pro, _d],
|
|
917
|
+
[0, 0, 0], 2
|
|
918
|
+
];
|
|
919
|
+
exports.AssistantUiSettings$ = [3, n2, _AUS,
|
|
920
|
+
0,
|
|
921
|
+
[_we, _com, _pl],
|
|
922
|
+
[() => exports.AssistantWelcomeSettings$, () => AssistantQuickCommandsList, 0]
|
|
923
|
+
];
|
|
924
|
+
exports.AssistantWelcomeSettings$ = [3, n2, _AWSs,
|
|
925
|
+
0,
|
|
926
|
+
[_tit, _sub],
|
|
927
|
+
[0, 0]
|
|
786
928
|
];
|
|
787
929
|
exports.ChatChannelSettings$ = [3, n2, _CCS,
|
|
788
930
|
0,
|
|
@@ -791,8 +933,8 @@ exports.ChatChannelSettings$ = [3, n2, _CCS,
|
|
|
791
933
|
];
|
|
792
934
|
exports.CompareAgentVersionsInput$ = [3, n2, _CAVI,
|
|
793
935
|
0,
|
|
794
|
-
[_aI,
|
|
795
|
-
[[0, 1], [0, { [_hQ]:
|
|
936
|
+
[_aI, _comp, _fr, _fD, _to, _tD],
|
|
937
|
+
[[0, 1], [0, { [_hQ]: _comp }], [1, { [_hQ]: _fr }], [2, { [_hQ]: _fD }], [1, { [_hQ]: _to }], [2, { [_hQ]: _tD }]], 1
|
|
796
938
|
];
|
|
797
939
|
exports.CompareAgentVersionsOutput$ = [3, n2, _CAVO,
|
|
798
940
|
0,
|
|
@@ -801,18 +943,18 @@ exports.CompareAgentVersionsOutput$ = [3, n2, _CAVO,
|
|
|
801
943
|
];
|
|
802
944
|
exports.CreateAgentApiKeyInput$ = [3, n2, _CAAKI,
|
|
803
945
|
0,
|
|
804
|
-
[_aI,
|
|
805
|
-
[[0, 1], [0, { [_hQ]:
|
|
946
|
+
[_aI, _comp, _n, _eA],
|
|
947
|
+
[[0, 1], [0, { [_hQ]: _comp }], 0, 0], 1
|
|
806
948
|
];
|
|
807
949
|
exports.CreateAgentApiKeyOutput$ = [3, n2, _CAAKO,
|
|
808
950
|
0,
|
|
809
|
-
[
|
|
951
|
+
[_ke, _sec],
|
|
810
952
|
[() => exports.AgentApiKey$, 0], 2
|
|
811
953
|
];
|
|
812
954
|
exports.CreateAgentInput$ = [3, n2, _CAI,
|
|
813
955
|
0,
|
|
814
|
-
[_n, _ch, _en, _d, _ca, _p, _se, _a,
|
|
815
|
-
[0, () => exports.AgentChannels$, () => exports.AgentEngine$, 0, 0, 0, () => exports.AgentSettings$, () => exports.AgentAccess$, [0, { [_hQ]:
|
|
956
|
+
[_n, _ch, _en, _d, _ca, _p, _se, _a, _comp],
|
|
957
|
+
[0, () => exports.AgentChannels$, () => exports.AgentEngine$, 0, 0, 0, () => exports.AgentSettings$, () => exports.AgentAccess$, [0, { [_hQ]: _comp }]], 3
|
|
816
958
|
];
|
|
817
959
|
exports.CreateAgentOutput$ = [3, n2, _CAO,
|
|
818
960
|
0,
|
|
@@ -821,8 +963,8 @@ exports.CreateAgentOutput$ = [3, n2, _CAO,
|
|
|
821
963
|
];
|
|
822
964
|
exports.DeleteAgentApiKeyInput$ = [3, n2, _DAAKI,
|
|
823
965
|
0,
|
|
824
|
-
[_aI, _kI,
|
|
825
|
-
[[0, 1], [0, 1], [0, { [_hQ]:
|
|
966
|
+
[_aI, _kI, _comp],
|
|
967
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _comp }]], 2
|
|
826
968
|
];
|
|
827
969
|
exports.DeleteAgentApiKeyOutput$ = [3, n2, _DAAKO,
|
|
828
970
|
0,
|
|
@@ -831,18 +973,28 @@ exports.DeleteAgentApiKeyOutput$ = [3, n2, _DAAKO,
|
|
|
831
973
|
];
|
|
832
974
|
exports.DeleteAgentInput$ = [3, n2, _DAI,
|
|
833
975
|
0,
|
|
834
|
-
[_aI,
|
|
835
|
-
[[0, 1], [0, { [_hQ]:
|
|
976
|
+
[_aI, _comp],
|
|
977
|
+
[[0, 1], [0, { [_hQ]: _comp }]], 1
|
|
836
978
|
];
|
|
837
979
|
exports.DeleteAgentOutput$ = [3, n2, _DAO,
|
|
838
980
|
0,
|
|
839
981
|
[],
|
|
840
982
|
[]
|
|
841
983
|
];
|
|
984
|
+
exports.DeletePronunciationDictionaryInput$ = [3, n2, _DPDI,
|
|
985
|
+
0,
|
|
986
|
+
[_cod, _comp],
|
|
987
|
+
[[0, 1], [0, { [_hQ]: _comp }]], 1
|
|
988
|
+
];
|
|
989
|
+
exports.DeletePronunciationDictionaryOutput$ = [3, n2, _DPDO,
|
|
990
|
+
0,
|
|
991
|
+
[],
|
|
992
|
+
[]
|
|
993
|
+
];
|
|
842
994
|
exports.GetAgentDeploymentInput$ = [3, n2, _GADI,
|
|
843
995
|
0,
|
|
844
|
-
[_aI,
|
|
845
|
-
[[0, 1], [0, { [_hQ]:
|
|
996
|
+
[_aI, _comp],
|
|
997
|
+
[[0, 1], [0, { [_hQ]: _comp }]], 1
|
|
846
998
|
];
|
|
847
999
|
exports.GetAgentDeploymentOutput$ = [3, n2, _GADO,
|
|
848
1000
|
0,
|
|
@@ -851,8 +1003,8 @@ exports.GetAgentDeploymentOutput$ = [3, n2, _GADO,
|
|
|
851
1003
|
];
|
|
852
1004
|
exports.GetAgentInput$ = [3, n2, _GAI,
|
|
853
1005
|
0,
|
|
854
|
-
[_aI,
|
|
855
|
-
[[0, 1], [0, { [_hQ]:
|
|
1006
|
+
[_aI, _comp],
|
|
1007
|
+
[[0, 1], [0, { [_hQ]: _comp }]], 1
|
|
856
1008
|
];
|
|
857
1009
|
exports.GetAgentOutput$ = [3, n2, _GAO,
|
|
858
1010
|
0,
|
|
@@ -861,8 +1013,8 @@ exports.GetAgentOutput$ = [3, n2, _GAO,
|
|
|
861
1013
|
];
|
|
862
1014
|
exports.GetAgentVersionInput$ = [3, n2, _GAVI,
|
|
863
1015
|
0,
|
|
864
|
-
[_aI, _ve,
|
|
865
|
-
[[0, 1], [1, 1], [0, { [_hQ]:
|
|
1016
|
+
[_aI, _ve, _comp],
|
|
1017
|
+
[[0, 1], [1, 1], [0, { [_hQ]: _comp }]], 2
|
|
866
1018
|
];
|
|
867
1019
|
exports.GetAgentVersionOutput$ = [3, n2, _GAVO,
|
|
868
1020
|
0,
|
|
@@ -871,23 +1023,23 @@ exports.GetAgentVersionOutput$ = [3, n2, _GAVO,
|
|
|
871
1023
|
];
|
|
872
1024
|
exports.ListAgentApiKeysInput$ = [3, n2, _LAAKI,
|
|
873
1025
|
0,
|
|
874
|
-
[_aI,
|
|
875
|
-
[[0, 1], [0, { [_hQ]:
|
|
1026
|
+
[_aI, _comp],
|
|
1027
|
+
[[0, 1], [0, { [_hQ]: _comp }]], 1
|
|
876
1028
|
];
|
|
877
1029
|
exports.ListAgentApiKeysOutput$ = [3, n2, _LAAKO,
|
|
878
1030
|
0,
|
|
879
|
-
[
|
|
1031
|
+
[_key],
|
|
880
1032
|
[() => AgentApiKeysList], 1
|
|
881
1033
|
];
|
|
882
1034
|
exports.ListAgentsInput$ = [3, n2, _LAI,
|
|
883
1035
|
0,
|
|
884
|
-
[
|
|
885
|
-
[[0, { [_hQ]:
|
|
1036
|
+
[_comp, _chann, _st, _sea, _li, _cu],
|
|
1037
|
+
[[0, { [_hQ]: _comp }], [0, { [_hQ]: _chann }], [0, { [_hQ]: _st }], [0, { [_hQ]: _sea }], [1, { [_hQ]: _li }], [0, { [_hQ]: _cu }]]
|
|
886
1038
|
];
|
|
887
1039
|
exports.ListAgentsNamesInput$ = [3, n2, _LANI,
|
|
888
1040
|
0,
|
|
889
|
-
[
|
|
890
|
-
[[0, { [_hQ]:
|
|
1041
|
+
[_comp, _chann],
|
|
1042
|
+
[[0, { [_hQ]: _comp }], [0, { [_hQ]: _chann }]]
|
|
891
1043
|
];
|
|
892
1044
|
exports.ListAgentsNamesOutput$ = [3, n2, _LANO,
|
|
893
1045
|
0,
|
|
@@ -901,18 +1053,33 @@ exports.ListAgentsOutput$ = [3, n2, _LAO,
|
|
|
901
1053
|
];
|
|
902
1054
|
exports.ListAgentVersionsInput$ = [3, n2, _LAVI,
|
|
903
1055
|
0,
|
|
904
|
-
[_aI,
|
|
905
|
-
[[0, 1], [0, { [_hQ]:
|
|
1056
|
+
[_aI, _comp, _li, _cu],
|
|
1057
|
+
[[0, 1], [0, { [_hQ]: _comp }], [1, { [_hQ]: _li }], [0, { [_hQ]: _cu }]], 1
|
|
906
1058
|
];
|
|
907
1059
|
exports.ListAgentVersionsOutput$ = [3, n2, _LAVO,
|
|
908
1060
|
0,
|
|
909
1061
|
[_ver, _nC],
|
|
910
1062
|
[() => AgentVersionInfoList, 0], 1
|
|
911
1063
|
];
|
|
1064
|
+
exports.ListPronunciationDictionariesInput$ = [3, n2, _LPDI,
|
|
1065
|
+
0,
|
|
1066
|
+
[_comp, _li, _cu],
|
|
1067
|
+
[[0, { [_hQ]: _comp }], [1, { [_hQ]: _li }], [0, { [_hQ]: _cu }]]
|
|
1068
|
+
];
|
|
1069
|
+
exports.ListPronunciationDictionariesOutput$ = [3, n2, _LPDO,
|
|
1070
|
+
0,
|
|
1071
|
+
[_dic, _nC],
|
|
1072
|
+
[() => PronunciationDictionaryList, 0], 1
|
|
1073
|
+
];
|
|
1074
|
+
exports.PronunciationDictionary$ = [3, n2, _PD,
|
|
1075
|
+
0,
|
|
1076
|
+
[_i, _cod, _ru, _uA, _uB],
|
|
1077
|
+
[0, 0, () => VoicePronunciationList, 0, () => exports.Actor$], 5
|
|
1078
|
+
];
|
|
912
1079
|
exports.PublishAgentVersionInput$ = [3, n2, _PAVI,
|
|
913
1080
|
0,
|
|
914
|
-
[_aI, _r,
|
|
915
|
-
[[0, 1], 1, [0, { [_hQ]:
|
|
1081
|
+
[_aI, _r, _comp, _chan, _n],
|
|
1082
|
+
[[0, 1], 1, [0, { [_hQ]: _comp }], 0, 0], 2
|
|
916
1083
|
];
|
|
917
1084
|
exports.PublishAgentVersionOutput$ = [3, n2, _PAVO,
|
|
918
1085
|
0,
|
|
@@ -921,18 +1088,28 @@ exports.PublishAgentVersionOutput$ = [3, n2, _PAVO,
|
|
|
921
1088
|
];
|
|
922
1089
|
exports.PutAgentDeploymentInput$ = [3, n2, _PADI,
|
|
923
1090
|
0,
|
|
924
|
-
[_aI, _de,
|
|
925
|
-
[[0, 1], () => AgentDeploymentRoutesList, [0, { [_hQ]:
|
|
1091
|
+
[_aI, _de, _comp],
|
|
1092
|
+
[[0, 1], () => AgentDeploymentRoutesList, [0, { [_hQ]: _comp }]], 2
|
|
926
1093
|
];
|
|
927
1094
|
exports.PutAgentDeploymentOutput$ = [3, n2, _PADO,
|
|
928
1095
|
0,
|
|
929
1096
|
[_de],
|
|
930
1097
|
[() => AgentDeploymentRoutesList], 1
|
|
931
1098
|
];
|
|
1099
|
+
exports.PutPronunciationDictionaryInput$ = [3, n2, _PPDI,
|
|
1100
|
+
0,
|
|
1101
|
+
[_cod, _ru, _comp, _eUA],
|
|
1102
|
+
[[0, 1], () => VoicePronunciationList, [0, { [_hQ]: _comp }], 0], 2
|
|
1103
|
+
];
|
|
1104
|
+
exports.PutPronunciationDictionaryOutput$ = [3, n2, _PPDO,
|
|
1105
|
+
0,
|
|
1106
|
+
[_dict],
|
|
1107
|
+
[() => exports.PronunciationDictionary$], 1
|
|
1108
|
+
];
|
|
932
1109
|
exports.ResetAgentDeploymentInput$ = [3, n2, _RADI,
|
|
933
1110
|
0,
|
|
934
|
-
[_aI,
|
|
935
|
-
[[0, 1], [0, { [_hQ]:
|
|
1111
|
+
[_aI, _comp],
|
|
1112
|
+
[[0, 1], [0, { [_hQ]: _comp }]], 1
|
|
936
1113
|
];
|
|
937
1114
|
exports.ResetAgentDeploymentOutput$ = [3, n2, _RADO,
|
|
938
1115
|
0,
|
|
@@ -941,8 +1118,8 @@ exports.ResetAgentDeploymentOutput$ = [3, n2, _RADO,
|
|
|
941
1118
|
];
|
|
942
1119
|
exports.RestoreAgentVersionToDraftInput$ = [3, n2, _RAVTDI,
|
|
943
1120
|
0,
|
|
944
|
-
[_aI, _ve, _r,
|
|
945
|
-
[[0, 1], [1, 1], 1, [0, { [_hQ]:
|
|
1121
|
+
[_aI, _ve, _r, _comp],
|
|
1122
|
+
[[0, 1], [1, 1], 1, [0, { [_hQ]: _comp }]], 3
|
|
946
1123
|
];
|
|
947
1124
|
exports.RestoreAgentVersionToDraftOutput$ = [3, n2, _RAVTDO,
|
|
948
1125
|
0,
|
|
@@ -951,8 +1128,8 @@ exports.RestoreAgentVersionToDraftOutput$ = [3, n2, _RAVTDO,
|
|
|
951
1128
|
];
|
|
952
1129
|
exports.UpdateAgentInput$ = [3, n2, _UAI,
|
|
953
1130
|
0,
|
|
954
|
-
[_n, _ch, _en, _aI, _r, _d, _ca, _p, _se, _a,
|
|
955
|
-
[0, () => exports.AgentChannels$, () => exports.AgentEngine$, [0, 1], 1, 0, 0, 0, () => exports.AgentSettings$, () => exports.AgentAccess$, [0, { [_hQ]:
|
|
1131
|
+
[_n, _ch, _en, _aI, _r, _d, _ca, _p, _se, _a, _comp],
|
|
1132
|
+
[0, () => exports.AgentChannels$, () => exports.AgentEngine$, [0, 1], 1, 0, 0, 0, () => exports.AgentSettings$, () => exports.AgentAccess$, [0, { [_hQ]: _comp }]], 5
|
|
956
1133
|
];
|
|
957
1134
|
exports.UpdateAgentOutput$ = [3, n2, _UAO,
|
|
958
1135
|
0,
|
|
@@ -966,8 +1143,8 @@ exports.VoiceCallerMetadataSettings$ = [3, n2, _VCMS,
|
|
|
966
1143
|
];
|
|
967
1144
|
exports.VoiceChannelSettings$ = [3, n2, _VCS,
|
|
968
1145
|
0,
|
|
969
|
-
[_gr, _int, _sT, _mD, _eC, _cM],
|
|
970
|
-
[0, () => exports.VoiceInterruptionSettings$, () => exports.VoiceSilenceTimeoutSettings$, () => exports.VoiceMaxDurationSettings$, () => exports.VoiceEndCallSettings$, () => exports.VoiceCallerMetadataSettings$]
|
|
1146
|
+
[_gr, _bS, _sp, _int, _sT, _mD, _eC, _cM],
|
|
1147
|
+
[0, 0, () => exports.VoiceSpeechSettings$, () => exports.VoiceInterruptionSettings$, () => exports.VoiceSilenceTimeoutSettings$, () => exports.VoiceMaxDurationSettings$, () => exports.VoiceEndCallSettings$, () => exports.VoiceCallerMetadataSettings$]
|
|
971
1148
|
];
|
|
972
1149
|
exports.VoiceEndCallSettings$ = [3, n2, _VECS,
|
|
973
1150
|
0,
|
|
@@ -979,24 +1156,49 @@ exports.VoiceInterruptionSettings$ = [3, n2, _VIS,
|
|
|
979
1156
|
[_ena, _mW],
|
|
980
1157
|
[2, 1], 1
|
|
981
1158
|
];
|
|
1159
|
+
exports.VoiceLanguage$ = [3, n2, _VL,
|
|
1160
|
+
0,
|
|
1161
|
+
[_cod, _vo, _prov, _gr, _iD, _in, _sy, _cr, _pron, _pS],
|
|
1162
|
+
[0, 0, 0, 0, 2, 0, () => exports.VoiceSynthesisOptions$, () => exports.SecretRef$, () => VoicePronunciationList, 64 | 0], 2
|
|
1163
|
+
];
|
|
982
1164
|
exports.VoiceMaxDurationSettings$ = [3, n2, _VMDS,
|
|
983
1165
|
0,
|
|
984
1166
|
[_seco, _ac],
|
|
985
1167
|
[1, () => exports.VoiceTerminateAction$], 2
|
|
986
1168
|
];
|
|
1169
|
+
exports.VoicePronunciation$ = [3, n2, _VP,
|
|
1170
|
+
0,
|
|
1171
|
+
[_phr, _as_, _enc],
|
|
1172
|
+
[0, 0, 0], 2
|
|
1173
|
+
];
|
|
987
1174
|
exports.VoiceSilenceTimeoutSettings$ = [3, n2, _VSTS,
|
|
988
1175
|
0,
|
|
989
1176
|
[_seco, _ac],
|
|
990
1177
|
[1, () => exports.VoiceTerminateAction$], 2
|
|
991
1178
|
];
|
|
1179
|
+
exports.VoiceSpeechSettings$ = [3, n2, _VSS,
|
|
1180
|
+
0,
|
|
1181
|
+
[_prov, _lan, _aDu, _gEL, _tra, _sy, _cr],
|
|
1182
|
+
[0, () => VoiceLanguageList, 2, 2, () => exports.VoiceTranscriptionSettings$, () => exports.VoiceSynthesisOptions$, () => exports.SecretRef$], 2
|
|
1183
|
+
];
|
|
1184
|
+
exports.VoiceSynthesisOptions$ = [3, n2, _VSO,
|
|
1185
|
+
0,
|
|
1186
|
+
[_mo, _spe, _stab, _sim, _sty, _sB, _pit, _vG],
|
|
1187
|
+
[0, 1, 1, 1, 1, 2, 1, 1]
|
|
1188
|
+
];
|
|
992
1189
|
exports.VoiceTerminateHangupAction$ = [3, n2, _VTHA,
|
|
993
1190
|
0,
|
|
994
1191
|
[_m],
|
|
995
1192
|
[0]
|
|
996
1193
|
];
|
|
1194
|
+
exports.VoiceTranscriptionSettings$ = [3, n2, _VTS,
|
|
1195
|
+
0,
|
|
1196
|
+
[_ven],
|
|
1197
|
+
[0]
|
|
1198
|
+
];
|
|
997
1199
|
exports.VoiceTransferTarget$ = [3, n2, _VTT,
|
|
998
1200
|
0,
|
|
999
|
-
[_n, _co,
|
|
1201
|
+
[_n, _co, _ext, _d],
|
|
1000
1202
|
[0, 0, 0, 0], 3
|
|
1001
1203
|
];
|
|
1002
1204
|
exports.WebSearchUserLocation$ = [3, n2, _WSUL,
|
|
@@ -1004,11 +1206,6 @@ exports.WebSearchUserLocation$ = [3, n2, _WSUL,
|
|
|
1004
1206
|
[_cou, _reg, _ci, _time],
|
|
1005
1207
|
[0, 0, 0, 0]
|
|
1006
1208
|
];
|
|
1007
|
-
exports.WorkflowChannelSettings$ = [3, n2, _WCS,
|
|
1008
|
-
0,
|
|
1009
|
-
[],
|
|
1010
|
-
[]
|
|
1011
|
-
];
|
|
1012
1209
|
exports.Actor$ = [3, n1, _Ac,
|
|
1013
1210
|
0,
|
|
1014
1211
|
[_t, _i, _n],
|
|
@@ -1030,12 +1227,17 @@ var AgentApiKeysList = [1, n2, _AAKL,
|
|
|
1030
1227
|
var AgentCapabilitiesList = [1, n2, _ACL,
|
|
1031
1228
|
0, () => exports.AgentCapability$
|
|
1032
1229
|
];
|
|
1230
|
+
var AgentCapabilityChannelsList = 64 | 0;
|
|
1033
1231
|
var AgentDeploymentRoutesList = [1, n2, _ADRL,
|
|
1034
1232
|
0, () => exports.AgentDeploymentRoute$
|
|
1035
1233
|
];
|
|
1036
1234
|
var AgentGrantPrincipalList = [1, n2, _AGPL,
|
|
1037
1235
|
0, () => exports.AgentGrantPrincipal$
|
|
1038
1236
|
];
|
|
1237
|
+
var AgentGuardrailChecksList = [1, n2, _AGCL,
|
|
1238
|
+
0, () => exports.AgentGuardrailCheck$
|
|
1239
|
+
];
|
|
1240
|
+
var AgentGuardrailExamplesList = 64 | 0;
|
|
1039
1241
|
var AgentsInfoList = [1, n2, _AIL,
|
|
1040
1242
|
0, () => exports.AgentInfo$
|
|
1041
1243
|
];
|
|
@@ -1076,19 +1278,32 @@ var AgentWorkflowStepsList = [1, n2, _AWSL,
|
|
|
1076
1278
|
var AgentWorkflowTransitionsList = [1, n2, _AWTL,
|
|
1077
1279
|
0, () => exports.AgentWorkflowTransition$
|
|
1078
1280
|
];
|
|
1281
|
+
var AssistantQuickCommandsList = [1, n2, _AQCL,
|
|
1282
|
+
0, () => exports.AssistantQuickCommand$
|
|
1283
|
+
];
|
|
1079
1284
|
var ChannelTypeList = 64 | 0;
|
|
1080
1285
|
var DomainNameList = 64 | 0;
|
|
1286
|
+
var PronunciationDictionaryList = [1, n2, _PDL,
|
|
1287
|
+
0, () => exports.PronunciationDictionary$
|
|
1288
|
+
];
|
|
1289
|
+
var VoiceLanguageList = [1, n2, _VLL,
|
|
1290
|
+
0, () => exports.VoiceLanguage$
|
|
1291
|
+
];
|
|
1292
|
+
var VoicePronunciationList = [1, n2, _VPL,
|
|
1293
|
+
0, () => exports.VoicePronunciation$
|
|
1294
|
+
];
|
|
1295
|
+
var VoicePronunciationSuppressionList = 64 | 0;
|
|
1081
1296
|
var AgentSkillsList = [1, n4, _ASL,
|
|
1082
1297
|
0, () => exports.AgentSkillReference$
|
|
1083
1298
|
];
|
|
1084
1299
|
exports.AgentCapability$ = [4, n2, _ACg,
|
|
1085
1300
|
0,
|
|
1086
|
-
[_too, _conn, _kb, _sa, _wS, _wF, _ag, _ha, _del,
|
|
1301
|
+
[_too, _conn, _kb, _sa, _wS, _wF, _ag, _ha, _del, _tran, _su, _han, _wa],
|
|
1087
1302
|
[() => exports.AgentTool$, () => exports.AgentConnectorCapability$, () => exports.AgentKnowledgeBase$, () => exports.AgentSandboxCapability$, () => exports.AgentWebSearchCapability$, () => exports.AgentWebFetchCapability$, () => exports.AgentCallCapability$, () => exports.AgentHandoverCapability$, () => exports.AgentDelegationCapability$, () => exports.AgentTransferCapability$, () => exports.AgentSuggestionsCapability$, () => exports.AgentHangupCapability$, () => exports.AgentWaitCapability$]
|
|
1088
1303
|
];
|
|
1089
1304
|
exports.AgentEngine$ = [4, n2, _AE,
|
|
1090
1305
|
0,
|
|
1091
|
-
[_ai,
|
|
1306
|
+
[_ai, _web, _sq],
|
|
1092
1307
|
[() => exports.AgentAiEngine$, () => exports.AgentWebhookEngine$, () => exports.AgentSqsEngine$]
|
|
1093
1308
|
];
|
|
1094
1309
|
exports.AgentGrantPrincipal$ = [4, n2, _AGP,
|
|
@@ -1096,6 +1311,16 @@ exports.AgentGrantPrincipal$ = [4, n2, _AGP,
|
|
|
1096
1311
|
[_uI, _gI],
|
|
1097
1312
|
[0, 0]
|
|
1098
1313
|
];
|
|
1314
|
+
exports.AgentGuardrailAction$ = [4, n2, _AGA,
|
|
1315
|
+
0,
|
|
1316
|
+
[_ob, _red, _bl, _end],
|
|
1317
|
+
[() => exports.AgentGuardrailObserveAction$, () => exports.AgentGuardrailRedactAction$, () => exports.AgentGuardrailBlockAction$, () => exports.AgentGuardrailEndAction$]
|
|
1318
|
+
];
|
|
1319
|
+
exports.AgentGuardrailCheckKind$ = [4, n2, _AGCK,
|
|
1320
|
+
0,
|
|
1321
|
+
[_pre, _cus],
|
|
1322
|
+
[() => exports.AgentGuardrailPresetCheck$, () => exports.AgentGuardrailCustomCheck$]
|
|
1323
|
+
];
|
|
1099
1324
|
exports.AgentSandboxCapability$ = [4, n2, _ASCg,
|
|
1100
1325
|
0,
|
|
1101
1326
|
[_verc, _sn],
|
|
@@ -1108,17 +1333,17 @@ exports.AgentToolAnnotation$ = [4, n2, _ATAg,
|
|
|
1108
1333
|
];
|
|
1109
1334
|
exports.AgentToolFieldHandler$ = [4, n2, _ATFH,
|
|
1110
1335
|
0,
|
|
1111
|
-
[
|
|
1336
|
+
[_gui, _pred],
|
|
1112
1337
|
[() => exports.AgentToolFieldGuidedHandler$, () => exports.AgentToolFieldPredefinedHandler$]
|
|
1113
1338
|
];
|
|
1114
1339
|
exports.AgentToolVariableHandler$ = [4, n2, _ATVH,
|
|
1115
1340
|
0,
|
|
1116
|
-
[_au,
|
|
1341
|
+
[_au, _gui, _pred],
|
|
1117
1342
|
[() => exports.AgentToolVariableAutoHandler$, () => exports.AgentToolVariableGuidedHandler$, () => exports.AgentToolVariablePredefinedHandler$]
|
|
1118
1343
|
];
|
|
1119
1344
|
exports.AgentWorkflowAction$ = [4, n2, _AWAg,
|
|
1120
1345
|
0,
|
|
1121
|
-
[_too, _conn, _ag, _ha, _del,
|
|
1346
|
+
[_too, _conn, _ag, _ha, _del, _tran, _han, _wa],
|
|
1122
1347
|
[() => exports.AgentTool$, () => exports.AgentConnectorCapability$, () => exports.AgentCallCapability$, () => exports.AgentHandoverCapability$, () => exports.AgentDelegationCapability$, () => exports.AgentTransferCapability$, () => exports.AgentHangupCapability$, () => exports.AgentWaitCapability$]
|
|
1123
1348
|
];
|
|
1124
1349
|
exports.AgentWorkflowCondition$ = [4, n2, _AWCg,
|
|
@@ -1143,7 +1368,7 @@ exports.AgentWorkflowMessageContent$ = [4, n2, _AWMC,
|
|
|
1143
1368
|
];
|
|
1144
1369
|
exports.VoiceTerminateAction$ = [4, n2, _VTA,
|
|
1145
1370
|
0,
|
|
1146
|
-
[_han,
|
|
1371
|
+
[_han, _tran],
|
|
1147
1372
|
[() => exports.VoiceTerminateHangupAction$, () => exports.VoiceTransferTarget$]
|
|
1148
1373
|
];
|
|
1149
1374
|
exports.CompareAgentVersions$ = [9, n2, _CAV,
|
|
@@ -1161,6 +1386,9 @@ exports.DeleteAgent$ = [9, n2, _DA,
|
|
|
1161
1386
|
exports.DeleteAgentApiKey$ = [9, n2, _DAAK,
|
|
1162
1387
|
{ [_ht]: ["DELETE", "/v2/agents/agents/{agentId}/keys/{keyId}", 200] }, () => exports.DeleteAgentApiKeyInput$, () => exports.DeleteAgentApiKeyOutput$
|
|
1163
1388
|
];
|
|
1389
|
+
exports.DeletePronunciationDictionary$ = [9, n2, _DPD,
|
|
1390
|
+
{ [_ht]: ["DELETE", "/v2/agents/pronunciations/{code}", 200] }, () => exports.DeletePronunciationDictionaryInput$, () => exports.DeletePronunciationDictionaryOutput$
|
|
1391
|
+
];
|
|
1164
1392
|
exports.GetAgent$ = [9, n2, _GA,
|
|
1165
1393
|
{ [_ht]: ["GET", "/v2/agents/agents/{agentId}", 200] }, () => exports.GetAgentInput$, () => exports.GetAgentOutput$
|
|
1166
1394
|
];
|
|
@@ -1182,12 +1410,18 @@ exports.ListAgentsNames$ = [9, n2, _LAN,
|
|
|
1182
1410
|
exports.ListAgentVersions$ = [9, n2, _LAV,
|
|
1183
1411
|
{ [_ht]: ["GET", "/v2/agents/agents/{agentId}/versions", 200] }, () => exports.ListAgentVersionsInput$, () => exports.ListAgentVersionsOutput$
|
|
1184
1412
|
];
|
|
1413
|
+
exports.ListPronunciationDictionaries$ = [9, n2, _LPD,
|
|
1414
|
+
{ [_ht]: ["GET", "/v2/agents/pronunciations", 200] }, () => exports.ListPronunciationDictionariesInput$, () => exports.ListPronunciationDictionariesOutput$
|
|
1415
|
+
];
|
|
1185
1416
|
exports.PublishAgentVersion$ = [9, n2, _PAV,
|
|
1186
1417
|
{ [_ht]: ["POST", "/v2/agents/agents/{agentId}/versions", 200] }, () => exports.PublishAgentVersionInput$, () => exports.PublishAgentVersionOutput$
|
|
1187
1418
|
];
|
|
1188
1419
|
exports.PutAgentDeployment$ = [9, n2, _PAD,
|
|
1189
1420
|
{ [_ht]: ["PUT", "/v2/agents/agents/{agentId}/deployment", 200] }, () => exports.PutAgentDeploymentInput$, () => exports.PutAgentDeploymentOutput$
|
|
1190
1421
|
];
|
|
1422
|
+
exports.PutPronunciationDictionary$ = [9, n2, _PPD,
|
|
1423
|
+
{ [_ht]: ["PUT", "/v2/agents/pronunciations/{code}", 200] }, () => exports.PutPronunciationDictionaryInput$, () => exports.PutPronunciationDictionaryOutput$
|
|
1424
|
+
];
|
|
1191
1425
|
exports.ResetAgentDeployment$ = [9, n2, _RAD,
|
|
1192
1426
|
{ [_ht]: ["POST", "/v2/agents/agents/{agentId}/deployment/reset", 200] }, () => exports.ResetAgentDeploymentInput$, () => exports.ResetAgentDeploymentOutput$
|
|
1193
1427
|
];
|