Skip to content

Commit c24aac5

Browse files
docs(readme): update migration guide
1 parent d91f007 commit c24aac5

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

MIGRATION-V7.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,28 @@
2020
- QueryAggregation classes restructured
2121

2222
#### 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`
2425

2526
#### Speech to Text
2627
- `AR_AR_BROADBANDMODEL` model removed in favor of `AR_MS_BROADBANDMODEL` model
2728

2829
### New Features by Service
2930

3031
#### 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
4243
- 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)
4445

4546
#### Discovery v2
4647
- Aggregation types `QueryTopicAggregation` and `QueryTrendAggregation` added
@@ -50,5 +51,5 @@ See details of these functions on IBM's documentation site [here](https://cloud.
5051

5152
#### Text to Speech
5253
- added `EN_AU_HEIDIEXPRESSIVE`, `EN_AU_JACKEXPRESSIVE`, `EN_US_ALLISONEXPRESSIVE`, `EN_US_EMMAEXPRESSIVE`, `EN_US_LISAEXPRESSIVE`, `EN_US_MICHAELEXPRESSIVE`, `KO_KR_JINV3VOICE`
53-
- Parameters `ratePercentage` and `pitchPercentage` added to `synthesize` function
54-
See details of these new parameters on IBM's documentation site [here](https://cloud.ibm.com/apidocs/text-to-speech?code=node#synthesize)
54+
- Parameters `rate_percentage` and `pitch_percentage` added to `synthesize` function
55+
See details of these new parameters on IBM's documentation site [here](https://cloud.ibm.com/apidocs/text-to-speech?code=python#synthesize)

0 commit comments

Comments
 (0)