LUISAuthoringClient class
- Extends
Constructors
LUISAuthoring |
Initializes a new instance of the LUISAuthoringClient class. |
Properties
apps | |
azure |
|
examples | |
features | |
model | |
pattern | |
settings | |
train | |
versions |
Inherited Properties
credentials | |
endpoint |
Inherited Methods
send |
Send an HTTP request that is populated using the provided OperationSpec. |
send |
Send the provided httpRequest. |
Constructor Details
LUISAuthoringClient(ServiceClientCredentials, string, ServiceClientOptions)
Initializes a new instance of the LUISAuthoringClient class.
new LUISAuthoringClient(credentials: ServiceClientCredentials, endpoint: string, options?: ServiceClientOptions)
Parameters
- credentials
- ServiceClientCredentials
Subscription credentials which uniquely identify client subscription.
- endpoint
-
string
Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus.api.cognitive.microsoft.com).
- options
- ServiceClientOptions
The parameter options
Property Details
apps
azureAccounts
examples
features
model
pattern
settings
train
versions
Inherited Property Details
credentials
credentials: ServiceClientCredentials
Property Value
Inherited From LUISAuthoringClientContext.credentials
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 LUISAuthoringClientContext.sendOperationRequest
sendRequest(RequestPrepareOptions | WebResourceLike)
Send the provided httpRequest.
function sendRequest(options: RequestPrepareOptions | WebResourceLike): Promise<HttpOperationResponse>
Parameters
- options
Returns
Promise<HttpOperationResponse>
Inherited From LUISAuthoringClientContext.sendRequest