Runtime Class

Definition

public class Runtime : Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.IRuntime, Microsoft.Rest.IServiceOperations<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.QnAMakerRuntimeClient>
public class Runtime
type Runtime = class
    interface IServiceOperations<QnAMakerRuntimeClient>
    interface IRuntime
type Runtime = class
Public Class Runtime
Implements IRuntime, IServiceOperations(Of QnAMakerRuntimeClient)
Public Class Runtime
Inheritance
Runtime
Implements

Constructors

Runtime(QnAMakerRuntimeClient)

Properties

Client

Methods

GenerateAnswerAsync(String, QueryDTO, CancellationToken)
GenerateAnswerWithHttpMessagesAsync(String, QueryDTO, Dictionary<String,List<String>>, CancellationToken)
TrainAsync(String, FeedbackRecordsDTO, CancellationToken)
TrainWithHttpMessagesAsync(String, FeedbackRecordsDTO, Dictionary<String,List<String>>, CancellationToken)

Extension Methods

GenerateAnswerAsync(IRuntime, String, QueryDTO, CancellationToken)
TrainAsync(IRuntime, String, FeedbackRecordsDTO, CancellationToken)

Applies to