ModelExtensions.UpdateHierarchicalEntityAsync 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.
Overloads
UpdateHierarchicalEntityAsync(IModel, Guid, String, Guid, HierarchicalEntityModel, CancellationToken) | |
UpdateHierarchicalEntityAsync(IModel, Guid, String, Guid, ModelUpdateObject, CancellationToken) |
UpdateHierarchicalEntityAsync(IModel, Guid, String, Guid, HierarchicalEntityModel, CancellationToken)
- Source:
- ModelExtensions.cs
public static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.OperationStatus> UpdateHierarchicalEntityAsync (this Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IModel operations, Guid appId, string versionId, Guid hEntityId, Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.HierarchicalEntityModel hierarchicalModelUpdateObject, System.Threading.CancellationToken cancellationToken = default);
static member UpdateHierarchicalEntityAsync : Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IModel * Guid * string * Guid * Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.HierarchicalEntityModel * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.OperationStatus>
<Extension()>
Public Function UpdateHierarchicalEntityAsync (operations As IModel, appId As Guid, versionId As String, hEntityId As Guid, hierarchicalModelUpdateObject As HierarchicalEntityModel, Optional cancellationToken As CancellationToken = Nothing) As Task(Of OperationStatus)
Parameters
- operations
- IModel
- appId
- Guid
- versionId
- String
- hEntityId
- Guid
- hierarchicalModelUpdateObject
- HierarchicalEntityModel
- cancellationToken
- CancellationToken
Returns
Applies to
UpdateHierarchicalEntityAsync(IModel, Guid, String, Guid, ModelUpdateObject, CancellationToken)
- Source:
- ModelExtensions.cs
public static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.OperationStatus> UpdateHierarchicalEntityAsync (this Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IModel operations, Guid appId, string versionId, Guid hEntityId, Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ModelUpdateObject modelUpdateObject, System.Threading.CancellationToken cancellationToken = default);
static member UpdateHierarchicalEntityAsync : Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IModel * Guid * string * Guid * Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ModelUpdateObject * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.OperationStatus>
<Extension()>
Public Function UpdateHierarchicalEntityAsync (operations As IModel, appId As Guid, versionId As String, hEntityId As Guid, modelUpdateObject As ModelUpdateObject, Optional cancellationToken As CancellationToken = Nothing) As Task(Of OperationStatus)
Parameters
- operations
- IModel
- appId
- Guid
- versionId
- String
- hEntityId
- Guid
- modelUpdateObject
- ModelUpdateObject
- cancellationToken
- CancellationToken
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET