QnAMakerClient class

Extends

Constructors

QnAMakerClient(ServiceClientCredentials, string, ServiceClientOptions)

Initializes a new instance of the QnAMakerClient class.

Properties

alterations
endpointKeys
endpointSettings
knowledgebase
operations

Inherited Properties

credentials
endpoint

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

QnAMakerClient(ServiceClientCredentials, string, ServiceClientOptions)

Initializes a new instance of the QnAMakerClient class.

new QnAMakerClient(credentials: ServiceClientCredentials, endpoint: string, options?: ServiceClientOptions)

Parameters

credentials
ServiceClientCredentials

Subscription credentials which uniquely identify client subscription.

endpoint

string

Supported Cognitive Services endpoint (e.g., https://< qnamaker-resource-name

.api.cognitiveservices.azure.com).

options
ServiceClientOptions

The parameter options

Property Details

alterations

alterations: Alterations

Property Value

endpointKeys

endpointKeys: EndpointKeys

Property Value

endpointSettings

endpointSettings: EndpointSettings

Property Value

knowledgebase

knowledgebase: Knowledgebase

Property Value

operations

operations: Operations

Property Value

Inherited Property Details

credentials

credentials: ServiceClientCredentials

Property Value

Inherited From QnAMakerClientContext.credentials

endpoint

endpoint: string

Property Value

string

Inherited From QnAMakerClientContext.endpoint

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>

Inherited From QnAMakerClientContext.sendOperationRequest

sendRequest(RequestPrepareOptions | WebResourceLike)

Send the provided httpRequest.

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

Parameters

Returns

Inherited From QnAMakerClientContext.sendRequest