@wildix/wilma-agents-client 1.0.34 → 1.0.37
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/models/enums.js +5 -1
- package/dist-cjs/schemas/schemas_0.js +64 -12
- package/dist-es/models/enums.js +4 -0
- package/dist-es/schemas/schemas_0.js +62 -10
- package/dist-types/commands/CreateAgentCommand.d.ts +72 -0
- package/dist-types/commands/GetAgentCommand.d.ts +36 -0
- package/dist-types/commands/GetAgentVersionCommand.d.ts +36 -0
- package/dist-types/commands/ListAgentsCommand.d.ts +36 -0
- package/dist-types/commands/ListAgentsNamesCommand.d.ts +1 -0
- package/dist-types/commands/PublishAgentVersionCommand.d.ts +36 -0
- package/dist-types/commands/RestoreAgentVersionToDraftCommand.d.ts +36 -0
- package/dist-types/commands/UpdateAgentCommand.d.ts +72 -0
- package/dist-types/models/enums.d.ts +18 -0
- package/dist-types/models/models_0.d.ts +200 -8
- package/dist-types/schemas/schemas_0.d.ts +5 -0
- package/package.json +1 -1
package/dist-cjs/models/enums.js
CHANGED
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AgentStatus = exports.AgentWorkflowLayout = exports.AgentWorkflowFailureKind = exports.AgentWorkflowMessageButtonVariant = exports.AgentWorkflowEntryBehavior = exports.AgentVariableType = exports.AgentGuardrailWindow = exports.AgentGuardrailMode = exports.AgentGuardrailErrorMode = exports.AgentGuardrailSensitivity = exports.AgentGuardrailPreset = exports.WebSearchContextSize = exports.AgentTransferVariant = exports.AgentTransferPipelineType = exports.SandboxSize = exports.SandboxNetworkAccess = exports.AgentHangupPipelineType = exports.AgentHandoverVariant = exports.AgentHandoverPipelineType = exports.AgentToolPipelineType = exports.ChannelType = exports.ActorType = exports.AgentVisibility = void 0;
|
|
3
|
+
exports.AgentStatus = exports.AgentWorkflowLayout = exports.AgentWorkflowFailureKind = exports.AgentWorkflowMessageButtonVariant = exports.AgentWorkflowEntryBehavior = exports.AgentVariableType = exports.AgentGuardrailWindow = exports.AgentGuardrailMode = exports.AgentGuardrailErrorMode = exports.AgentGuardrailSensitivity = exports.AgentGuardrailPreset = exports.WebSearchContextSize = exports.AgentTransferVariant = exports.AgentTransferPipelineType = exports.SandboxSize = exports.SandboxNetworkAccess = exports.AgentHangupPipelineType = exports.AgentHandoverVariant = exports.AgentHandoverPipelineType = exports.AgentToolPipelineType = exports.ChannelType = exports.ActorType = exports.VoicePronunciationEncoding = exports.AgentVisibility = void 0;
|
|
4
4
|
exports.AgentVisibility = {
|
|
5
5
|
EXPLICIT: "explicit",
|
|
6
6
|
ORGANIZATION: "organization",
|
|
7
7
|
PUBLIC: "public",
|
|
8
8
|
};
|
|
9
|
+
exports.VoicePronunciationEncoding = {
|
|
10
|
+
ALIAS: "alias",
|
|
11
|
+
IPA: "ipa",
|
|
12
|
+
};
|
|
9
13
|
exports.ActorType = {
|
|
10
14
|
API_KEY: "api_key",
|
|
11
15
|
SERVICE: "service",
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
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
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.
|
|
6
|
-
exports.UpdateAgent$ = exports.RestoreAgentVersionToDraft$ = exports.ResetAgentDeployment$ = exports.PutAgentDeployment$ = exports.PublishAgentVersion$ = exports.ListAgentVersions$ = exports.ListAgentsNames$ = exports.ListAgents$ = exports.ListAgentApiKeys$ = exports.GetAgentVersion$ = exports.GetAgentDeployment$ = exports.GetAgent$ = exports.DeleteAgentApiKey$ = exports.DeleteAgent$ = exports.CreateAgentApiKey$ = exports.CreateAgent$ = exports.CompareAgentVersions$ = exports.VoiceTerminateAction$ = exports.AgentWorkflowMessageContent$ = exports.AgentWorkflowMessageButtonHandler$ = exports.AgentWorkflowHandler$ = exports.AgentWorkflowCondition$ = exports.AgentWorkflowAction$ = void 0;
|
|
5
|
+
exports.AgentGuardrailAction$ = exports.AgentGrantPrincipal$ = exports.AgentEngine$ = exports.AgentCapability$ = exports.AgentSkillReference$ = exports.SecretRef$ = exports.Actor$ = exports.WebSearchUserLocation$ = exports.VoiceTransferTarget$ = exports.VoiceTranscriptionSettings$ = exports.VoiceTerminateHangupAction$ = exports.VoiceSpeechSettings$ = exports.VoiceSilenceTimeoutSettings$ = exports.VoicePronunciation$ = exports.VoiceMaxDurationSettings$ = exports.VoiceLanguage$ = exports.VoiceInterruptionSettings$ = exports.VoiceEndCallSettings$ = exports.VoiceChannelSettings$ = exports.VoiceCallerMetadataSettings$ = exports.VoiceBackgroundSoundSettings$ = exports.UpdateAgentOutput$ = exports.UpdateAgentInput$ = exports.RestoreAgentVersionToDraftOutput$ = exports.RestoreAgentVersionToDraftInput$ = exports.ResetAgentDeploymentOutput$ = exports.ResetAgentDeploymentInput$ = exports.PutAgentDeploymentOutput$ = exports.PutAgentDeploymentInput$ = exports.PublishAgentVersionOutput$ = exports.PublishAgentVersionInput$ = 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.DeleteAgentOutput$ = exports.DeleteAgentInput$ = exports.DeleteAgentApiKeyOutput$ = exports.DeleteAgentApiKeyInput$ = exports.CreateAgentOutput$ = void 0;
|
|
6
|
+
exports.UpdateAgent$ = exports.RestoreAgentVersionToDraft$ = exports.ResetAgentDeployment$ = exports.PutAgentDeployment$ = exports.PublishAgentVersion$ = exports.ListAgentVersions$ = exports.ListAgentsNames$ = exports.ListAgents$ = exports.ListAgentApiKeys$ = exports.GetAgentVersion$ = exports.GetAgentDeployment$ = exports.GetAgent$ = 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$ = void 0;
|
|
7
7
|
const _A = "Agent";
|
|
8
8
|
const _AA = "AgentAccess";
|
|
9
9
|
const _AAE = "AgentAiEngine";
|
|
@@ -184,19 +184,27 @@ const _SR = "SecretRef";
|
|
|
184
184
|
const _UA = "UpdateAgent";
|
|
185
185
|
const _UAI = "UpdateAgentInput";
|
|
186
186
|
const _UAO = "UpdateAgentOutput";
|
|
187
|
+
const _VBSS = "VoiceBackgroundSoundSettings";
|
|
187
188
|
const _VCMS = "VoiceCallerMetadataSettings";
|
|
188
189
|
const _VCS = "VoiceChannelSettings";
|
|
189
190
|
const _VE = "ValidationException";
|
|
190
191
|
const _VECS = "VoiceEndCallSettings";
|
|
191
192
|
const _VIS = "VoiceInterruptionSettings";
|
|
193
|
+
const _VL = "VoiceLanguage";
|
|
194
|
+
const _VLL = "VoiceLanguageList";
|
|
192
195
|
const _VMDS = "VoiceMaxDurationSettings";
|
|
196
|
+
const _VP = "VoicePronunciation";
|
|
197
|
+
const _VPL = "VoicePronunciationList";
|
|
198
|
+
const _VSS = "VoiceSpeechSettings";
|
|
193
199
|
const _VSTS = "VoiceSilenceTimeoutSettings";
|
|
194
200
|
const _VTA = "VoiceTerminateAction";
|
|
195
201
|
const _VTHA = "VoiceTerminateHangupAction";
|
|
202
|
+
const _VTS = "VoiceTranscriptionSettings";
|
|
196
203
|
const _VTT = "VoiceTransferTarget";
|
|
197
204
|
const _WSUL = "WebSearchUserLocation";
|
|
198
205
|
const _a = "access";
|
|
199
206
|
const _aD = "allowedDomains";
|
|
207
|
+
const _aDu = "autoDetect";
|
|
200
208
|
const _aI = "agentId";
|
|
201
209
|
const _aOF = "applyOnFailure";
|
|
202
210
|
const _aOS = "applyOnSuccess";
|
|
@@ -211,10 +219,12 @@ const _an = "annotations";
|
|
|
211
219
|
const _ap = "approval";
|
|
212
220
|
const _ar = "artifacts";
|
|
213
221
|
const _as = "assistant";
|
|
222
|
+
const _as_ = "as";
|
|
214
223
|
const _ass = "assignments";
|
|
215
224
|
const _au = "auto";
|
|
216
225
|
const _b = "before";
|
|
217
226
|
const _bOV = "basedOnVersion";
|
|
227
|
+
const _bS = "backgroundSound";
|
|
218
228
|
const _bl = "block";
|
|
219
229
|
const _c = "client";
|
|
220
230
|
const _cA = "createdAt";
|
|
@@ -237,6 +247,7 @@ const _chann = "channel";
|
|
|
237
247
|
const _che = "checks";
|
|
238
248
|
const _ci = "city";
|
|
239
249
|
const _co = "context";
|
|
250
|
+
const _cod = "code";
|
|
240
251
|
const _com = "commands";
|
|
241
252
|
const _comm = "comment";
|
|
242
253
|
const _comp = "company";
|
|
@@ -261,6 +272,7 @@ const _eC = "endCall";
|
|
|
261
272
|
const _eM = "errorMode";
|
|
262
273
|
const _en = "engine";
|
|
263
274
|
const _ena = "enabled";
|
|
275
|
+
const _enc = "encoding";
|
|
264
276
|
const _end = "end";
|
|
265
277
|
const _ent = "entry";
|
|
266
278
|
const _ex = "examples";
|
|
@@ -273,6 +285,7 @@ const _fa = "failure";
|
|
|
273
285
|
const _fal = "fallback";
|
|
274
286
|
const _fr = "from";
|
|
275
287
|
const _g = "grants";
|
|
288
|
+
const _gEL = "greetEveryLanguage";
|
|
276
289
|
const _gI = "groupId";
|
|
277
290
|
const _ge = "generate";
|
|
278
291
|
const _go = "goal";
|
|
@@ -286,6 +299,7 @@ const _ha = "handover";
|
|
|
286
299
|
const _han = "hangup";
|
|
287
300
|
const _ht = "http";
|
|
288
301
|
const _i = "id";
|
|
302
|
+
const _iD = "isDefault";
|
|
289
303
|
const _in = "instructions";
|
|
290
304
|
const _inp = "input";
|
|
291
305
|
const _int = "interruptions";
|
|
@@ -300,6 +314,7 @@ const _l = "layout";
|
|
|
300
314
|
const _lUA = "lastUsedAt";
|
|
301
315
|
const _lV = "latestVersion";
|
|
302
316
|
const _la = "label";
|
|
317
|
+
const _lan = "languages";
|
|
303
318
|
const _li = "limit";
|
|
304
319
|
const _lin = "link";
|
|
305
320
|
const _m = "message";
|
|
@@ -323,6 +338,7 @@ const _pGI = "pbxGroupId";
|
|
|
323
338
|
const _pa = "path";
|
|
324
339
|
const _pe = "percentage";
|
|
325
340
|
const _ph = "phrases";
|
|
341
|
+
const _phr = "phrase";
|
|
326
342
|
const _pi = "pipeline";
|
|
327
343
|
const _pl = "placeholder";
|
|
328
344
|
const _po = "position";
|
|
@@ -330,12 +346,14 @@ const _pr = "prefix";
|
|
|
330
346
|
const _pre = "preset";
|
|
331
347
|
const _pred = "predefined";
|
|
332
348
|
const _pro = "prompt";
|
|
349
|
+
const _pron = "pronunciations";
|
|
333
350
|
const _r = "revision";
|
|
334
351
|
const _re = "result";
|
|
335
352
|
const _red = "redact";
|
|
336
353
|
const _reg = "region";
|
|
337
354
|
const _rep = "reply";
|
|
338
355
|
const _s = "smithy.ts.sdk.synthetic.wildix.wilma.agents";
|
|
356
|
+
const _sC = "speechConfigured";
|
|
339
357
|
const _sI = "skillIds";
|
|
340
358
|
const _sIn = "snapshotId";
|
|
341
359
|
const _sM = "startMessage";
|
|
@@ -352,6 +370,8 @@ const _si = "silent";
|
|
|
352
370
|
const _siz = "size";
|
|
353
371
|
const _sk = "skills";
|
|
354
372
|
const _sn = "snapshot";
|
|
373
|
+
const _so = "sound";
|
|
374
|
+
const _sp = "speech";
|
|
355
375
|
const _sq = "sqs";
|
|
356
376
|
const _st = "status";
|
|
357
377
|
const _sta = "stage";
|
|
@@ -372,7 +392,8 @@ const _tit = "title";
|
|
|
372
392
|
const _to = "to";
|
|
373
393
|
const _too = "tool";
|
|
374
394
|
const _tr = "transitions";
|
|
375
|
-
const _tra = "
|
|
395
|
+
const _tra = "transcription";
|
|
396
|
+
const _tran = "transfer";
|
|
376
397
|
const _u = "url";
|
|
377
398
|
const _uA = "updatedAt";
|
|
378
399
|
const _uB = "updatedBy";
|
|
@@ -517,8 +538,8 @@ exports.AgentGuardrailEndAction$ = [3, n2, _AGEA,
|
|
|
517
538
|
];
|
|
518
539
|
exports.AgentGuardrailInput$ = [3, n2, _AGI,
|
|
519
540
|
0,
|
|
520
|
-
[_che, _mo, _mod, _eM, _wi],
|
|
521
|
-
[() => AgentGuardrailChecksList, 0, 0, 0, 0]
|
|
541
|
+
[_che, _mo, _ac, _mod, _eM, _wi],
|
|
542
|
+
[() => AgentGuardrailChecksList, 0, () => exports.AgentGuardrailAction$, 0, 0, 0]
|
|
522
543
|
];
|
|
523
544
|
exports.AgentGuardrailObserveAction$ = [3, n2, _AGOA,
|
|
524
545
|
0,
|
|
@@ -562,8 +583,8 @@ exports.AgentHangupPipeline$ = [3, n2, _AHPg,
|
|
|
562
583
|
];
|
|
563
584
|
exports.AgentInfo$ = [3, n2, _AI,
|
|
564
585
|
0,
|
|
565
|
-
[_i, _n, _st, _ch, _p, _ca, _sI, _as, _lV],
|
|
566
|
-
[0, 0, 0, 64 | 0, 0, 0, 64 | 0, () => exports.AssistantUiSettings$, 1], 4
|
|
586
|
+
[_i, _n, _st, _ch, _p, _ca, _sC, _sI, _as, _lV],
|
|
587
|
+
[0, 0, 0, 64 | 0, 0, 0, 2, 64 | 0, () => exports.AssistantUiSettings$, 1], 4
|
|
567
588
|
];
|
|
568
589
|
exports.AgentKnowledgeBase$ = [3, n2, _AKB,
|
|
569
590
|
0,
|
|
@@ -1055,6 +1076,11 @@ exports.UpdateAgentOutput$ = [3, n2, _UAO,
|
|
|
1055
1076
|
[_ag],
|
|
1056
1077
|
[() => exports.Agent$], 1
|
|
1057
1078
|
];
|
|
1079
|
+
exports.VoiceBackgroundSoundSettings$ = [3, n2, _VBSS,
|
|
1080
|
+
0,
|
|
1081
|
+
[_ena, _so],
|
|
1082
|
+
[2, 0], 1
|
|
1083
|
+
];
|
|
1058
1084
|
exports.VoiceCallerMetadataSettings$ = [3, n2, _VCMS,
|
|
1059
1085
|
0,
|
|
1060
1086
|
[_cN, _cNa, _cE, _cC, _tim],
|
|
@@ -1062,8 +1088,8 @@ exports.VoiceCallerMetadataSettings$ = [3, n2, _VCMS,
|
|
|
1062
1088
|
];
|
|
1063
1089
|
exports.VoiceChannelSettings$ = [3, n2, _VCS,
|
|
1064
1090
|
0,
|
|
1065
|
-
[_gr, _int, _sT, _mD, _eC, _cM],
|
|
1066
|
-
[0, () => exports.VoiceInterruptionSettings$, () => exports.VoiceSilenceTimeoutSettings$, () => exports.VoiceMaxDurationSettings$, () => exports.VoiceEndCallSettings$, () => exports.VoiceCallerMetadataSettings$]
|
|
1091
|
+
[_gr, _bS, _sp, _int, _sT, _mD, _eC, _cM],
|
|
1092
|
+
[0, () => exports.VoiceBackgroundSoundSettings$, () => exports.VoiceSpeechSettings$, () => exports.VoiceInterruptionSettings$, () => exports.VoiceSilenceTimeoutSettings$, () => exports.VoiceMaxDurationSettings$, () => exports.VoiceEndCallSettings$, () => exports.VoiceCallerMetadataSettings$]
|
|
1067
1093
|
];
|
|
1068
1094
|
exports.VoiceEndCallSettings$ = [3, n2, _VECS,
|
|
1069
1095
|
0,
|
|
@@ -1075,21 +1101,41 @@ exports.VoiceInterruptionSettings$ = [3, n2, _VIS,
|
|
|
1075
1101
|
[_ena, _mW],
|
|
1076
1102
|
[2, 1], 1
|
|
1077
1103
|
];
|
|
1104
|
+
exports.VoiceLanguage$ = [3, n2, _VL,
|
|
1105
|
+
0,
|
|
1106
|
+
[_cod, _vo, _gr, _iD, _pron],
|
|
1107
|
+
[0, 0, 0, 2, () => VoicePronunciationList], 2
|
|
1108
|
+
];
|
|
1078
1109
|
exports.VoiceMaxDurationSettings$ = [3, n2, _VMDS,
|
|
1079
1110
|
0,
|
|
1080
1111
|
[_seco, _ac],
|
|
1081
1112
|
[1, () => exports.VoiceTerminateAction$], 2
|
|
1082
1113
|
];
|
|
1114
|
+
exports.VoicePronunciation$ = [3, n2, _VP,
|
|
1115
|
+
0,
|
|
1116
|
+
[_phr, _as_, _enc],
|
|
1117
|
+
[0, 0, 0], 2
|
|
1118
|
+
];
|
|
1083
1119
|
exports.VoiceSilenceTimeoutSettings$ = [3, n2, _VSTS,
|
|
1084
1120
|
0,
|
|
1085
1121
|
[_seco, _ac],
|
|
1086
1122
|
[1, () => exports.VoiceTerminateAction$], 2
|
|
1087
1123
|
];
|
|
1124
|
+
exports.VoiceSpeechSettings$ = [3, n2, _VSS,
|
|
1125
|
+
0,
|
|
1126
|
+
[_lan, _gEL, _tra],
|
|
1127
|
+
[() => VoiceLanguageList, 2, () => exports.VoiceTranscriptionSettings$], 1
|
|
1128
|
+
];
|
|
1088
1129
|
exports.VoiceTerminateHangupAction$ = [3, n2, _VTHA,
|
|
1089
1130
|
0,
|
|
1090
1131
|
[_m],
|
|
1091
1132
|
[0]
|
|
1092
1133
|
];
|
|
1134
|
+
exports.VoiceTranscriptionSettings$ = [3, n2, _VTS,
|
|
1135
|
+
0,
|
|
1136
|
+
[_en, _aDu],
|
|
1137
|
+
[0, 2]
|
|
1138
|
+
];
|
|
1093
1139
|
exports.VoiceTransferTarget$ = [3, n2, _VTT,
|
|
1094
1140
|
0,
|
|
1095
1141
|
[_n, _co, _ext, _d],
|
|
@@ -1178,12 +1224,18 @@ var AssistantQuickCommandsList = [1, n2, _AQCL,
|
|
|
1178
1224
|
];
|
|
1179
1225
|
var ChannelTypeList = 64 | 0;
|
|
1180
1226
|
var DomainNameList = 64 | 0;
|
|
1227
|
+
var VoiceLanguageList = [1, n2, _VLL,
|
|
1228
|
+
0, () => exports.VoiceLanguage$
|
|
1229
|
+
];
|
|
1230
|
+
var VoicePronunciationList = [1, n2, _VPL,
|
|
1231
|
+
0, () => exports.VoicePronunciation$
|
|
1232
|
+
];
|
|
1181
1233
|
var AgentSkillsList = [1, n4, _ASL,
|
|
1182
1234
|
0, () => exports.AgentSkillReference$
|
|
1183
1235
|
];
|
|
1184
1236
|
exports.AgentCapability$ = [4, n2, _ACg,
|
|
1185
1237
|
0,
|
|
1186
|
-
[_too, _conn, _kb, _sa, _wS, _wF, _ag, _ha, _del,
|
|
1238
|
+
[_too, _conn, _kb, _sa, _wS, _wF, _ag, _ha, _del, _tran, _su, _han, _wa],
|
|
1187
1239
|
[() => 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$]
|
|
1188
1240
|
];
|
|
1189
1241
|
exports.AgentEngine$ = [4, n2, _AE,
|
|
@@ -1228,7 +1280,7 @@ exports.AgentToolVariableHandler$ = [4, n2, _ATVH,
|
|
|
1228
1280
|
];
|
|
1229
1281
|
exports.AgentWorkflowAction$ = [4, n2, _AWAg,
|
|
1230
1282
|
0,
|
|
1231
|
-
[_too, _conn, _ag, _ha, _del,
|
|
1283
|
+
[_too, _conn, _ag, _ha, _del, _tran, _han, _wa],
|
|
1232
1284
|
[() => exports.AgentTool$, () => exports.AgentConnectorCapability$, () => exports.AgentCallCapability$, () => exports.AgentHandoverCapability$, () => exports.AgentDelegationCapability$, () => exports.AgentTransferCapability$, () => exports.AgentHangupCapability$, () => exports.AgentWaitCapability$]
|
|
1233
1285
|
];
|
|
1234
1286
|
exports.AgentWorkflowCondition$ = [4, n2, _AWCg,
|
|
@@ -1253,7 +1305,7 @@ exports.AgentWorkflowMessageContent$ = [4, n2, _AWMC,
|
|
|
1253
1305
|
];
|
|
1254
1306
|
exports.VoiceTerminateAction$ = [4, n2, _VTA,
|
|
1255
1307
|
0,
|
|
1256
|
-
[_han,
|
|
1308
|
+
[_han, _tran],
|
|
1257
1309
|
[() => exports.VoiceTerminateHangupAction$, () => exports.VoiceTransferTarget$]
|
|
1258
1310
|
];
|
|
1259
1311
|
exports.CompareAgentVersions$ = [9, n2, _CAV,
|
package/dist-es/models/enums.js
CHANGED
|
@@ -178,19 +178,27 @@ const _SR = "SecretRef";
|
|
|
178
178
|
const _UA = "UpdateAgent";
|
|
179
179
|
const _UAI = "UpdateAgentInput";
|
|
180
180
|
const _UAO = "UpdateAgentOutput";
|
|
181
|
+
const _VBSS = "VoiceBackgroundSoundSettings";
|
|
181
182
|
const _VCMS = "VoiceCallerMetadataSettings";
|
|
182
183
|
const _VCS = "VoiceChannelSettings";
|
|
183
184
|
const _VE = "ValidationException";
|
|
184
185
|
const _VECS = "VoiceEndCallSettings";
|
|
185
186
|
const _VIS = "VoiceInterruptionSettings";
|
|
187
|
+
const _VL = "VoiceLanguage";
|
|
188
|
+
const _VLL = "VoiceLanguageList";
|
|
186
189
|
const _VMDS = "VoiceMaxDurationSettings";
|
|
190
|
+
const _VP = "VoicePronunciation";
|
|
191
|
+
const _VPL = "VoicePronunciationList";
|
|
192
|
+
const _VSS = "VoiceSpeechSettings";
|
|
187
193
|
const _VSTS = "VoiceSilenceTimeoutSettings";
|
|
188
194
|
const _VTA = "VoiceTerminateAction";
|
|
189
195
|
const _VTHA = "VoiceTerminateHangupAction";
|
|
196
|
+
const _VTS = "VoiceTranscriptionSettings";
|
|
190
197
|
const _VTT = "VoiceTransferTarget";
|
|
191
198
|
const _WSUL = "WebSearchUserLocation";
|
|
192
199
|
const _a = "access";
|
|
193
200
|
const _aD = "allowedDomains";
|
|
201
|
+
const _aDu = "autoDetect";
|
|
194
202
|
const _aI = "agentId";
|
|
195
203
|
const _aOF = "applyOnFailure";
|
|
196
204
|
const _aOS = "applyOnSuccess";
|
|
@@ -205,10 +213,12 @@ const _an = "annotations";
|
|
|
205
213
|
const _ap = "approval";
|
|
206
214
|
const _ar = "artifacts";
|
|
207
215
|
const _as = "assistant";
|
|
216
|
+
const _as_ = "as";
|
|
208
217
|
const _ass = "assignments";
|
|
209
218
|
const _au = "auto";
|
|
210
219
|
const _b = "before";
|
|
211
220
|
const _bOV = "basedOnVersion";
|
|
221
|
+
const _bS = "backgroundSound";
|
|
212
222
|
const _bl = "block";
|
|
213
223
|
const _c = "client";
|
|
214
224
|
const _cA = "createdAt";
|
|
@@ -231,6 +241,7 @@ const _chann = "channel";
|
|
|
231
241
|
const _che = "checks";
|
|
232
242
|
const _ci = "city";
|
|
233
243
|
const _co = "context";
|
|
244
|
+
const _cod = "code";
|
|
234
245
|
const _com = "commands";
|
|
235
246
|
const _comm = "comment";
|
|
236
247
|
const _comp = "company";
|
|
@@ -255,6 +266,7 @@ const _eC = "endCall";
|
|
|
255
266
|
const _eM = "errorMode";
|
|
256
267
|
const _en = "engine";
|
|
257
268
|
const _ena = "enabled";
|
|
269
|
+
const _enc = "encoding";
|
|
258
270
|
const _end = "end";
|
|
259
271
|
const _ent = "entry";
|
|
260
272
|
const _ex = "examples";
|
|
@@ -267,6 +279,7 @@ const _fa = "failure";
|
|
|
267
279
|
const _fal = "fallback";
|
|
268
280
|
const _fr = "from";
|
|
269
281
|
const _g = "grants";
|
|
282
|
+
const _gEL = "greetEveryLanguage";
|
|
270
283
|
const _gI = "groupId";
|
|
271
284
|
const _ge = "generate";
|
|
272
285
|
const _go = "goal";
|
|
@@ -280,6 +293,7 @@ const _ha = "handover";
|
|
|
280
293
|
const _han = "hangup";
|
|
281
294
|
const _ht = "http";
|
|
282
295
|
const _i = "id";
|
|
296
|
+
const _iD = "isDefault";
|
|
283
297
|
const _in = "instructions";
|
|
284
298
|
const _inp = "input";
|
|
285
299
|
const _int = "interruptions";
|
|
@@ -294,6 +308,7 @@ const _l = "layout";
|
|
|
294
308
|
const _lUA = "lastUsedAt";
|
|
295
309
|
const _lV = "latestVersion";
|
|
296
310
|
const _la = "label";
|
|
311
|
+
const _lan = "languages";
|
|
297
312
|
const _li = "limit";
|
|
298
313
|
const _lin = "link";
|
|
299
314
|
const _m = "message";
|
|
@@ -317,6 +332,7 @@ const _pGI = "pbxGroupId";
|
|
|
317
332
|
const _pa = "path";
|
|
318
333
|
const _pe = "percentage";
|
|
319
334
|
const _ph = "phrases";
|
|
335
|
+
const _phr = "phrase";
|
|
320
336
|
const _pi = "pipeline";
|
|
321
337
|
const _pl = "placeholder";
|
|
322
338
|
const _po = "position";
|
|
@@ -324,12 +340,14 @@ const _pr = "prefix";
|
|
|
324
340
|
const _pre = "preset";
|
|
325
341
|
const _pred = "predefined";
|
|
326
342
|
const _pro = "prompt";
|
|
343
|
+
const _pron = "pronunciations";
|
|
327
344
|
const _r = "revision";
|
|
328
345
|
const _re = "result";
|
|
329
346
|
const _red = "redact";
|
|
330
347
|
const _reg = "region";
|
|
331
348
|
const _rep = "reply";
|
|
332
349
|
const _s = "smithy.ts.sdk.synthetic.wildix.wilma.agents";
|
|
350
|
+
const _sC = "speechConfigured";
|
|
333
351
|
const _sI = "skillIds";
|
|
334
352
|
const _sIn = "snapshotId";
|
|
335
353
|
const _sM = "startMessage";
|
|
@@ -346,6 +364,8 @@ const _si = "silent";
|
|
|
346
364
|
const _siz = "size";
|
|
347
365
|
const _sk = "skills";
|
|
348
366
|
const _sn = "snapshot";
|
|
367
|
+
const _so = "sound";
|
|
368
|
+
const _sp = "speech";
|
|
349
369
|
const _sq = "sqs";
|
|
350
370
|
const _st = "status";
|
|
351
371
|
const _sta = "stage";
|
|
@@ -366,7 +386,8 @@ const _tit = "title";
|
|
|
366
386
|
const _to = "to";
|
|
367
387
|
const _too = "tool";
|
|
368
388
|
const _tr = "transitions";
|
|
369
|
-
const _tra = "
|
|
389
|
+
const _tra = "transcription";
|
|
390
|
+
const _tran = "transfer";
|
|
370
391
|
const _u = "url";
|
|
371
392
|
const _uA = "updatedAt";
|
|
372
393
|
const _uB = "updatedBy";
|
|
@@ -511,8 +532,8 @@ export var AgentGuardrailEndAction$ = [3, n2, _AGEA,
|
|
|
511
532
|
];
|
|
512
533
|
export var AgentGuardrailInput$ = [3, n2, _AGI,
|
|
513
534
|
0,
|
|
514
|
-
[_che, _mo, _mod, _eM, _wi],
|
|
515
|
-
[() => AgentGuardrailChecksList, 0, 0, 0, 0]
|
|
535
|
+
[_che, _mo, _ac, _mod, _eM, _wi],
|
|
536
|
+
[() => AgentGuardrailChecksList, 0, () => AgentGuardrailAction$, 0, 0, 0]
|
|
516
537
|
];
|
|
517
538
|
export var AgentGuardrailObserveAction$ = [3, n2, _AGOA,
|
|
518
539
|
0,
|
|
@@ -556,8 +577,8 @@ export var AgentHangupPipeline$ = [3, n2, _AHPg,
|
|
|
556
577
|
];
|
|
557
578
|
export var AgentInfo$ = [3, n2, _AI,
|
|
558
579
|
0,
|
|
559
|
-
[_i, _n, _st, _ch, _p, _ca, _sI, _as, _lV],
|
|
560
|
-
[0, 0, 0, 64 | 0, 0, 0, 64 | 0, () => AssistantUiSettings$, 1], 4
|
|
580
|
+
[_i, _n, _st, _ch, _p, _ca, _sC, _sI, _as, _lV],
|
|
581
|
+
[0, 0, 0, 64 | 0, 0, 0, 2, 64 | 0, () => AssistantUiSettings$, 1], 4
|
|
561
582
|
];
|
|
562
583
|
export var AgentKnowledgeBase$ = [3, n2, _AKB,
|
|
563
584
|
0,
|
|
@@ -1049,6 +1070,11 @@ export var UpdateAgentOutput$ = [3, n2, _UAO,
|
|
|
1049
1070
|
[_ag],
|
|
1050
1071
|
[() => Agent$], 1
|
|
1051
1072
|
];
|
|
1073
|
+
export var VoiceBackgroundSoundSettings$ = [3, n2, _VBSS,
|
|
1074
|
+
0,
|
|
1075
|
+
[_ena, _so],
|
|
1076
|
+
[2, 0], 1
|
|
1077
|
+
];
|
|
1052
1078
|
export var VoiceCallerMetadataSettings$ = [3, n2, _VCMS,
|
|
1053
1079
|
0,
|
|
1054
1080
|
[_cN, _cNa, _cE, _cC, _tim],
|
|
@@ -1056,8 +1082,8 @@ export var VoiceCallerMetadataSettings$ = [3, n2, _VCMS,
|
|
|
1056
1082
|
];
|
|
1057
1083
|
export var VoiceChannelSettings$ = [3, n2, _VCS,
|
|
1058
1084
|
0,
|
|
1059
|
-
[_gr, _int, _sT, _mD, _eC, _cM],
|
|
1060
|
-
[0, () => VoiceInterruptionSettings$, () => VoiceSilenceTimeoutSettings$, () => VoiceMaxDurationSettings$, () => VoiceEndCallSettings$, () => VoiceCallerMetadataSettings$]
|
|
1085
|
+
[_gr, _bS, _sp, _int, _sT, _mD, _eC, _cM],
|
|
1086
|
+
[0, () => VoiceBackgroundSoundSettings$, () => VoiceSpeechSettings$, () => VoiceInterruptionSettings$, () => VoiceSilenceTimeoutSettings$, () => VoiceMaxDurationSettings$, () => VoiceEndCallSettings$, () => VoiceCallerMetadataSettings$]
|
|
1061
1087
|
];
|
|
1062
1088
|
export var VoiceEndCallSettings$ = [3, n2, _VECS,
|
|
1063
1089
|
0,
|
|
@@ -1069,21 +1095,41 @@ export var VoiceInterruptionSettings$ = [3, n2, _VIS,
|
|
|
1069
1095
|
[_ena, _mW],
|
|
1070
1096
|
[2, 1], 1
|
|
1071
1097
|
];
|
|
1098
|
+
export var VoiceLanguage$ = [3, n2, _VL,
|
|
1099
|
+
0,
|
|
1100
|
+
[_cod, _vo, _gr, _iD, _pron],
|
|
1101
|
+
[0, 0, 0, 2, () => VoicePronunciationList], 2
|
|
1102
|
+
];
|
|
1072
1103
|
export var VoiceMaxDurationSettings$ = [3, n2, _VMDS,
|
|
1073
1104
|
0,
|
|
1074
1105
|
[_seco, _ac],
|
|
1075
1106
|
[1, () => VoiceTerminateAction$], 2
|
|
1076
1107
|
];
|
|
1108
|
+
export var VoicePronunciation$ = [3, n2, _VP,
|
|
1109
|
+
0,
|
|
1110
|
+
[_phr, _as_, _enc],
|
|
1111
|
+
[0, 0, 0], 2
|
|
1112
|
+
];
|
|
1077
1113
|
export var VoiceSilenceTimeoutSettings$ = [3, n2, _VSTS,
|
|
1078
1114
|
0,
|
|
1079
1115
|
[_seco, _ac],
|
|
1080
1116
|
[1, () => VoiceTerminateAction$], 2
|
|
1081
1117
|
];
|
|
1118
|
+
export var VoiceSpeechSettings$ = [3, n2, _VSS,
|
|
1119
|
+
0,
|
|
1120
|
+
[_lan, _gEL, _tra],
|
|
1121
|
+
[() => VoiceLanguageList, 2, () => VoiceTranscriptionSettings$], 1
|
|
1122
|
+
];
|
|
1082
1123
|
export var VoiceTerminateHangupAction$ = [3, n2, _VTHA,
|
|
1083
1124
|
0,
|
|
1084
1125
|
[_m],
|
|
1085
1126
|
[0]
|
|
1086
1127
|
];
|
|
1128
|
+
export var VoiceTranscriptionSettings$ = [3, n2, _VTS,
|
|
1129
|
+
0,
|
|
1130
|
+
[_en, _aDu],
|
|
1131
|
+
[0, 2]
|
|
1132
|
+
];
|
|
1087
1133
|
export var VoiceTransferTarget$ = [3, n2, _VTT,
|
|
1088
1134
|
0,
|
|
1089
1135
|
[_n, _co, _ext, _d],
|
|
@@ -1172,12 +1218,18 @@ var AssistantQuickCommandsList = [1, n2, _AQCL,
|
|
|
1172
1218
|
];
|
|
1173
1219
|
var ChannelTypeList = 64 | 0;
|
|
1174
1220
|
var DomainNameList = 64 | 0;
|
|
1221
|
+
var VoiceLanguageList = [1, n2, _VLL,
|
|
1222
|
+
0, () => VoiceLanguage$
|
|
1223
|
+
];
|
|
1224
|
+
var VoicePronunciationList = [1, n2, _VPL,
|
|
1225
|
+
0, () => VoicePronunciation$
|
|
1226
|
+
];
|
|
1175
1227
|
var AgentSkillsList = [1, n4, _ASL,
|
|
1176
1228
|
0, () => AgentSkillReference$
|
|
1177
1229
|
];
|
|
1178
1230
|
export var AgentCapability$ = [4, n2, _ACg,
|
|
1179
1231
|
0,
|
|
1180
|
-
[_too, _conn, _kb, _sa, _wS, _wF, _ag, _ha, _del,
|
|
1232
|
+
[_too, _conn, _kb, _sa, _wS, _wF, _ag, _ha, _del, _tran, _su, _han, _wa],
|
|
1181
1233
|
[() => AgentTool$, () => AgentConnectorCapability$, () => AgentKnowledgeBase$, () => AgentSandboxCapability$, () => AgentWebSearchCapability$, () => AgentWebFetchCapability$, () => AgentCallCapability$, () => AgentHandoverCapability$, () => AgentDelegationCapability$, () => AgentTransferCapability$, () => AgentSuggestionsCapability$, () => AgentHangupCapability$, () => AgentWaitCapability$]
|
|
1182
1234
|
];
|
|
1183
1235
|
export var AgentEngine$ = [4, n2, _AE,
|
|
@@ -1222,7 +1274,7 @@ export var AgentToolVariableHandler$ = [4, n2, _ATVH,
|
|
|
1222
1274
|
];
|
|
1223
1275
|
export var AgentWorkflowAction$ = [4, n2, _AWAg,
|
|
1224
1276
|
0,
|
|
1225
|
-
[_too, _conn, _ag, _ha, _del,
|
|
1277
|
+
[_too, _conn, _ag, _ha, _del, _tran, _han, _wa],
|
|
1226
1278
|
[() => AgentTool$, () => AgentConnectorCapability$, () => AgentCallCapability$, () => AgentHandoverCapability$, () => AgentDelegationCapability$, () => AgentTransferCapability$, () => AgentHangupCapability$, () => AgentWaitCapability$]
|
|
1227
1279
|
];
|
|
1228
1280
|
export var AgentWorkflowCondition$ = [4, n2, _AWCg,
|
|
@@ -1247,7 +1299,7 @@ export var AgentWorkflowMessageContent$ = [4, n2, _AWMC,
|
|
|
1247
1299
|
];
|
|
1248
1300
|
export var VoiceTerminateAction$ = [4, n2, _VTA,
|
|
1249
1301
|
0,
|
|
1250
|
-
[_han,
|
|
1302
|
+
[_han, _tran],
|
|
1251
1303
|
[() => VoiceTerminateHangupAction$, () => VoiceTransferTarget$]
|
|
1252
1304
|
];
|
|
1253
1305
|
export var CompareAgentVersions$ = [9, n2, _CAV,
|
|
@@ -44,6 +44,32 @@ declare const CreateAgentCommand_base: {
|
|
|
44
44
|
* channels: { // AgentChannels
|
|
45
45
|
* voice: { // VoiceChannelSettings
|
|
46
46
|
* greeting: "STRING_VALUE",
|
|
47
|
+
* backgroundSound: { // VoiceBackgroundSoundSettings
|
|
48
|
+
* enabled: true || false, // required
|
|
49
|
+
* sound: "STRING_VALUE",
|
|
50
|
+
* },
|
|
51
|
+
* speech: { // VoiceSpeechSettings
|
|
52
|
+
* languages: [ // VoiceLanguageList // required
|
|
53
|
+
* { // VoiceLanguage
|
|
54
|
+
* code: "STRING_VALUE", // required
|
|
55
|
+
* voice: "STRING_VALUE", // required
|
|
56
|
+
* greeting: "STRING_VALUE",
|
|
57
|
+
* isDefault: true || false,
|
|
58
|
+
* pronunciations: [ // VoicePronunciationList
|
|
59
|
+
* { // VoicePronunciation
|
|
60
|
+
* phrase: "STRING_VALUE", // required
|
|
61
|
+
* as: "STRING_VALUE", // required
|
|
62
|
+
* encoding: "alias" || "ipa",
|
|
63
|
+
* },
|
|
64
|
+
* ],
|
|
65
|
+
* },
|
|
66
|
+
* ],
|
|
67
|
+
* greetEveryLanguage: true || false,
|
|
68
|
+
* transcription: { // VoiceTranscriptionSettings
|
|
69
|
+
* engine: "STRING_VALUE",
|
|
70
|
+
* autoDetect: true || false,
|
|
71
|
+
* },
|
|
72
|
+
* },
|
|
47
73
|
* interruptions: { // VoiceInterruptionSettings
|
|
48
74
|
* enabled: true || false, // required
|
|
49
75
|
* minWords: Number("int"),
|
|
@@ -799,6 +825,16 @@ declare const CreateAgentCommand_base: {
|
|
|
799
825
|
* },
|
|
800
826
|
* ],
|
|
801
827
|
* model: "STRING_VALUE",
|
|
828
|
+
* action: {// Union: only one key present
|
|
829
|
+
* observe: {},
|
|
830
|
+
* redact: {},
|
|
831
|
+
* block: {
|
|
832
|
+
* message: "STRING_VALUE",
|
|
833
|
+
* },
|
|
834
|
+
* end: {
|
|
835
|
+
* message: "STRING_VALUE",
|
|
836
|
+
* },
|
|
837
|
+
* },
|
|
802
838
|
* mode: "blocking" || "parallel",
|
|
803
839
|
* errorMode: "open" || "closed",
|
|
804
840
|
* window: "lastMessage" || "lastWithPrior",
|
|
@@ -854,6 +890,32 @@ declare const CreateAgentCommand_base: {
|
|
|
854
890
|
* // channels: { // AgentChannels
|
|
855
891
|
* // voice: { // VoiceChannelSettings
|
|
856
892
|
* // greeting: "STRING_VALUE",
|
|
893
|
+
* // backgroundSound: { // VoiceBackgroundSoundSettings
|
|
894
|
+
* // enabled: true || false, // required
|
|
895
|
+
* // sound: "STRING_VALUE",
|
|
896
|
+
* // },
|
|
897
|
+
* // speech: { // VoiceSpeechSettings
|
|
898
|
+
* // languages: [ // VoiceLanguageList // required
|
|
899
|
+
* // { // VoiceLanguage
|
|
900
|
+
* // code: "STRING_VALUE", // required
|
|
901
|
+
* // voice: "STRING_VALUE", // required
|
|
902
|
+
* // greeting: "STRING_VALUE",
|
|
903
|
+
* // isDefault: true || false,
|
|
904
|
+
* // pronunciations: [ // VoicePronunciationList
|
|
905
|
+
* // { // VoicePronunciation
|
|
906
|
+
* // phrase: "STRING_VALUE", // required
|
|
907
|
+
* // as: "STRING_VALUE", // required
|
|
908
|
+
* // encoding: "alias" || "ipa",
|
|
909
|
+
* // },
|
|
910
|
+
* // ],
|
|
911
|
+
* // },
|
|
912
|
+
* // ],
|
|
913
|
+
* // greetEveryLanguage: true || false,
|
|
914
|
+
* // transcription: { // VoiceTranscriptionSettings
|
|
915
|
+
* // engine: "STRING_VALUE",
|
|
916
|
+
* // autoDetect: true || false,
|
|
917
|
+
* // },
|
|
918
|
+
* // },
|
|
857
919
|
* // interruptions: { // VoiceInterruptionSettings
|
|
858
920
|
* // enabled: true || false, // required
|
|
859
921
|
* // minWords: Number("int"),
|
|
@@ -1609,6 +1671,16 @@ declare const CreateAgentCommand_base: {
|
|
|
1609
1671
|
* // },
|
|
1610
1672
|
* // ],
|
|
1611
1673
|
* // model: "STRING_VALUE",
|
|
1674
|
+
* // action: {// Union: only one key present
|
|
1675
|
+
* // observe: {},
|
|
1676
|
+
* // redact: {},
|
|
1677
|
+
* // block: {
|
|
1678
|
+
* // message: "STRING_VALUE",
|
|
1679
|
+
* // },
|
|
1680
|
+
* // end: {
|
|
1681
|
+
* // message: "STRING_VALUE",
|
|
1682
|
+
* // },
|
|
1683
|
+
* // },
|
|
1612
1684
|
* // mode: "blocking" || "parallel",
|
|
1613
1685
|
* // errorMode: "open" || "closed",
|
|
1614
1686
|
* // window: "lastMessage" || "lastWithPrior",
|