Compartir a través de


IModel.GetIntentWithHttpMessagesAsync Método

Definición

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

Parámetros

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

Devoluciones

Se aplica a