LUISRuntimeClient class
- Extends
建構函式
LUISRuntime |
初始化 LUISRuntimeClient 類別的新實例。 |
屬性
prediction |
繼承的屬性
credentials | |
endpoint |
繼承的方法
send |
傳送使用提供的 OperationSpec 填入的 HTTP 要求。 |
send |
傳送提供的 HTTPRequest。 |
建構函式詳細資料
LUISRuntimeClient(ServiceClientCredentials, string, ServiceClientOptions)
初始化 LUISRuntimeClient 類別的新實例。
new LUISRuntimeClient(credentials: ServiceClientCredentials, endpoint: string, options?: ServiceClientOptions)
參數
- credentials
- ServiceClientCredentials
可唯一識別用戶端訂用帳戶的訂用帳戶認證。
- endpoint
-
string
支援的認知服務端點(通訊協定和主機名,例如:https://westus.api.cognitive.microsoft.com)。
- options
- ServiceClientOptions
參數選項
屬性詳細資料
prediction
繼承的屬性詳細資料
credentials
credentials: ServiceClientCredentials
屬性值
endpoint
繼承的方法的詳細資料
sendOperationRequest(OperationArguments, OperationSpec, ServiceCallback<any>)
傳送使用提供的 OperationSpec 填入的 HTTP 要求。
function sendOperationRequest(operationArguments: OperationArguments, operationSpec: OperationSpec, callback?: ServiceCallback<any>): Promise<RestResponse>
參數
- operationArguments
- OperationArguments
HTTP 要求樣板化值的自變數將會從 中填入。
- operationSpec
- OperationSpec
要用來填入 HTTPRequest 的 OperationSpec。
- callback
-
ServiceCallback<any>
收到回應時要呼叫的回呼。
傳回
Promise<RestResponse>
sendRequest(RequestPrepareOptions | WebResourceLike)
傳送提供的 HTTPRequest。
function sendRequest(options: RequestPrepareOptions | WebResourceLike): Promise<HttpOperationResponse>
參數
- options
傳回
Promise<HttpOperationResponse>