@@ -60,25 +60,34 @@ The order of priority has changed to give a file in the current working director
60
60
- Parameter ` include_count ` removed from method ` listValues `
61
61
- Parameter ` include_count ` removed from method ` listSynonyms `
62
62
- Parameter ` include_count ` removed from method ` listDialogNodes `
63
+ - Parameter ` include_count ` removed from method ` listWorkspaces `
64
+ - Parameter ` include_count ` removed from method ` listIntents `
65
+ - Parameter ` include_count ` removed from method ` listExamples `
66
+ - Parameter ` include_count ` removed from method ` listCounterexamples `
63
67
- Parameter ` value_type ` renamed to ` type ` in method ` createValue `
64
68
- Parameter ` new_value_type ` renamed to ` newType ` in method ` updateValue `
65
69
- Parameter ` node_type ` renamed to ` type ` in method ` createDialogNode `
66
70
- Parameter ` new_node_type ` renamed to ` newType ` in method ` updateDialogNode `
67
- - Interface ` DialogRuntimeResponseGeneric ` removed
71
+ - Interface ` DialogRuntimeResponseGeneric ` renamed to ` RuntimeResponseGeneric `
68
72
- Interface ` DialogSuggestions ` removed
69
73
- Additional properties no longer supported for interface ` LogMessage `
70
74
- Additional properties no longer supported for interface ` RuntimeEntity `
71
75
- Additional properties no longer supported for interface ` RuntimeIntent `
72
76
- Property ` value_type ` renamed to ` type ` in interface ` Value `
77
+ - Property ` value_type ` renamed to ` type ` in interface ` CreateValue `
78
+ - Property ` node_type ` renamed to ` type ` in interface ` DialogNode `
79
+ - Property ` action_type ` renamed to ` type ` in interface ` DialogNodeAction `
80
+ - Property ` output ` changed type from ` JsonObject ` to ` DialogSuggestionOutput ` in interface ` DialogSuggestion `
73
81
74
82
#### Assistant v2
75
83
- Property ` action_type ` renamed to ` type ` in interface ` DialogNodeAction `
76
- - Interface ` DialogRuntimeResponseGeneric ` removed
84
+ - Interface ` DialogRuntimeResponseGeneric ` renamed to ` RuntimeResponseGeneric `
77
85
78
86
#### Compare Comply
79
87
- Parameter ` filename ` removed from method ` convertToHtml `
80
88
81
89
#### Discovery
90
+ - Parameter ` collectionIds ` removed from method ` query `
82
91
- Parameter ` return_fields ` renamed to ` _return ` in method ` query `
83
92
- Parameter ` logging_opt_out ` renamed to ` xWatsonLoggingOptOut ` in method ` query `
84
93
- Parameter ` return_fields ` renamed to ` _return ` in method ` federatedQuery `
@@ -87,6 +96,10 @@ The order of priority has changed to give a file in the current working director
87
96
- Parameter ` return_fields ` renamed to ` _return ` in method ` federatedQueryNotices `
88
97
- Property ` field_name ` renamed to ` field ` in interface ` Field `
89
98
- Property ` field_type ` renamed to ` type ` in interface ` Field `
99
+ - Property ` enrichment_name ` renamed to ` enrichment ` in interface ` Enrichment `
100
+ - Method ` queryEntities() ` removed
101
+ - Method ` queryRelations() ` removed
102
+ - Method ` testConfigurationInEnvironment() ` removed
90
103
91
104
#### Language Translator
92
105
- Parameter ` default_models ` renamed to ` _default ` in method ` listModels `
@@ -95,6 +108,10 @@ The order of priority has changed to give a file in the current working director
95
108
#### Natural Language Classifier
96
109
- Parameter ` metadata ` renamed to ` trainingMetadata ` in method ` createClassifier `
97
110
111
+ ##### Speech to Text
112
+ * Property ` final_results ` renamed to ` final ` in interface ` SpeakerLabelsResult `
113
+ * Property ` final_results ` renamed to ` final ` in interface ` SpeechRecognitionResult `
114
+
98
115
#### Text to Speech
99
116
- The following voices are removed:
100
117
- ` DE_DE_BIRGITV2VOICE `
@@ -106,4 +123,4 @@ The order of priority has changed to give a file in the current working director
106
123
107
124
#### Visual Recognition
108
125
- Property ` class_name ` renamed to ` _class ` in interface ` ClassResult `
109
-
126
+ - Method ` detectFaces() ` removed
0 commit comments