@wildix/wilma-agents-client 1.0.31 → 1.0.33

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 (31) 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 +16 -90
  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 +14 -88
  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 +18 -72
  12. package/dist-types/commands/GetAgentCommand.d.ts +9 -36
  13. package/dist-types/commands/GetAgentVersionCommand.d.ts +9 -36
  14. package/dist-types/commands/ListAgentsCommand.d.ts +9 -36
  15. package/dist-types/commands/PublishAgentVersionCommand.d.ts +9 -36
  16. package/dist-types/commands/RestoreAgentVersionToDraftCommand.d.ts +9 -36
  17. package/dist-types/commands/UpdateAgentCommand.d.ts +18 -72
  18. package/dist-types/commands/index.d.ts +0 -3
  19. package/dist-types/models/enums.d.ts +0 -24
  20. package/dist-types/models/models_0.d.ts +79 -304
  21. package/dist-types/schemas/schemas_0.d.ts +1 -11
  22. package/package.json +1 -1
  23. package/dist-cjs/commands/DeletePronunciationDictionaryCommand.js +0 -20
  24. package/dist-cjs/commands/ListPronunciationDictionariesCommand.js +0 -20
  25. package/dist-cjs/commands/PutPronunciationDictionaryCommand.js +0 -20
  26. package/dist-es/commands/DeletePronunciationDictionaryCommand.js +0 -16
  27. package/dist-es/commands/ListPronunciationDictionariesCommand.js +0 -16
  28. package/dist-es/commands/PutPronunciationDictionaryCommand.js +0 -16
  29. package/dist-types/commands/DeletePronunciationDictionaryCommand.d.ts +0 -82
  30. package/dist-types/commands/ListPronunciationDictionariesCommand.d.ts +0 -103
  31. 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,15 +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
351
  const _sC = "speechConfigured";
372
352
  const _sI = "snapshotId";
373
353
  const _sM = "startMessage";
@@ -381,21 +361,17 @@ const _seco = "seconds";
381
361
  const _sen = "sensitivity";
382
362
  const _ser = "service";
383
363
  const _si = "silent";
384
- const _sim = "similarity";
385
364
  const _siz = "size";
386
365
  const _sk = "skills";
387
366
  const _sn = "snapshot";
367
+ const _so = "sound";
388
368
  const _sp = "speech";
389
- const _spe = "speed";
390
369
  const _sq = "sqs";
391
370
  const _st = "status";
392
371
  const _sta = "stage";
393
- const _stab = "stability";
394
372
  const _ste = "steps";
395
- const _sty = "style";
396
373
  const _su = "suggestions";
397
374
  const _sub = "subtitle";
398
- const _sy = "synthesis";
399
375
  const _t = "type";
400
376
  const _tD = "toDraft";
401
377
  const _tV = "toolVersion";
@@ -419,13 +395,11 @@ const _uI = "userId";
419
395
  const _uL = "userLocation";
420
396
  const _ui = "ui";
421
397
  const _v = "visibility";
422
- const _vG = "volumeGain";
423
398
  const _va = "variables";
424
399
  const _val = "value";
425
400
  const _var = "variant";
426
401
  const _vc = "vcpus";
427
402
  const _ve = "version";
428
- const _ven = "vendor";
429
403
  const _ver = "versions";
430
404
  const _verc = "vercel";
431
405
  const _vo = "voice";
