ModelExtensions.CreatePrebuiltEntityRoleAsync Methode

Definition

public static System.Threading.Tasks.Task<Guid> CreatePrebuiltEntityRoleAsync (this Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IModel operations, Guid appId, string versionId, Guid entityId, Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityRoleCreateObject entityRoleCreateObject, System.Threading.CancellationToken cancellationToken = default);
static member CreatePrebuiltEntityRoleAsync : Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IModel * Guid * string * Guid * Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityRoleCreateObject * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Guid>
<Extension()>
Public Function CreatePrebuiltEntityRoleAsync (operations As IModel, appId As Guid, versionId As String, entityId As Guid, entityRoleCreateObject As EntityRoleCreateObject, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Guid)

Parameter

operations
IModel
appId
Guid
versionId
String
entityId
Guid
entityRoleCreateObject
EntityRoleCreateObject
cancellationToken
CancellationToken

Gibt zurück

Gilt für: