We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8baf65 commit 4c28fb0Copy full SHA for 4c28fb0
BotSharp.Platform.Models/TrainingCorpus.cs
@@ -6,6 +6,12 @@ namespace BotSharp.Platform.Models
6
{
7
public class TrainingCorpus
8
9
+ public TrainingCorpus()
10
+ {
11
+ UserSays = new List<TrainingIntentExpression<TrainingIntentExpressionPart>>();
12
+ Entities = new List<TrainingEntity>();
13
+ }
14
+
15
public List<TrainingIntentExpression<TrainingIntentExpressionPart>> UserSays { get; set; }
16
17
/// <summary>
0 commit comments