Skip to content

Commit 800d1cd

Browse files
chore(readme): update readme and code clean up
1 parent 38430c8 commit 800d1cd

File tree

7 files changed

+55
-834
lines changed

7 files changed

+55
-834
lines changed

MIGRATION-V11.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# v11.0.0 Migration Guide
2+
3+
### Breaking changes by service
4+
5+
#### Assistant v2
6+
- Model `MessageContext` property `skills` type changed to new `MessageContextSkills`
7+
- Model `Environment` property `language` removed
8+
- Model `EnvironmentReleaseReference` renamed to `BaseEnvironmentReleaseReference`
9+
- Model `EnvironmentOrchestration` renamed to `BaseEnvironmentOrchestration`
10+
- Model `SkillReference` renamed to `EnvironmentSkill`
11+
12+
#### Discovery v2
13+
- Parameter `smartDocumentUnderstanding` removed from `CreateCollectionOptions`
14+
- Model `QueryResponsePassage` and `QueryResultPassage` property `confidence` removed
15+
- QueryAggregation models restructured
16+
17+
#### Natural Language Understanding
18+
- All `sentimentModel` functions removed
19+
20+
#### Speech to Text
21+
- `AR_AR_BROADBANDMODEL` model removed in favor of `AR_MS_BROADBANDMODEL` model
22+
23+
24+
### New Features by Service
25+
26+
#### Assistant v2
27+
- `createAssistant` function
28+
- `listAssistants` function
29+
- `deleteAssistant` function
30+
- `updateEnvironment` function
31+
- `createRelease` function
32+
- `deleteRelease` function
33+
- `getSkill` function
34+
- `updateSkill` function
35+
- `exportSkills` function
36+
- `importSkills` function
37+
- `importSkillsStatus` function
38+
- Improved typing for `message` function call
39+
See details of these functions on IBM's documentation site [here](https://cloud.ibm.com/apidocs/assistant-v2?code=node)
40+
41+
#### Discovery v2
42+
- Aggregation types `QueryTopicAggregation` and `QueryTrendAggregation` added
43+
44+
#### Speech to Text
45+
- added `FR_CA_MULTIMEDIA`, `JA_JP_TELEPHONY`, `NL_NL_MULTIMEDIA`, `SV_SE_TELEPHONY` models
46+
47+
#### Text to Speech
48+
- added `EN_AU_HEIDIEXPRESSIVE`, `EN_AU_JACKEXPRESSIVE`, `EN_US_ALLISONEXPRESSIVE`, `EN_US_EMMAEXPRESSIVE`, `EN_US_LISAEXPRESSIVE`, `EN_US_MICHAELEXPRESSIVE`, `KO_KR_JINV3VOICE`
49+
- Parameters `ratePercentage` and `pitchPercentage` added to `synthesize` function
50+
See details of these new parameters on IBM's documentation site [here](https://cloud.ibm.com/apidocs/text-to-speech?code=node#synthesize)

MIGRATION-V8.md

Lines changed: 0 additions & 313 deletions
This file was deleted.

0 commit comments

Comments
 (0)