Skip to content

Commit 5d02574

Browse files
fix(specs): update list with NLU permissions (generated)
algolia/api-clients-automation#5769 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Mario-Alexandru Dan <marioalexandrudan@gmail.com>
1 parent 69a74f4 commit 5d02574

File tree

1 file changed

+48
-0
lines changed
  • algoliasearch/Models/Search

1 file changed

+48
-0
lines changed

algoliasearch/Models/Search/Acl.cs

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)