1
- ## . Unity SDK V5 Migration guide
1
+ ## Unity SDK V5 Migration guide
2
2
3
- * Added Enums classes
3
+ ### Service changes
4
+
5
+ #### All Services
6
+ * ` VersionDate ` was renamed to ` Version `
4
7
5
8
#### Assistant v1
6
9
44
47
45
48
##### Model Properties Changed
46
49
50
+ ` Context `
51
+ * ` System ` property type changed from ` SystemResponse ` to ` Dictionary<string, object> `
52
+
47
53
` DialogNode `
48
54
* ` context ` property type changed from ` Dictionary<string, object> ` to ` DialogNodeContext `
49
55
@@ -163,6 +169,12 @@ No changes
163
169
` Features `
164
170
* Changed ` Metadata ` property type from ` MetadataOptions ` to ` object `
165
171
172
+ #### Personality Insights
173
+
174
+ * Added deprecation notice
175
+ * Changed ` content ` parameter type from ` Content ` to ` System.IO.MemoryStream ` in ` Profile() ` method
176
+ * Changed ` content ` parameter type from ` Content ` to ` System.IO.MemoryStream ` in ` ProfileAsCsv() ` method
177
+
166
178
##### Models Removed
167
179
168
180
` Content ` ,
@@ -205,12 +217,17 @@ No changes
205
217
` Voice `
206
218
* Change return type of ` Customization ` from ` VoiceModel ` to ` CustomModel `
207
219
220
+ #### Tone Analyzer v3
221
+
222
+ * Changed ` toneInput ` parameter type from ` ToneInput ` to ` System.IO.MemoryStream ` in ` Tone() ` method
223
+
208
224
#### Visual Recognition v3
209
225
210
- No changes
226
+ * Added deprecation notice
211
227
212
228
#### Visual Recognition v4
213
229
230
+ * Added deprecation notice
214
231
* Changed ` startTime ` and ` endTime ` parameter types from ` string ` to ` DateTime ` in ` GetTrainingUsage() ` method
215
232
216
233
##### Models Added
@@ -220,5 +237,9 @@ No changes
220
237
221
238
##### Model Properties Changed
222
239
240
+ ` Collection `
241
+ * ` TrainingStatus ` property is no longer virtual
242
+ * Changed ` TrainingStatus ` property type from ` TraningStatus ` to ` CollectionTrainingStatus `
243
+
223
244
` ObjectDetail `
224
245
* Changed ` Location ` property type from ` Location ` to ` ObjectDetailLocation `
0 commit comments