@@ -976,16 +950,6 @@ export var DeleteAgentOutput$ = [3, n2, _DAO,
976
950
  [],
977
951
  []
978
952
  ];
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
953
  export var GetAgentDeploymentInput$ = [3, n2, _GADI,
990
954
  0,
991
955
  [_aI, _comp],
@@ -1056,21 +1020,6 @@ export var ListAgentVersionsOutput$ = [3, n2, _LAVO,
1056
1020
  [_ver, _nC],
1057
1021
  [() => AgentVersionInfoList, 0], 1
1058
1022
  ];
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
1023
  export var PublishAgentVersionInput$ = [3, n2, _PAVI,
1075
1024
  0,
1076
1025
  [_aI, _r, _comp, _chan, _n],
@@ -1091,16 +1040,6 @@ export var PutAgentDeploymentOutput$ = [3, n2, _PADO,
1091
1040
  [_de],
1092
1041
  [() => AgentDeploymentRoutesList], 1
1093
1042
  ];
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
1043
  export var ResetAgentDeploymentInput$ = [3, n2, _RADI,
1105
1044
  0,
1106
1045
  [_aI, _comp],
@@ -1131,6 +1070,11 @@ export var UpdateAgentOutput$ = [3, n2, _UAO,
1131
1070
  [_ag],
1132
1071
  [() => Agent$], 1
1133
1072
  ];
1073
+ export var VoiceBackgroundSoundSettings$ = [3, n2, _VBSS,
1074
+ 0,
1075
+ [_ena, _so],
1076
+ [2, 0], 1
1077
+ ];
1134
1078
  export var VoiceCallerMetadataSettings$ = [3, n2, _VCMS,
1135
1079
  0,
1136
1080
  [_cN, _cNa, _cE, _cC, _tim],
@@ -1139,7 +1083,7 @@ export var VoiceCallerMetadataSettings$ = [3, n2, _VCMS,
1139
1083
  export var VoiceChannelSettings$ = [3, n2, _VCS,
1140
1084
  0,
1141
1085
  [_gr, _bS, _sp, _int, _sT, _mD, _eC, _cM],
1142
- [0, 0, () => VoiceSpeechSettings$, () => VoiceInterruptionSettings$, () => VoiceSilenceTimeoutSettings$, () => VoiceMaxDurationSettings$, () => VoiceEndCallSettings$, () => VoiceCallerMetadataSettings$]
1086
+ [0, () => VoiceBackgroundSoundSettings$, () => VoiceSpeechSettings$, () => VoiceInterruptionSettings$, () => VoiceSilenceTimeoutSettings$, () => VoiceMaxDurationSettings$, () => VoiceEndCallSettings$, () => VoiceCallerMetadataSettings$]
1143
1087
  ];
1144
1088
  export var VoiceEndCallSettings$ = [3, n2, _VECS,
1145
1089
  0,
@@ -1153,8 +1097,8 @@ export var VoiceInterruptionSettings$ = [3, n2, _VIS,
1153
1097
  ];
1154
1098
  export var VoiceLanguage$ = [3, n2, _VL,
1155
1099
  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
1100
+ [_cod, _vo, _gr, _iD, _pron],
1101
+ [0, 0, 0, 2, () => VoicePronunciationList], 2
1158
1102
  ];
1159
1103
  export var VoiceMaxDurationSettings$ = [3, n2, _VMDS,
1160
1104
  0,
@@ -1173,13 +1117,8 @@ export var VoiceSilenceTimeoutSettings$ = [3, n2, _VSTS,
1173
1117
  ];
1174
1118
  export var VoiceSpeechSettings$ = [3, n2, _VSS,
1175
1119
  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]
1120
+ [_lan, _gEL, _tra],
1121
+ [() => VoiceLanguageList, 2, () => VoiceTranscriptionSettings$], 1
1183
1122
  ];
1184
1123
  export var VoiceTerminateHangupAction$ = [3, n2, _VTHA,
1185
1124
  0,
@@ -1188,8 +1127,8 @@ export var VoiceTerminateHangupAction$ = [3, n2, _VTHA,
1188
1127
  ];
1189
1128
  export var VoiceTranscriptionSettings$ = [3, n2, _VTS,
1190
1129
  0,
1191
- [_ven],
1192
- [0]
1130
+ [_en, _aDu],
1131
+ [0, 2]
1193
1132
  ];
1194
1133
  export var VoiceTransferTarget$ = [3, n2, _VTT,
1195
1134
  0,
@@ -1283,16 +1222,12 @@ var AssistantQuickCommandsList = [1, n2, _AQCL,
1283
1222
  ];
1284
1223
  var ChannelTypeList = 64 | 0;
1285
1224
  var DomainNameList = 64 | 0;
1286
- var PronunciationDictionaryList = [1, n2, _PDL,
1287
- 0, () => PronunciationDictionary$
1288
- ];
1289
1225
  var VoiceLanguageList = [1, n2, _VLL,
1290
1226
  0, () => VoiceLanguage$
1291
1227
  ];
1292
1228
  var VoicePronunciationList = [1, n2, _VPL,
1293
1229
  0, () => VoicePronunciation$
1294
1230
  ];
1295
- var VoicePronunciationSuppressionList = 64 | 0;
1296
1231
  var AgentSkillsList = [1, n4, _ASL,
1297
1232
  0, () => AgentSkillReference$
1298
1233
  ];
@@ -1386,9 +1321,6 @@ export var DeleteAgent$ = [9, n2, _DA,
1386
1321
  export var DeleteAgentApiKey$ = [9, n2, _DAAK,
1387
1322
  { [_ht]: ["DELETE", "/v2/agents/agents/{agentId}/keys/{keyId}", 200] }, () => DeleteAgentApiKeyInput$, () => DeleteAgentApiKeyOutput$
1388
1323
  ];
1389
- export var DeletePronunciationDictionary$ = [9, n2, _DPD,
1390
- { [_ht]: ["DELETE", "/v2/agents/pronunciations/{code}", 200] }, () => DeletePronunciationDictionaryInput$, () => DeletePronunciationDictionaryOutput$
1391
- ];
1392
1324
  export var GetAgent$ = [9, n2, _GA,
1393
1325
  { [_ht]: ["GET", "/v2/agents/agents/{agentId}", 200] }, () => GetAgentInput$, () => GetAgentOutput$
1394
1326
  ];
@@ -1410,18 +1342,12 @@ export var ListAgentsNames$ = [9, n2, _LAN,
1410
1342
  export var ListAgentVersions$ = [9, n2, _LAV,
1411
1343
  { [_ht]: ["GET", "/v2/agents/agents/{agentId}/versions", 200] }, () => ListAgentVersionsInput$, () => ListAgentVersionsOutput$
1412
1344
  ];
1413
- export var ListPronunciationDictionaries$ = [9, n2, _LPD,
1414
- { [_ht]: ["GET", "/v2/agents/pronunciations", 200] }, () => ListPronunciationDictionariesInput$, () => ListPronunciationDictionariesOutput$
1415
- ];
1416
1345
  export var PublishAgentVersion$ = [9, n2, _PAV,
1417
1346
  { [_ht]: ["POST", "/v2/agents/agents/{agentId}/versions", 200] }, () => PublishAgentVersionInput$, () => PublishAgentVersionOutput$
1418
1347
  ];
1419
1348
  export var PutAgentDeployment$ = [9, n2, _PAD,
1420
1349
  { [_ht]: ["PUT", "/v2/agents/agents/{agentId}/deployment", 200] }, () => PutAgentDeploymentInput$, () => PutAgentDeploymentOutput$
1421
1350
  ];
1422
- export var PutPronunciationDictionary$ = [9, n2, _PPD,
1423
- { [_ht]: ["PUT", "/v2/agents/pronunciations/{code}", 200] }, () => PutPronunciationDictionaryInput$, () => PutPronunciationDictionaryOutput$
1424
- ];
1425
1351
  export var ResetAgentDeployment$ = [9, n2, _RAD,
1426
1352
  { [_ht]: ["POST", "/v2/agents/agents/{agentId}/deployment/reset", 200] }, () => ResetAgentDeploymentInput$, () => ResetAgentDeploymentOutput$
1427
1353
  ];
@@ -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
@@ -898,7 +869,9 @@ declare const CreateAgentCommand_base: {
898
869
  * sqs: { // AgentSqsEngine
899
870
  * url: "STRING_VALUE", // required
900
871
  * key: "STRING_VALUE", // required
901
- * secret: "<SecretRef>", // required
872
+ * secret: { // SecretRef
873
+ * id: "STRING_VALUE", // required
874
+ * },
902
875
  * },
903
876
  * },
904
877
  * settings: { // AgentSettings
@@ -918,30 +891,17 @@ declare const CreateAgentCommand_base: {
918
891
  * // channels: { // AgentChannels
919
892
  * // voice: { // VoiceChannelSettings
920
893
  * // greeting: "STRING_VALUE",
921
- * // backgroundSound: "STRING_VALUE",
894
+ * // backgroundSound: { // VoiceBackgroundSoundSettings
895
+ * // enabled: true || false, // required
896
+ * // sound: "STRING_VALUE",
897
+ * // },
922
898
  * // speech: { // VoiceSpeechSettings
923
- * // provider: "elevenlabs" || "google" || "amazon_polly", // required
924
899
  * // languages: [ // VoiceLanguageList // required
925
900
  * // { // VoiceLanguage
926
901
  * // code: "STRING_VALUE", // required
927
- * // provider: "elevenlabs" || "google" || "amazon_polly",
928
902
  * // voice: "STRING_VALUE", // required
929
903
  * // greeting: "STRING_VALUE",
930
904
  * // isDefault: true || false,
931
- * // instructions: "STRING_VALUE",
932
- * // synthesis: { // VoiceSynthesisOptions
933
- * // model: "STRING_VALUE",
934
- * // speed: Number("float"),
935
- * // stability: Number("float"),
936
- * // similarity: Number("float"),
937
- * // style: Number("float"),
938
- * // speakerBoost: true || false,
939
- * // pitch: Number("float"),
940
- * // volumeGain: Number("float"),
941
- * // },
942
- * // credential: { // SecretRef
943
- * // id: "STRING_VALUE", // required
944
- * // },
945
905
  * // pronunciations: [ // VoicePronunciationList
946
906
  * // { // VoicePronunciation
947
907
  * // phrase: "STRING_VALUE", // required
@@ -949,28 +909,12 @@ declare const CreateAgentCommand_base: {
949
909
  * // encoding: "alias" || "ipa",
950
910
  * // },
951
911
  * // ],
952
- * // pronunciationSuppressions: [ // VoicePronunciationSuppressionList
953
- * // "STRING_VALUE",
954
- * // ],
955
912
  * // },
956
913
  * // ],
957
- * // autoDetect: true || false,
958
914
  * // greetEveryLanguage: true || false,
959
915
  * // transcription: { // VoiceTranscriptionSettings
960
- * // vendor: "aws",
961
- * // },
962
- * // synthesis: {
963
- * // model: "STRING_VALUE",
964
- * // speed: Number("float"),
965
- * // stability: Number("float"),
966
- * // similarity: Number("float"),
967
- * // style: Number("float"),
968
- * // speakerBoost: true || false,
969
- * // pitch: Number("float"),
970
- * // volumeGain: Number("float"),
971
- * // },
972
- * // credential: {
973
- * // id: "STRING_VALUE", // required
916
+ * // engine: "STRING_VALUE",
917
+ * // autoDetect: true || false,
974
918
  * // },
975
919
  * // },
976
920
  * // interruptions: { // VoiceInterruptionSettings
@@ -1772,7 +1716,9 @@ declare const CreateAgentCommand_base: {
1772
1716
  * // sqs: { // AgentSqsEngine
1773
1717
  * // url: "STRING_VALUE", // required
1774
1718
  * // key: "STRING_VALUE", // required
1775
- * // secret: "<SecretRef>", // required
1719
+ * // secret: { // SecretRef
1720
+ * // id: "STRING_VALUE", // required
1721
+ * // },
1776
1722
  * // },
1777
1723
  * // },
1778
1724
  * // settings: { // AgentSettings
@@ -51,30 +51,17 @@ declare const GetAgentCommand_base: {
51
51
  * // channels: { // AgentChannels
52
52
  * // voice: { // VoiceChannelSettings
53
53
  * // greeting: "STRING_VALUE",
54
- * // backgroundSound: "STRING_VALUE",
54
+ * // backgroundSound: { // VoiceBackgroundSoundSettings
55
+ * // enabled: true || false, // required
56
+ * // sound: "STRING_VALUE",
57
+ * // },
55
58
  * // speech: { // VoiceSpeechSettings
56
- * // provider: "elevenlabs" || "google" || "amazon_polly", // required
57
59
  * // languages: [ // VoiceLanguageList // required
58
60
  * // { // VoiceLanguage
59
61
  * // code: "STRING_VALUE", // required
60
- * // provider: "elevenlabs" || "google" || "amazon_polly",
61
62
  * // voice: "STRING_VALUE", // required
62
63
  * // greeting: "STRING_VALUE",
63
64
  * // isDefault: true || false,
64
- * // instructions: "STRING_VALUE",
65
- * // synthesis: { // VoiceSynthesisOptions
66
- * // model: "STRING_VALUE",
67
- * // speed: Number("float"),
68
- * // stability: Number("float"),
69
- * // similarity: Number("float"),
70
- * // style: Number("float"),
71
- * // speakerBoost: true || false,
72
- * // pitch: Number("float"),
73
- * // volumeGain: Number("float"),
74
- * // },
75
- * // credential: { // SecretRef
76
- * // id: "STRING_VALUE", // required
77
- * // },
78
65
  * // pronunciations: [ // VoicePronunciationList
79
66
  * // { // VoicePronunciation
80
67
  * // phrase: "STRING_VALUE", // required
@@ -82,28 +69,12 @@ declare const GetAgentCommand_base: {
82
69
  * // encoding: "alias" || "ipa",
83
70
  * // },
84
71
  * // ],
85
- * // pronunciationSuppressions: [ // VoicePronunciationSuppressionList
86
- * // "STRING_VALUE",
87
- * // ],
88
72
  * // },
89
73
  * // ],
90
- * // autoDetect: true || false,
91
74
  * // greetEveryLanguage: true || false,
92
75
  * // transcription: { // VoiceTranscriptionSettings
93
- * // vendor: "aws",
94
- * // },
95
- * // synthesis: {
96
- * // model: "STRING_VALUE",
97
- * // speed: Number("float"),
98
- * // stability: Number("float"),
99
- * // similarity: Number("float"),
100
- * // style: Number("float"),
101
- * // speakerBoost: true || false,
102
- * // pitch: Number("float"),
103
- * // volumeGain: Number("float"),
104
- * // },
105
- * // credential: {
106
- * // id: "STRING_VALUE", // required
76
+ * // engine: "STRING_VALUE",
77
+ * // autoDetect: true || false,
107
78
  * // },
108
79
  * // },
109
80
  * // interruptions: { // VoiceInterruptionSettings
@@ -905,7 +876,9 @@ declare const GetAgentCommand_base: {
905
876
  * // sqs: { // AgentSqsEngine
906
877
  * // url: "STRING_VALUE", // required
907
878
  * // key: "STRING_VALUE", // required
908
- * // secret: "<SecretRef>", // required
879
+ * // secret: { // SecretRef
880
+ * // id: "STRING_VALUE", // required
881
+ * // },
909
882
  * // },
910
883
  * // },
911
884
  * // settings: { // AgentSettings