@wildix/wilma-agents-client 1.0.30 → 1.0.32

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.
Files changed (32) hide show
  1. package/dist-cjs/WilmaAgents.js +0 -6
  2. package/dist-cjs/commands/index.js +0 -3
  3. package/dist-cjs/models/enums.js +1 -9
  4. package/dist-cjs/schemas/schemas_0.js +20 -95
  5. package/dist-es/WilmaAgents.js +0 -6
  6. package/dist-es/commands/index.js +0 -3
  7. package/dist-es/models/enums.js +0 -8
  8. package/dist-es/schemas/schemas_0.js +18 -93
  9. package/dist-types/WilmaAgents.d.ts +0 -22
  10. package/dist-types/WilmaAgentsClient.d.ts +2 -5
  11. package/dist-types/commands/CreateAgentCommand.d.ts +38 -72
  12. package/dist-types/commands/GetAgentCommand.d.ts +19 -36
  13. package/dist-types/commands/GetAgentVersionCommand.d.ts +19 -36
  14. package/dist-types/commands/ListAgentsCommand.d.ts +19 -36
  15. package/dist-types/commands/ListAgentsNamesCommand.d.ts +0 -1
  16. package/dist-types/commands/PublishAgentVersionCommand.d.ts +19 -36
  17. package/dist-types/commands/RestoreAgentVersionToDraftCommand.d.ts +19 -36
  18. package/dist-types/commands/UpdateAgentCommand.d.ts +38 -72
  19. package/dist-types/commands/index.d.ts +0 -3
  20. package/dist-types/models/enums.d.ts +0 -24
  21. package/dist-types/models/models_0.d.ts +83 -308
  22. package/dist-types/schemas/schemas_0.d.ts +1 -11
  23. package/package.json +1 -1
  24. package/dist-cjs/commands/DeletePronunciationDictionaryCommand.js +0 -20
  25. package/dist-cjs/commands/ListPronunciationDictionariesCommand.js +0 -20
  26. package/dist-cjs/commands/PutPronunciationDictionaryCommand.js +0 -20
  27. package/dist-es/commands/DeletePronunciationDictionaryCommand.js +0 -16
  28. package/dist-es/commands/ListPronunciationDictionariesCommand.js +0 -16
  29. package/dist-es/commands/PutPronunciationDictionaryCommand.js +0 -16
  30. package/dist-types/commands/DeletePronunciationDictionaryCommand.d.ts +0 -82
  31. package/dist-types/commands/ListPronunciationDictionariesCommand.d.ts +0 -103
  32. package/dist-types/commands/PutPronunciationDictionaryCommand.d.ts +0 -117
@@ -138,9 +138,6 @@ const _DAAKI = "DeleteAgentApiKeyInput";
138
138
  const _DAAKO = "DeleteAgentApiKeyOutput";
139
139
  const _DAI = "DeleteAgentInput";
140
140
  const _DAO = "DeleteAgentOutput";
141
- const _DPD = "DeletePronunciationDictionary";
142
- const _DPDI = "DeletePronunciationDictionaryInput";
143
- const _DPDO = "DeletePronunciationDictionaryOutput";
144
141
  const _GA = "GetAgent";
145
142
  const _GAD = "GetAgentDeployment";
146
143
  const _GADI = "GetAgentDeploymentInput";
@@ -162,9 +159,6 @@ const _LAO = "ListAgentsOutput";
162
159
  const _LAV = "ListAgentVersions";
163
160
  const _LAVI = "ListAgentVersionsInput";
164
161
  const _LAVO = "ListAgentVersionsOutput";
165
- const _LPD = "ListPronunciationDictionaries";
166
- const _LPDI = "ListPronunciationDictionariesInput";
167
- const _LPDO = "ListPronunciationDictionariesOutput";
168
162
  const _NFE = "NotFoundException";
169
163
  const _NTPE = "NothingToPublishException";
170
164
  const _PAD = "PutAgentDeployment";
@@ -173,11 +167,6 @@ const _PADO = "PutAgentDeploymentOutput";
173
167
  const _PAV = "PublishAgentVersion";
174
168
  const _PAVI = "PublishAgentVersionInput";
175
169
  const _PAVO = "PublishAgentVersionOutput";
176
- const _PD = "PronunciationDictionary";
177
- const _PDL = "PronunciationDictionaryList";
178
- const _PPD = "PutPronunciationDictionary";
179
- const _PPDI = "PutPronunciationDictionaryInput";
180
- const _PPDO = "PutPronunciationDictionaryOutput";
181
170
  const _RAD = "ResetAgentDeployment";
182
171
  const _RADI = "ResetAgentDeploymentInput";
183
172
  const _RADO = "ResetAgentDeploymentOutput";
@@ -189,6 +178,7 @@ const _SR = "SecretRef";
189
178
  const _UA = "UpdateAgent";
190
179
  const _UAI = "UpdateAgentInput";
191
180
  const _UAO = "UpdateAgentOutput";
181
+ const _VBSS = "VoiceBackgroundSoundSettings";
192
182
  const _VCMS = "VoiceCallerMetadataSettings";
193
183
  const _VCS = "VoiceChannelSettings";
194
184
  const _VE = "ValidationException";
@@ -199,7 +189,6 @@ const _VLL = "VoiceLanguageList";
199
189
  const _VMDS = "VoiceMaxDurationSettings";
