File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,11 @@ var contentType = require('./content-type');
24
24
var qs = require ( '../util/querystring.js' ) ;
25
25
26
26
var OPENING_MESSAGE_PARAMS_ALLOWED = [
27
+ 'action' ,
28
+ 'customization_weight' ,
29
+ 'processing_metrics' ,
30
+ 'processing_metrics_interval' ,
31
+ 'audio_metrics' ,
27
32
'inactivity_timeout' ,
28
33
'timestamps' ,
29
34
'word_confidence' ,
@@ -36,17 +41,20 @@ var OPENING_MESSAGE_PARAMS_ALLOWED = [
36
41
'profanity_filter' ,
37
42
'smart_formatting' ,
38
43
'speaker_labels' ,
39
- 'grammar_name'
44
+ 'grammar_name' ,
45
+ 'redaction'
40
46
] ;
41
47
42
48
var QUERY_PARAMS_ALLOWED = [
49
+ 'model' ,
50
+ 'X-Watson-Learning-Opt-Out' ,
51
+ 'watson-token' ,
43
52
'language_customization_id' ,
44
53
'customization_id' ,
45
54
'acoustic_customization_id' ,
46
- 'model' ,
47
- 'watson-token' ,
48
55
'access_token' ,
49
- 'X-Watson-Learning-Opt-Out'
56
+ 'base_model_version' ,
57
+ 'x-watson-metadata'
50
58
] ;
51
59
52
60
/**
You can’t perform that action at this time.
0 commit comments