ModelExtensions.AddSubListAsync Method

Definition

public static System.Threading.Tasks.Task<long?> AddSubListAsync (this Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IModel operations, Guid appId, string versionId, Guid clEntityId, Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.WordListObject wordListCreateObject, System.Threading.CancellationToken cancellationToken = default);
static member AddSubListAsync : Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IModel * Guid * string * Guid * Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.WordListObject * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Nullable<int64>>
<Extension()>
Public Function AddSubListAsync (operations As IModel, appId As Guid, versionId As String, clEntityId As Guid, wordListCreateObject As WordListObject, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Nullable(Of Long))

Parameters

operations
IModel
appId
Guid
versionId
String
clEntityId
Guid
wordListCreateObject
WordListObject
cancellationToken
CancellationToken

Returns

Applies to