You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MIGRATION-V7.md
+16-15Lines changed: 16 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,27 +20,28 @@
20
20
- QueryAggregation classes restructured
21
21
22
22
#### Natural Language Understanding
23
-
- All `sentimentModel` functions removed
23
+
- All `sentiment_model` functions removed
24
+
-`create_classifications_model`, `update_classifications_model`, `create_categories_model`, and `update_categories_model` now require `training_data_content_type`
24
25
25
26
#### Speech to Text
26
27
-`AR_AR_BROADBANDMODEL` model removed in favor of `AR_MS_BROADBANDMODEL` model
27
28
28
29
### New Features by Service
29
30
30
31
#### Assistant v2
31
-
-`createAssistant` function
32
-
-`listAssistants` function
33
-
-`deleteAssistant` function
34
-
-`updateEnvironment` function
35
-
-`createRelease` function
36
-
-`deleteRelease` function
37
-
-`getSkill` function
38
-
-`updateSkill` function
39
-
-`exportSkills` function
40
-
-`importSkills` function
41
-
-`importSkillsStatus` function
32
+
-`create_assistant` function
33
+
-`list_assistants` function
34
+
-`delete_assistant` function
35
+
-`update_environment` function
36
+
-`create_release` function
37
+
-`delete_release` function
38
+
-`get_skill` function
39
+
-`update_skill` function
40
+
-`export_skills` function
41
+
-`import_skills` function
42
+
-`import_skills_status` function
42
43
- Improved typing for `message` function call
43
-
See details of these functions on IBM's documentation site [here](https://cloud.ibm.com/apidocs/assistant-v2?code=node)
44
+
See details of these functions on IBM's documentation site [here](https://cloud.ibm.com/apidocs/assistant-v2?code=python)
44
45
45
46
#### Discovery v2
46
47
- Aggregation types `QueryTopicAggregation` and `QueryTrendAggregation` added
@@ -50,5 +51,5 @@ See details of these functions on IBM's documentation site [here](https://cloud.
0 commit comments