ModelExtensions.AddSubListAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET