@wildix/wilma-agents-client 1.0.32 → 1.0.34

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.
@@ -44,32 +44,6 @@ 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
- * },
73
47
  * interruptions: { // VoiceInterruptionSettings
74
48
  * enabled: true || false, // required
75
49
  * minWords: Number("int"),
@@ -134,7 +108,6 @@ declare const CreateAgentCommand_base: {
134
108
  * placeholder: "STRING_VALUE",
135
109
  * },
136
110
  * },
137
- * workflow: {},
138
111
  * },
139
112
  * engine: { // AgentEngine Union: only one key present
140
113
  * ai: { // AgentAiEngine
@@ -186,7 +159,7 @@ declare const CreateAgentCommand_base: {
186
159
  * prompt: "STRING_VALUE",
187
160
  * },
188
161
  * channels: [ // AgentCapabilityChannelsList
189
- * "voice" || "chat" || "assistant" || "workflow",
162
+ * "voice" || "chat" || "assistant",
190
163
  * ],
191
164
  * annotations: [ // AgentToolAnnotationsList
192
165
  * { // AgentToolAnnotation Union: only one key present
@@ -216,7 +189,7 @@ declare const CreateAgentCommand_base: {
216
189
  * prompt: "STRING_VALUE",
217
190
  * },
218
191
  * channels: [
219
- * "voice" || "chat" || "assistant" || "workflow",
192
+ * "voice" || "chat" || "assistant",
220
193
  * ],
221
194
  * annotations: [
222
195
  * {// Union: only one key present
@@ -239,7 +212,7 @@ declare const CreateAgentCommand_base: {
239
212
  * knowledgeBaseId: "STRING_VALUE",
240
213
  * instructions: "STRING_VALUE",
241
214
  * channels: [
242
- * "voice" || "chat" || "assistant" || "workflow",
215
+ * "voice" || "chat" || "assistant",
243
216
  * ],
244
217
  * annotations: [
245
218
  * {// Union: only one key present
@@ -287,7 +260,7 @@ declare const CreateAgentCommand_base: {
287
260
  * timezone: "STRING_VALUE",
288
261
  * },
289
262
  * channels: [
290
- * "voice" || "chat" || "assistant" || "workflow",
263
+ * "voice" || "chat" || "assistant",
291
264
  * ],
292
265
  * },
293
266
  * webFetch: { // AgentWebFetchCapability
@@ -295,7 +268,7 @@ declare const CreateAgentCommand_base: {
295
268
  * "STRING_VALUE",
296
269
  * ],
297
270
  * channels: [
298
- * "voice" || "chat" || "assistant" || "workflow",
271
+ * "voice" || "chat" || "assistant",
299
272
  * ],
300
273
  * },
301
274
  * agent: { // AgentCallCapability
@@ -826,16 +799,6 @@ declare const CreateAgentCommand_base: {
826
799
  * },
827
800
  * ],
828
801
  * 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
- * },
839
802
  * mode: "blocking" || "parallel",
840
803
  * errorMode: "open" || "closed",
841
804
  * window: "lastMessage" || "lastWithPrior",
@@ -891,32 +854,6 @@ declare const CreateAgentCommand_base: {
891
854
  * // channels: { // AgentChannels
892
855
  * // voice: { // VoiceChannelSettings
893
856
  * // greeting: "STRING_VALUE",
894
- * // backgroundSound: { // VoiceBackgroundSoundSettings
895
- * // enabled: true || false, // required
896
- * // sound: "STRING_VALUE",
897
- * // },
898
- * // speech: { // VoiceSpeechSettings
899
- * // languages: [ // VoiceLanguageList // required
900
- * // { // VoiceLanguage
901
- * // code: "STRING_VALUE", // required
902
- * // voice: "STRING_VALUE", // required
903
- * // greeting: "STRING_VALUE",
904
- * // isDefault: true || false,
905
- * // pronunciations: [ // VoicePronunciationList
906
- * // { // VoicePronunciation
907
- * // phrase: "STRING_VALUE", // required
908
- * // as: "STRING_VALUE", // required
909
- * // encoding: "alias" || "ipa",
910
- * // },
911
- * // ],
912
- * // },
913
- * // ],
914
- * // greetEveryLanguage: true || false,
915
- * // transcription: { // VoiceTranscriptionSettings
916
- * // engine: "STRING_VALUE",
917
- * // autoDetect: true || false,
918
- * // },
919
- * // },
920
857
  * // interruptions: { // VoiceInterruptionSettings
921
858
  * // enabled: true || false, // required
922
859
  * // minWords: Number("int"),
@@ -981,7 +918,6 @@ declare const CreateAgentCommand_base: {
981
918
  * // placeholder: "STRING_VALUE",
982
919
  * // },
983
920
  * // },
984
- * // workflow: {},
985
921
  * // },
986
922
  * // engine: { // AgentEngine Union: only one key present
987
923
  * // ai: { // AgentAiEngine
@@ -1033,7 +969,7 @@ declare const CreateAgentCommand_base: {
1033
969
  * // prompt: "STRING_VALUE",
1034
970
  * // },
1035
971
  * // channels: [ // AgentCapabilityChannelsList
1036
- * // "voice" || "chat" || "assistant" || "workflow",
972
+ * // "voice" || "chat" || "assistant",
1037
973
  * // ],
1038
974
  * // annotations: [ // AgentToolAnnotationsList
1039
975
  * // { // AgentToolAnnotation Union: only one key present
@@ -1063,7 +999,7 @@ declare const CreateAgentCommand_base: {
1063
999
  * // prompt: "STRING_VALUE",
1064
1000
  * // },
1065
1001
  * // channels: [
1066
- * // "voice" || "chat" || "assistant" || "workflow",
1002
+ * // "voice" || "chat" || "assistant",
1067
1003
  * // ],
1068
1004
  * // annotations: [
1069
1005
  * // {// Union: only one key present
@@ -1086,7 +1022,7 @@ declare const CreateAgentCommand_base: {
1086
1022
  * // knowledgeBaseId: "STRING_VALUE",
1087
1023
  * // instructions: "STRING_VALUE",
1088
1024
  * // channels: [
1089
- * // "voice" || "chat" || "assistant" || "workflow",
1025
+ * // "voice" || "chat" || "assistant",
1090
1026
  * // ],
1091
1027
  * // annotations: [
1092
1028
  * // {// Union: only one key present
@@ -1134,7 +1070,7 @@ declare const CreateAgentCommand_base: {
1134
1070
  * // timezone: "STRING_VALUE",
1135
1071
  * // },
1136
1072
  * // channels: [
1137
- * // "voice" || "chat" || "assistant" || "workflow",
1073
+ * // "voice" || "chat" || "assistant",
1138
1074
  * // ],
1139
1075
  * // },
1140
1076
  * // webFetch: { // AgentWebFetchCapability
@@ -1142,7 +1078,7 @@ declare const CreateAgentCommand_base: {
1142
1078
  * // "STRING_VALUE",
1143
1079
  * // ],
1144
1080
  * // channels: [
1145
- * // "voice" || "chat" || "assistant" || "workflow",
1081
+ * // "voice" || "chat" || "assistant",
1146
1082
  * // ],
1147
1083
  * // },
1148
1084
  * // agent: { // AgentCallCapability
@@ -1673,16 +1609,6 @@ declare const CreateAgentCommand_base: {
1673
1609
  * // },
1674
1610
  * // ],
1675
1611
  * // 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
- * // },
1686
1612
  * // mode: "blocking" || "parallel",
1687
1613
  * // errorMode: "open" || "closed",
1688
1614
  * // window: "lastMessage" || "lastWithPrior",
@@ -51,32 +51,6 @@ declare const GetAgentCommand_base: {
51
51
  * // channels: { // AgentChannels
52
52
  * // voice: { // VoiceChannelSettings
53
53
  * // greeting: "STRING_VALUE",
54
- * // backgroundSound: { // VoiceBackgroundSoundSettings
55
- * // enabled: true || false, // required
56
- * // sound: "STRING_VALUE",
57
- * // },
58
- * // speech: { // VoiceSpeechSettings
59
- * // languages: [ // VoiceLanguageList // required
60
- * // { // VoiceLanguage
61
- * // code: "STRING_VALUE", // required
62
- * // voice: "STRING_VALUE", // required
63
- * // greeting: "STRING_VALUE",
64
- * // isDefault: true || false,
65
- * // pronunciations: [ // VoicePronunciationList
66
- * // { // VoicePronunciation
67
- * // phrase: "STRING_VALUE", // required
68
- * // as: "STRING_VALUE", // required
69
- * // encoding: "alias" || "ipa",
70
- * // },
71
- * // ],
72
- * // },
73
- * // ],
74
- * // greetEveryLanguage: true || false,
75
- * // transcription: { // VoiceTranscriptionSettings
76
- * // engine: "STRING_VALUE",
77
- * // autoDetect: true || false,
78
- * // },
79
- * // },
80
54
  * // interruptions: { // VoiceInterruptionSettings
81
55
  * // enabled: true || false, // required
82
56
  * // minWords: Number("int"),
@@ -141,7 +115,6 @@ declare const GetAgentCommand_base: {
141
115
  * // placeholder: "STRING_VALUE",
142
116
  * // },
143
117
  * // },
144
- * // workflow: {},
145
118
  * // },
146
119
  * // engine: { // AgentEngine Union: only one key present
147
120
  * // ai: { // AgentAiEngine
@@ -193,7 +166,7 @@ declare const GetAgentCommand_base: {
193
166
  * // prompt: "STRING_VALUE",
194
167
  * // },
195
168
  * // channels: [ // AgentCapabilityChannelsList
196
- * // "voice" || "chat" || "assistant" || "workflow",
169
+ * // "voice" || "chat" || "assistant",
197
170
  * // ],
198
171
  * // annotations: [ // AgentToolAnnotationsList
199
172
  * // { // AgentToolAnnotation Union: only one key present
@@ -223,7 +196,7 @@ declare const GetAgentCommand_base: {
223
196
  * // prompt: "STRING_VALUE",
224
197
  * // },
225
198
  * // channels: [
226
- * // "voice" || "chat" || "assistant" || "workflow",
199
+ * // "voice" || "chat" || "assistant",
227
200
  * // ],
228
201
  * // annotations: [
229
202
  * // {// Union: only one key present
@@ -246,7 +219,7 @@ declare const GetAgentCommand_base: {
246
219
  * // knowledgeBaseId: "STRING_VALUE",
247
220
  * // instructions: "STRING_VALUE",
248
221
  * // channels: [
249
- * // "voice" || "chat" || "assistant" || "workflow",
222
+ * // "voice" || "chat" || "assistant",
250
223
  * // ],
251
224
  * // annotations: [
252
225
  * // {// Union: only one key present
@@ -294,7 +267,7 @@ declare const GetAgentCommand_base: {
294
267
  * // timezone: "STRING_VALUE",
295
268
  * // },
296
269
  * // channels: [
297
- * // "voice" || "chat" || "assistant" || "workflow",
270
+ * // "voice" || "chat" || "assistant",
298
271
  * // ],
299
272
  * // },
300
273
  * // webFetch: { // AgentWebFetchCapability
@@ -302,7 +275,7 @@ declare const GetAgentCommand_base: {
302
275
  * // "STRING_VALUE",
303
276
  * // ],
304
277
  * // channels: [
305
- * // "voice" || "chat" || "assistant" || "workflow",
278
+ * // "voice" || "chat" || "assistant",
306
279
  * // ],
307
280
  * // },
308
281
  * // agent: { // AgentCallCapability
@@ -833,16 +806,6 @@ declare const GetAgentCommand_base: {
833
806
  * // },
834
807
  * // ],
835
808
  * // model: "STRING_VALUE",
836
- * // action: {// Union: only one key present
837
- * // observe: {},
838
- * // redact: {},
839
- * // block: {
840
- * // message: "STRING_VALUE",
841
- * // },
842
- * // end: {
843
- * // message: "STRING_VALUE",
844
- * // },
845
- * // },
846
809
  * // mode: "blocking" || "parallel",
847
810
  * // errorMode: "open" || "closed",
848
811
  * // window: "lastMessage" || "lastWithPrior",
@@ -58,32 +58,6 @@ declare const GetAgentVersionCommand_base: {
58
58
  * // channels: { // AgentChannels
59
59
  * // voice: { // VoiceChannelSettings
60
60
  * // greeting: "STRING_VALUE",
61
- * // backgroundSound: { // VoiceBackgroundSoundSettings
62
- * // enabled: true || false, // required
63
- * // sound: "STRING_VALUE",
64
- * // },
65
- * // speech: { // VoiceSpeechSettings
66
- * // languages: [ // VoiceLanguageList // required
67
- * // { // VoiceLanguage
68
- * // code: "STRING_VALUE", // required
69
- * // voice: "STRING_VALUE", // required
70
- * // greeting: "STRING_VALUE",
71
- * // isDefault: true || false,
72
- * // pronunciations: [ // VoicePronunciationList
73
- * // { // VoicePronunciation
74
- * // phrase: "STRING_VALUE", // required
75
- * // as: "STRING_VALUE", // required
76
- * // encoding: "alias" || "ipa",
77
- * // },
78
- * // ],
79
- * // },
80
- * // ],
81
- * // greetEveryLanguage: true || false,
82
- * // transcription: { // VoiceTranscriptionSettings
83
- * // engine: "STRING_VALUE",
84
- * // autoDetect: true || false,
85
- * // },
86
- * // },
87
61
  * // interruptions: { // VoiceInterruptionSettings
88
62
  * // enabled: true || false, // required
89
63
  * // minWords: Number("int"),
@@ -148,7 +122,6 @@ declare const GetAgentVersionCommand_base: {
148
122
  * // placeholder: "STRING_VALUE",
149
123
  * // },
150
124
  * // },
151
- * // workflow: {},
152
125
  * // },
153
126
  * // engine: { // AgentEngine Union: only one key present
154
127
  * // ai: { // AgentAiEngine
@@ -200,7 +173,7 @@ declare const GetAgentVersionCommand_base: {
200
173
  * // prompt: "STRING_VALUE",
201
174
  * // },
202
175
  * // channels: [ // AgentCapabilityChannelsList
203
- * // "voice" || "chat" || "assistant" || "workflow",
176
+ * // "voice" || "chat" || "assistant",
204
177
  * // ],
205
178
  * // annotations: [ // AgentToolAnnotationsList
206
179
  * // { // AgentToolAnnotation Union: only one key present
@@ -230,7 +203,7 @@ declare const GetAgentVersionCommand_base: {
230
203
  * // prompt: "STRING_VALUE",
231
204
  * // },
232
205
  * // channels: [
233
- * // "voice" || "chat" || "assistant" || "workflow",
206
+ * // "voice" || "chat" || "assistant",
234
207
  * // ],
235
208
  * // annotations: [
236
209
  * // {// Union: only one key present
@@ -253,7 +226,7 @@ declare const GetAgentVersionCommand_base: {
253
226
  * // knowledgeBaseId: "STRING_VALUE",
254
227
  * // instructions: "STRING_VALUE",
255
228
  * // channels: [
256
- * // "voice" || "chat" || "assistant" || "workflow",
229
+ * // "voice" || "chat" || "assistant",
257
230
  * // ],
258
231
  * // annotations: [
259
232
  * // {// Union: only one key present
@@ -301,7 +274,7 @@ declare const GetAgentVersionCommand_base: {
301
274
  * // timezone: "STRING_VALUE",
302
275
  * // },
303
276
  * // channels: [
304
- * // "voice" || "chat" || "assistant" || "workflow",
277
+ * // "voice" || "chat" || "assistant",
305
278
  * // ],
306
279
  * // },
307
280
  * // webFetch: { // AgentWebFetchCapability
@@ -309,7 +282,7 @@ declare const GetAgentVersionCommand_base: {
309
282
  * // "STRING_VALUE",
310
283
  * // ],
311
284
  * // channels: [
312
- * // "voice" || "chat" || "assistant" || "workflow",
285
+ * // "voice" || "chat" || "assistant",
313
286
  * // ],
314
287
  * // },
315
288
  * // agent: { // AgentCallCapability
@@ -840,16 +813,6 @@ declare const GetAgentVersionCommand_base: {
840
813
  * // },
841
814
  * // ],
842
815
  * // model: "STRING_VALUE",
843
- * // action: {// Union: only one key present
844
- * // observe: {},
845
- * // redact: {},
846
- * // block: {
847
- * // message: "STRING_VALUE",
848
- * // },
849
- * // end: {
850
- * // message: "STRING_VALUE",
851
- * // },
852
- * // },
853
816
  * // mode: "blocking" || "parallel",
854
817
  * // errorMode: "open" || "closed",
855
818
  * // window: "lastMessage" || "lastWithPrior",
@@ -38,7 +38,7 @@ declare const ListAgentsCommand_base: {
38
38
  * const client = new WilmaAgentsClient(config);
39
39
  * const input = { // ListAgentsInput
40
40
  * company: "STRING_VALUE",
41
- * channel: "voice" || "chat" || "assistant" || "workflow",
41
+ * channel: "voice" || "chat" || "assistant",
42
42
  * status: "draft" || "active",
43
43
  * search: "STRING_VALUE",
44
44
  * limit: Number("int"),
@@ -56,32 +56,6 @@ declare const ListAgentsCommand_base: {
56
56
  * // channels: { // AgentChannels
57
57
  * // voice: { // VoiceChannelSettings
58
58
  * // greeting: "STRING_VALUE",
59
- * // backgroundSound: { // VoiceBackgroundSoundSettings
60
- * // enabled: true || false, // required
61
- * // sound: "STRING_VALUE",
62
- * // },
63
- * // speech: { // VoiceSpeechSettings
64
- * // languages: [ // VoiceLanguageList // required
65
- * // { // VoiceLanguage
66
- * // code: "STRING_VALUE", // required
67
- * // voice: "STRING_VALUE", // required
68
- * // greeting: "STRING_VALUE",
69
- * // isDefault: true || false,
70
- * // pronunciations: [ // VoicePronunciationList
71
- * // { // VoicePronunciation
72
- * // phrase: "STRING_VALUE", // required
73
- * // as: "STRING_VALUE", // required
74
- * // encoding: "alias" || "ipa",
75
- * // },
76
- * // ],
77
- * // },
78
- * // ],
79
- * // greetEveryLanguage: true || false,
80
- * // transcription: { // VoiceTranscriptionSettings
81
- * // engine: "STRING_VALUE",
82
- * // autoDetect: true || false,
83
- * // },
84
- * // },
85
59
  * // interruptions: { // VoiceInterruptionSettings
86
60
  * // enabled: true || false, // required
87
61
  * // minWords: Number("int"),
@@ -146,7 +120,6 @@ declare const ListAgentsCommand_base: {
146
120
  * // placeholder: "STRING_VALUE",
147
121
  * // },
148
122
  * // },
149
- * // workflow: {},
150
123
  * // },
151
124
  * // engine: { // AgentEngine Union: only one key present
152
125
  * // ai: { // AgentAiEngine
@@ -198,7 +171,7 @@ declare const ListAgentsCommand_base: {
198
171
  * // prompt: "STRING_VALUE",
199
172
  * // },
200
173
  * // channels: [ // AgentCapabilityChannelsList
201
- * // "voice" || "chat" || "assistant" || "workflow",
174
+ * // "voice" || "chat" || "assistant",
202
175
  * // ],
203
176
  * // annotations: [ // AgentToolAnnotationsList
204
177
  * // { // AgentToolAnnotation Union: only one key present
@@ -228,7 +201,7 @@ declare const ListAgentsCommand_base: {
228
201
  * // prompt: "STRING_VALUE",
229
202
  * // },
230
203
  * // channels: [
231
- * // "voice" || "chat" || "assistant" || "workflow",
204
+ * // "voice" || "chat" || "assistant",
232
205
  * // ],
233
206
  * // annotations: [
234
207
  * // {// Union: only one key present
@@ -251,7 +224,7 @@ declare const ListAgentsCommand_base: {
251
224
  * // knowledgeBaseId: "STRING_VALUE",
252
225
  * // instructions: "STRING_VALUE",
253
226
  * // channels: [
254
- * // "voice" || "chat" || "assistant" || "workflow",
227
+ * // "voice" || "chat" || "assistant",
255
228
  * // ],
256
229
  * // annotations: [
257
230
  * // {// Union: only one key present
@@ -299,7 +272,7 @@ declare const ListAgentsCommand_base: {
299
272
  * // timezone: "STRING_VALUE",
300
273
  * // },
301
274
  * // channels: [
302
- * // "voice" || "chat" || "assistant" || "workflow",
275
+ * // "voice" || "chat" || "assistant",
303
276
  * // ],
304
277
  * // },
305
278
  * // webFetch: { // AgentWebFetchCapability
@@ -307,7 +280,7 @@ declare const ListAgentsCommand_base: {
307
280
  * // "STRING_VALUE",
308
281
  * // ],
309
282
  * // channels: [
310
- * // "voice" || "chat" || "assistant" || "workflow",
283
+ * // "voice" || "chat" || "assistant",
311
284
  * // ],
312
285
  * // },
313
286
  * // agent: { // AgentCallCapability
@@ -838,16 +811,6 @@ declare const ListAgentsCommand_base: {
838
811
  * // },
839
812
  * // ],
840
813
  * // model: "STRING_VALUE",
841
- * // action: {// Union: only one key present
842
- * // observe: {},
843
- * // redact: {},
844
- * // block: {
845
- * // message: "STRING_VALUE",
846
- * // },
847
- * // end: {
848
- * // message: "STRING_VALUE",
849
- * // },
850
- * // },
851
814
  * // mode: "blocking" || "parallel",
852
815
  * // errorMode: "open" || "closed",
853
816
  * // window: "lastMessage" || "lastWithPrior",
@@ -38,7 +38,7 @@ declare const ListAgentsNamesCommand_base: {
38
38
  * const client = new WilmaAgentsClient(config);
39
39
  * const input = { // ListAgentsNamesInput
40
40
  * company: "STRING_VALUE",
41
- * channel: "voice" || "chat" || "assistant" || "workflow",
41
+ * channel: "voice" || "chat" || "assistant",
42
42
  * };
43
43
  * const command = new ListAgentsNamesCommand(input);
44
44
  * const response = await client.send(command);
@@ -51,7 +51,10 @@ declare const ListAgentsNamesCommand_base: {
51
51
  * // category: "STRING_VALUE",
52
52
  * // status: "draft" || "active", // required
53
53
  * // channels: [ // ChannelTypeList // required
54
- * // "voice" || "chat" || "assistant" || "workflow",
54
+ * // "voice" || "chat" || "assistant",
55
+ * // ],
56
+ * // skillIds: [ // AgentSkillIdsList
57
+ * // "STRING_VALUE",
55
58
  * // ],
56
59
  * // assistant: { // AssistantUiSettings
57
60
  * // welcome: { // AssistantWelcomeSettings
@@ -60,32 +60,6 @@ declare const PublishAgentVersionCommand_base: {
60
60
  * // channels: { // AgentChannels
61
61
  * // voice: { // VoiceChannelSettings
62
62
  * // greeting: "STRING_VALUE",
63
- * // backgroundSound: { // VoiceBackgroundSoundSettings
64
- * // enabled: true || false, // required
65
- * // sound: "STRING_VALUE",
66
- * // },
67
- * // speech: { // VoiceSpeechSettings
68
- * // languages: [ // VoiceLanguageList // required
69
- * // { // VoiceLanguage
70
- * // code: "STRING_VALUE", // required
71
- * // voice: "STRING_VALUE", // required
72
- * // greeting: "STRING_VALUE",
73
- * // isDefault: true || false,
74
- * // pronunciations: [ // VoicePronunciationList
75
- * // { // VoicePronunciation
76
- * // phrase: "STRING_VALUE", // required
77
- * // as: "STRING_VALUE", // required
78
- * // encoding: "alias" || "ipa",
79
- * // },
80
- * // ],
81
- * // },
82
- * // ],
83
- * // greetEveryLanguage: true || false,
84
- * // transcription: { // VoiceTranscriptionSettings
85
- * // engine: "STRING_VALUE",
86
- * // autoDetect: true || false,
87
- * // },
88
- * // },
89
63
  * // interruptions: { // VoiceInterruptionSettings
90
64
  * // enabled: true || false, // required
91
65
  * // minWords: Number("int"),
@@ -150,7 +124,6 @@ declare const PublishAgentVersionCommand_base: {
150
124
  * // placeholder: "STRING_VALUE",
151
125
  * // },
152
126
  * // },
153
- * // workflow: {},
154
127
  * // },
155
128
  * // engine: { // AgentEngine Union: only one key present
156
129
  * // ai: { // AgentAiEngine
@@ -202,7 +175,7 @@ declare const PublishAgentVersionCommand_base: {
202
175
  * // prompt: "STRING_VALUE",
203
176
  * // },
204
177
  * // channels: [ // AgentCapabilityChannelsList
205
- * // "voice" || "chat" || "assistant" || "workflow",
178
+ * // "voice" || "chat" || "assistant",
206
179
  * // ],
207
180
  * // annotations: [ // AgentToolAnnotationsList
208
181
  * // { // AgentToolAnnotation Union: only one key present
@@ -232,7 +205,7 @@ declare const PublishAgentVersionCommand_base: {
232
205
  * // prompt: "STRING_VALUE",
233
206
  * // },
234
207
  * // channels: [
235
- * // "voice" || "chat" || "assistant" || "workflow",
208
+ * // "voice" || "chat" || "assistant",
236
209
  * // ],
237
210
  * // annotations: [
238
211
  * // {// Union: only one key present
@@ -255,7 +228,7 @@ declare const PublishAgentVersionCommand_base: {
255
228
  * // knowledgeBaseId: "STRING_VALUE",
256
229
  * // instructions: "STRING_VALUE",
257
230
  * // channels: [
258
- * // "voice" || "chat" || "assistant" || "workflow",
231
+ * // "voice" || "chat" || "assistant",
259
232
  * // ],
260
233
  * // annotations: [
261
234
  * // {// Union: only one key present
@@ -303,7 +276,7 @@ declare const PublishAgentVersionCommand_base: {
303
276
  * // timezone: "STRING_VALUE",
304
277
  * // },
305
278
  * // channels: [
306
- * // "voice" || "chat" || "assistant" || "workflow",
279
+ * // "voice" || "chat" || "assistant",
307
280
  * // ],
308
281
  * // },
309
282
  * // webFetch: { // AgentWebFetchCapability
@@ -311,7 +284,7 @@ declare const PublishAgentVersionCommand_base: {
311
284
  * // "STRING_VALUE",
312
285
  * // ],
313
286
  * // channels: [
314
- * // "voice" || "chat" || "assistant" || "workflow",
287
+ * // "voice" || "chat" || "assistant",
315
288
  * // ],
316
289
  * // },
317
290
  * // agent: { // AgentCallCapability
@@ -842,16 +815,6 @@ declare const PublishAgentVersionCommand_base: {
842
815
  * // },
843
816
  * // ],
844
817
  * // model: "STRING_VALUE",
845
- * // action: {// Union: only one key present
846
- * // observe: {},
847
- * // redact: {},
848
- * // block: {
849
- * // message: "STRING_VALUE",
850
- * // },
851
- * // end: {
852
- * // message: "STRING_VALUE",
853
- * // },
854
- * // },
855
818
  * // mode: "blocking" || "parallel",
856
819
  * // errorMode: "open" || "closed",
857
820
  * // window: "lastMessage" || "lastWithPrior",