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-V9.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This document should serve as a guide to breaking changes for users moving from
9
9
* The `version` of a service can be retrieved with `getVersion()`
10
10
* The `version` of a service can be set with `setVersion()`
11
11
12
-
### Assistant v1 Instance
12
+
### Assistant v1 Service
13
13
14
14
* Added function `bulkClassify()`: Identify intents and entities in multiple user utterances.
15
15
@@ -74,7 +74,7 @@ This document should serve as a guide to breaking changes for users moving from
74
74
* Changed `newContext` property type from `Map<String, Object>` to `DialogNodeContext`
75
75
76
76
77
-
### Assistant v2 Instance
77
+
### Assistant v2 Service
78
78
79
79
* Added function `bulkClassify()`: Identify intents and entities in multiple user utterances.
80
80
@@ -108,7 +108,7 @@ This document should serve as a guide to breaking changes for users moving from
108
108
* Removed Builder
109
109
* Added read only properties `agentAvailable`, `AgentUnavailable`, and `transferInfo`
110
110
111
-
### Compare Comply v1 Instance
111
+
### Compare Comply v1 Service
112
112
113
113
* No changes
114
114
@@ -129,7 +129,7 @@ This document should serve as a guide to breaking changes for users moving from
129
129
* Removed `modification` property
130
130
131
131
132
-
### Discovery v1 Instance
132
+
### Discovery v1 Service
133
133
134
134
* No changes
135
135
@@ -153,7 +153,7 @@ This document should serve as a guide to breaking changes for users moving from
153
153
`NluEnrichmentFeatures`
154
154
* Changed `categories` property type from `NluEnrichmentCategories` to `Map<String, Object>`
155
155
156
-
### Discovery v2 Instance
156
+
### Discovery v2 Service
157
157
158
158
* Added function `analyzeDocument()`: Process a document using the specified collection's settings and return it for realtime use. - Currently CP4D only
159
159
@@ -178,7 +178,7 @@ This document should serve as a guide to breaking changes for users moving from
178
178
`TrainingQuery`
179
179
* Changed `created`, `queryId` and `updated` properties to read only
180
180
181
-
### Language Translator v3 Instance
181
+
### Language Translator v3 Service
182
182
183
183
* No changes
184
184
@@ -189,7 +189,7 @@ This document should serve as a guide to breaking changes for users moving from
0 commit comments