File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed
algoliasearch/Models/Search Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change @@ -107,4 +107,52 @@ public enum Acl
107107 /// </summary>
108108 [ JsonPropertyName ( "usage" ) ]
109109 Usage = 15 ,
110+
111+ /// <summary>
112+ /// Enum NluWriteProject for value: nluWriteProject
113+ /// </summary>
114+ [ JsonPropertyName ( "nluWriteProject" ) ]
115+ NluWriteProject = 16 ,
116+
117+ /// <summary>
118+ /// Enum NluReadProject for value: nluReadProject
119+ /// </summary>
120+ [ JsonPropertyName ( "nluReadProject" ) ]
121+ NluReadProject = 17 ,
122+
123+ /// <summary>
124+ /// Enum NluWriteEntity for value: nluWriteEntity
125+ /// </summary>
126+ [ JsonPropertyName ( "nluWriteEntity" ) ]
127+ NluWriteEntity = 18 ,
128+
129+ /// <summary>
130+ /// Enum NluReadEntity for value: nluReadEntity
131+ /// </summary>
132+ [ JsonPropertyName ( "nluReadEntity" ) ]
133+ NluReadEntity = 19 ,
134+
135+ /// <summary>
136+ /// Enum NluWriteIntent for value: nluWriteIntent
137+ /// </summary>
138+ [ JsonPropertyName ( "nluWriteIntent" ) ]
139+ NluWriteIntent = 20 ,
140+
141+ /// <summary>
142+ /// Enum NluReadIntent for value: nluReadIntent
143+ /// </summary>
144+ [ JsonPropertyName ( "nluReadIntent" ) ]
145+ NluReadIntent = 21 ,
146+
147+ /// <summary>
148+ /// Enum NluPrediction for value: nluPrediction
149+ /// </summary>
150+ [ JsonPropertyName ( "nluPrediction" ) ]
151+ NluPrediction = 22 ,
152+
153+ /// <summary>
154+ /// Enum NluReadAnswers for value: nluReadAnswers
155+ /// </summary>
156+ [ JsonPropertyName ( "nluReadAnswers" ) ]
157+ NluReadAnswers = 23 ,
110158}
You can’t perform that action at this time.
0 commit comments