Skip to content

Commit 88b5a48

Browse files
committed
docs(migration-guide): update migration guide
1 parent 53c7257 commit 88b5a48

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

MIGRATION-V9.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This document should serve as a guide to breaking changes for users moving from
99
* The `version` of a service can be retrieved with `getVersion()`
1010
* The `version` of a service can be set with `setVersion()`
1111

12-
### Assistant v1 Instance
12+
### Assistant v1 Service
1313

1414
* Added function `bulkClassify()`: Identify intents and entities in multiple user utterances.
1515

@@ -74,7 +74,7 @@ This document should serve as a guide to breaking changes for users moving from
7474
* Changed `newContext` property type from `Map<String, Object>` to `DialogNodeContext`
7575

7676

77-
### Assistant v2 Instance
77+
### Assistant v2 Service
7878

7979
* Added function `bulkClassify()`: Identify intents and entities in multiple user utterances.
8080

@@ -108,7 +108,7 @@ This document should serve as a guide to breaking changes for users moving from
108108
* Removed Builder
109109
* Added read only properties `agentAvailable`, `AgentUnavailable`, and `transferInfo`
110110

111-
### Compare Comply v1 Instance
111+
### Compare Comply v1 Service
112112

113113
* No changes
114114

@@ -129,7 +129,7 @@ This document should serve as a guide to breaking changes for users moving from
129129
* Removed `modification` property
130130

131131

132-
### Discovery v1 Instance
132+
### Discovery v1 Service
133133

134134
* No changes
135135

@@ -153,7 +153,7 @@ This document should serve as a guide to breaking changes for users moving from
153153
`NluEnrichmentFeatures`
154154
* Changed `categories` property type from `NluEnrichmentCategories` to `Map<String, Object>`
155155

156-
### Discovery v2 Instance
156+
### Discovery v2 Service
157157

158158
* Added function `analyzeDocument()`: Process a document using the specified collection's settings and return it for realtime use. - Currently CP4D only
159159

@@ -178,7 +178,7 @@ This document should serve as a guide to breaking changes for users moving from
178178
`TrainingQuery`
179179
* Changed `created`, `queryId` and `updated` properties to read only
180180

181-
### Language Translator v3 Instance
181+
### Language Translator v3 Service
182182

183183
* No changes
184184

@@ -189,7 +189,7 @@ This document should serve as a guide to breaking changes for users moving from
189189
`ListDocumentsOptions`, `ListIdentifiableLanguagesOptions`, `ListLanguagesOptions`
190190
* Removed Builder
191191

192-
### Natural Language Classifier v1 Instance
192+
### Natural Language Classifier v1 Service
193193

194194
* No changes
195195

@@ -200,7 +200,7 @@ This document should serve as a guide to breaking changes for users moving from
200200
`ListClassifiersOptions`
201201
* Removed Builder
202202

203-
### Natural Language Understanding v1 Instance
203+
### Natural Language Understanding v1 Service
204204

205205
* No changes
206206

@@ -225,15 +225,15 @@ This document should serve as a guide to breaking changes for users moving from
225225
`ListModelsOptions`
226226
* Remove Builder
227227

228-
### Personality Insights v3 Instance
228+
### Personality Insights v3 Service
229229

230-
* No changes
230+
* Added deprecation notice
231231

232232
### Personality Insights v3 Models
233233

234234
* No changes
235235

236-
### Speech To Text v1 Instance
236+
### Speech To Text v1 Service
237237

238238
* `recognizeUsingWebSocket()`: Changed `recognizeOptions` parameter type from `RecognizeOptions` to `RecognizeWithWebsocketsOptions`
239239

@@ -253,7 +253,7 @@ This document should serve as a guide to breaking changes for users moving from
253253
* Removed `interimResults`, `processingMetrics`, `processingMetricsInterval`
254254
properties (Moved to `RecognizeWithWebsocketsOptions`)
255255

256-
### Text to Speech v1 Instance
256+
### Text to Speech v1 Service
257257

258258
* No changes
259259

@@ -275,25 +275,25 @@ properties (Moved to `RecognizeWithWebsocketsOptions`)
275275
`Voice`
276276
* Change return type of `getCustomization()` from `VoiceModel` to `CustomModel`
277277

278-
### Tone Analyzer v3 Instance
278+
### Tone Analyzer v3 Service
279279

280280
* No changes
281281

282282
### Tone Analyzer v3 Models
283283

284284
* No changes
285285

286-
### Visual Recognition v3 Instance
286+
### Visual Recognition v3 Service
287287

288-
* No changes
288+
* Added deprecation notice
289289

290290
### Visual Recognition v3 Models
291291

292292
* No changes
293293

294-
### Visual Recognition v4 Instance
294+
### Visual Recognition v4 Service
295295

296-
* No changes
296+
* Added deprecation notice
297297

298298
### Visual Recognition v4 Models
299299

0 commit comments

Comments
 (0)