Share via


IModel.GetEntityWithHttpMessagesAsync Method

Definition

public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityExtractor>> GetEntityWithHttpMessagesAsync (Guid appId, string versionId, Guid entityId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.NDepthEntityExtractor>> GetEntityWithHttpMessagesAsync (Guid appId, string versionId, Guid entityId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetEntityWithHttpMessagesAsync : Guid * string * Guid * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityExtractor>>
abstract member GetEntityWithHttpMessagesAsync : Guid * string * Guid * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.NDepthEntityExtractor>>
Public Function GetEntityWithHttpMessagesAsync (appId As Guid, versionId As String, entityId As Guid, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of EntityExtractor))
Public Function GetEntityWithHttpMessagesAsync (appId As Guid, versionId As String, entityId As Guid, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of NDepthEntityExtractor))

Parameters

appId
Guid
versionId
String
entityId
Guid
customHeaders
Dictionary<String,List<String>>
cancellationToken
CancellationToken

Returns

Applies to