Compartir a través de


IModel.GetExplicitListItemWithHttpMessagesAsync Método

Definición

public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ExplicitListItem>> GetExplicitListItemWithHttpMessagesAsync (Guid appId, string versionId, Guid entityId, long itemId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetExplicitListItemWithHttpMessagesAsync : Guid * string * Guid * int64 * 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.ExplicitListItem>>
Public Function GetExplicitListItemWithHttpMessagesAsync (appId As Guid, versionId As String, entityId As Guid, itemId As Long, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of ExplicitListItem))

Parámetros

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

Devoluciones

Se aplica a