File tree 7 files changed +50
-3
lines changed
7 files changed +50
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ Node-RED Watson Nodes for IBM Cloud
8
8
<a href =" https://cla-assistant.io/watson-developer-cloud/node-red-node-watson " ><img src =" https://cla-assistant.io/readme/badge/watson-developer-cloud/node-red-node-watson " alt =" CLA assistant " /></a >
9
9
10
10
11
+ ### New in version 0.9.3
12
+ - Assistant V1 - Fix alternateIntents setting.
13
+ - Assistant V2 - Allow return of request session id.
14
+ - Update list of supported languages in Speech to Text, Text to Speech and Translation nodes.
15
+
11
16
### New in version 0.9.2
12
17
- Assistant V2 - Fix bug session expiry bug.
13
18
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " node-red-node-watson" ,
3
- "version" : " 0.9.2 " ,
3
+ "version" : " 0.9.3 " ,
4
4
"description" : " A collection of Node-RED nodes for IBM Watson services" ,
5
5
"dependencies" : {
6
6
"async" : " ^1.5.2" ,
Original file line number Diff line number Diff line change 94
94
< div class = "form-row" >
95
95
< label > </ label >
96
96
< input type = "checkbox" id = "node-input-persist-session-id" style = "display: inline-block; width: auto; vertical-align: top;" >
97
- < label for = "node-input-persist-session-id" style = "width: 70%;" > Set to true to return session_id that was provided with request.</ label >
97
+ < label for = "node-input-persist-session-id" style = "width: 70%;" > Return session_id from request.</ label >
98
98
</ div >
99
99
100
100
< div class = "form-tips" id = "assistantv2-form-tips" >
120
120
a session_id need not be provided , to reset the session_id in single - session mode
121
121
send a null value as the session_id .
122
122
Format : String < / l i >
123
- < li > < code > msg.params.reset_session</ code > ( optional ) : Will force a session reset
123
+ < li > < code > msg.params.reset_session</ code > ( optional ) : Will force a session reset
124
124
Format : Any < / l i >
125
125
< li > < code > msg.params.assistant_id</ code > : unique identifier of the assistant to be used. Could be also configured in the node. Format: String </ li >
126
126
< li > < code > msg.params.timeout</ code > ( optional ) : The timeout period ( in millisecond ) for Watson request . Leave empty or set to 0 to disable . < / l i >
Original file line number Diff line number Diff line change 212
212
213
213
doctor . LANGUAGES = { 'ar' : 'Arabic' ,
214
214
'arz' : 'Spoken Arabic' ,
215
+ 'eu' : 'Basque' ,
216
+ 'bn' : 'Bengali' ,
217
+ 'bs' : 'Bosnian' ,
215
218
'bg' : 'Bulgarian' ,
216
219
'ca' : 'Catalan' ,
217
220
'cs' : 'Czech' ,
221
224
'es' : 'Spanish' ,
222
225
'et' : 'Estonian' ,
223
226
'fr' : 'French' ,
227
+ 'fr-CA' : 'French Canadian' ,
224
228
'fi' : 'Finnish' ,
225
229
'ga' : 'Galican' ,
226
230
'he' : 'Hebrew' ,
230
234
'id' : 'Indonesian' ,
231
235
'it' : 'Italian' ,
232
236
'de' : 'German' ,
237
+ 'gu' : 'Gujarati' ,
233
238
'ja' : 'Japanese' ,
239
+ 'lv' : 'Latvian' ,
234
240
'lt' : 'Lithuanian' ,
235
241
'ms' : 'Malay' ,
242
+ 'ml' : 'Malayalam' ,
243
+ 'mt' : 'Maltese' ,
244
+ 'cnr' : 'Montenegrin' ,
245
+ 'ne' : 'Nepali' ,
236
246
'pt' : 'Portuguese' ,
237
247
'ko' : 'Korean' ,
238
248
'nb' : 'Norwegian Bokmål' ,
239
249
'nl' : 'Dutch' ,
240
250
'pl' : 'Polish' ,
241
251
'ro' : 'Romanian' ,
242
252
'ru' : 'Russian' ,
253
+ 'sr' : 'Serbian' ,
254
+ 'si' : 'Sinhalese' ,
243
255
'sk' : 'Slovak' ,
244
256
'sl' : 'Slovenian' ,
245
257
'sv' : 'Swedish' ,
258
+ 'ta' : 'Tamil' ,
259
+ 'te' : 'Telugu' ,
246
260
'th' : 'Thai' ,
247
261
'tr' : 'Turkish' ,
262
+ 'uk' : 'Ukrainian' ,
263
+ 'ur' : 'Urdu' ,
264
+ 'vi' : 'Vietnamese' ,
265
+ 'cy' : 'Welsh' ,
248
266
'zh' : 'Chinese' ,
249
267
'zh-TW' : 'Taiwanese' ,
250
268
'zht' : 'Traditional Chinese'
Original file line number Diff line number Diff line change 230
230
231
231
tor . LANGUAGES = { 'ar' : 'Arabic' ,
232
232
'arz' : 'Spoken Arabic' ,
233
+ 'eu' : 'Basque' ,
234
+ 'bn' : 'Bengali' ,
235
+ 'bs' : 'Bosnian' ,
233
236
'bg' : 'Bulgarian' ,
234
237
'ca' : 'Catalan' ,
235
238
'cs' : 'Czech' ,
239
242
'es' : 'Spanish' ,
240
243
'et' : 'Estonian' ,
241
244
'fr' : 'French' ,
245
+ 'fr-CA' : 'French Canadian' ,
242
246
'fi' : 'Finnish' ,
243
247
'ga' : 'Galican' ,
248
+ 'gu' : 'Gujarati' ,
244
249
'he' : 'Hebrew' ,
245
250
'hi' : 'Hindi' ,
246
251
'hr' : 'Croatian' ,
249
254
'it' : 'Italian' ,
250
255
'de' : 'German' ,
251
256
'ja' : 'Japanese' ,
257
+ 'lv' : 'Latvian' ,
252
258
'lt' : 'Lithuanian' ,
253
259
'ms' : 'Malay' ,
260
+ 'ml' : 'Malayalam' ,
261
+ 'mt' : 'Maltese' ,
262
+ 'cnr' : 'Montenegrin' ,
263
+ 'ne' : 'Nepali' ,
254
264
'pt' : 'Portuguese' ,
255
265
'ko' : 'Korean' ,
256
266
'nb' : 'Norwegian Bokmål' ,
257
267
'nl' : 'Dutch' ,
258
268
'pl' : 'Polish' ,
259
269
'ro' : 'Romanian' ,
260
270
'ru' : 'Russian' ,
271
+ 'sr' : 'Serbian' ,
272
+ 'si' : 'Sinhalese' ,
261
273
'sk' : 'Slovak' ,
262
274
'sl' : 'Slovenian' ,
263
275
'sv' : 'Swedish' ,
276
+ 'ta' : 'Tamil' ,
277
+ 'te' : 'Telugu' ,
264
278
'th' : 'Thai' ,
265
279
'tr' : 'Turkish' ,
280
+ 'uk' : 'Ukrainian' ,
281
+ 'ur' : 'Urdu' ,
282
+ 'vi' : 'Vietnamese' ,
283
+ 'cy' : 'Welsh' ,
266
284
'zh' : 'Chinese' ,
267
285
'zh-TW' : 'Taiwanese' ,
268
286
'zht' : 'Traditional Chinese'
Original file line number Diff line number Diff line change 226
226
'pt-BR' : 'Portuguese Braziilian' ,
227
227
'en-UK' : 'UK English' ,
228
228
'en-GB' : 'UK English' ,
229
+ 'en-AU' : 'Australian English' ,
229
230
'de-DE' : 'German' ,
231
+ 'fr-CA' : 'French Canadian' ,
230
232
'fr-FR' : 'French' ,
231
233
'nl-NL' : 'Dutch' ,
232
234
'it-IT' : 'Italian' ,
238
240
'es-AR' : 'Spanish (Argentinian)' ,
239
241
'es-PE' : 'Spanish (Peruvian)' ,
240
242
'ar-AR' : 'Arablic' ,
243
+ 'ar-MS' : 'Arablic (MS)' ,
241
244
'ko-KR' : 'Korean' ,
242
245
'ja-JP' : 'Japanese'
243
246
} ;
Original file line number Diff line number Diff line change 121
121
//tts.voice_selected = '';
122
122
tts . LANGUAGES = { 'en-US' : 'US English' ,
123
123
'en-GB' : 'UK English' ,
124
+ 'en-AU' : 'Australian English' ,
124
125
'pt-BR' : 'Portuguese Brazilian' ,
125
126
'fr-FR' : 'French' ,
126
127
'it-IT' : 'Italian' ,
131
132
'es-LA' : 'Latin American Spanish' ,
132
133
'es-US' : 'US Spanish' ,
133
134
'ar-AR' : 'Arablic' ,
135
+ 'ar-MS' : 'Arablic (MS)' ,
136
+ 'ko-KR' : 'Korean' ,
134
137
'ja-JP' : 'Japanese'
135
138
} ;
136
139
You can’t perform that action at this time.
0 commit comments