IRuntime.TrainWithHttpMessagesAsync Method

Definition

public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse> TrainWithHttpMessagesAsync (string kbId, Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.FeedbackRecordsDTO trainPayload, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member TrainWithHttpMessagesAsync : string * Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.FeedbackRecordsDTO * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>
Public Function TrainWithHttpMessagesAsync (kbId As String, trainPayload As FeedbackRecordsDTO, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse)

Parameters

kbId
String
trainPayload
FeedbackRecordsDTO
customHeaders
Dictionary<String,List<String>>
cancellationToken
CancellationToken

Returns

Applies to