200
190
  const _VP = "VoicePronunciation";
201
191
  const _VPL = "VoicePronunciationList";
202
- const _VSO = "VoiceSynthesisOptions";
203
192
  const _VSS = "VoiceSpeechSettings";
204
193
  const _VSTS = "VoiceSilenceTimeoutSettings";
205
194
  const _VTA = "VoiceTerminateAction";
@@ -263,7 +252,6 @@ const _conn = "connector";
263
252
  const _cont = "content";
264
253
  const _conv = "conversation";
265
254
  const _cou = "country";
266
- const _cr = "credential";
267
255
  const _cu = "cursor";
268
256
  const _cus = "custom";
269
257
  const _d = "description";
@@ -273,13 +261,10 @@ const _def = "definition";
273
261
  const _defa = "default";
274
262
  const _del = "delegation";
275
263
  const _di = "discoverable";
276
- const _dic = "dictionaries";
277
- const _dict = "dictionary";
278
264
  const _e = "error";
279
265
  const _eA = "expiresAt";
280
266
  const _eC = "endCall";
281
267
  const _eM = "errorMode";
282
- const _eUA = "expectedUpdatedAt";
283
268
  const _en = "engine";
284
269
  const _ena = "enabled";
285
270
  const _enc = "encoding";
@@ -345,13 +330,11 @@ const _p = "picture";
345
330
  const _pA = "publishedAt";
346
331
  const _pB = "publishedBy";
347
332
  const _pGI = "pbxGroupId";
348
- const _pS = "pronunciationSuppressions";
349
333
  const _pa = "path";
350
334
  const _pe = "percentage";
351
335
  const _ph = "phrases";
352
336
  const _phr = "phrase";
353
337
  const _pi = "pipeline";
354
- const _pit = "pitch";
355
338
  const _pl = "placeholder";
356
339
  const _po = "position";
357
340
  const _pr = "prefix";
@@ -359,16 +342,12 @@ const _pre = "preset";
359
342
  const _pred = "predefined";
360
343
  const _pro = "prompt";
361
344
  const _pron = "pronunciations";
362
- const _prov = "provider";
363
345
  const _r = "revision";
364
346
  const _re = "result";
365
347
  const _red = "redact";
366
348
  const _reg = "region";
367
349
  const _rep = "reply";
368
- const _ru = "rules";
369
350
  const _s = "smithy.ts.sdk.synthetic.wildix.wilma.agents";
370
- const _sB = "speakerBoost";
371
- const _sC = "speechConfigured";
372
351
  const _sI = "snapshotId";
373
352
  const _sM = "startMessage";
374
353
  const _sT = "silenceTimeout";
@@ -381,21 +360,17 @@ const _seco = "seconds";
381
360
  const _sen = "sensitivity";
382
361
  const _ser = "service";
383
362
  const _si = "silent";
384
- const _sim = "similarity";
385
363
  const _siz = "size";
386
364
  const _sk = "skills";
387
365
  const _sn = "snapshot";
366
+ const _so = "sound";
388
367
  const _sp = "speech";
389
- const _spe = "speed";
390
368
  const _sq = "sqs";
391
369
  const _st = "status";
392
370
  const _sta = "stage";
393
- const _stab = "stability";
394
371
  const _ste = "steps";
395
- const _sty = "style";
396
372
  const _su = "suggestions";
397
373
  const _sub = "subtitle";
398
- const _sy = "synthesis";
399
374
  const _t = "type";
400
375
  const _tD = "toDraft";
401
376
  const _tV = "toolVersion";
@@ -419,13 +394,11 @@ const _uI = "userId";
419
394
  const _uL = "userLocation";
420
395
  const _ui = "ui";
421
396
  const _v = "visibility";
422
- const _vG = "volumeGain";
423
397
  const _va = "variables";
424
398
  const _val = "value";
425
399
  const _var = "variant";
426
400
  const _vc = "vcpus";
427
401
  const _ve = "version";
428
- const _ven = "vendor";
429
402
  const _ver = "versions";
430
403
  const _verc = "vercel";
431
404
  const _vo = "voice";
@@ -558,8 +531,8 @@ export var AgentGuardrailEndAction$ = [3, n2, _AGEA,
558
531
  ];
559
532
  export var AgentGuardrailInput$ = [3, n2, _AGI,
560
533
  0,
561
- [_che, _mo, _mod, _eM, _wi],
562
- [() => AgentGuardrailChecksList, 0, 0, 0, 0]
534
+ [_che, _mo, _ac, _mod, _eM, _wi],
535
+ [() => AgentGuardrailChecksList, 0, () => AgentGuardrailAction$, 0, 0, 0]
563
536
  ];
