Skip to content

Commit f7fef1b

Browse files
committed
fix(Natural Language Understanding): Restore CategoriesOptions model
1 parent 102270d commit f7fef1b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/IBM.Watson.NaturalLanguageUnderstanding.v1/Model/CategoriesOptions.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ public class CategoriesOptions
3737
/// </summary>
3838
[JsonProperty("limit", NullValueHandling = NullValueHandling.Ignore)]
3939
public long? Limit { get; set; }
40+
/// <summary>
41+
/// Enter a [custom
42+
/// model](https://cloud.ibm.com/docs/services/natural-language-understanding?topic=natural-language-understanding-customizing)
43+
/// ID to override the standard categories model.
44+
/// </summary>
45+
[JsonProperty("model", NullValueHandling = NullValueHandling.Ignore)]
46+
public string Model { get; set; }
4047
}
4148

4249
}

0 commit comments

Comments
 (0)