Operations class
代表作業的類別。
建構函式
| Operations(Qn |
建立作業。 |
方法
| get |
|
| get |
|
| get |
建構函式詳細資料
Operations(QnAMakerClientContext)
方法詳細資料
getDetails(string, RequestOptionsBase)
function getDetails(operationId: string, options?: RequestOptionsBase): Promise<OperationsGetDetailsResponse>
參數
- operationId
-
string
作業標識碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<OperationsGetDetailsResponse>
Promise<Models.OperationsGetDetails回應>
getDetails(string, RequestOptionsBase, ServiceCallback<Operation>)
function getDetails(operationId: string, options: RequestOptionsBase, callback: ServiceCallback<Operation>)
參數
- operationId
-
string
作業標識碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
getDetails(string, ServiceCallback<Operation>)
function getDetails(operationId: string, callback: ServiceCallback<Operation>)
參數
- operationId
-
string
作業標識碼。
- callback
回呼