|
| 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) |
0 commit comments