564
537
  export var AgentGuardrailObserveAction$ = [3, n2, _AGOA,
565
538
  0,
@@ -603,8 +576,8 @@ export var AgentHangupPipeline$ = [3, n2, _AHPg,
603
576
  ];
604
577
  export var AgentInfo$ = [3, n2, _AI,
605
578
  0,
606
- [_i, _n, _st, _ch, _p, _ca, _sC, _as, _lV],
607
- [0, 0, 0, 64 | 0, 0, 0, 2, () => AssistantUiSettings$, 1], 4
579
+ [_i, _n, _st, _ch, _p, _ca, _as, _lV],
580
+ [0, 0, 0, 64 | 0, 0, 0, () => AssistantUiSettings$, 1], 4
608
581
  ];
609
582
  export var AgentKnowledgeBase$ = [3, n2, _AKB,
610
583
  0,
@@ -976,16 +949,6 @@ export var DeleteAgentOutput$ = [3, n2, _DAO,
976
949
  [],
977
950
  []
978
951
  ];
979
- export var DeletePronunciationDictionaryInput$ = [3, n2, _DPDI,
980
- 0,
981
- [_cod, _comp],
982
- [[0, 1], [0, { [_hQ]: _comp }]], 1
983
- ];
984
- export var DeletePronunciationDictionaryOutput$ = [3, n2, _DPDO,
985
- 0,
986
- [],
987
- []
988
- ];
989
952
  export var GetAgentDeploymentInput$ = [3, n2, _GADI,
990
953
  0,
991
954
  [_aI, _comp],
@@ -1056,21 +1019,6 @@ export var ListAgentVersionsOutput$ = [3, n2, _LAVO,
1056
1019
  [_ver, _nC],
1057
1020
  [() => AgentVersionInfoList, 0], 1
1058
1021
  ];
1059
- export var ListPronunciationDictionariesInput$ = [3, n2, _LPDI,
1060
- 0,
1061
- [_comp, _li, _cu],
1062
- [[0, { [_hQ]: _comp }], [1, { [_hQ]: _li }], [0, { [_hQ]: _cu }]]
1063
- ];
1064
- export var ListPronunciationDictionariesOutput$ = [3, n2, _LPDO,
1065
- 0,
1066
- [_dic, _nC],
1067
- [() => PronunciationDictionaryList, 0], 1
1068
- ];
1069
- export var PronunciationDictionary$ = [3, n2, _PD,
1070
- 0,
1071
- [_i, _cod, _ru, _uA, _uB],
1072
- [0, 0, () => VoicePronunciationList, 0, () => Actor$], 5
1073
- ];
1074
1022
  export var PublishAgentVersionInput$ = [3, n2, _PAVI,
1075
1023
  0,
1076
1024
  [_aI, _r, _comp, _chan, _n],
@@ -1091,16 +1039,6 @@ export var PutAgentDeploymentOutput$ = [3, n2, _PADO,
1091
1039
  [_de],
1092
1040
  [() => AgentDeploymentRoutesList], 1
1093
1041
  ];
1094
- export var PutPronunciationDictionaryInput$ = [3, n2, _PPDI,
1095
- 0,
1096
- [_cod, _ru, _comp, _eUA],
1097
- [[0, 1], () => VoicePronunciationList, [0, { [_hQ]: _comp }], 0], 2
1098
- ];
1099
- export var PutPronunciationDictionaryOutput$ = [3, n2, _PPDO,
1100
- 0,
1101
- [_dict],
1102
- [() => PronunciationDictionary$], 1
1103
- ];
1104
1042
  export var ResetAgentDeploymentInput$ = [3, n2, _RADI,
1105
1043
  0,
1106
1044
  [_aI, _comp],
@@ -1131,6 +1069,11 @@ export var UpdateAgentOutput$ = [3, n2, _UAO,
1131
1069
  [_ag],
1132
1070
  [() => Agent$], 1
1133
1071
  ];
1072
+ export var VoiceBackgroundSoundSettings$ = [3, n2, _VBSS,
1073
+ 0,
1074
+ [_ena, _so],
1075
+ [2, 0], 1
1076
+ ];
1134
1077
  export var VoiceCallerMetadataSettings$ = [3, n2, _VCMS,
1135
1078
  0,
1136
1079
  [_cN, _cNa, _cE, _cC, _tim],
@@ -1139,7 +1082,7 @@ export var VoiceCallerMetadataSettings$ = [3, n2, _VCMS,
1139
1082
  export var VoiceChannelSettings$ = [3, n2, _VCS,
1140
1083
  0,
1141
1084
  [_gr, _bS, _sp, _int, _sT, _mD, _eC, _cM],
1142
- [0, 0, () => VoiceSpeechSettings$, () => VoiceInterruptionSettings$, () => VoiceSilenceTimeoutSettings$, () => VoiceMaxDurationSettings$, () => VoiceEndCallSettings$, () => VoiceCallerMetadataSettings$]
1085
+ [0, () => VoiceBackgroundSoundSettings$, () => VoiceSpeechSettings$, () => VoiceInterruptionSettings$, () => VoiceSilenceTimeoutSettings$, () => VoiceMaxDurationSettings$, () => VoiceEndCallSettings$, () => VoiceCallerMetadataSettings$]
1143
1086
  ];
1144
1087
  export var VoiceEndCallSettings$ = [3, n2, _VECS,
1145
1088
  0,
@@ -1153,8 +1096,8 @@ export var VoiceInterruptionSettings$ = [3, n2, _VIS,
1153
1096
  ];
1154
1097
  export var VoiceLanguage$ = [3, n2, _VL,
1155
1098
  0,
1156
- [_cod, _vo, _prov, _gr, _iD, _in, _sy, _cr, _pron, _pS],
1157
- [0, 0, 0, 0, 2, 0, () => VoiceSynthesisOptions$, () => SecretRef$, () => VoicePronunciationList, 64 | 0], 2
1099
+ [_cod, _vo, _gr, _iD, _pron],
1100
+ [0, 0, 0, 2, () => VoicePronunciationList], 2
1158
1101
  ];
1159
1102
  export var VoiceMaxDurationSettings$ = [3, n2, _VMDS,
1160
1103
  0,
@@ -1173,13 +1116,8 @@ export var VoiceSilenceTimeoutSettings$ = [3, n2, _VSTS,
1173
1116
  ];
1174
1117
  export var VoiceSpeechSettings$ = [3, n2, _VSS,
1175
1118
  0,
1176
- [_prov, _lan, _aDu, _gEL, _tra, _sy, _cr],
1177
- [0, () => VoiceLanguageList, 2, 2, () => VoiceTranscriptionSettings$, () => VoiceSynthesisOptions$, () => SecretRef$], 2
1178
- ];
1179
- export var VoiceSynthesisOptions$ = [3, n2, _VSO,
1180
- 0,
1181
- [_mo, _spe, _stab, _sim, _sty, _sB, _pit, _vG],
1182
- [0, 1, 1, 1, 1, 2, 1, 1]
1119
+ [_lan, _gEL, _tra],
1120
+ [() => VoiceLanguageList, 2, () => VoiceTranscriptionSettings$], 1
1183
1121
  ];
1184
1122
  export var VoiceTerminateHangupAction$ = [3, n2, _VTHA,
1185
1123
  0,
@@ -1188,8 +1126,8 @@ export var VoiceTerminateHangupAction$ = [3, n2, _VTHA,
1188
1126
  ];
1189
1127
  export var VoiceTranscriptionSettings$ = [3, n2, _VTS,
1190
1128
  0,
1191
- [_ven],
1192
- [0]
1129
+ [_en, _aDu],
1130
+ [0, 2]
1193
1131
  ];
1194
1132
  export var VoiceTransferTarget$ = [3, n2, _VTT,
1195
1133
  0,
@@ -1283,16 +1221,12 @@ var AssistantQuickCommandsList = [1, n2, _AQCL,
1283
1221
  ];
1284
1222
  var ChannelTypeList = 64 | 0;
1285
1223
  var DomainNameList = 64 | 0;
1286
- var PronunciationDictionaryList = [1, n2, _PDL,
1287
- 0, () => PronunciationDictionary$
1288
- ];
1289
1224
  var VoiceLanguageList = [1, n2, _VLL,
1290
1225
  0, () => VoiceLanguage$
1291
1226
  ];
1292
1227
  var VoicePronunciationList = [1, n2, _VPL,
1293
1228
  0, () => VoicePronunciation$
1294
1229
  ];
1295
- var VoicePronunciationSuppressionList = 64 | 0;
1296
1230
  var AgentSkillsList = [1, n4, _ASL,
1297
1231
  0, () => AgentSkillReference$
1298
1232
  ];
@@ -1386,9 +1320,6 @@ export var DeleteAgent$ = [9, n2, _DA,
1386
1320
  export var DeleteAgentApiKey$ = [9, n2, _DAAK,
1387
1321
  { [_ht]: ["DELETE", "/v2/agents/agents/{agentId}/keys/{keyId}", 200] }, () => DeleteAgentApiKeyInput$, () => DeleteAgentApiKeyOutput$
1388
1322
  ];
1389
- export var DeletePronunciationDictionary$ = [9, n2, _DPD,
1390
- { [_ht]: ["DELETE", "/v2/agents/pronunciations/{code}", 200] }, () => DeletePronunciationDictionaryInput$, () => DeletePronunciationDictionaryOutput$
1391
- ];
1392
1323
  export var GetAgent$ = [9, n2, _GA,
1393
1324
  { [_ht]: ["GET", "/v2/agents/agents/{agentId}", 200] }, () => GetAgentInput$, () => GetAgentOutput$
1394
1325
  ];
@@ -1410,18 +1341,12 @@ export var ListAgentsNames$ = [9, n2, _LAN,
1410
1341
  export var ListAgentVersions$ = [9, n2, _LAV,
1411
1342
  { [_ht]: ["GET", "/v2/agents/agents/{agentId}/versions", 200] }, () => ListAgentVersionsInput$, () => ListAgentVersionsOutput$
1412
1343
  ];
1413
- export var ListPronunciationDictionaries$ = [9, n2, _LPD,
1414
- { [_ht]: ["GET", "/v2/agents/pronunciations", 200] }, () => ListPronunciationDictionariesInput$, () => ListPronunciationDictionariesOutput$
1415
- ];
1416
1344
  export var PublishAgentVersion$ = [9, n2, _PAV,
1417
1345
  { [_ht]: ["POST", "/v2/agents/agents/{agentId}/versions", 200] }, () => PublishAgentVersionInput$, () => PublishAgentVersionOutput$
1418
1346
  ];
1419
1347
  export var PutAgentDeployment$ = [9, n2, _PAD,
1420
1348
  { [_ht]: ["PUT", "/v2/agents/agents/{agentId}/deployment", 200] }, () => PutAgentDeploymentInput$, () => PutAgentDeploymentOutput$
1421
1349
  ];
1422
- export var PutPronunciationDictionary$ = [9, n2, _PPD,
1423
- { [_ht]: ["PUT", "/v2/agents/pronunciations/{code}", 200] }, () => PutPronunciationDictionaryInput$, () => PutPronunciationDictionaryOutput$
1424
- ];
1425
1350
  export var ResetAgentDeployment$ = [9, n2, _RAD,
1426
1351
  { [_ht]: ["POST", "/v2/agents/agents/{agentId}/deployment/reset", 200] }, () => ResetAgentDeploymentInput$, () => ResetAgentDeploymentOutput$
1427
1352
  ];
@@ -4,7 +4,6 @@ import { type CreateAgentApiKeyCommandInput, type CreateAgentApiKeyCommandOutput
4
4
  import { type CreateAgentCommandInput, type CreateAgentCommandOutput } from "./commands/CreateAgentCommand";
5
5
  import { type DeleteAgentApiKeyCommandInput, type DeleteAgentApiKeyCommandOutput } from "./commands/DeleteAgentApiKeyCommand";
6
6
  import { type DeleteAgentCommandInput, type DeleteAgentCommandOutput } from "./commands/DeleteAgentCommand";
7
- import { type DeletePronunciationDictionaryCommandInput, type DeletePronunciationDictionaryCommandOutput } from "./commands/DeletePronunciationDictionaryCommand";
8
7
  import { type GetAgentCommandInput, type GetAgentCommandOutput } from "./commands/GetAgentCommand";
9
8
  import { type GetAgentDeploymentCommandInput, type GetAgentDeploymentCommandOutput } from "./commands/GetAgentDeploymentCommand";
10
9
  import { type GetAgentVersionCommandInput, type GetAgentVersionCommandOutput } from "./commands/GetAgentVersionCommand";
@@ -12,10 +11,8 @@ import { type ListAgentApiKeysCommandInput, type ListAgentApiKeysCommandOutput }
12
11
  import { type ListAgentsCommandInput, type ListAgentsCommandOutput } from "./commands/ListAgentsCommand";
13
12
  import { type ListAgentsNamesCommandInput, type ListAgentsNamesCommandOutput } from "./commands/ListAgentsNamesCommand";
14
13
  import { type ListAgentVersionsCommandInput, type ListAgentVersionsCommandOutput } from "./commands/ListAgentVersionsCommand";
15
- import { type ListPronunciationDictionariesCommandInput, type ListPronunciationDictionariesCommandOutput } from "./commands/ListPronunciationDictionariesCommand";
16
14
  import { type PublishAgentVersionCommandInput, type PublishAgentVersionCommandOutput } from "./commands/PublishAgentVersionCommand";
17
15
  import { type PutAgentDeploymentCommandInput, type PutAgentDeploymentCommandOutput } from "./commands/PutAgentDeploymentCommand";
18
- import { type PutPronunciationDictionaryCommandInput, type PutPronunciationDictionaryCommandOutput } from "./commands/PutPronunciationDictionaryCommand";
19
16
  import { type ResetAgentDeploymentCommandInput, type ResetAgentDeploymentCommandOutput } from "./commands/ResetAgentDeploymentCommand";
20
17
  import { type RestoreAgentVersionToDraftCommandInput, type RestoreAgentVersionToDraftCommandOutput } from "./commands/RestoreAgentVersionToDraftCommand";
21
18
  import { type UpdateAgentCommandInput, type UpdateAgentCommandOutput } from "./commands/UpdateAgentCommand";
@@ -51,12 +48,6 @@ export interface WilmaAgents {
51
48
  deleteAgentApiKey(args: DeleteAgentApiKeyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAgentApiKeyCommandOutput>;
52
49
  deleteAgentApiKey(args: DeleteAgentApiKeyCommandInput, cb: (err: any, data?: DeleteAgentApiKeyCommandOutput) => void): void;
53
50
  deleteAgentApiKey(args: DeleteAgentApiKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAgentApiKeyCommandOutput) => void): void;
54
- /**
55
- * @see {@link DeletePronunciationDictionaryCommand}
56
- */
57
- deletePronunciationDictionary(args: DeletePronunciationDictionaryCommandInput, options?: __HttpHandlerOptions): Promise<DeletePronunciationDictionaryCommandOutput>;
58
- deletePronunciationDictionary(args: DeletePronunciationDictionaryCommandInput, cb: (err: any, data?: DeletePronunciationDictionaryCommandOutput) => void): void;
59
- deletePronunciationDictionary(args: DeletePronunciationDictionaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePronunciationDictionaryCommandOutput) => void): void;
60
51
  /**
61
52
  * @see {@link GetAgentCommand}
62
53
  */
@@ -101,13 +92,6 @@ export interface WilmaAgents {
101
92
  listAgentVersions(args: ListAgentVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListAgentVersionsCommandOutput>;
102
93
  listAgentVersions(args: ListAgentVersionsCommandInput, cb: (err: any, data?: ListAgentVersionsCommandOutput) => void): void;
103
94
  listAgentVersions(args: ListAgentVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAgentVersionsCommandOutput) => void): void;
104
- /**
105
- * @see {@link ListPronunciationDictionariesCommand}
106
- */
107
- listPronunciationDictionaries(): Promise<ListPronunciationDictionariesCommandOutput>;
108
- listPronunciationDictionaries(args: ListPronunciationDictionariesCommandInput, options?: __HttpHandlerOptions): Promise<ListPronunciationDictionariesCommandOutput>;
109
- listPronunciationDictionaries(args: ListPronunciationDictionariesCommandInput, cb: (err: any, data?: ListPronunciationDictionariesCommandOutput) => void): void;
110
- listPronunciationDictionaries(args: ListPronunciationDictionariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPronunciationDictionariesCommandOutput) => void): void;
111
95
  /**
112
96
  * @see {@link PublishAgentVersionCommand}
113
97
  */
@@ -120,12 +104,6 @@ export interface WilmaAgents {
120
104
  putAgentDeployment(args: PutAgentDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<PutAgentDeploymentCommandOutput>;
121
105
  putAgentDeployment(args: PutAgentDeploymentCommandInput, cb: (err: any, data?: PutAgentDeploymentCommandOutput) => void): void;
122
106
  putAgentDeployment(args: PutAgentDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAgentDeploymentCommandOutput) => void): void;
123
- /**
124
- * @see {@link PutPronunciationDictionaryCommand}
125
- */
126
- putPronunciationDictionary(args: PutPronunciationDictionaryCommandInput, options?: __HttpHandlerOptions): Promise<PutPronunciationDictionaryCommandOutput>;
127
- putPronunciationDictionary(args: PutPronunciationDictionaryCommandInput, cb: (err: any, data?: PutPronunciationDictionaryCommandOutput) => void): void;
128
- putPronunciationDictionary(args: PutPronunciationDictionaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutPronunciationDictionaryCommandOutput) => void): void;
129
107
  /**
130
108
  * @see {@link ResetAgentDeploymentCommand}
131
109
  */
@@ -10,7 +10,6 @@ import type { CreateAgentApiKeyCommandInput, CreateAgentApiKeyCommandOutput } fr
10
10
  import type { CreateAgentCommandInput, CreateAgentCommandOutput } from "./commands/CreateAgentCommand";
11
11
  import type { DeleteAgentApiKeyCommandInput, DeleteAgentApiKeyCommandOutput } from "./commands/DeleteAgentApiKeyCommand";
12
12
  import type { DeleteAgentCommandInput, DeleteAgentCommandOutput } from "./commands/DeleteAgentCommand";
13
- import type { DeletePronunciationDictionaryCommandInput, DeletePronunciationDictionaryCommandOutput } from "./commands/DeletePronunciationDictionaryCommand";
14
13
  import type { GetAgentCommandInput, GetAgentCommandOutput } from "./commands/GetAgentCommand";
15
14
  import type { GetAgentDeploymentCommandInput, GetAgentDeploymentCommandOutput } from "./commands/GetAgentDeploymentCommand";
16
15
  import type { GetAgentVersionCommandInput, GetAgentVersionCommandOutput } from "./commands/GetAgentVersionCommand";
@@ -18,10 +17,8 @@ import type { ListAgentApiKeysCommandInput, ListAgentApiKeysCommandOutput } from
18
17
  import type { ListAgentsCommandInput, ListAgentsCommandOutput } from "./commands/ListAgentsCommand";
19
18
  import type { ListAgentsNamesCommandInput, ListAgentsNamesCommandOutput } from "./commands/ListAgentsNamesCommand";
20
19
  import type { ListAgentVersionsCommandInput, ListAgentVersionsCommandOutput } from "./commands/ListAgentVersionsCommand";
21
- import type { ListPronunciationDictionariesCommandInput, ListPronunciationDictionariesCommandOutput } from "./commands/ListPronunciationDictionariesCommand";
22
20
  import type { PublishAgentVersionCommandInput, PublishAgentVersionCommandOutput } from "./commands/PublishAgentVersionCommand";
23
21
  import type { PutAgentDeploymentCommandInput, PutAgentDeploymentCommandOutput } from "./commands/PutAgentDeploymentCommand";
24
- import type { PutPronunciationDictionaryCommandInput, PutPronunciationDictionaryCommandOutput } from "./commands/PutPronunciationDictionaryCommand";
25
22
  import type { ResetAgentDeploymentCommandInput, ResetAgentDeploymentCommandOutput } from "./commands/ResetAgentDeploymentCommand";
26
23
  import type { RestoreAgentVersionToDraftCommandInput, RestoreAgentVersionToDraftCommandOutput } from "./commands/RestoreAgentVersionToDraftCommand";
27
24
  import type { UpdateAgentCommandInput, UpdateAgentCommandOutput } from "./commands/UpdateAgentCommand";
@@ -31,11 +28,11 @@ export { __Client };
31
28
  /**
32
29
  * @public
33
30
  */
34
- export type ServiceInputTypes = CompareAgentVersionsCommandInput | CreateAgentApiKeyCommandInput | CreateAgentCommandInput | DeleteAgentApiKeyCommandInput | DeleteAgentCommandInput | DeletePronunciationDictionaryCommandInput | GetAgentCommandInput | GetAgentDeploymentCommandInput | GetAgentVersionCommandInput | ListAgentApiKeysCommandInput | ListAgentVersionsCommandInput | ListAgentsCommandInput | ListAgentsNamesCommandInput | ListPronunciationDictionariesCommandInput | PublishAgentVersionCommandInput | PutAgentDeploymentCommandInput | PutPronunciationDictionaryCommandInput | ResetAgentDeploymentCommandInput | RestoreAgentVersionToDraftCommandInput | UpdateAgentCommandInput;
31
+ export type ServiceInputTypes = CompareAgentVersionsCommandInput | CreateAgentApiKeyCommandInput | CreateAgentCommandInput | DeleteAgentApiKeyCommandInput | DeleteAgentCommandInput | GetAgentCommandInput | GetAgentDeploymentCommandInput | GetAgentVersionCommandInput | ListAgentApiKeysCommandInput | ListAgentVersionsCommandInput | ListAgentsCommandInput | ListAgentsNamesCommandInput | PublishAgentVersionCommandInput | PutAgentDeploymentCommandInput | ResetAgentDeploymentCommandInput | RestoreAgentVersionToDraftCommandInput | UpdateAgentCommandInput;
35
32
  /**
36
33
  * @public
37
34
  */
38
- export type ServiceOutputTypes = CompareAgentVersionsCommandOutput | CreateAgentApiKeyCommandOutput | CreateAgentCommandOutput | DeleteAgentApiKeyCommandOutput | DeleteAgentCommandOutput | DeletePronunciationDictionaryCommandOutput | GetAgentCommandOutput | GetAgentDeploymentCommandOutput | GetAgentVersionCommandOutput | ListAgentApiKeysCommandOutput | ListAgentVersionsCommandOutput | ListAgentsCommandOutput | ListAgentsNamesCommandOutput | ListPronunciationDictionariesCommandOutput | PublishAgentVersionCommandOutput | PutAgentDeploymentCommandOutput | PutPronunciationDictionaryCommandOutput | ResetAgentDeploymentCommandOutput | RestoreAgentVersionToDraftCommandOutput | UpdateAgentCommandOutput;
35
+ export type ServiceOutputTypes = CompareAgentVersionsCommandOutput | CreateAgentApiKeyCommandOutput | CreateAgentCommandOutput | DeleteAgentApiKeyCommandOutput | DeleteAgentCommandOutput | GetAgentCommandOutput | GetAgentDeploymentCommandOutput | GetAgentVersionCommandOutput | ListAgentApiKeysCommandOutput | ListAgentVersionsCommandOutput | ListAgentsCommandOutput | ListAgentsNamesCommandOutput | PublishAgentVersionCommandOutput | PutAgentDeploymentCommandOutput | ResetAgentDeploymentCommandOutput | RestoreAgentVersionToDraftCommandOutput | UpdateAgentCommandOutput;
39
36
  /**
40
37
  * @public
41
38
  */
@@ -44,30 +44,17 @@ declare const CreateAgentCommand_base: {
44
44
  * channels: { // AgentChannels
45
45
  * voice: { // VoiceChannelSettings
46
46
  * greeting: "STRING_VALUE",
47
- * backgroundSound: "STRING_VALUE",
47
+ * backgroundSound: { // VoiceBackgroundSoundSettings
48
+ * enabled: true || false, // required
49
+ * sound: "STRING_VALUE",
50
+ * },
48
51
  * speech: { // VoiceSpeechSettings
49
- * provider: "elevenlabs" || "google" || "amazon_polly", // required
50
52
  * languages: [ // VoiceLanguageList // required
51
53
  * { // VoiceLanguage
52
54
  * code: "STRING_VALUE", // required
53
- * provider: "elevenlabs" || "google" || "amazon_polly",
54
55
  * voice: "STRING_VALUE", // required
55
56
  * greeting: "STRING_VALUE",
56
57
  * isDefault: true || false,
57
- * instructions: "STRING_VALUE",
58
- * synthesis: { // VoiceSynthesisOptions
59
- * model: "STRING_VALUE",
60
- * speed: Number("float"),
61
- * stability: Number("float"),
62
- * similarity: Number("float"),
63
- * style: Number("float"),
64
- * speakerBoost: true || false,
65
- * pitch: Number("float"),
66
- * volumeGain: Number("float"),
67
- * },
68
- * credential: { // SecretRef
69
- * id: "STRING_VALUE", // required
70
- * },
71
58
  * pronunciations: [ // VoicePronunciationList
72
59
  * { // VoicePronunciation
73
60
  * phrase: "STRING_VALUE", // required
@@ -75,28 +62,12 @@ declare const CreateAgentCommand_base: {
75
62
  * encoding: "alias" || "ipa",
76
63
  * },
77
64
  * ],
78
- * pronunciationSuppressions: [ // VoicePronunciationSuppressionList
79
- * "STRING_VALUE",
80
- * ],
81
65
  * },
82
66
  * ],
83
- * autoDetect: true || false,
84
67
  * greetEveryLanguage: true || false,
85
68
  * transcription: { // VoiceTranscriptionSettings
86
- * vendor: "aws",
87
- * },
88
- * synthesis: {
89
- * model: "STRING_VALUE",
90
- * speed: Number("float"),
91
- * stability: Number("float"),
92
- * similarity: Number("float"),
93
- * style: Number("float"),
94
- * speakerBoost: true || false,
95
- * pitch: Number("float"),
96
- * volumeGain: Number("float"),
97
- * },
98
- * credential: {
99
- * id: "STRING_VALUE", // required
69
+ * engine: "STRING_VALUE",
70
+ * autoDetect: true || false,
100
71
  * },
101
72
  * },
102
73
  * interruptions: { // VoiceInterruptionSettings
@@ -855,6 +826,16 @@ declare const CreateAgentCommand_base: {
855
826
  * },
856
827
  * ],
857
828
  * model: "STRING_VALUE",
829
+ * action: {// Union: only one key present
830
+ * observe: {},
831
+ * redact: {},
832
+ * block: {
833
+ * message: "STRING_VALUE",
834
+ * },
835
+ * end: {
836
+ * message: "STRING_VALUE",
837
+ * },
838
+ * },
858
839
  * mode: "blocking" || "parallel",
859
840
  * errorMode: "open" || "closed",
860
841
  * window: "lastMessage" || "lastWithPrior",
@@ -888,7 +869,9 @@ declare const CreateAgentCommand_base: {
888
869
  * sqs: { // AgentSqsEngine
889
870
  * url: "STRING_VALUE", // required
890
871
  * key: "STRING_VALUE", // required
891
- * secret: "<SecretRef>", // required
872
+ * secret: { // SecretRef
873
+ * id: "STRING_VALUE", // required
874
+ * },
892
875
  * },
893
876
  * },
894
877
  * settings: { // AgentSettings
@@ -908,30 +891,17 @@ declare const CreateAgentCommand_base: {
908
891
  * // channels: { // AgentChannels
909
892
  * // voice: { // VoiceChannelSettings
910
893
  * // greeting: "STRING_VALUE",
911
- * // backgroundSound: "STRING_VALUE",
894
+ * // backgroundSound: { // VoiceBackgroundSoundSettings
895
+ * // enabled: true || false, // required
896
+ * // sound: "STRING_VALUE",
897
+ * // },
912
898
  * // speech: { // VoiceSpeechSettings
913
- * // provider: "elevenlabs" || "google" || "amazon_polly", // required
914
899
  * // languages: [ // VoiceLanguageList // required
915
900
  * // { // VoiceLanguage
916
901
  * // code: "STRING_VALUE", // required
917
- * // provider: "elevenlabs" || "google" || "amazon_polly",
918
902
  * // voice: "STRING_VALUE", // required
919
903
  * // greeting: "STRING_VALUE",
920
904
  * // isDefault: true || false,
921
- * // instructions: "STRING_VALUE",
922
- * // synthesis: { // VoiceSynthesisOptions
923
- * // model: "STRING_VALUE",
924
- * // speed: Number("float"),
925
- * // stability: Number("float"),
926
- * // similarity: Number("float"),
927
- * // style: Number("float"),
928
- * // speakerBoost: true || false,
929
- * // pitch: Number("float"),
930
- * // volumeGain: Number("float"),
931
- * // },
932
- * // credential: { // SecretRef
933
- * // id: "STRING_VALUE", // required
934
- * // },
935
905
  * // pronunciations: [ // VoicePronunciationList
936
906
  * // { // VoicePronunciation
937
907
  * // phrase: "STRING_VALUE", // required
@@ -939,28 +909,12 @@ declare const CreateAgentCommand_base: {
939
909
  * // encoding: "alias" || "ipa",
940
910
  * // },
941
911
  * // ],
942
- * // pronunciationSuppressions: [ // VoicePronunciationSuppressionList
943
- * // "STRING_VALUE",
944
- * // ],
945
912
  * // },
946
913
  * // ],
947
- * // autoDetect: true || false,
948
914
  * // greetEveryLanguage: true || false,
949
915
  * // transcription: { // VoiceTranscriptionSettings
950
- * // vendor: "aws",
951
- * // },
952
- * // synthesis: {
953
- * // model: "STRING_VALUE",
954
- * // speed: Number("float"),
955
- * // stability: Number("float"),
956
- * // similarity: Number("float"),
957
- * // style: Number("float"),
958
- * // speakerBoost: true || false,
959
- * // pitch: Number("float"),
960
- * // volumeGain: Number("float"),
961
- * // },
962
- * // credential: {
963
- * // id: "STRING_VALUE", // required
916
+ * // engine: "STRING_VALUE",
917
+ * // autoDetect: true || false,
964
918
  * // },
965
919
  * // },
966
920
  * // interruptions: { // VoiceInterruptionSettings
@@ -1719,6 +1673,16 @@ declare const CreateAgentCommand_base: {
1719
1673
  * // },
1720
1674
  * // ],
1721
1675
  * // model: "STRING_VALUE",
1676
+ * // action: {// Union: only one key present
1677
+ * // observe: {},
1678
+ * // redact: {},
1679
+ * // block: {
1680
+ * // message: "STRING_VALUE",
1681
+ * // },
1682
+ * // end: {
1683
+ * // message: "STRING_VALUE",
1684
+ * // },
1685
+ * // },
1722
1686
  * // mode: "blocking" || "parallel",
1723
1687
  * // errorMode: "open" || "closed",
1724
1688
  * // window: "lastMessage" || "lastWithPrior",
@@ -1752,7 +1716,9 @@ declare const CreateAgentCommand_base: {
1752
1716
  * // sqs: { // AgentSqsEngine
1753
1717
  * // url: "STRING_VALUE", // required
1754
1718
  * // key: "STRING_VALUE", // required
1755
- * // secret: "<SecretRef>", // required
1719
+ * // secret: { // SecretRef
1720
+ * // id: "STRING_VALUE", // required
1721
+ * // },
1756
1722
  * // },
1757
1723
  * // },
1758
1724
  * // settings: { // AgentSettings