Číst v angličtině

Sdílet prostřednictvím


IModel.UpdateHierarchicalEntityRoleWithHttpMessagesAsync Method

Definition

C#
public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.OperationStatus>> UpdateHierarchicalEntityRoleWithHttpMessagesAsync(Guid appId, string versionId, Guid hEntityId, Guid roleId, Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityRoleUpdateObject entityRoleUpdateObject, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);

Parameters

appId
Guid
versionId
String
hEntityId
Guid
roleId
Guid
entityRoleUpdateObject
EntityRoleUpdateObject
customHeaders
Dictionary<String,List<String>>
cancellationToken
CancellationToken

Returns

Applies to