-
Notifications
You must be signed in to change notification settings - Fork 264
/
Features.xml
410 lines (410 loc) · 50.8 KB
/
Features.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
<Type Name="Features" FullName="Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Features">
<TypeSignature Language="C#" Value="public class Features : Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IFeatures, Microsoft.Rest.IServiceOperations<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient>" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit Features extends System.Object implements class Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IFeatures, class Microsoft.Rest.IServiceOperations`1<class Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient>" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Features" />
<TypeSignature Language="VB.NET" Value="Public Class Features
Implements IFeatures, IServiceOperations(Of LUISAuthoringClient)" />
<TypeSignature Language="F#" Value="type Features = class
 interface IServiceOperations<LUISAuthoringClient>
 interface IFeatures" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring</AssemblyName>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces>
<Interface>
<InterfaceName>Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IFeatures</InterfaceName>
</Interface>
<Interface>
<InterfaceName>Microsoft.Rest.IServiceOperations<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient></InterfaceName>
</Interface>
</Interfaces>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public Features (Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient client);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient client) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Features.#ctor(Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (client As LUISAuthoringClient)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Features : Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Features" Usage="new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Features client" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring</AssemblyName>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="client" Type="Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient" />
</Parameters>
<Docs>
<param name="client">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="AddEntityFeatureWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.OperationStatus>> AddEntityFeatureWithHttpMessagesAsync (Guid appId, string versionId, Guid entityId, Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ModelFeatureInformation featureRelationCreateObject, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.OperationStatus>> AddEntityFeatureWithHttpMessagesAsync(valuetype System.Guid appId, string versionId, valuetype System.Guid entityId, class Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ModelFeatureInformation featureRelationCreateObject, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Features.AddEntityFeatureWithHttpMessagesAsync(System.Guid,System.String,System.Guid,Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ModelFeatureInformation,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function AddEntityFeatureWithHttpMessagesAsync (appId As Guid, versionId As String, entityId As Guid, featureRelationCreateObject As ModelFeatureInformation, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of OperationStatus))" />
<MemberSignature Language="F#" Value="abstract member AddEntityFeatureWithHttpMessagesAsync : Guid * string * Guid * Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ModelFeatureInformation * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.OperationStatus>>
override this.AddEntityFeatureWithHttpMessagesAsync : Guid * string * Guid * Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ModelFeatureInformation * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.OperationStatus>>" Usage="features.AddEntityFeatureWithHttpMessagesAsync (appId, versionId, entityId, featureRelationCreateObject, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IFeatures.AddEntityFeatureWithHttpMessagesAsync(System.Guid,System.String,System.Guid,Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ModelFeatureInformation,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring</AssemblyName>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.OperationStatus>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="appId" Type="System.Guid" Index="0" FrameworkAlternate="azure-dotnet-preview" />
<Parameter Name="versionId" Type="System.String" Index="1" FrameworkAlternate="azure-dotnet-preview" />
<Parameter Name="entityId" Type="System.Guid" Index="2" FrameworkAlternate="azure-dotnet-preview" />
<Parameter Name="featureRelationCreateObject" Type="Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ModelFeatureInformation" Index="3" FrameworkAlternate="azure-dotnet-preview" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" Index="4" FrameworkAlternate="azure-dotnet-preview" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="5" FrameworkAlternate="azure-dotnet-preview" />
</Parameters>
<Docs>
<param name="appId">To be added.</param>
<param name="versionId">To be added.</param>
<param name="entityId">To be added.</param>
<param name="featureRelationCreateObject">To be added.</param>
<param name="customHeaders">To be added.</param>
<param name="cancellationToken">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="AddIntentFeatureWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.OperationStatus>> AddIntentFeatureWithHttpMessagesAsync (Guid appId, string versionId, Guid intentId, Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ModelFeatureInformation featureRelationCreateObject, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.OperationStatus>> AddIntentFeatureWithHttpMessagesAsync(valuetype System.Guid appId, string versionId, valuetype System.Guid intentId, class Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ModelFeatureInformation featureRelationCreateObject, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Features.AddIntentFeatureWithHttpMessagesAsync(System.Guid,System.String,System.Guid,Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ModelFeatureInformation,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function AddIntentFeatureWithHttpMessagesAsync (appId As Guid, versionId As String, intentId As Guid, featureRelationCreateObject As ModelFeatureInformation, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of OperationStatus))" />
<MemberSignature Language="F#" Value="abstract member AddIntentFeatureWithHttpMessagesAsync : Guid * string * Guid * Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ModelFeatureInformation * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.OperationStatus>>
override this.AddIntentFeatureWithHttpMessagesAsync : Guid * string * Guid * Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ModelFeatureInformation * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.OperationStatus>>" Usage="features.AddIntentFeatureWithHttpMessagesAsync (appId, versionId, intentId, featureRelationCreateObject, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IFeatures.AddIntentFeatureWithHttpMessagesAsync(System.Guid,System.String,System.Guid,Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ModelFeatureInformation,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring</AssemblyName>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.OperationStatus>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="appId" Type="System.Guid" Index="0" FrameworkAlternate="azure-dotnet-preview" />
<Parameter Name="versionId" Type="System.String" Index="1" FrameworkAlternate="azure-dotnet-preview" />
<Parameter Name="intentId" Type="System.Guid" Index="2" FrameworkAlternate="azure-dotnet-preview" />
<Parameter Name="featureRelationCreateObject" Type="Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ModelFeatureInformation" Index="3" FrameworkAlternate="azure-dotnet-preview" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" Index="4" FrameworkAlternate="azure-dotnet-preview" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="5" FrameworkAlternate="azure-dotnet-preview" />
</Parameters>
<Docs>
<param name="appId">To be added.</param>
<param name="versionId">To be added.</param>
<param name="intentId">To be added.</param>
<param name="featureRelationCreateObject">To be added.</param>
<param name="customHeaders">To be added.</param>
<param name="cancellationToken">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="AddPhraseListWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<int?>> AddPhraseListWithHttpMessagesAsync (Guid appId, string versionId, Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraselistCreateObject phraselistCreateObject, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<valuetype System.Nullable`1<int32>>> AddPhraseListWithHttpMessagesAsync(valuetype System.Guid appId, string versionId, class Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraselistCreateObject phraselistCreateObject, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Features.AddPhraseListWithHttpMessagesAsync(System.Guid,System.String,Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraselistCreateObject,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function AddPhraseListWithHttpMessagesAsync (appId As Guid, versionId As String, phraselistCreateObject As PhraselistCreateObject, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of Nullable(Of Integer)))" />
<MemberSignature Language="F#" Value="abstract member AddPhraseListWithHttpMessagesAsync : Guid * string * Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraselistCreateObject * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Nullable<int>>>
override this.AddPhraseListWithHttpMessagesAsync : Guid * string * Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraselistCreateObject * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Nullable<int>>>" Usage="features.AddPhraseListWithHttpMessagesAsync (appId, versionId, phraselistCreateObject, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IFeatures.AddPhraseListWithHttpMessagesAsync(System.Guid,System.String,Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraselistCreateObject,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring</AssemblyName>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<System.Nullable<System.Int32>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="appId" Type="System.Guid" />
<Parameter Name="versionId" Type="System.String" />
<Parameter Name="phraselistCreateObject" Type="Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraselistCreateObject" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="appId">To be added.</param>
<param name="versionId">To be added.</param>
<param name="phraselistCreateObject">To be added.</param>
<param name="customHeaders">To be added.</param>
<param name="cancellationToken">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Client">
<MemberSignature Language="C#" Value="public Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient Client { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient Client" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Features.Client" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Client As LUISAuthoringClient" />
<MemberSignature Language="F#" Value="member this.Client : Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient" Usage="Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Features.Client" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring</AssemblyName>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeletePhraseListWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.OperationStatus>> DeletePhraseListWithHttpMessagesAsync (Guid appId, string versionId, int phraselistId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.OperationStatus>> DeletePhraseListWithHttpMessagesAsync(valuetype System.Guid appId, string versionId, int32 phraselistId, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Features.DeletePhraseListWithHttpMessagesAsync(System.Guid,System.String,System.Int32,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function DeletePhraseListWithHttpMessagesAsync (appId As Guid, versionId As String, phraselistId As Integer, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of OperationStatus))" />
<MemberSignature Language="F#" Value="abstract member DeletePhraseListWithHttpMessagesAsync : Guid * string * int * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.OperationStatus>>
override this.DeletePhraseListWithHttpMessagesAsync : Guid * string * int * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.OperationStatus>>" Usage="features.DeletePhraseListWithHttpMessagesAsync (appId, versionId, phraselistId, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IFeatures.DeletePhraseListWithHttpMessagesAsync(System.Guid,System.String,System.Int32,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring</AssemblyName>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.OperationStatus>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="appId" Type="System.Guid" />
<Parameter Name="versionId" Type="System.String" />
<Parameter Name="phraselistId" Type="System.Int32" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="appId">To be added.</param>
<param name="versionId">To be added.</param>
<param name="phraselistId">To be added.</param>
<param name="customHeaders">To be added.</param>
<param name="cancellationToken">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetPhraseListWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraseListFeatureInfo>> GetPhraseListWithHttpMessagesAsync (Guid appId, string versionId, int phraselistId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraseListFeatureInfo>> GetPhraseListWithHttpMessagesAsync(valuetype System.Guid appId, string versionId, int32 phraselistId, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Features.GetPhraseListWithHttpMessagesAsync(System.Guid,System.String,System.Int32,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function GetPhraseListWithHttpMessagesAsync (appId As Guid, versionId As String, phraselistId As Integer, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of PhraseListFeatureInfo))" />
<MemberSignature Language="F#" Value="abstract member GetPhraseListWithHttpMessagesAsync : Guid * string * int * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraseListFeatureInfo>>
override this.GetPhraseListWithHttpMessagesAsync : Guid * string * int * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraseListFeatureInfo>>" Usage="features.GetPhraseListWithHttpMessagesAsync (appId, versionId, phraselistId, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IFeatures.GetPhraseListWithHttpMessagesAsync(System.Guid,System.String,System.Int32,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring</AssemblyName>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraseListFeatureInfo>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="appId" Type="System.Guid" />
<Parameter Name="versionId" Type="System.String" />
<Parameter Name="phraselistId" Type="System.Int32" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="appId">To be added.</param>
<param name="versionId">To be added.</param>
<param name="phraselistId">To be added.</param>
<param name="customHeaders">To be added.</param>
<param name="cancellationToken">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListApplicationVersionPatternFeaturesWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PatternFeatureInfo>>> ListApplicationVersionPatternFeaturesWithHttpMessagesAsync (Guid appId, string versionId, int? skip = 0, int? take = 100, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class System.Collections.Generic.IList`1<class Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PatternFeatureInfo>>> ListApplicationVersionPatternFeaturesWithHttpMessagesAsync(valuetype System.Guid appId, string versionId, valuetype System.Nullable`1<int32> skip, valuetype System.Nullable`1<int32> take, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Features.ListApplicationVersionPatternFeaturesWithHttpMessagesAsync(System.Guid,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ListApplicationVersionPatternFeaturesWithHttpMessagesAsync (appId As Guid, versionId As String, Optional skip As Nullable(Of Integer) = 0, Optional take As Nullable(Of Integer) = 100, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of IList(Of PatternFeatureInfo)))" />
<MemberSignature Language="F#" Value="abstract member ListApplicationVersionPatternFeaturesWithHttpMessagesAsync : Guid * string * Nullable<int> * Nullable<int> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PatternFeatureInfo>>>
override this.ListApplicationVersionPatternFeaturesWithHttpMessagesAsync : Guid * string * Nullable<int> * Nullable<int> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PatternFeatureInfo>>>" Usage="features.ListApplicationVersionPatternFeaturesWithHttpMessagesAsync (appId, versionId, skip, take, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IFeatures.ListApplicationVersionPatternFeaturesWithHttpMessagesAsync(System.Guid,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring</AssemblyName>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="azure-dotnet">
<AttributeName Language="C#">[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PatternFeatureInfo>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="appId" Type="System.Guid" Index="0" FrameworkAlternate="azure-dotnet" />
<Parameter Name="versionId" Type="System.String" Index="1" FrameworkAlternate="azure-dotnet" />
<Parameter Name="skip" Type="System.Nullable<System.Int32>" Index="2" FrameworkAlternate="azure-dotnet" />
<Parameter Name="take" Type="System.Nullable<System.Int32>" Index="3" FrameworkAlternate="azure-dotnet" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" Index="4" FrameworkAlternate="azure-dotnet" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="5" FrameworkAlternate="azure-dotnet" />
</Parameters>
<Docs>
<param name="appId">To be added.</param>
<param name="versionId">To be added.</param>
<param name="skip">To be added.</param>
<param name="take">To be added.</param>
<param name="customHeaders">To be added.</param>
<param name="cancellationToken">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListPhraseListsWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraseListFeatureInfo>>> ListPhraseListsWithHttpMessagesAsync (Guid appId, string versionId, int? skip = 0, int? take = 100, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class System.Collections.Generic.IList`1<class Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraseListFeatureInfo>>> ListPhraseListsWithHttpMessagesAsync(valuetype System.Guid appId, string versionId, valuetype System.Nullable`1<int32> skip, valuetype System.Nullable`1<int32> take, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Features.ListPhraseListsWithHttpMessagesAsync(System.Guid,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ListPhraseListsWithHttpMessagesAsync (appId As Guid, versionId As String, Optional skip As Nullable(Of Integer) = 0, Optional take As Nullable(Of Integer) = 100, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of IList(Of PhraseListFeatureInfo)))" />
<MemberSignature Language="F#" Value="abstract member ListPhraseListsWithHttpMessagesAsync : Guid * string * Nullable<int> * Nullable<int> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraseListFeatureInfo>>>
override this.ListPhraseListsWithHttpMessagesAsync : Guid * string * Nullable<int> * Nullable<int> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraseListFeatureInfo>>>" Usage="features.ListPhraseListsWithHttpMessagesAsync (appId, versionId, skip, take, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IFeatures.ListPhraseListsWithHttpMessagesAsync(System.Guid,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring</AssemblyName>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraseListFeatureInfo>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="appId" Type="System.Guid" />
<Parameter Name="versionId" Type="System.String" />
<Parameter Name="skip" Type="System.Nullable<System.Int32>" />
<Parameter Name="take" Type="System.Nullable<System.Int32>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="appId">To be added.</param>
<param name="versionId">To be added.</param>
<param name="skip">To be added.</param>
<param name="take">To be added.</param>
<param name="customHeaders">To be added.</param>
<param name="cancellationToken">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.FeaturesResponseObject>> ListWithHttpMessagesAsync (Guid appId, string versionId, int? skip = 0, int? take = 100, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.FeaturesResponseObject>> ListWithHttpMessagesAsync(valuetype System.Guid appId, string versionId, valuetype System.Nullable`1<int32> skip, valuetype System.Nullable`1<int32> take, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Features.ListWithHttpMessagesAsync(System.Guid,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ListWithHttpMessagesAsync (appId As Guid, versionId As String, Optional skip As Nullable(Of Integer) = 0, Optional take As Nullable(Of Integer) = 100, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of FeaturesResponseObject))" />
<MemberSignature Language="F#" Value="abstract member ListWithHttpMessagesAsync : Guid * string * Nullable<int> * Nullable<int> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.FeaturesResponseObject>>
override this.ListWithHttpMessagesAsync : Guid * string * Nullable<int> * Nullable<int> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.FeaturesResponseObject>>" Usage="features.ListWithHttpMessagesAsync (appId, versionId, skip, take, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IFeatures.ListWithHttpMessagesAsync(System.Guid,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring</AssemblyName>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.FeaturesResponseObject>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="appId" Type="System.Guid" />
<Parameter Name="versionId" Type="System.String" />
<Parameter Name="skip" Type="System.Nullable<System.Int32>" />
<Parameter Name="take" Type="System.Nullable<System.Int32>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="appId">To be added.</param>
<param name="versionId">To be added.</param>
<param name="skip">To be added.</param>
<param name="take">To be added.</param>
<param name="customHeaders">To be added.</param>
<param name="cancellationToken">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UpdatePhraseListWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.OperationStatus>> UpdatePhraseListWithHttpMessagesAsync (Guid appId, string versionId, int phraselistId, Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraselistUpdateObject phraselistUpdateObject = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.OperationStatus>> UpdatePhraseListWithHttpMessagesAsync(valuetype System.Guid appId, string versionId, int32 phraselistId, class Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraselistUpdateObject phraselistUpdateObject, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Features.UpdatePhraseListWithHttpMessagesAsync(System.Guid,System.String,System.Int32,Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraselistUpdateObject,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function UpdatePhraseListWithHttpMessagesAsync (appId As Guid, versionId As String, phraselistId As Integer, Optional phraselistUpdateObject As PhraselistUpdateObject = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of OperationStatus))" />
<MemberSignature Language="F#" Value="abstract member UpdatePhraseListWithHttpMessagesAsync : Guid * string * int * Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraselistUpdateObject * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.OperationStatus>>
override this.UpdatePhraseListWithHttpMessagesAsync : Guid * string * int * Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraselistUpdateObject * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.OperationStatus>>" Usage="features.UpdatePhraseListWithHttpMessagesAsync (appId, versionId, phraselistId, phraselistUpdateObject, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IFeatures.UpdatePhraseListWithHttpMessagesAsync(System.Guid,System.String,System.Int32,Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraselistUpdateObject,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring</AssemblyName>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.OperationStatus>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="appId" Type="System.Guid" />
<Parameter Name="versionId" Type="System.String" />
<Parameter Name="phraselistId" Type="System.Int32" />
<Parameter Name="phraselistUpdateObject" Type="Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraselistUpdateObject" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="appId">To be added.</param>
<param name="versionId">To be added.</param>
<param name="phraselistId">To be added.</param>
<param name="phraselistUpdateObject">To be added.</param>
<param name="customHeaders">To be added.</param>
<param name="cancellationToken">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>