QnAMakerRuntimeClient class

Extends

Constructors

QnAMakerRuntimeClient(ServiceClientCredentials, string, msRest.ServiceClientOptions)

Initializes a new instance of the QnAMakerRuntimeClient class.

Properties

credentials
runtime
runtimeEndpoint

Inherited Methods

sendOperationRequest(OperationArguments, OperationSpec, ServiceCallback<any>)

Send an HTTP request that is populated using the provided OperationSpec.

sendRequest(RequestPrepareOptions | WebResourceLike)

Send the provided httpRequest.

Constructor Details

QnAMakerRuntimeClient(ServiceClientCredentials, string, msRest.ServiceClientOptions)

Initializes a new instance of the QnAMakerRuntimeClient class.

new QnAMakerRuntimeClient(credentials: ServiceClientCredentials, runtimeEndpoint: string, options?: msRest.ServiceClientOptions)

Parameters

credentials

ServiceClientCredentials

Subscription credentials which uniquely identify client subscription.

runtimeEndpoint

string

QnA Maker App Service endpoint (for example: https://{qnaservice-hostname}.azurewebsites.net).

options
msRest.ServiceClientOptions

Property Details

credentials

credentials: ServiceClientCredentials

Property Value

ServiceClientCredentials

runtime

runtime: Runtime

Property Value

runtimeEndpoint

runtimeEndpoint: string

Property Value

string

Inherited Method Details

sendOperationRequest(OperationArguments, OperationSpec, ServiceCallback<any>)

Send an HTTP request that is populated using the provided OperationSpec.

function sendOperationRequest(operationArguments: OperationArguments, operationSpec: OperationSpec, callback?: ServiceCallback<any>): Promise<RestResponse>

Parameters

operationArguments

OperationArguments

The arguments that the HTTP request's templated values will be populated from.

operationSpec

OperationSpec

The OperationSpec to use to populate the httpRequest.

callback

ServiceCallback<any>

The callback to call when the response is received.

Returns

Promise<RestResponse>

sendRequest(RequestPrepareOptions | WebResourceLike)

Send the provided httpRequest.

function sendRequest(options: RequestPrepareOptions | WebResourceLike): Promise<HttpOperationResponse>

Parameters

options

RequestPrepareOptions | WebResourceLike

Returns

Promise<HttpOperationResponse>