@alicloud/dyvmsapi20170525 2.3.1 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +1116 -3625
- package/dist/client.js +1609 -5420
- package/dist/client.js.map +1 -1
- package/dist/models/AddVirtualNumberRelationRequest.d.ts +65 -0
- package/dist/models/AddVirtualNumberRelationRequest.js +72 -0
- package/dist/models/AddVirtualNumberRelationRequest.js.map +1 -0
- package/dist/models/AddVirtualNumberRelationResponse.d.ts +19 -0
- package/dist/models/AddVirtualNumberRelationResponse.js +69 -0
- package/dist/models/AddVirtualNumberRelationResponse.js.map +1 -0
- package/dist/models/AddVirtualNumberRelationResponseBody.d.ts +50 -0
- package/dist/models/AddVirtualNumberRelationResponseBody.js +64 -0
- package/dist/models/AddVirtualNumberRelationResponseBody.js.map +1 -0
- package/dist/models/BatchRobotSmartCallRequest.d.ts +128 -0
- package/dist/models/BatchRobotSmartCallRequest.js +84 -0
- package/dist/models/BatchRobotSmartCallRequest.js.map +1 -0
- package/dist/models/BatchRobotSmartCallResponse.d.ts +19 -0
- package/dist/models/BatchRobotSmartCallResponse.js +69 -0
- package/dist/models/BatchRobotSmartCallResponse.js.map +1 -0
- package/dist/models/BatchRobotSmartCallResponseBody.d.ts +48 -0
- package/dist/models/BatchRobotSmartCallResponseBody.js +64 -0
- package/dist/models/BatchRobotSmartCallResponseBody.js.map +1 -0
- package/dist/models/CancelOrderRobotTaskRequest.d.ts +26 -0
- package/dist/models/CancelOrderRobotTaskRequest.js +64 -0
- package/dist/models/CancelOrderRobotTaskRequest.js.map +1 -0
- package/dist/models/CancelOrderRobotTaskResponse.d.ts +19 -0
- package/dist/models/CancelOrderRobotTaskResponse.js +69 -0
- package/dist/models/CancelOrderRobotTaskResponse.js.map +1 -0
- package/dist/models/CancelOrderRobotTaskResponseBody.d.ts +51 -0
- package/dist/models/CancelOrderRobotTaskResponseBody.js +64 -0
- package/dist/models/CancelOrderRobotTaskResponseBody.js.map +1 -0
- package/dist/models/CancelRobotTaskRequest.d.ts +24 -0
- package/dist/models/CancelRobotTaskRequest.js +64 -0
- package/dist/models/CancelRobotTaskRequest.js.map +1 -0
- package/dist/models/CancelRobotTaskResponse.d.ts +19 -0
- package/dist/models/CancelRobotTaskResponse.js +69 -0
- package/dist/models/CancelRobotTaskResponse.js.map +1 -0
- package/dist/models/CancelRobotTaskResponseBody.d.ts +51 -0
- package/dist/models/CancelRobotTaskResponseBody.js +64 -0
- package/dist/models/CancelRobotTaskResponseBody.js.map +1 -0
- package/dist/models/ChangeMediaTypeRequest.d.ts +39 -0
- package/dist/models/ChangeMediaTypeRequest.js +70 -0
- package/dist/models/ChangeMediaTypeRequest.js.map +1 -0
- package/dist/models/ChangeMediaTypeResponse.d.ts +19 -0
- package/dist/models/ChangeMediaTypeResponse.js +69 -0
- package/dist/models/ChangeMediaTypeResponse.js.map +1 -0
- package/dist/models/ChangeMediaTypeResponseBody.d.ts +34 -0
- package/dist/models/ChangeMediaTypeResponseBody.js +66 -0
- package/dist/models/ChangeMediaTypeResponseBody.js.map +1 -0
- package/dist/models/CreateCallTaskRequest.d.ts +114 -0
- package/dist/models/CreateCallTaskRequest.js +84 -0
- package/dist/models/CreateCallTaskRequest.js.map +1 -0
- package/dist/models/CreateCallTaskResponse.d.ts +19 -0
- package/dist/models/CreateCallTaskResponse.js +69 -0
- package/dist/models/CreateCallTaskResponse.js.map +1 -0
- package/dist/models/CreateCallTaskResponseBody.d.ts +37 -0
- package/dist/models/CreateCallTaskResponseBody.js +62 -0
- package/dist/models/CreateCallTaskResponseBody.js.map +1 -0
- package/dist/models/CreateRobotTaskRequest.d.ts +132 -0
- package/dist/models/CreateRobotTaskRequest.js +82 -0
- package/dist/models/CreateRobotTaskRequest.js.map +1 -0
- package/dist/models/CreateRobotTaskResponse.d.ts +19 -0
- package/dist/models/CreateRobotTaskResponse.js +69 -0
- package/dist/models/CreateRobotTaskResponse.js.map +1 -0
- package/dist/models/CreateRobotTaskResponseBody.d.ts +50 -0
- package/dist/models/CreateRobotTaskResponseBody.js +64 -0
- package/dist/models/CreateRobotTaskResponseBody.js.map +1 -0
- package/dist/models/DegradeVideoFileRequest.d.ts +39 -0
- package/dist/models/DegradeVideoFileRequest.js +70 -0
- package/dist/models/DegradeVideoFileRequest.js.map +1 -0
- package/dist/models/DegradeVideoFileResponse.d.ts +19 -0
- package/dist/models/DegradeVideoFileResponse.js +69 -0
- package/dist/models/DegradeVideoFileResponse.js.map +1 -0
- package/dist/models/DegradeVideoFileResponseBody.d.ts +32 -0
- package/dist/models/DegradeVideoFileResponseBody.js +69 -0
- package/dist/models/DegradeVideoFileResponseBody.js.map +1 -0
- package/dist/models/DeleteRobotTaskRequest.d.ts +26 -0
- package/dist/models/DeleteRobotTaskRequest.js +64 -0
- package/dist/models/DeleteRobotTaskRequest.js.map +1 -0
- package/dist/models/DeleteRobotTaskResponse.d.ts +19 -0
- package/dist/models/DeleteRobotTaskResponse.js +69 -0
- package/dist/models/DeleteRobotTaskResponse.js.map +1 -0
- package/dist/models/DeleteRobotTaskResponseBody.d.ts +51 -0
- package/dist/models/DeleteRobotTaskResponseBody.js +64 -0
- package/dist/models/DeleteRobotTaskResponseBody.js.map +1 -0
- package/dist/models/ExecuteCallTaskRequest.d.ts +50 -0
- package/dist/models/ExecuteCallTaskRequest.js +68 -0
- package/dist/models/ExecuteCallTaskRequest.js.map +1 -0
- package/dist/models/ExecuteCallTaskResponse.d.ts +19 -0
- package/dist/models/ExecuteCallTaskResponse.js +69 -0
- package/dist/models/ExecuteCallTaskResponse.js.map +1 -0
- package/dist/models/ExecuteCallTaskResponseBody.d.ts +40 -0
- package/dist/models/ExecuteCallTaskResponseBody.js +62 -0
- package/dist/models/ExecuteCallTaskResponseBody.js.map +1 -0
- package/dist/models/GetCallMediaTypeRequest.d.ts +29 -0
- package/dist/models/GetCallMediaTypeRequest.js +66 -0
- package/dist/models/GetCallMediaTypeRequest.js.map +1 -0
- package/dist/models/GetCallMediaTypeResponse.d.ts +19 -0
- package/dist/models/GetCallMediaTypeResponse.js +69 -0
- package/dist/models/GetCallMediaTypeResponse.js.map +1 -0
- package/dist/models/GetCallMediaTypeResponseBody.d.ts +32 -0
- package/dist/models/GetCallMediaTypeResponseBody.js +69 -0
- package/dist/models/GetCallMediaTypeResponseBody.js.map +1 -0
- package/dist/models/GetCallProgressRequest.d.ts +29 -0
- package/dist/models/GetCallProgressRequest.js +66 -0
- package/dist/models/GetCallProgressRequest.js.map +1 -0
- package/dist/models/GetCallProgressResponse.d.ts +19 -0
- package/dist/models/GetCallProgressResponse.js +69 -0
- package/dist/models/GetCallProgressResponse.js.map +1 -0
- package/dist/models/GetCallProgressResponseBody.d.ts +32 -0
- package/dist/models/GetCallProgressResponseBody.js +69 -0
- package/dist/models/GetCallProgressResponseBody.js.map +1 -0
- package/dist/models/GetHotlineQualificationByOrderRequest.d.ts +28 -0
- package/dist/models/GetHotlineQualificationByOrderRequest.js +64 -0
- package/dist/models/GetHotlineQualificationByOrderRequest.js.map +1 -0
- package/dist/models/GetHotlineQualificationByOrderResponse.d.ts +19 -0
- package/dist/models/GetHotlineQualificationByOrderResponse.js +69 -0
- package/dist/models/GetHotlineQualificationByOrderResponse.js.map +1 -0
- package/dist/models/GetHotlineQualificationByOrderResponseBody.d.ts +86 -0
- package/dist/models/GetHotlineQualificationByOrderResponseBody.js +92 -0
- package/dist/models/GetHotlineQualificationByOrderResponseBody.js.map +1 -0
- package/dist/models/GetTemporaryFileUrlRequest.d.ts +24 -0
- package/dist/models/GetTemporaryFileUrlRequest.js +64 -0
- package/dist/models/GetTemporaryFileUrlRequest.js.map +1 -0
- package/dist/models/GetTemporaryFileUrlResponse.d.ts +19 -0
- package/dist/models/GetTemporaryFileUrlResponse.js +69 -0
- package/dist/models/GetTemporaryFileUrlResponse.js.map +1 -0
- package/dist/models/GetTemporaryFileUrlResponseBody.d.ts +37 -0
- package/dist/models/GetTemporaryFileUrlResponseBody.js +71 -0
- package/dist/models/GetTemporaryFileUrlResponseBody.js.map +1 -0
- package/dist/models/GetTokenRequest.d.ts +24 -0
- package/dist/models/GetTokenRequest.js +64 -0
- package/dist/models/GetTokenRequest.js.map +1 -0
- package/dist/models/GetTokenResponse.d.ts +19 -0
- package/dist/models/GetTokenResponse.js +69 -0
- package/dist/models/GetTokenResponse.js.map +1 -0
- package/dist/models/GetTokenResponseBody.d.ts +56 -0
- package/dist/models/GetTokenResponseBody.js +66 -0
- package/dist/models/GetTokenResponseBody.js.map +1 -0
- package/dist/models/GetVideoFieldUrlRequest.d.ts +21 -0
- package/dist/models/GetVideoFieldUrlRequest.js +64 -0
- package/dist/models/GetVideoFieldUrlRequest.js.map +1 -0
- package/dist/models/GetVideoFieldUrlResponse.d.ts +19 -0
- package/dist/models/GetVideoFieldUrlResponse.js +69 -0
- package/dist/models/GetVideoFieldUrlResponse.js.map +1 -0
- package/dist/models/GetVideoFieldUrlResponseBody.d.ts +32 -0
- package/dist/models/GetVideoFieldUrlResponseBody.js +69 -0
- package/dist/models/GetVideoFieldUrlResponseBody.js.map +1 -0
- package/dist/models/IvrCallRequest.d.ts +162 -0
- package/dist/models/IvrCallRequest.js +108 -0
- package/dist/models/IvrCallRequest.js.map +1 -0
- package/dist/models/IvrCallResponse.d.ts +19 -0
- package/dist/models/IvrCallResponse.js +69 -0
- package/dist/models/IvrCallResponse.js.map +1 -0
- package/dist/models/IvrCallResponseBody.d.ts +50 -0
- package/dist/models/IvrCallResponseBody.js +64 -0
- package/dist/models/IvrCallResponseBody.js.map +1 -0
- package/dist/models/ListCallTaskDetailRequest.d.ts +62 -0
- package/dist/models/ListCallTaskDetailRequest.js +72 -0
- package/dist/models/ListCallTaskDetailRequest.js.map +1 -0
- package/dist/models/ListCallTaskDetailResponse.d.ts +19 -0
- package/dist/models/ListCallTaskDetailResponse.js +69 -0
- package/dist/models/ListCallTaskDetailResponse.js.map +1 -0
- package/dist/models/ListCallTaskDetailResponseBody.d.ts +125 -0
- package/dist/models/ListCallTaskDetailResponseBody.js +100 -0
- package/dist/models/ListCallTaskDetailResponseBody.js.map +1 -0
- package/dist/models/ListCallTaskRequest.d.ts +85 -0
- package/dist/models/ListCallTaskRequest.js +76 -0
- package/dist/models/ListCallTaskRequest.js.map +1 -0
- package/dist/models/ListCallTaskResponse.d.ts +19 -0
- package/dist/models/ListCallTaskResponse.js +69 -0
- package/dist/models/ListCallTaskResponse.js.map +1 -0
- package/dist/models/ListCallTaskResponseBody.d.ts +203 -0
- package/dist/models/ListCallTaskResponseBody.js +118 -0
- package/dist/models/ListCallTaskResponseBody.js.map +1 -0
- package/dist/models/ListHotlineTransferRegisterFileRequest.d.ts +52 -0
- package/dist/models/ListHotlineTransferRegisterFileRequest.js +70 -0
- package/dist/models/ListHotlineTransferRegisterFileRequest.js.map +1 -0
- package/dist/models/ListHotlineTransferRegisterFileResponse.d.ts +19 -0
- package/dist/models/ListHotlineTransferRegisterFileResponse.js +69 -0
- package/dist/models/ListHotlineTransferRegisterFileResponse.js.map +1 -0
- package/dist/models/ListHotlineTransferRegisterFileResponseBody.d.ts +170 -0
- package/dist/models/ListHotlineTransferRegisterFileResponseBody.js +130 -0
- package/dist/models/ListHotlineTransferRegisterFileResponseBody.js.map +1 -0
- package/dist/models/PauseVideoFileRequest.d.ts +29 -0
- package/dist/models/PauseVideoFileRequest.js +66 -0
- package/dist/models/PauseVideoFileRequest.js.map +1 -0
- package/dist/models/PauseVideoFileResponse.d.ts +19 -0
- package/dist/models/PauseVideoFileResponse.js +69 -0
- package/dist/models/PauseVideoFileResponse.js.map +1 -0
- package/dist/models/PauseVideoFileResponseBody.d.ts +32 -0
- package/dist/models/PauseVideoFileResponseBody.js +69 -0
- package/dist/models/PauseVideoFileResponseBody.js.map +1 -0
- package/dist/models/PlayVideoFileRequest.d.ts +44 -0
- package/dist/models/PlayVideoFileRequest.js +72 -0
- package/dist/models/PlayVideoFileRequest.js.map +1 -0
- package/dist/models/PlayVideoFileResponse.d.ts +19 -0
- package/dist/models/PlayVideoFileResponse.js +69 -0
- package/dist/models/PlayVideoFileResponse.js.map +1 -0
- package/dist/models/PlayVideoFileResponseBody.d.ts +34 -0
- package/dist/models/PlayVideoFileResponseBody.js +66 -0
- package/dist/models/PlayVideoFileResponseBody.js.map +1 -0
- package/dist/models/QueryCallDetailByCallIdRequest.d.ts +62 -0
- package/dist/models/QueryCallDetailByCallIdRequest.js +68 -0
- package/dist/models/QueryCallDetailByCallIdRequest.js.map +1 -0
- package/dist/models/QueryCallDetailByCallIdResponse.d.ts +19 -0
- package/dist/models/QueryCallDetailByCallIdResponse.js +69 -0
- package/dist/models/QueryCallDetailByCallIdResponse.js.map +1 -0
- package/dist/models/QueryCallDetailByCallIdResponseBody.d.ts +63 -0
- package/dist/models/QueryCallDetailByCallIdResponseBody.js +64 -0
- package/dist/models/QueryCallDetailByCallIdResponseBody.js.map +1 -0
- package/dist/models/QueryCallDetailByTaskIdRequest.d.ts +46 -0
- package/dist/models/QueryCallDetailByTaskIdRequest.js +68 -0
- package/dist/models/QueryCallDetailByTaskIdRequest.js.map +1 -0
- package/dist/models/QueryCallDetailByTaskIdResponse.d.ts +19 -0
- package/dist/models/QueryCallDetailByTaskIdResponse.js +69 -0
- package/dist/models/QueryCallDetailByTaskIdResponse.js.map +1 -0
- package/dist/models/QueryCallDetailByTaskIdResponseBody.d.ts +103 -0
- package/dist/models/QueryCallDetailByTaskIdResponseBody.js +64 -0
- package/dist/models/QueryCallDetailByTaskIdResponseBody.js.map +1 -0
- package/dist/models/QueryCallInPoolTransferConfigRequest.d.ts +26 -0
- package/dist/models/QueryCallInPoolTransferConfigRequest.js +64 -0
- package/dist/models/QueryCallInPoolTransferConfigRequest.js.map +1 -0
- package/dist/models/QueryCallInPoolTransferConfigResponse.d.ts +19 -0
- package/dist/models/QueryCallInPoolTransferConfigResponse.js +69 -0
- package/dist/models/QueryCallInPoolTransferConfigResponse.js.map +1 -0
- package/dist/models/QueryCallInPoolTransferConfigResponseBody.d.ts +109 -0
- package/dist/models/QueryCallInPoolTransferConfigResponseBody.js +114 -0
- package/dist/models/QueryCallInPoolTransferConfigResponseBody.js.map +1 -0
- package/dist/models/QueryCallInTransferRecordRequest.d.ts +66 -0
- package/dist/models/QueryCallInTransferRecordRequest.js +72 -0
- package/dist/models/QueryCallInTransferRecordRequest.js.map +1 -0
- package/dist/models/QueryCallInTransferRecordResponse.d.ts +19 -0
- package/dist/models/QueryCallInTransferRecordResponse.js +69 -0
- package/dist/models/QueryCallInTransferRecordResponse.js.map +1 -0
- package/dist/models/QueryCallInTransferRecordResponseBody.d.ts +146 -0
- package/dist/models/QueryCallInTransferRecordResponseBody.js +124 -0
- package/dist/models/QueryCallInTransferRecordResponseBody.js.map +1 -0
- package/dist/models/QueryRobotInfoListRequest.d.ts +29 -0
- package/dist/models/QueryRobotInfoListRequest.js +64 -0
- package/dist/models/QueryRobotInfoListRequest.js.map +1 -0
- package/dist/models/QueryRobotInfoListResponse.d.ts +19 -0
- package/dist/models/QueryRobotInfoListResponse.js +69 -0
- package/dist/models/QueryRobotInfoListResponse.js.map +1 -0
- package/dist/models/QueryRobotInfoListResponseBody.d.ts +59 -0
- package/dist/models/QueryRobotInfoListResponseBody.js +64 -0
- package/dist/models/QueryRobotInfoListResponseBody.js.map +1 -0
- package/dist/models/QueryRobotTaskCallDetailRequest.d.ts +46 -0
- package/dist/models/QueryRobotTaskCallDetailRequest.js +68 -0
- package/dist/models/QueryRobotTaskCallDetailRequest.js.map +1 -0
- package/dist/models/QueryRobotTaskCallDetailResponse.d.ts +19 -0
- package/dist/models/QueryRobotTaskCallDetailResponse.js +69 -0
- package/dist/models/QueryRobotTaskCallDetailResponse.js.map +1 -0
- package/dist/models/QueryRobotTaskCallDetailResponseBody.d.ts +75 -0
- package/dist/models/QueryRobotTaskCallDetailResponseBody.js +64 -0
- package/dist/models/QueryRobotTaskCallDetailResponseBody.js.map +1 -0
- package/dist/models/QueryRobotTaskCallListRequest.d.ts +107 -0
- package/dist/models/QueryRobotTaskCallListRequest.js +82 -0
- package/dist/models/QueryRobotTaskCallListRequest.js.map +1 -0
- package/dist/models/QueryRobotTaskCallListResponse.d.ts +19 -0
- package/dist/models/QueryRobotTaskCallListResponse.js +69 -0
- package/dist/models/QueryRobotTaskCallListResponse.js.map +1 -0
- package/dist/models/QueryRobotTaskCallListResponseBody.d.ts +73 -0
- package/dist/models/QueryRobotTaskCallListResponseBody.js +64 -0
- package/dist/models/QueryRobotTaskCallListResponseBody.js.map +1 -0
- package/dist/models/QueryRobotTaskDetailRequest.d.ts +26 -0
- package/dist/models/QueryRobotTaskDetailRequest.js +64 -0
- package/dist/models/QueryRobotTaskDetailRequest.js.map +1 -0
- package/dist/models/QueryRobotTaskDetailResponse.d.ts +19 -0
- package/dist/models/QueryRobotTaskDetailResponse.js +69 -0
- package/dist/models/QueryRobotTaskDetailResponse.js.map +1 -0
- package/dist/models/QueryRobotTaskDetailResponseBody.d.ts +67 -0
- package/dist/models/QueryRobotTaskDetailResponseBody.js +64 -0
- package/dist/models/QueryRobotTaskDetailResponseBody.js.map +1 -0
- package/dist/models/QueryRobotTaskListRequest.d.ts +67 -0
- package/dist/models/QueryRobotTaskListRequest.js +72 -0
- package/dist/models/QueryRobotTaskListRequest.js.map +1 -0
- package/dist/models/QueryRobotTaskListResponse.d.ts +19 -0
- package/dist/models/QueryRobotTaskListResponse.js +69 -0
- package/dist/models/QueryRobotTaskListResponse.js.map +1 -0
- package/dist/models/QueryRobotTaskListResponseBody.d.ts +81 -0
- package/dist/models/QueryRobotTaskListResponseBody.js +70 -0
- package/dist/models/QueryRobotTaskListResponseBody.js.map +1 -0
- package/dist/models/QueryRobotv2allListRequest.d.ts +16 -0
- package/dist/models/QueryRobotv2allListRequest.js +62 -0
- package/dist/models/QueryRobotv2allListRequest.js.map +1 -0
- package/dist/models/QueryRobotv2allListResponse.d.ts +19 -0
- package/dist/models/QueryRobotv2allListResponse.js +69 -0
- package/dist/models/QueryRobotv2allListResponse.js.map +1 -0
- package/dist/models/QueryRobotv2allListResponseBody.d.ts +52 -0
- package/dist/models/QueryRobotv2allListResponseBody.js +64 -0
- package/dist/models/QueryRobotv2allListResponseBody.js.map +1 -0
- package/dist/models/QueryVideoPlayProgressRequest.d.ts +29 -0
- package/dist/models/QueryVideoPlayProgressRequest.js +66 -0
- package/dist/models/QueryVideoPlayProgressRequest.js.map +1 -0
- package/dist/models/QueryVideoPlayProgressResponse.d.ts +19 -0
- package/dist/models/QueryVideoPlayProgressResponse.js +69 -0
- package/dist/models/QueryVideoPlayProgressResponse.js.map +1 -0
- package/dist/models/QueryVideoPlayProgressResponseBody.d.ts +32 -0
- package/dist/models/QueryVideoPlayProgressResponseBody.js +69 -0
- package/dist/models/QueryVideoPlayProgressResponseBody.js.map +1 -0
- package/dist/models/QueryVirtualNumberRelationRequest.d.ts +96 -0
- package/dist/models/QueryVirtualNumberRelationRequest.js +80 -0
- package/dist/models/QueryVirtualNumberRelationRequest.js.map +1 -0
- package/dist/models/QueryVirtualNumberRelationResponse.d.ts +19 -0
- package/dist/models/QueryVirtualNumberRelationResponse.js +69 -0
- package/dist/models/QueryVirtualNumberRelationResponse.js.map +1 -0
- package/dist/models/QueryVirtualNumberRelationResponseBody.d.ts +46 -0
- package/dist/models/QueryVirtualNumberRelationResponseBody.js +62 -0
- package/dist/models/QueryVirtualNumberRelationResponseBody.js.map +1 -0
- package/dist/models/QueryVirtualNumberRequest.d.ts +51 -0
- package/dist/models/QueryVirtualNumberRequest.js +70 -0
- package/dist/models/QueryVirtualNumberRequest.js.map +1 -0
- package/dist/models/QueryVirtualNumberResponse.d.ts +19 -0
- package/dist/models/QueryVirtualNumberResponse.js +69 -0
- package/dist/models/QueryVirtualNumberResponse.js.map +1 -0
- package/dist/models/QueryVirtualNumberResponseBody.d.ts +51 -0
- package/dist/models/QueryVirtualNumberResponseBody.js +62 -0
- package/dist/models/QueryVirtualNumberResponseBody.js.map +1 -0
- package/dist/models/QueryVoiceFileAuditInfoRequest.d.ts +39 -0
- package/dist/models/QueryVoiceFileAuditInfoRequest.js +66 -0
- package/dist/models/QueryVoiceFileAuditInfoRequest.js.map +1 -0
- package/dist/models/QueryVoiceFileAuditInfoResponse.d.ts +19 -0
- package/dist/models/QueryVoiceFileAuditInfoResponse.js +69 -0
- package/dist/models/QueryVoiceFileAuditInfoResponse.js.map +1 -0
- package/dist/models/QueryVoiceFileAuditInfoResponseBody.d.ts +89 -0
- package/dist/models/QueryVoiceFileAuditInfoResponseBody.js +90 -0
- package/dist/models/QueryVoiceFileAuditInfoResponseBody.js.map +1 -0
- package/dist/models/RecoverCallInConfigRequest.d.ts +26 -0
- package/dist/models/RecoverCallInConfigRequest.js +64 -0
- package/dist/models/RecoverCallInConfigRequest.js.map +1 -0
- package/dist/models/RecoverCallInConfigResponse.d.ts +19 -0
- package/dist/models/RecoverCallInConfigResponse.js +69 -0
- package/dist/models/RecoverCallInConfigResponse.js.map +1 -0
- package/dist/models/RecoverCallInConfigResponseBody.d.ts +48 -0
- package/dist/models/RecoverCallInConfigResponseBody.js +64 -0
- package/dist/models/RecoverCallInConfigResponseBody.js.map +1 -0
- package/dist/models/ResumeVideoFileRequest.d.ts +29 -0
- package/dist/models/ResumeVideoFileRequest.js +66 -0
- package/dist/models/ResumeVideoFileRequest.js.map +1 -0
- package/dist/models/ResumeVideoFileResponse.d.ts +19 -0
- package/dist/models/ResumeVideoFileResponse.js +69 -0
- package/dist/models/ResumeVideoFileResponse.js.map +1 -0
- package/dist/models/ResumeVideoFileResponseBody.d.ts +32 -0
- package/dist/models/ResumeVideoFileResponseBody.js +69 -0
- package/dist/models/ResumeVideoFileResponseBody.js.map +1 -0
- package/dist/models/SeekVideoFileRequest.d.ts +40 -0
- package/dist/models/SeekVideoFileRequest.js +68 -0
- package/dist/models/SeekVideoFileRequest.js.map +1 -0
- package/dist/models/SeekVideoFileResponse.d.ts +19 -0
- package/dist/models/SeekVideoFileResponse.js +69 -0
- package/dist/models/SeekVideoFileResponse.js.map +1 -0
- package/dist/models/SeekVideoFileResponseBody.d.ts +32 -0
- package/dist/models/SeekVideoFileResponseBody.js +69 -0
- package/dist/models/SeekVideoFileResponseBody.js.map +1 -0
- package/dist/models/SendVerificationRequest.d.ts +46 -0
- package/dist/models/SendVerificationRequest.js +68 -0
- package/dist/models/SendVerificationRequest.js.map +1 -0
- package/dist/models/SendVerificationResponse.d.ts +19 -0
- package/dist/models/SendVerificationResponse.js +69 -0
- package/dist/models/SendVerificationResponse.js.map +1 -0
- package/dist/models/SendVerificationResponseBody.d.ts +48 -0
- package/dist/models/SendVerificationResponseBody.js +64 -0
- package/dist/models/SendVerificationResponseBody.js.map +1 -0
- package/dist/models/SetTransferCalleePoolConfigRequest.d.ts +86 -0
- package/dist/models/SetTransferCalleePoolConfigRequest.js +94 -0
- package/dist/models/SetTransferCalleePoolConfigRequest.js.map +1 -0
- package/dist/models/SetTransferCalleePoolConfigResponse.d.ts +19 -0
- package/dist/models/SetTransferCalleePoolConfigResponse.js +69 -0
- package/dist/models/SetTransferCalleePoolConfigResponse.js.map +1 -0
- package/dist/models/SetTransferCalleePoolConfigResponseBody.d.ts +48 -0
- package/dist/models/SetTransferCalleePoolConfigResponseBody.js +64 -0
- package/dist/models/SetTransferCalleePoolConfigResponseBody.js.map +1 -0
- package/dist/models/SingleCallByTtsRequest.d.ts +108 -0
- package/dist/models/SingleCallByTtsRequest.js +78 -0
- package/dist/models/SingleCallByTtsRequest.js.map +1 -0
- package/dist/models/SingleCallByTtsResponse.d.ts +19 -0
- package/dist/models/SingleCallByTtsResponse.js +69 -0
- package/dist/models/SingleCallByTtsResponse.js.map +1 -0
- package/dist/models/SingleCallByTtsResponseBody.d.ts +50 -0
- package/dist/models/SingleCallByTtsResponseBody.js +64 -0
- package/dist/models/SingleCallByTtsResponseBody.js.map +1 -0
- package/dist/models/SingleCallByVideoRequest.d.ts +62 -0
- package/dist/models/SingleCallByVideoRequest.js +78 -0
- package/dist/models/SingleCallByVideoRequest.js.map +1 -0
- package/dist/models/SingleCallByVideoResponse.d.ts +19 -0
- package/dist/models/SingleCallByVideoResponse.js +69 -0
- package/dist/models/SingleCallByVideoResponse.js.map +1 -0
- package/dist/models/SingleCallByVideoResponseBody.d.ts +33 -0
- package/dist/models/SingleCallByVideoResponseBody.js +64 -0
- package/dist/models/SingleCallByVideoResponseBody.js.map +1 -0
- package/dist/models/SingleCallByVoiceRequest.d.ts +98 -0
- package/dist/models/SingleCallByVoiceRequest.js +76 -0
- package/dist/models/SingleCallByVoiceRequest.js.map +1 -0
- package/dist/models/SingleCallByVoiceResponse.d.ts +19 -0
- package/dist/models/SingleCallByVoiceResponse.js +69 -0
- package/dist/models/SingleCallByVoiceResponse.js.map +1 -0
- package/dist/models/SingleCallByVoiceResponseBody.d.ts +50 -0
- package/dist/models/SingleCallByVoiceResponseBody.js +64 -0
- package/dist/models/SingleCallByVoiceResponseBody.js.map +1 -0
- package/dist/models/SkipVideoFileRequest.d.ts +42 -0
- package/dist/models/SkipVideoFileRequest.js +70 -0
- package/dist/models/SkipVideoFileRequest.js.map +1 -0
- package/dist/models/SkipVideoFileResponse.d.ts +19 -0
- package/dist/models/SkipVideoFileResponse.js +69 -0
- package/dist/models/SkipVideoFileResponse.js.map +1 -0
- package/dist/models/SkipVideoFileResponseBody.d.ts +34 -0
- package/dist/models/SkipVideoFileResponseBody.js +66 -0
- package/dist/models/SkipVideoFileResponseBody.js.map +1 -0
- package/dist/models/SmartCallOperateRequest.d.ts +46 -0
- package/dist/models/SmartCallOperateRequest.js +68 -0
- package/dist/models/SmartCallOperateRequest.js.map +1 -0
- package/dist/models/SmartCallOperateResponse.d.ts +19 -0
- package/dist/models/SmartCallOperateResponse.js +69 -0
- package/dist/models/SmartCallOperateResponse.js.map +1 -0
- package/dist/models/SmartCallOperateResponseBody.d.ts +51 -0
- package/dist/models/SmartCallOperateResponseBody.js +64 -0
- package/dist/models/SmartCallOperateResponseBody.js.map +1 -0
- package/dist/models/SmartCallRequest.d.ts +304 -0
- package/dist/models/SmartCallRequest.js +116 -0
- package/dist/models/SmartCallRequest.js.map +1 -0
- package/dist/models/SmartCallResponse.d.ts +19 -0
- package/dist/models/SmartCallResponse.js +69 -0
- package/dist/models/SmartCallResponse.js.map +1 -0
- package/dist/models/SmartCallResponseBody.d.ts +50 -0
- package/dist/models/SmartCallResponseBody.js +64 -0
- package/dist/models/SmartCallResponseBody.js.map +1 -0
- package/dist/models/StartRobotTaskRequest.d.ts +34 -0
- package/dist/models/StartRobotTaskRequest.js +66 -0
- package/dist/models/StartRobotTaskRequest.js.map +1 -0
- package/dist/models/StartRobotTaskResponse.d.ts +19 -0
- package/dist/models/StartRobotTaskResponse.js +69 -0
- package/dist/models/StartRobotTaskResponse.js.map +1 -0
- package/dist/models/StartRobotTaskResponseBody.d.ts +51 -0
- package/dist/models/StartRobotTaskResponseBody.js +64 -0
- package/dist/models/StartRobotTaskResponseBody.js.map +1 -0
- package/dist/models/StopCallInConfigRequest.d.ts +26 -0
- package/dist/models/StopCallInConfigRequest.js +64 -0
- package/dist/models/StopCallInConfigRequest.js.map +1 -0
- package/dist/models/StopCallInConfigResponse.d.ts +19 -0
- package/dist/models/StopCallInConfigResponse.js +69 -0
- package/dist/models/StopCallInConfigResponse.js.map +1 -0
- package/dist/models/StopCallInConfigResponseBody.d.ts +48 -0
- package/dist/models/StopCallInConfigResponseBody.js +64 -0
- package/dist/models/StopCallInConfigResponseBody.js.map +1 -0
- package/dist/models/StopRobotTaskRequest.d.ts +26 -0
- package/dist/models/StopRobotTaskRequest.js +64 -0
- package/dist/models/StopRobotTaskRequest.js.map +1 -0
- package/dist/models/StopRobotTaskResponse.d.ts +19 -0
- package/dist/models/StopRobotTaskResponse.js +69 -0
- package/dist/models/StopRobotTaskResponse.js.map +1 -0
- package/dist/models/StopRobotTaskResponseBody.d.ts +51 -0
- package/dist/models/StopRobotTaskResponseBody.js +64 -0
- package/dist/models/StopRobotTaskResponseBody.js.map +1 -0
- package/dist/models/SubmitHotlineTransferRegisterRequest.d.ts +156 -0
- package/dist/models/SubmitHotlineTransferRegisterRequest.js +108 -0
- package/dist/models/SubmitHotlineTransferRegisterRequest.js.map +1 -0
- package/dist/models/SubmitHotlineTransferRegisterResponse.d.ts +19 -0
- package/dist/models/SubmitHotlineTransferRegisterResponse.js +69 -0
- package/dist/models/SubmitHotlineTransferRegisterResponse.js.map +1 -0
- package/dist/models/SubmitHotlineTransferRegisterResponseBody.d.ts +48 -0
- package/dist/models/SubmitHotlineTransferRegisterResponseBody.js +64 -0
- package/dist/models/SubmitHotlineTransferRegisterResponseBody.js.map +1 -0
- package/dist/models/UpgradeVideoFileRequest.d.ts +39 -0
- package/dist/models/UpgradeVideoFileRequest.js +70 -0
- package/dist/models/UpgradeVideoFileRequest.js.map +1 -0
- package/dist/models/UpgradeVideoFileResponse.d.ts +19 -0
- package/dist/models/UpgradeVideoFileResponse.js +69 -0
- package/dist/models/UpgradeVideoFileResponse.js.map +1 -0
- package/dist/models/UpgradeVideoFileResponseBody.d.ts +32 -0
- package/dist/models/UpgradeVideoFileResponseBody.js +69 -0
- package/dist/models/UpgradeVideoFileResponseBody.js.map +1 -0
- package/dist/models/UploadRobotTaskCalledFileRequest.d.ts +57 -0
- package/dist/models/UploadRobotTaskCalledFileRequest.js +70 -0
- package/dist/models/UploadRobotTaskCalledFileRequest.js.map +1 -0
- package/dist/models/UploadRobotTaskCalledFileResponse.d.ts +19 -0
- package/dist/models/UploadRobotTaskCalledFileResponse.js +69 -0
- package/dist/models/UploadRobotTaskCalledFileResponse.js.map +1 -0
- package/dist/models/UploadRobotTaskCalledFileResponseBody.d.ts +50 -0
- package/dist/models/UploadRobotTaskCalledFileResponseBody.js +64 -0
- package/dist/models/UploadRobotTaskCalledFileResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +172 -0
- package/dist/models/model.js +351 -0
- package/dist/models/model.js.map +1 -0
- package/package.json +3 -6
- package/src/client.ts +1645 -6693
- package/src/models/AddVirtualNumberRelationRequest.ts +92 -0
- package/src/models/AddVirtualNumberRelationResponse.ts +40 -0
- package/src/models/AddVirtualNumberRelationResponseBody.ts +69 -0
- package/src/models/BatchRobotSmartCallRequest.ts +167 -0
- package/src/models/BatchRobotSmartCallResponse.ts +40 -0
- package/src/models/BatchRobotSmartCallResponseBody.ts +67 -0
- package/src/models/CancelOrderRobotTaskRequest.ts +45 -0
- package/src/models/CancelOrderRobotTaskResponse.ts +40 -0
- package/src/models/CancelOrderRobotTaskResponseBody.ts +70 -0
- package/src/models/CancelRobotTaskRequest.ts +43 -0
- package/src/models/CancelRobotTaskResponse.ts +40 -0
- package/src/models/CancelRobotTaskResponseBody.ts +70 -0
- package/src/models/ChangeMediaTypeRequest.ts +64 -0
- package/src/models/ChangeMediaTypeResponse.ts +40 -0
- package/src/models/ChangeMediaTypeResponseBody.ts +55 -0
- package/src/models/CreateCallTaskRequest.ts +153 -0
- package/src/models/CreateCallTaskResponse.ts +40 -0
- package/src/models/CreateCallTaskResponseBody.ts +54 -0
- package/src/models/CreateRobotTaskRequest.ts +169 -0
- package/src/models/CreateRobotTaskResponse.ts +40 -0
- package/src/models/CreateRobotTaskResponseBody.ts +69 -0
- package/src/models/DegradeVideoFileRequest.ts +64 -0
- package/src/models/DegradeVideoFileResponse.ts +40 -0
- package/src/models/DegradeVideoFileResponseBody.ts +54 -0
- package/src/models/DeleteRobotTaskRequest.ts +45 -0
- package/src/models/DeleteRobotTaskResponse.ts +40 -0
- package/src/models/DeleteRobotTaskResponseBody.ts +70 -0
- package/src/models/ExecuteCallTaskRequest.ts +73 -0
- package/src/models/ExecuteCallTaskResponse.ts +40 -0
- package/src/models/ExecuteCallTaskResponseBody.ts +57 -0
- package/src/models/GetCallMediaTypeRequest.ts +50 -0
- package/src/models/GetCallMediaTypeResponse.ts +40 -0
- package/src/models/GetCallMediaTypeResponseBody.ts +54 -0
- package/src/models/GetCallProgressRequest.ts +50 -0
- package/src/models/GetCallProgressResponse.ts +40 -0
- package/src/models/GetCallProgressResponseBody.ts +54 -0
- package/src/models/GetHotlineQualificationByOrderRequest.ts +47 -0
- package/src/models/GetHotlineQualificationByOrderResponse.ts +40 -0
- package/src/models/GetHotlineQualificationByOrderResponseBody.ts +122 -0
- package/src/models/GetTemporaryFileUrlRequest.ts +43 -0
- package/src/models/GetTemporaryFileUrlResponse.ts +40 -0
- package/src/models/GetTemporaryFileUrlResponseBody.ts +61 -0
- package/src/models/GetTokenRequest.ts +43 -0
- package/src/models/GetTokenResponse.ts +40 -0
- package/src/models/GetTokenResponseBody.ts +77 -0
- package/src/models/GetVideoFieldUrlRequest.ts +40 -0
- package/src/models/GetVideoFieldUrlResponse.ts +40 -0
- package/src/models/GetVideoFieldUrlResponseBody.ts +54 -0
- package/src/models/IvrCallRequest.ts +216 -0
- package/src/models/IvrCallResponse.ts +40 -0
- package/src/models/IvrCallResponseBody.ts +69 -0
- package/src/models/ListCallTaskDetailRequest.ts +89 -0
- package/src/models/ListCallTaskDetailResponse.ts +40 -0
- package/src/models/ListCallTaskDetailResponseBody.ts +171 -0
- package/src/models/ListCallTaskRequest.ts +116 -0
- package/src/models/ListCallTaskResponse.ts +40 -0
- package/src/models/ListCallTaskResponseBody.ts +267 -0
- package/src/models/ListHotlineTransferRegisterFileRequest.ts +77 -0
- package/src/models/ListHotlineTransferRegisterFileResponse.ts +40 -0
- package/src/models/ListHotlineTransferRegisterFileResponseBody.ts +237 -0
- package/src/models/PauseVideoFileRequest.ts +50 -0
- package/src/models/PauseVideoFileResponse.ts +40 -0
- package/src/models/PauseVideoFileResponseBody.ts +54 -0
- package/src/models/PlayVideoFileRequest.ts +71 -0
- package/src/models/PlayVideoFileResponse.ts +40 -0
- package/src/models/PlayVideoFileResponseBody.ts +55 -0
- package/src/models/QueryCallDetailByCallIdRequest.ts +85 -0
- package/src/models/QueryCallDetailByCallIdResponse.ts +40 -0
- package/src/models/QueryCallDetailByCallIdResponseBody.ts +82 -0
- package/src/models/QueryCallDetailByTaskIdRequest.ts +69 -0
- package/src/models/QueryCallDetailByTaskIdResponse.ts +40 -0
- package/src/models/QueryCallDetailByTaskIdResponseBody.ts +122 -0
- package/src/models/QueryCallInPoolTransferConfigRequest.ts +45 -0
- package/src/models/QueryCallInPoolTransferConfigResponse.ts +40 -0
- package/src/models/QueryCallInPoolTransferConfigResponseBody.ts +160 -0
- package/src/models/QueryCallInTransferRecordRequest.ts +93 -0
- package/src/models/QueryCallInTransferRecordResponse.ts +40 -0
- package/src/models/QueryCallInTransferRecordResponseBody.ts +207 -0
- package/src/models/QueryRobotInfoListRequest.ts +48 -0
- package/src/models/QueryRobotInfoListResponse.ts +40 -0
- package/src/models/QueryRobotInfoListResponseBody.ts +78 -0
- package/src/models/QueryRobotTaskCallDetailRequest.ts +69 -0
- package/src/models/QueryRobotTaskCallDetailResponse.ts +40 -0
- package/src/models/QueryRobotTaskCallDetailResponseBody.ts +94 -0
- package/src/models/QueryRobotTaskCallListRequest.ts +144 -0
- package/src/models/QueryRobotTaskCallListResponse.ts +40 -0
- package/src/models/QueryRobotTaskCallListResponseBody.ts +92 -0
- package/src/models/QueryRobotTaskDetailRequest.ts +45 -0
- package/src/models/QueryRobotTaskDetailResponse.ts +40 -0
- package/src/models/QueryRobotTaskDetailResponseBody.ts +86 -0
- package/src/models/QueryRobotTaskListRequest.ts +94 -0
- package/src/models/QueryRobotTaskListResponse.ts +40 -0
- package/src/models/QueryRobotTaskListResponseBody.ts +106 -0
- package/src/models/QueryRobotv2allListRequest.ts +33 -0
- package/src/models/QueryRobotv2allListResponse.ts +40 -0
- package/src/models/QueryRobotv2allListResponseBody.ts +71 -0
- package/src/models/QueryVideoPlayProgressRequest.ts +50 -0
- package/src/models/QueryVideoPlayProgressResponse.ts +40 -0
- package/src/models/QueryVideoPlayProgressResponseBody.ts +54 -0
- package/src/models/QueryVirtualNumberRelationRequest.ts +131 -0
- package/src/models/QueryVirtualNumberRelationResponse.ts +40 -0
- package/src/models/QueryVirtualNumberRelationResponseBody.ts +63 -0
- package/src/models/QueryVirtualNumberRequest.ts +76 -0
- package/src/models/QueryVirtualNumberResponse.ts +40 -0
- package/src/models/QueryVirtualNumberResponseBody.ts +68 -0
- package/src/models/QueryVoiceFileAuditInfoRequest.ts +60 -0
- package/src/models/QueryVoiceFileAuditInfoResponse.ts +40 -0
- package/src/models/QueryVoiceFileAuditInfoResponseBody.ts +125 -0
- package/src/models/RecoverCallInConfigRequest.ts +45 -0
- package/src/models/RecoverCallInConfigResponse.ts +40 -0
- package/src/models/RecoverCallInConfigResponseBody.ts +67 -0
- package/src/models/ResumeVideoFileRequest.ts +50 -0
- package/src/models/ResumeVideoFileResponse.ts +40 -0
- package/src/models/ResumeVideoFileResponseBody.ts +54 -0
- package/src/models/SeekVideoFileRequest.ts +63 -0
- package/src/models/SeekVideoFileResponse.ts +40 -0
- package/src/models/SeekVideoFileResponseBody.ts +54 -0
- package/src/models/SendVerificationRequest.ts +69 -0
- package/src/models/SendVerificationResponse.ts +40 -0
- package/src/models/SendVerificationResponseBody.ts +67 -0
- package/src/models/SetTransferCalleePoolConfigRequest.ts +126 -0
- package/src/models/SetTransferCalleePoolConfigResponse.ts +40 -0
- package/src/models/SetTransferCalleePoolConfigResponseBody.ts +67 -0
- package/src/models/SingleCallByTtsRequest.ts +141 -0
- package/src/models/SingleCallByTtsResponse.ts +40 -0
- package/src/models/SingleCallByTtsResponseBody.ts +69 -0
- package/src/models/SingleCallByVideoRequest.ts +95 -0
- package/src/models/SingleCallByVideoResponse.ts +40 -0
- package/src/models/SingleCallByVideoResponseBody.ts +52 -0
- package/src/models/SingleCallByVoiceRequest.ts +129 -0
- package/src/models/SingleCallByVoiceResponse.ts +40 -0
- package/src/models/SingleCallByVoiceResponseBody.ts +69 -0
- package/src/models/SkipVideoFileRequest.ts +67 -0
- package/src/models/SkipVideoFileResponse.ts +40 -0
- package/src/models/SkipVideoFileResponseBody.ts +55 -0
- package/src/models/SmartCallOperateRequest.ts +69 -0
- package/src/models/SmartCallOperateResponse.ts +40 -0
- package/src/models/SmartCallOperateResponseBody.ts +70 -0
- package/src/models/SmartCallRequest.ts +375 -0
- package/src/models/SmartCallResponse.ts +40 -0
- package/src/models/SmartCallResponseBody.ts +69 -0
- package/src/models/StartRobotTaskRequest.ts +55 -0
- package/src/models/StartRobotTaskResponse.ts +40 -0
- package/src/models/StartRobotTaskResponseBody.ts +70 -0
- package/src/models/StopCallInConfigRequest.ts +45 -0
- package/src/models/StopCallInConfigResponse.ts +40 -0
- package/src/models/StopCallInConfigResponseBody.ts +67 -0
- package/src/models/StopRobotTaskRequest.ts +45 -0
- package/src/models/StopRobotTaskResponse.ts +40 -0
- package/src/models/StopRobotTaskResponseBody.ts +70 -0
- package/src/models/SubmitHotlineTransferRegisterRequest.ts +210 -0
- package/src/models/SubmitHotlineTransferRegisterResponse.ts +40 -0
- package/src/models/SubmitHotlineTransferRegisterResponseBody.ts +67 -0
- package/src/models/UpgradeVideoFileRequest.ts +64 -0
- package/src/models/UpgradeVideoFileResponse.ts +40 -0
- package/src/models/UpgradeVideoFileResponseBody.ts +54 -0
- package/src/models/UploadRobotTaskCalledFileRequest.ts +82 -0
- package/src/models/UploadRobotTaskCalledFileResponse.ts +40 -0
- package/src/models/UploadRobotTaskCalledFileResponseBody.ts +69 -0
- package/src/models/model.ts +172 -0
package/dist/client.d.ts
CHANGED
|
@@ -1,3631 +1,1122 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
import * as $
|
|
5
|
-
|
|
6
|
-
import * as $tea from '@alicloud/tea-typescript';
|
|
7
|
-
export declare class AddVirtualNumberRelationRequest extends $tea.Model {
|
|
8
|
-
corpNameList?: string;
|
|
9
|
-
numberList?: string;
|
|
10
|
-
ownerId?: number;
|
|
11
|
-
phoneNum?: string;
|
|
12
|
-
prodCode?: string;
|
|
13
|
-
resourceOwnerAccount?: string;
|
|
14
|
-
resourceOwnerId?: number;
|
|
15
|
-
routeType?: number;
|
|
16
|
-
static names(): {
|
|
17
|
-
[key: string]: string;
|
|
18
|
-
};
|
|
19
|
-
static types(): {
|
|
20
|
-
[key: string]: any;
|
|
21
|
-
};
|
|
22
|
-
constructor(map?: {
|
|
23
|
-
[key: string]: any;
|
|
24
|
-
});
|
|
25
|
-
}
|
|
26
|
-
export declare class AddVirtualNumberRelationResponseBody extends $tea.Model {
|
|
27
|
-
code?: string;
|
|
28
|
-
data?: string;
|
|
29
|
-
message?: string;
|
|
30
|
-
requestId?: string;
|
|
31
|
-
static names(): {
|
|
32
|
-
[key: string]: string;
|
|
33
|
-
};
|
|
34
|
-
static types(): {
|
|
35
|
-
[key: string]: any;
|
|
36
|
-
};
|
|
37
|
-
constructor(map?: {
|
|
38
|
-
[key: string]: any;
|
|
39
|
-
});
|
|
40
|
-
}
|
|
41
|
-
export declare class AddVirtualNumberRelationResponse extends $tea.Model {
|
|
42
|
-
headers?: {
|
|
43
|
-
[key: string]: string;
|
|
44
|
-
};
|
|
45
|
-
statusCode?: number;
|
|
46
|
-
body?: AddVirtualNumberRelationResponseBody;
|
|
47
|
-
static names(): {
|
|
48
|
-
[key: string]: string;
|
|
49
|
-
};
|
|
50
|
-
static types(): {
|
|
51
|
-
[key: string]: any;
|
|
52
|
-
};
|
|
53
|
-
constructor(map?: {
|
|
54
|
-
[key: string]: any;
|
|
55
|
-
});
|
|
56
|
-
}
|
|
57
|
-
export declare class BatchRobotSmartCallRequest extends $tea.Model {
|
|
58
|
-
calledNumber?: string;
|
|
59
|
-
calledShowNumber?: string;
|
|
60
|
-
corpName?: string;
|
|
61
|
-
dialogId?: string;
|
|
62
|
-
earlyMediaAsr?: boolean;
|
|
63
|
-
isSelfLine?: boolean;
|
|
64
|
-
ownerId?: number;
|
|
65
|
-
resourceOwnerAccount?: string;
|
|
66
|
-
resourceOwnerId?: number;
|
|
67
|
-
scheduleCall?: boolean;
|
|
68
|
-
scheduleTime?: number;
|
|
69
|
-
taskName?: string;
|
|
70
|
-
ttsParam?: string;
|
|
71
|
-
ttsParamHead?: string;
|
|
72
|
-
static names(): {
|
|
73
|
-
[key: string]: string;
|
|
74
|
-
};
|
|
75
|
-
static types(): {
|
|
76
|
-
[key: string]: any;
|
|
77
|
-
};
|
|
78
|
-
constructor(map?: {
|
|
79
|
-
[key: string]: any;
|
|
80
|
-
});
|
|
81
|
-
}
|
|
82
|
-
export declare class BatchRobotSmartCallResponseBody extends $tea.Model {
|
|
83
|
-
code?: string;
|
|
84
|
-
message?: string;
|
|
85
|
-
requestId?: string;
|
|
86
|
-
taskId?: string;
|
|
87
|
-
static names(): {
|
|
88
|
-
[key: string]: string;
|
|
89
|
-
};
|
|
90
|
-
static types(): {
|
|
91
|
-
[key: string]: any;
|
|
92
|
-
};
|
|
93
|
-
constructor(map?: {
|
|
94
|
-
[key: string]: any;
|
|
95
|
-
});
|
|
96
|
-
}
|
|
97
|
-
export declare class BatchRobotSmartCallResponse extends $tea.Model {
|
|
98
|
-
headers?: {
|
|
99
|
-
[key: string]: string;
|
|
100
|
-
};
|
|
101
|
-
statusCode?: number;
|
|
102
|
-
body?: BatchRobotSmartCallResponseBody;
|
|
103
|
-
static names(): {
|
|
104
|
-
[key: string]: string;
|
|
105
|
-
};
|
|
106
|
-
static types(): {
|
|
107
|
-
[key: string]: any;
|
|
108
|
-
};
|
|
109
|
-
constructor(map?: {
|
|
110
|
-
[key: string]: any;
|
|
111
|
-
});
|
|
112
|
-
}
|
|
113
|
-
export declare class CancelOrderRobotTaskRequest extends $tea.Model {
|
|
114
|
-
ownerId?: number;
|
|
115
|
-
resourceOwnerAccount?: string;
|
|
116
|
-
resourceOwnerId?: number;
|
|
117
|
-
taskId?: number;
|
|
118
|
-
static names(): {
|
|
119
|
-
[key: string]: string;
|
|
120
|
-
};
|
|
121
|
-
static types(): {
|
|
122
|
-
[key: string]: any;
|
|
123
|
-
};
|
|
124
|
-
constructor(map?: {
|
|
125
|
-
[key: string]: any;
|
|
126
|
-
});
|
|
127
|
-
}
|
|
128
|
-
export declare class CancelOrderRobotTaskResponseBody extends $tea.Model {
|
|
129
|
-
code?: string;
|
|
130
|
-
data?: string;
|
|
131
|
-
message?: string;
|
|
132
|
-
requestId?: string;
|
|
133
|
-
static names(): {
|
|
134
|
-
[key: string]: string;
|
|
135
|
-
};
|
|
136
|
-
static types(): {
|
|
137
|
-
[key: string]: any;
|
|
138
|
-
};
|
|
139
|
-
constructor(map?: {
|
|
140
|
-
[key: string]: any;
|
|
141
|
-
});
|
|
142
|
-
}
|
|
143
|
-
export declare class CancelOrderRobotTaskResponse extends $tea.Model {
|
|
144
|
-
headers?: {
|
|
145
|
-
[key: string]: string;
|
|
146
|
-
};
|
|
147
|
-
statusCode?: number;
|
|
148
|
-
body?: CancelOrderRobotTaskResponseBody;
|
|
149
|
-
static names(): {
|
|
150
|
-
[key: string]: string;
|
|
151
|
-
};
|
|
152
|
-
static types(): {
|
|
153
|
-
[key: string]: any;
|
|
154
|
-
};
|
|
155
|
-
constructor(map?: {
|
|
156
|
-
[key: string]: any;
|
|
157
|
-
});
|
|
158
|
-
}
|
|
159
|
-
export declare class CancelRobotTaskRequest extends $tea.Model {
|
|
160
|
-
ownerId?: number;
|
|
161
|
-
resourceOwnerAccount?: string;
|
|
162
|
-
resourceOwnerId?: number;
|
|
163
|
-
taskId?: number;
|
|
164
|
-
static names(): {
|
|
165
|
-
[key: string]: string;
|
|
166
|
-
};
|
|
167
|
-
static types(): {
|
|
168
|
-
[key: string]: any;
|
|
169
|
-
};
|
|
170
|
-
constructor(map?: {
|
|
171
|
-
[key: string]: any;
|
|
172
|
-
});
|
|
173
|
-
}
|
|
174
|
-
export declare class CancelRobotTaskResponseBody extends $tea.Model {
|
|
175
|
-
code?: string;
|
|
176
|
-
data?: string;
|
|
177
|
-
message?: string;
|
|
178
|
-
requestId?: string;
|
|
179
|
-
static names(): {
|
|
180
|
-
[key: string]: string;
|
|
181
|
-
};
|
|
182
|
-
static types(): {
|
|
183
|
-
[key: string]: any;
|
|
184
|
-
};
|
|
185
|
-
constructor(map?: {
|
|
186
|
-
[key: string]: any;
|
|
187
|
-
});
|
|
188
|
-
}
|
|
189
|
-
export declare class CancelRobotTaskResponse extends $tea.Model {
|
|
190
|
-
headers?: {
|
|
191
|
-
[key: string]: string;
|
|
192
|
-
};
|
|
193
|
-
statusCode?: number;
|
|
194
|
-
body?: CancelRobotTaskResponseBody;
|
|
195
|
-
static names(): {
|
|
196
|
-
[key: string]: string;
|
|
197
|
-
};
|
|
198
|
-
static types(): {
|
|
199
|
-
[key: string]: any;
|
|
200
|
-
};
|
|
201
|
-
constructor(map?: {
|
|
202
|
-
[key: string]: any;
|
|
203
|
-
});
|
|
204
|
-
}
|
|
205
|
-
export declare class ChangeMediaTypeRequest extends $tea.Model {
|
|
206
|
-
callId?: string;
|
|
207
|
-
calledNum?: string;
|
|
208
|
-
mediaType?: string;
|
|
209
|
-
outId?: string;
|
|
210
|
-
ownerId?: number;
|
|
211
|
-
resourceOwnerAccount?: string;
|
|
212
|
-
resourceOwnerId?: number;
|
|
213
|
-
static names(): {
|
|
214
|
-
[key: string]: string;
|
|
215
|
-
};
|
|
216
|
-
static types(): {
|
|
217
|
-
[key: string]: any;
|
|
218
|
-
};
|
|
219
|
-
constructor(map?: {
|
|
220
|
-
[key: string]: any;
|
|
221
|
-
});
|
|
222
|
-
}
|
|
223
|
-
export declare class ChangeMediaTypeResponseBody extends $tea.Model {
|
|
224
|
-
accessDeniedDetail?: string;
|
|
225
|
-
code?: string;
|
|
226
|
-
message?: string;
|
|
227
|
-
model?: boolean;
|
|
228
|
-
success?: boolean;
|
|
229
|
-
static names(): {
|
|
230
|
-
[key: string]: string;
|
|
231
|
-
};
|
|
232
|
-
static types(): {
|
|
233
|
-
[key: string]: any;
|
|
234
|
-
};
|
|
235
|
-
constructor(map?: {
|
|
236
|
-
[key: string]: any;
|
|
237
|
-
});
|
|
238
|
-
}
|
|
239
|
-
export declare class ChangeMediaTypeResponse extends $tea.Model {
|
|
240
|
-
headers?: {
|
|
241
|
-
[key: string]: string;
|
|
242
|
-
};
|
|
243
|
-
statusCode?: number;
|
|
244
|
-
body?: ChangeMediaTypeResponseBody;
|
|
245
|
-
static names(): {
|
|
246
|
-
[key: string]: string;
|
|
247
|
-
};
|
|
248
|
-
static types(): {
|
|
249
|
-
[key: string]: any;
|
|
250
|
-
};
|
|
251
|
-
constructor(map?: {
|
|
252
|
-
[key: string]: any;
|
|
253
|
-
});
|
|
254
|
-
}
|
|
255
|
-
export declare class CreateCallTaskRequest extends $tea.Model {
|
|
256
|
-
bizType?: string;
|
|
257
|
-
data?: string;
|
|
258
|
-
dataType?: string;
|
|
259
|
-
fireTime?: string;
|
|
260
|
-
ownerId?: number;
|
|
261
|
-
resource?: string;
|
|
262
|
-
resourceOwnerAccount?: string;
|
|
263
|
-
resourceOwnerId?: number;
|
|
264
|
-
resourceType?: string;
|
|
265
|
-
scheduleType?: string;
|
|
266
|
-
stopTime?: string;
|
|
267
|
-
taskName?: string;
|
|
268
|
-
templateCode?: string;
|
|
269
|
-
templateName?: string;
|
|
270
|
-
static names(): {
|
|
271
|
-
[key: string]: string;
|
|
272
|
-
};
|
|
273
|
-
static types(): {
|
|
274
|
-
[key: string]: any;
|
|
275
|
-
};
|
|
276
|
-
constructor(map?: {
|
|
277
|
-
[key: string]: any;
|
|
278
|
-
});
|
|
279
|
-
}
|
|
280
|
-
export declare class CreateCallTaskResponseBody extends $tea.Model {
|
|
281
|
-
code?: string;
|
|
282
|
-
data?: number;
|
|
283
|
-
requestId?: string;
|
|
284
|
-
static names(): {
|
|
285
|
-
[key: string]: string;
|
|
286
|
-
};
|
|
287
|
-
static types(): {
|
|
288
|
-
[key: string]: any;
|
|
289
|
-
};
|
|
290
|
-
constructor(map?: {
|
|
291
|
-
[key: string]: any;
|
|
292
|
-
});
|
|
293
|
-
}
|
|
294
|
-
export declare class CreateCallTaskResponse extends $tea.Model {
|
|
295
|
-
headers?: {
|
|
296
|
-
[key: string]: string;
|
|
297
|
-
};
|
|
298
|
-
statusCode?: number;
|
|
299
|
-
body?: CreateCallTaskResponseBody;
|
|
300
|
-
static names(): {
|
|
301
|
-
[key: string]: string;
|
|
302
|
-
};
|
|
303
|
-
static types(): {
|
|
304
|
-
[key: string]: any;
|
|
305
|
-
};
|
|
306
|
-
constructor(map?: {
|
|
307
|
-
[key: string]: any;
|
|
308
|
-
});
|
|
309
|
-
}
|
|
310
|
-
export declare class CreateRobotTaskRequest extends $tea.Model {
|
|
311
|
-
caller?: string;
|
|
312
|
-
corpName?: string;
|
|
313
|
-
dialogId?: number;
|
|
314
|
-
isSelfLine?: boolean;
|
|
315
|
-
numberStatusIdent?: boolean;
|
|
316
|
-
ownerId?: number;
|
|
317
|
-
recallInterval?: number;
|
|
318
|
-
recallStateCodes?: string;
|
|
319
|
-
recallTimes?: number;
|
|
320
|
-
resourceOwnerAccount?: string;
|
|
321
|
-
resourceOwnerId?: number;
|
|
322
|
-
retryType?: number;
|
|
323
|
-
taskName?: string;
|
|
324
|
-
static names(): {
|
|
325
|
-
[key: string]: string;
|
|
326
|
-
};
|
|
327
|
-
static types(): {
|
|
328
|
-
[key: string]: any;
|
|
329
|
-
};
|
|
330
|
-
constructor(map?: {
|
|
331
|
-
[key: string]: any;
|
|
332
|
-
});
|
|
333
|
-
}
|
|
334
|
-
export declare class CreateRobotTaskResponseBody extends $tea.Model {
|
|
335
|
-
code?: string;
|
|
336
|
-
data?: string;
|
|
337
|
-
message?: string;
|
|
338
|
-
requestId?: string;
|
|
339
|
-
static names(): {
|
|
340
|
-
[key: string]: string;
|
|
341
|
-
};
|
|
342
|
-
static types(): {
|
|
343
|
-
[key: string]: any;
|
|
344
|
-
};
|
|
345
|
-
constructor(map?: {
|
|
346
|
-
[key: string]: any;
|
|
347
|
-
});
|
|
348
|
-
}
|
|
349
|
-
export declare class CreateRobotTaskResponse extends $tea.Model {
|
|
350
|
-
headers?: {
|
|
351
|
-
[key: string]: string;
|
|
352
|
-
};
|
|
353
|
-
statusCode?: number;
|
|
354
|
-
body?: CreateRobotTaskResponseBody;
|
|
355
|
-
static names(): {
|
|
356
|
-
[key: string]: string;
|
|
357
|
-
};
|
|
358
|
-
static types(): {
|
|
359
|
-
[key: string]: any;
|
|
360
|
-
};
|
|
361
|
-
constructor(map?: {
|
|
362
|
-
[key: string]: any;
|
|
363
|
-
});
|
|
364
|
-
}
|
|
365
|
-
export declare class DegradeVideoFileRequest extends $tea.Model {
|
|
366
|
-
callId?: string;
|
|
367
|
-
calledNumber?: string;
|
|
368
|
-
mediaType?: string;
|
|
369
|
-
outId?: string;
|
|
370
|
-
ownerId?: number;
|
|
371
|
-
resourceOwnerAccount?: string;
|
|
372
|
-
resourceOwnerId?: number;
|
|
373
|
-
static names(): {
|
|
374
|
-
[key: string]: string;
|
|
375
|
-
};
|
|
376
|
-
static types(): {
|
|
377
|
-
[key: string]: any;
|
|
378
|
-
};
|
|
379
|
-
constructor(map?: {
|
|
380
|
-
[key: string]: any;
|
|
381
|
-
});
|
|
382
|
-
}
|
|
383
|
-
export declare class DegradeVideoFileResponseBody extends $tea.Model {
|
|
384
|
-
accessDeniedDetail?: string;
|
|
385
|
-
code?: string;
|
|
386
|
-
data?: {
|
|
387
|
-
[key: string]: any;
|
|
388
|
-
};
|
|
389
|
-
message?: string;
|
|
390
|
-
success?: boolean;
|
|
391
|
-
static names(): {
|
|
392
|
-
[key: string]: string;
|
|
393
|
-
};
|
|
394
|
-
static types(): {
|
|
395
|
-
[key: string]: any;
|
|
396
|
-
};
|
|
397
|
-
constructor(map?: {
|
|
398
|
-
[key: string]: any;
|
|
399
|
-
});
|
|
400
|
-
}
|
|
401
|
-
export declare class DegradeVideoFileResponse extends $tea.Model {
|
|
402
|
-
headers?: {
|
|
403
|
-
[key: string]: string;
|
|
404
|
-
};
|
|
405
|
-
statusCode?: number;
|
|
406
|
-
body?: DegradeVideoFileResponseBody;
|
|
407
|
-
static names(): {
|
|
408
|
-
[key: string]: string;
|
|
409
|
-
};
|
|
410
|
-
static types(): {
|
|
411
|
-
[key: string]: any;
|
|
412
|
-
};
|
|
413
|
-
constructor(map?: {
|
|
414
|
-
[key: string]: any;
|
|
415
|
-
});
|
|
416
|
-
}
|
|
417
|
-
export declare class DeleteRobotTaskRequest extends $tea.Model {
|
|
418
|
-
ownerId?: number;
|
|
419
|
-
resourceOwnerAccount?: string;
|
|
420
|
-
resourceOwnerId?: number;
|
|
421
|
-
taskId?: number;
|
|
422
|
-
static names(): {
|
|
423
|
-
[key: string]: string;
|
|
424
|
-
};
|
|
425
|
-
static types(): {
|
|
426
|
-
[key: string]: any;
|
|
427
|
-
};
|
|
428
|
-
constructor(map?: {
|
|
429
|
-
[key: string]: any;
|
|
430
|
-
});
|
|
431
|
-
}
|
|
432
|
-
export declare class DeleteRobotTaskResponseBody extends $tea.Model {
|
|
433
|
-
code?: string;
|
|
434
|
-
data?: string;
|
|
435
|
-
message?: string;
|
|
436
|
-
requestId?: string;
|
|
437
|
-
static names(): {
|
|
438
|
-
[key: string]: string;
|
|
439
|
-
};
|
|
440
|
-
static types(): {
|
|
441
|
-
[key: string]: any;
|
|
442
|
-
};
|
|
443
|
-
constructor(map?: {
|
|
444
|
-
[key: string]: any;
|
|
445
|
-
});
|
|
446
|
-
}
|
|
447
|
-
export declare class DeleteRobotTaskResponse extends $tea.Model {
|
|
448
|
-
headers?: {
|
|
449
|
-
[key: string]: string;
|
|
450
|
-
};
|
|
451
|
-
statusCode?: number;
|
|
452
|
-
body?: DeleteRobotTaskResponseBody;
|
|
453
|
-
static names(): {
|
|
454
|
-
[key: string]: string;
|
|
455
|
-
};
|
|
456
|
-
static types(): {
|
|
457
|
-
[key: string]: any;
|
|
458
|
-
};
|
|
459
|
-
constructor(map?: {
|
|
460
|
-
[key: string]: any;
|
|
461
|
-
});
|
|
462
|
-
}
|
|
463
|
-
export declare class ExecuteCallTaskRequest extends $tea.Model {
|
|
464
|
-
fireTime?: string;
|
|
465
|
-
ownerId?: number;
|
|
466
|
-
resourceOwnerAccount?: string;
|
|
467
|
-
resourceOwnerId?: number;
|
|
468
|
-
status?: string;
|
|
469
|
-
taskId?: number;
|
|
470
|
-
static names(): {
|
|
471
|
-
[key: string]: string;
|
|
472
|
-
};
|
|
473
|
-
static types(): {
|
|
474
|
-
[key: string]: any;
|
|
475
|
-
};
|
|
476
|
-
constructor(map?: {
|
|
477
|
-
[key: string]: any;
|
|
478
|
-
});
|
|
479
|
-
}
|
|
480
|
-
export declare class ExecuteCallTaskResponseBody extends $tea.Model {
|
|
481
|
-
code?: string;
|
|
482
|
-
data?: boolean;
|
|
483
|
-
requestId?: string;
|
|
484
|
-
static names(): {
|
|
485
|
-
[key: string]: string;
|
|
486
|
-
};
|
|
487
|
-
static types(): {
|
|
488
|
-
[key: string]: any;
|
|
489
|
-
};
|
|
490
|
-
constructor(map?: {
|
|
491
|
-
[key: string]: any;
|
|
492
|
-
});
|
|
493
|
-
}
|
|
494
|
-
export declare class ExecuteCallTaskResponse extends $tea.Model {
|
|
495
|
-
headers?: {
|
|
496
|
-
[key: string]: string;
|
|
497
|
-
};
|
|
498
|
-
statusCode?: number;
|
|
499
|
-
body?: ExecuteCallTaskResponseBody;
|
|
500
|
-
static names(): {
|
|
501
|
-
[key: string]: string;
|
|
502
|
-
};
|
|
503
|
-
static types(): {
|
|
504
|
-
[key: string]: any;
|
|
505
|
-
};
|
|
506
|
-
constructor(map?: {
|
|
507
|
-
[key: string]: any;
|
|
508
|
-
});
|
|
509
|
-
}
|
|
510
|
-
export declare class GetCallMediaTypeRequest extends $tea.Model {
|
|
511
|
-
callId?: string;
|
|
512
|
-
calledNumber?: string;
|
|
513
|
-
ownerId?: number;
|
|
514
|
-
resourceOwnerAccount?: string;
|
|
515
|
-
resourceOwnerId?: number;
|
|
516
|
-
static names(): {
|
|
517
|
-
[key: string]: string;
|
|
518
|
-
};
|
|
519
|
-
static types(): {
|
|
520
|
-
[key: string]: any;
|
|
521
|
-
};
|
|
522
|
-
constructor(map?: {
|
|
523
|
-
[key: string]: any;
|
|
524
|
-
});
|
|
525
|
-
}
|
|
526
|
-
export declare class GetCallMediaTypeResponseBody extends $tea.Model {
|
|
527
|
-
accessDeniedDetail?: string;
|
|
528
|
-
code?: string;
|
|
529
|
-
data?: {
|
|
530
|
-
[key: string]: any;
|
|
531
|
-
};
|
|
532
|
-
message?: string;
|
|
533
|
-
success?: boolean;
|
|
534
|
-
static names(): {
|
|
535
|
-
[key: string]: string;
|
|
536
|
-
};
|
|
537
|
-
static types(): {
|
|
538
|
-
[key: string]: any;
|
|
539
|
-
};
|
|
540
|
-
constructor(map?: {
|
|
541
|
-
[key: string]: any;
|
|
542
|
-
});
|
|
543
|
-
}
|
|
544
|
-
export declare class GetCallMediaTypeResponse extends $tea.Model {
|
|
545
|
-
headers?: {
|
|
546
|
-
[key: string]: string;
|
|
547
|
-
};
|
|
548
|
-
statusCode?: number;
|
|
549
|
-
body?: GetCallMediaTypeResponseBody;
|
|
550
|
-
static names(): {
|
|
551
|
-
[key: string]: string;
|
|
552
|
-
};
|
|
553
|
-
static types(): {
|
|
554
|
-
[key: string]: any;
|
|
555
|
-
};
|
|
556
|
-
constructor(map?: {
|
|
557
|
-
[key: string]: any;
|
|
558
|
-
});
|
|
559
|
-
}
|
|
560
|
-
export declare class GetCallProgressRequest extends $tea.Model {
|
|
561
|
-
callId?: string;
|
|
562
|
-
calledNum?: string;
|
|
563
|
-
ownerId?: number;
|
|
564
|
-
resourceOwnerAccount?: string;
|
|
565
|
-
resourceOwnerId?: number;
|
|
566
|
-
static names(): {
|
|
567
|
-
[key: string]: string;
|
|
568
|
-
};
|
|
569
|
-
static types(): {
|
|
570
|
-
[key: string]: any;
|
|
571
|
-
};
|
|
572
|
-
constructor(map?: {
|
|
573
|
-
[key: string]: any;
|
|
574
|
-
});
|
|
575
|
-
}
|
|
576
|
-
export declare class GetCallProgressResponseBody extends $tea.Model {
|
|
577
|
-
accessDeniedDetail?: string;
|
|
578
|
-
code?: string;
|
|
579
|
-
message?: string;
|
|
580
|
-
model?: {
|
|
581
|
-
[key: string]: any;
|
|
582
|
-
};
|
|
583
|
-
success?: boolean;
|
|
584
|
-
static names(): {
|
|
585
|
-
[key: string]: string;
|
|
586
|
-
};
|
|
587
|
-
static types(): {
|
|
588
|
-
[key: string]: any;
|
|
589
|
-
};
|
|
590
|
-
constructor(map?: {
|
|
591
|
-
[key: string]: any;
|
|
592
|
-
});
|
|
593
|
-
}
|
|
594
|
-
export declare class GetCallProgressResponse extends $tea.Model {
|
|
595
|
-
headers?: {
|
|
596
|
-
[key: string]: string;
|
|
597
|
-
};
|
|
598
|
-
statusCode?: number;
|
|
599
|
-
body?: GetCallProgressResponseBody;
|
|
600
|
-
static names(): {
|
|
601
|
-
[key: string]: string;
|
|
602
|
-
};
|
|
603
|
-
static types(): {
|
|
604
|
-
[key: string]: any;
|
|
605
|
-
};
|
|
606
|
-
constructor(map?: {
|
|
607
|
-
[key: string]: any;
|
|
608
|
-
});
|
|
609
|
-
}
|
|
610
|
-
export declare class GetHotlineQualificationByOrderRequest extends $tea.Model {
|
|
611
|
-
orderId?: string;
|
|
612
|
-
ownerId?: number;
|
|
613
|
-
resourceOwnerAccount?: string;
|
|
614
|
-
resourceOwnerId?: number;
|
|
615
|
-
static names(): {
|
|
616
|
-
[key: string]: string;
|
|
617
|
-
};
|
|
618
|
-
static types(): {
|
|
619
|
-
[key: string]: any;
|
|
620
|
-
};
|
|
621
|
-
constructor(map?: {
|
|
622
|
-
[key: string]: any;
|
|
623
|
-
});
|
|
624
|
-
}
|
|
625
|
-
export declare class GetHotlineQualificationByOrderResponseBody extends $tea.Model {
|
|
626
|
-
code?: string;
|
|
627
|
-
data?: GetHotlineQualificationByOrderResponseBodyData;
|
|
628
|
-
message?: string;
|
|
629
|
-
requestId?: string;
|
|
630
|
-
static names(): {
|
|
631
|
-
[key: string]: string;
|
|
632
|
-
};
|
|
633
|
-
static types(): {
|
|
634
|
-
[key: string]: any;
|
|
635
|
-
};
|
|
636
|
-
constructor(map?: {
|
|
637
|
-
[key: string]: any;
|
|
638
|
-
});
|
|
639
|
-
}
|
|
640
|
-
export declare class GetHotlineQualificationByOrderResponse extends $tea.Model {
|
|
641
|
-
headers?: {
|
|
642
|
-
[key: string]: string;
|
|
643
|
-
};
|
|
644
|
-
statusCode?: number;
|
|
645
|
-
body?: GetHotlineQualificationByOrderResponseBody;
|
|
646
|
-
static names(): {
|
|
647
|
-
[key: string]: string;
|
|
648
|
-
};
|
|
649
|
-
static types(): {
|
|
650
|
-
[key: string]: any;
|
|
651
|
-
};
|
|
652
|
-
constructor(map?: {
|
|
653
|
-
[key: string]: any;
|
|
654
|
-
});
|
|
655
|
-
}
|
|
656
|
-
export declare class GetTemporaryFileUrlRequest extends $tea.Model {
|
|
657
|
-
ownerId?: number;
|
|
658
|
-
resourceOwnerAccount?: string;
|
|
659
|
-
resourceOwnerId?: number;
|
|
660
|
-
videoId?: string;
|
|
661
|
-
static names(): {
|
|
662
|
-
[key: string]: string;
|
|
663
|
-
};
|
|
664
|
-
static types(): {
|
|
665
|
-
[key: string]: any;
|
|
666
|
-
};
|
|
667
|
-
constructor(map?: {
|
|
668
|
-
[key: string]: any;
|
|
669
|
-
});
|
|
670
|
-
}
|
|
671
|
-
export declare class GetTemporaryFileUrlResponseBody extends $tea.Model {
|
|
672
|
-
accessDeniedDetail?: string;
|
|
673
|
-
code?: string;
|
|
674
|
-
data?: {
|
|
675
|
-
[key: string]: any;
|
|
676
|
-
};
|
|
677
|
-
message?: string;
|
|
678
|
-
requestId?: string;
|
|
679
|
-
success?: boolean;
|
|
680
|
-
static names(): {
|
|
681
|
-
[key: string]: string;
|
|
682
|
-
};
|
|
683
|
-
static types(): {
|
|
684
|
-
[key: string]: any;
|
|
685
|
-
};
|
|
686
|
-
constructor(map?: {
|
|
687
|
-
[key: string]: any;
|
|
688
|
-
});
|
|
689
|
-
}
|
|
690
|
-
export declare class GetTemporaryFileUrlResponse extends $tea.Model {
|
|
691
|
-
headers?: {
|
|
692
|
-
[key: string]: string;
|
|
693
|
-
};
|
|
694
|
-
statusCode?: number;
|
|
695
|
-
body?: GetTemporaryFileUrlResponseBody;
|
|
696
|
-
static names(): {
|
|
697
|
-
[key: string]: string;
|
|
698
|
-
};
|
|
699
|
-
static types(): {
|
|
700
|
-
[key: string]: any;
|
|
701
|
-
};
|
|
702
|
-
constructor(map?: {
|
|
703
|
-
[key: string]: any;
|
|
704
|
-
});
|
|
705
|
-
}
|
|
706
|
-
export declare class GetTokenRequest extends $tea.Model {
|
|
707
|
-
ownerId?: number;
|
|
708
|
-
resourceOwnerAccount?: string;
|
|
709
|
-
resourceOwnerId?: number;
|
|
710
|
-
tokenType?: string;
|
|
711
|
-
static names(): {
|
|
712
|
-
[key: string]: string;
|
|
713
|
-
};
|
|
714
|
-
static types(): {
|
|
715
|
-
[key: string]: any;
|
|
716
|
-
};
|
|
717
|
-
constructor(map?: {
|
|
718
|
-
[key: string]: any;
|
|
719
|
-
});
|
|
720
|
-
}
|
|
721
|
-
export declare class GetTokenResponseBody extends $tea.Model {
|
|
722
|
-
code?: string;
|
|
723
|
-
message?: string;
|
|
724
|
-
requestId?: string;
|
|
725
|
-
success?: boolean;
|
|
726
|
-
token?: string;
|
|
727
|
-
static names(): {
|
|
728
|
-
[key: string]: string;
|
|
729
|
-
};
|
|
730
|
-
static types(): {
|
|
731
|
-
[key: string]: any;
|
|
732
|
-
};
|
|
733
|
-
constructor(map?: {
|
|
734
|
-
[key: string]: any;
|
|
735
|
-
});
|
|
736
|
-
}
|
|
737
|
-
export declare class GetTokenResponse extends $tea.Model {
|
|
738
|
-
headers?: {
|
|
739
|
-
[key: string]: string;
|
|
740
|
-
};
|
|
741
|
-
statusCode?: number;
|
|
742
|
-
body?: GetTokenResponseBody;
|
|
743
|
-
static names(): {
|
|
744
|
-
[key: string]: string;
|
|
745
|
-
};
|
|
746
|
-
static types(): {
|
|
747
|
-
[key: string]: any;
|
|
748
|
-
};
|
|
749
|
-
constructor(map?: {
|
|
750
|
-
[key: string]: any;
|
|
751
|
-
});
|
|
752
|
-
}
|
|
753
|
-
export declare class GetVideoFieldUrlRequest extends $tea.Model {
|
|
754
|
-
ownerId?: number;
|
|
755
|
-
resourceOwnerAccount?: string;
|
|
756
|
-
resourceOwnerId?: number;
|
|
757
|
-
videoFile?: string;
|
|
758
|
-
static names(): {
|
|
759
|
-
[key: string]: string;
|
|
760
|
-
};
|
|
761
|
-
static types(): {
|
|
762
|
-
[key: string]: any;
|
|
763
|
-
};
|
|
764
|
-
constructor(map?: {
|
|
765
|
-
[key: string]: any;
|
|
766
|
-
});
|
|
767
|
-
}
|
|
768
|
-
export declare class GetVideoFieldUrlResponseBody extends $tea.Model {
|
|
769
|
-
accessDeniedDetail?: string;
|
|
770
|
-
code?: string;
|
|
771
|
-
message?: string;
|
|
772
|
-
model?: {
|
|
773
|
-
[key: string]: any;
|
|
774
|
-
};
|
|
775
|
-
success?: boolean;
|
|
776
|
-
static names(): {
|
|
777
|
-
[key: string]: string;
|
|
778
|
-
};
|
|
779
|
-
static types(): {
|
|
780
|
-
[key: string]: any;
|
|
781
|
-
};
|
|
782
|
-
constructor(map?: {
|
|
783
|
-
[key: string]: any;
|
|
784
|
-
});
|
|
785
|
-
}
|
|
786
|
-
export declare class GetVideoFieldUrlResponse extends $tea.Model {
|
|
787
|
-
headers?: {
|
|
788
|
-
[key: string]: string;
|
|
789
|
-
};
|
|
790
|
-
statusCode?: number;
|
|
791
|
-
body?: GetVideoFieldUrlResponseBody;
|
|
792
|
-
static names(): {
|
|
793
|
-
[key: string]: string;
|
|
794
|
-
};
|
|
795
|
-
static types(): {
|
|
796
|
-
[key: string]: any;
|
|
797
|
-
};
|
|
798
|
-
constructor(map?: {
|
|
799
|
-
[key: string]: any;
|
|
800
|
-
});
|
|
801
|
-
}
|
|
802
|
-
export declare class IvrCallRequest extends $tea.Model {
|
|
803
|
-
byeCode?: string;
|
|
804
|
-
byeTtsParams?: string;
|
|
805
|
-
calledNumber?: string;
|
|
806
|
-
calledShowNumber?: string;
|
|
807
|
-
menuKeyMap?: IvrCallRequestMenuKeyMap[];
|
|
808
|
-
outId?: string;
|
|
809
|
-
ownerId?: number;
|
|
810
|
-
playTimes?: number;
|
|
811
|
-
resourceOwnerAccount?: string;
|
|
812
|
-
resourceOwnerId?: number;
|
|
813
|
-
startCode?: string;
|
|
814
|
-
startTtsParams?: string;
|
|
815
|
-
timeout?: number;
|
|
816
|
-
static names(): {
|
|
817
|
-
[key: string]: string;
|
|
818
|
-
};
|
|
819
|
-
static types(): {
|
|
820
|
-
[key: string]: any;
|
|
821
|
-
};
|
|
822
|
-
constructor(map?: {
|
|
823
|
-
[key: string]: any;
|
|
824
|
-
});
|
|
825
|
-
}
|
|
826
|
-
export declare class IvrCallResponseBody extends $tea.Model {
|
|
827
|
-
callId?: string;
|
|
828
|
-
code?: string;
|
|
829
|
-
message?: string;
|
|
830
|
-
requestId?: string;
|
|
831
|
-
static names(): {
|
|
832
|
-
[key: string]: string;
|
|
833
|
-
};
|
|
834
|
-
static types(): {
|
|
835
|
-
[key: string]: any;
|
|
836
|
-
};
|
|
837
|
-
constructor(map?: {
|
|
838
|
-
[key: string]: any;
|
|
839
|
-
});
|
|
840
|
-
}
|
|
841
|
-
export declare class IvrCallResponse extends $tea.Model {
|
|
842
|
-
headers?: {
|
|
843
|
-
[key: string]: string;
|
|
844
|
-
};
|
|
845
|
-
statusCode?: number;
|
|
846
|
-
body?: IvrCallResponseBody;
|
|
847
|
-
static names(): {
|
|
848
|
-
[key: string]: string;
|
|
849
|
-
};
|
|
850
|
-
static types(): {
|
|
851
|
-
[key: string]: any;
|
|
852
|
-
};
|
|
853
|
-
constructor(map?: {
|
|
854
|
-
[key: string]: any;
|
|
855
|
-
});
|
|
856
|
-
}
|
|
857
|
-
export declare class ListCallTaskRequest extends $tea.Model {
|
|
858
|
-
bizType?: string;
|
|
859
|
-
ownerId?: number;
|
|
860
|
-
pageNumber?: number;
|
|
861
|
-
pageSize?: number;
|
|
862
|
-
resourceOwnerAccount?: string;
|
|
863
|
-
resourceOwnerId?: number;
|
|
864
|
-
status?: string;
|
|
865
|
-
taskId?: string;
|
|
866
|
-
taskName?: string;
|
|
867
|
-
templateName?: string;
|
|
868
|
-
static names(): {
|
|
869
|
-
[key: string]: string;
|
|
870
|
-
};
|
|
871
|
-
static types(): {
|
|
872
|
-
[key: string]: any;
|
|
873
|
-
};
|
|
874
|
-
constructor(map?: {
|
|
875
|
-
[key: string]: any;
|
|
876
|
-
});
|
|
877
|
-
}
|
|
878
|
-
export declare class ListCallTaskResponseBody extends $tea.Model {
|
|
879
|
-
code?: string;
|
|
880
|
-
data?: ListCallTaskResponseBodyData[];
|
|
881
|
-
pageNumber?: number;
|
|
882
|
-
pageSize?: number;
|
|
883
|
-
requestId?: string;
|
|
884
|
-
total?: number;
|
|
885
|
-
static names(): {
|
|
886
|
-
[key: string]: string;
|
|
887
|
-
};
|
|
888
|
-
static types(): {
|
|
889
|
-
[key: string]: any;
|
|
890
|
-
};
|
|
891
|
-
constructor(map?: {
|
|
892
|
-
[key: string]: any;
|
|
893
|
-
});
|
|
894
|
-
}
|
|
895
|
-
export declare class ListCallTaskResponse extends $tea.Model {
|
|
896
|
-
headers?: {
|
|
897
|
-
[key: string]: string;
|
|
898
|
-
};
|
|
899
|
-
statusCode?: number;
|
|
900
|
-
body?: ListCallTaskResponseBody;
|
|
901
|
-
static names(): {
|
|
902
|
-
[key: string]: string;
|
|
903
|
-
};
|
|
904
|
-
static types(): {
|
|
905
|
-
[key: string]: any;
|
|
906
|
-
};
|
|
907
|
-
constructor(map?: {
|
|
908
|
-
[key: string]: any;
|
|
909
|
-
});
|
|
910
|
-
}
|
|
911
|
-
export declare class ListCallTaskDetailRequest extends $tea.Model {
|
|
912
|
-
calledNum?: string;
|
|
913
|
-
ownerId?: number;
|
|
914
|
-
pageNumber?: number;
|
|
915
|
-
pageSize?: number;
|
|
916
|
-
resourceOwnerAccount?: string;
|
|
917
|
-
resourceOwnerId?: number;
|
|
918
|
-
status?: string;
|
|
919
|
-
taskId?: number;
|
|
920
|
-
static names(): {
|
|
921
|
-
[key: string]: string;
|
|
922
|
-
};
|
|
923
|
-
static types(): {
|
|
924
|
-
[key: string]: any;
|
|
925
|
-
};
|
|
926
|
-
constructor(map?: {
|
|
927
|
-
[key: string]: any;
|
|
928
|
-
});
|
|
929
|
-
}
|
|
930
|
-
export declare class ListCallTaskDetailResponseBody extends $tea.Model {
|
|
931
|
-
code?: string;
|
|
932
|
-
data?: ListCallTaskDetailResponseBodyData[];
|
|
933
|
-
pageNumber?: number;
|
|
934
|
-
pageSize?: number;
|
|
935
|
-
requestId?: string;
|
|
936
|
-
total?: number;
|
|
937
|
-
totalPage?: number;
|
|
938
|
-
static names(): {
|
|
939
|
-
[key: string]: string;
|
|
940
|
-
};
|
|
941
|
-
static types(): {
|
|
942
|
-
[key: string]: any;
|
|
943
|
-
};
|
|
944
|
-
constructor(map?: {
|
|
945
|
-
[key: string]: any;
|
|
946
|
-
});
|
|
947
|
-
}
|
|
948
|
-
export declare class ListCallTaskDetailResponse extends $tea.Model {
|
|
949
|
-
headers?: {
|
|
950
|
-
[key: string]: string;
|
|
951
|
-
};
|
|
952
|
-
statusCode?: number;
|
|
953
|
-
body?: ListCallTaskDetailResponseBody;
|
|
954
|
-
static names(): {
|
|
955
|
-
[key: string]: string;
|
|
956
|
-
};
|
|
957
|
-
static types(): {
|
|
958
|
-
[key: string]: any;
|
|
959
|
-
};
|
|
960
|
-
constructor(map?: {
|
|
961
|
-
[key: string]: any;
|
|
962
|
-
});
|
|
963
|
-
}
|
|
964
|
-
export declare class ListHotlineTransferNumberRequest extends $tea.Model {
|
|
965
|
-
hotlineNumber?: string;
|
|
966
|
-
ownerId?: number;
|
|
967
|
-
pageNo?: number;
|
|
968
|
-
pageSize?: number;
|
|
969
|
-
qualificationId?: string;
|
|
970
|
-
resourceOwnerAccount?: string;
|
|
971
|
-
resourceOwnerId?: number;
|
|
972
|
-
static names(): {
|
|
973
|
-
[key: string]: string;
|
|
974
|
-
};
|
|
975
|
-
static types(): {
|
|
976
|
-
[key: string]: any;
|
|
977
|
-
};
|
|
978
|
-
constructor(map?: {
|
|
979
|
-
[key: string]: any;
|
|
980
|
-
});
|
|
981
|
-
}
|
|
982
|
-
export declare class ListHotlineTransferNumberResponseBody extends $tea.Model {
|
|
983
|
-
code?: string;
|
|
984
|
-
data?: ListHotlineTransferNumberResponseBodyData;
|
|
985
|
-
message?: string;
|
|
986
|
-
requestId?: string;
|
|
987
|
-
static names(): {
|
|
988
|
-
[key: string]: string;
|
|
989
|
-
};
|
|
990
|
-
static types(): {
|
|
991
|
-
[key: string]: any;
|
|
992
|
-
};
|
|
993
|
-
constructor(map?: {
|
|
994
|
-
[key: string]: any;
|
|
995
|
-
});
|
|
996
|
-
}
|
|
997
|
-
export declare class ListHotlineTransferNumberResponse extends $tea.Model {
|
|
998
|
-
headers?: {
|
|
999
|
-
[key: string]: string;
|
|
1000
|
-
};
|
|
1001
|
-
statusCode?: number;
|
|
1002
|
-
body?: ListHotlineTransferNumberResponseBody;
|
|
1003
|
-
static names(): {
|
|
1004
|
-
[key: string]: string;
|
|
1005
|
-
};
|
|
1006
|
-
static types(): {
|
|
1007
|
-
[key: string]: any;
|
|
1008
|
-
};
|
|
1009
|
-
constructor(map?: {
|
|
1010
|
-
[key: string]: any;
|
|
1011
|
-
});
|
|
1012
|
-
}
|
|
1013
|
-
export declare class ListHotlineTransferRegisterFileRequest extends $tea.Model {
|
|
1014
|
-
hotlineNumber?: string;
|
|
1015
|
-
ownerId?: number;
|
|
1016
|
-
pageNo?: number;
|
|
1017
|
-
pageSize?: number;
|
|
1018
|
-
qualificationId?: string;
|
|
1019
|
-
resourceOwnerAccount?: string;
|
|
1020
|
-
resourceOwnerId?: number;
|
|
1021
|
-
static names(): {
|
|
1022
|
-
[key: string]: string;
|
|
1023
|
-
};
|
|
1024
|
-
static types(): {
|
|
1025
|
-
[key: string]: any;
|
|
1026
|
-
};
|
|
1027
|
-
constructor(map?: {
|
|
1028
|
-
[key: string]: any;
|
|
1029
|
-
});
|
|
1030
|
-
}
|
|
1031
|
-
export declare class ListHotlineTransferRegisterFileResponseBody extends $tea.Model {
|
|
1032
|
-
code?: string;
|
|
1033
|
-
data?: ListHotlineTransferRegisterFileResponseBodyData;
|
|
1034
|
-
message?: string;
|
|
1035
|
-
requestId?: string;
|
|
1036
|
-
static names(): {
|
|
1037
|
-
[key: string]: string;
|
|
1038
|
-
};
|
|
1039
|
-
static types(): {
|
|
1040
|
-
[key: string]: any;
|
|
1041
|
-
};
|
|
1042
|
-
constructor(map?: {
|
|
1043
|
-
[key: string]: any;
|
|
1044
|
-
});
|
|
1045
|
-
}
|
|
1046
|
-
export declare class ListHotlineTransferRegisterFileResponse extends $tea.Model {
|
|
1047
|
-
headers?: {
|
|
1048
|
-
[key: string]: string;
|
|
1049
|
-
};
|
|
1050
|
-
statusCode?: number;
|
|
1051
|
-
body?: ListHotlineTransferRegisterFileResponseBody;
|
|
1052
|
-
static names(): {
|
|
1053
|
-
[key: string]: string;
|
|
1054
|
-
};
|
|
1055
|
-
static types(): {
|
|
1056
|
-
[key: string]: any;
|
|
1057
|
-
};
|
|
1058
|
-
constructor(map?: {
|
|
1059
|
-
[key: string]: any;
|
|
1060
|
-
});
|
|
1061
|
-
}
|
|
1062
|
-
export declare class PauseVideoFileRequest extends $tea.Model {
|
|
1063
|
-
callId?: string;
|
|
1064
|
-
calledNumber?: string;
|
|
1065
|
-
ownerId?: number;
|
|
1066
|
-
resourceOwnerAccount?: string;
|
|
1067
|
-
resourceOwnerId?: number;
|
|
1068
|
-
static names(): {
|
|
1069
|
-
[key: string]: string;
|
|
1070
|
-
};
|
|
1071
|
-
static types(): {
|
|
1072
|
-
[key: string]: any;
|
|
1073
|
-
};
|
|
1074
|
-
constructor(map?: {
|
|
1075
|
-
[key: string]: any;
|
|
1076
|
-
});
|
|
1077
|
-
}
|
|
1078
|
-
export declare class PauseVideoFileResponseBody extends $tea.Model {
|
|
1079
|
-
accessDeniedDetail?: string;
|
|
1080
|
-
code?: string;
|
|
1081
|
-
data?: {
|
|
1082
|
-
[key: string]: any;
|
|
1083
|
-
};
|
|
1084
|
-
message?: string;
|
|
1085
|
-
success?: boolean;
|
|
1086
|
-
static names(): {
|
|
1087
|
-
[key: string]: string;
|
|
1088
|
-
};
|
|
1089
|
-
static types(): {
|
|
1090
|
-
[key: string]: any;
|
|
1091
|
-
};
|
|
1092
|
-
constructor(map?: {
|
|
1093
|
-
[key: string]: any;
|
|
1094
|
-
});
|
|
1095
|
-
}
|
|
1096
|
-
export declare class PauseVideoFileResponse extends $tea.Model {
|
|
1097
|
-
headers?: {
|
|
1098
|
-
[key: string]: string;
|
|
1099
|
-
};
|
|
1100
|
-
statusCode?: number;
|
|
1101
|
-
body?: PauseVideoFileResponseBody;
|
|
1102
|
-
static names(): {
|
|
1103
|
-
[key: string]: string;
|
|
1104
|
-
};
|
|
1105
|
-
static types(): {
|
|
1106
|
-
[key: string]: any;
|
|
1107
|
-
};
|
|
1108
|
-
constructor(map?: {
|
|
1109
|
-
[key: string]: any;
|
|
1110
|
-
});
|
|
1111
|
-
}
|
|
1112
|
-
export declare class PlayVideoFileRequest extends $tea.Model {
|
|
1113
|
-
callId?: string;
|
|
1114
|
-
calledNumber?: string;
|
|
1115
|
-
outId?: string;
|
|
1116
|
-
ownerId?: number;
|
|
1117
|
-
resourceOwnerAccount?: string;
|
|
1118
|
-
resourceOwnerId?: number;
|
|
1119
|
-
videoId?: string;
|
|
1120
|
-
static names(): {
|
|
1121
|
-
[key: string]: string;
|
|
1122
|
-
};
|
|
1123
|
-
static types(): {
|
|
1124
|
-
[key: string]: any;
|
|
1125
|
-
};
|
|
1126
|
-
constructor(map?: {
|
|
1127
|
-
[key: string]: any;
|
|
1128
|
-
});
|
|
1129
|
-
}
|
|
1130
|
-
export declare class PlayVideoFileResponseBody extends $tea.Model {
|
|
1131
|
-
accessDeniedDetail?: string;
|
|
1132
|
-
code?: string;
|
|
1133
|
-
message?: string;
|
|
1134
|
-
model?: boolean;
|
|
1135
|
-
success?: boolean;
|
|
1136
|
-
static names(): {
|
|
1137
|
-
[key: string]: string;
|
|
1138
|
-
};
|
|
1139
|
-
static types(): {
|
|
1140
|
-
[key: string]: any;
|
|
1141
|
-
};
|
|
1142
|
-
constructor(map?: {
|
|
1143
|
-
[key: string]: any;
|
|
1144
|
-
});
|
|
1145
|
-
}
|
|
1146
|
-
export declare class PlayVideoFileResponse extends $tea.Model {
|
|
1147
|
-
headers?: {
|
|
1148
|
-
[key: string]: string;
|
|
1149
|
-
};
|
|
1150
|
-
statusCode?: number;
|
|
1151
|
-
body?: PlayVideoFileResponseBody;
|
|
1152
|
-
static names(): {
|
|
1153
|
-
[key: string]: string;
|
|
1154
|
-
};
|
|
1155
|
-
static types(): {
|
|
1156
|
-
[key: string]: any;
|
|
1157
|
-
};
|
|
1158
|
-
constructor(map?: {
|
|
1159
|
-
[key: string]: any;
|
|
1160
|
-
});
|
|
1161
|
-
}
|
|
1162
|
-
export declare class QueryCallDetailByCallIdRequest extends $tea.Model {
|
|
1163
|
-
callId?: string;
|
|
1164
|
-
ownerId?: number;
|
|
1165
|
-
prodId?: number;
|
|
1166
|
-
queryDate?: number;
|
|
1167
|
-
resourceOwnerAccount?: string;
|
|
1168
|
-
resourceOwnerId?: number;
|
|
1169
|
-
static names(): {
|
|
1170
|
-
[key: string]: string;
|
|
1171
|
-
};
|
|
1172
|
-
static types(): {
|
|
1173
|
-
[key: string]: any;
|
|
1174
|
-
};
|
|
1175
|
-
constructor(map?: {
|
|
1176
|
-
[key: string]: any;
|
|
1177
|
-
});
|
|
1178
|
-
}
|
|
1179
|
-
export declare class QueryCallDetailByCallIdResponseBody extends $tea.Model {
|
|
1180
|
-
code?: string;
|
|
1181
|
-
data?: string;
|
|
1182
|
-
message?: string;
|
|
1183
|
-
requestId?: string;
|
|
1184
|
-
static names(): {
|
|
1185
|
-
[key: string]: string;
|
|
1186
|
-
};
|
|
1187
|
-
static types(): {
|
|
1188
|
-
[key: string]: any;
|
|
1189
|
-
};
|
|
1190
|
-
constructor(map?: {
|
|
1191
|
-
[key: string]: any;
|
|
1192
|
-
});
|
|
1193
|
-
}
|
|
1194
|
-
export declare class QueryCallDetailByCallIdResponse extends $tea.Model {
|
|
1195
|
-
headers?: {
|
|
1196
|
-
[key: string]: string;
|
|
1197
|
-
};
|
|
1198
|
-
statusCode?: number;
|
|
1199
|
-
body?: QueryCallDetailByCallIdResponseBody;
|
|
1200
|
-
static names(): {
|
|
1201
|
-
[key: string]: string;
|
|
1202
|
-
};
|
|
1203
|
-
static types(): {
|
|
1204
|
-
[key: string]: any;
|
|
1205
|
-
};
|
|
1206
|
-
constructor(map?: {
|
|
1207
|
-
[key: string]: any;
|
|
1208
|
-
});
|
|
1209
|
-
}
|
|
1210
|
-
export declare class QueryCallDetailByTaskIdRequest extends $tea.Model {
|
|
1211
|
-
callee?: string;
|
|
1212
|
-
ownerId?: number;
|
|
1213
|
-
queryDate?: number;
|
|
1214
|
-
resourceOwnerAccount?: string;
|
|
1215
|
-
resourceOwnerId?: number;
|
|
1216
|
-
taskId?: string;
|
|
1217
|
-
static names(): {
|
|
1218
|
-
[key: string]: string;
|
|
1219
|
-
};
|
|
1220
|
-
static types(): {
|
|
1221
|
-
[key: string]: any;
|
|
1222
|
-
};
|
|
1223
|
-
constructor(map?: {
|
|
1224
|
-
[key: string]: any;
|
|
1225
|
-
});
|
|
1226
|
-
}
|
|
1227
|
-
export declare class QueryCallDetailByTaskIdResponseBody extends $tea.Model {
|
|
1228
|
-
code?: string;
|
|
1229
|
-
data?: string;
|
|
1230
|
-
message?: string;
|
|
1231
|
-
requestId?: string;
|
|
1232
|
-
static names(): {
|
|
1233
|
-
[key: string]: string;
|
|
1234
|
-
};
|
|
1235
|
-
static types(): {
|
|
1236
|
-
[key: string]: any;
|
|
1237
|
-
};
|
|
1238
|
-
constructor(map?: {
|
|
1239
|
-
[key: string]: any;
|
|
1240
|
-
});
|
|
1241
|
-
}
|
|
1242
|
-
export declare class QueryCallDetailByTaskIdResponse extends $tea.Model {
|
|
1243
|
-
headers?: {
|
|
1244
|
-
[key: string]: string;
|
|
1245
|
-
};
|
|
1246
|
-
statusCode?: number;
|
|
1247
|
-
body?: QueryCallDetailByTaskIdResponseBody;
|
|
1248
|
-
static names(): {
|
|
1249
|
-
[key: string]: string;
|
|
1250
|
-
};
|
|
1251
|
-
static types(): {
|
|
1252
|
-
[key: string]: any;
|
|
1253
|
-
};
|
|
1254
|
-
constructor(map?: {
|
|
1255
|
-
[key: string]: any;
|
|
1256
|
-
});
|
|
1257
|
-
}
|
|
1258
|
-
export declare class QueryCallInPoolTransferConfigRequest extends $tea.Model {
|
|
1259
|
-
ownerId?: number;
|
|
1260
|
-
phoneNumber?: string;
|
|
1261
|
-
resourceOwnerAccount?: string;
|
|
1262
|
-
resourceOwnerId?: number;
|
|
1263
|
-
static names(): {
|
|
1264
|
-
[key: string]: string;
|
|
1265
|
-
};
|
|
1266
|
-
static types(): {
|
|
1267
|
-
[key: string]: any;
|
|
1268
|
-
};
|
|
1269
|
-
constructor(map?: {
|
|
1270
|
-
[key: string]: any;
|
|
1271
|
-
});
|
|
1272
|
-
}
|
|
1273
|
-
export declare class QueryCallInPoolTransferConfigResponseBody extends $tea.Model {
|
|
1274
|
-
code?: string;
|
|
1275
|
-
data?: QueryCallInPoolTransferConfigResponseBodyData;
|
|
1276
|
-
message?: string;
|
|
1277
|
-
requestId?: string;
|
|
1278
|
-
static names(): {
|
|
1279
|
-
[key: string]: string;
|
|
1280
|
-
};
|
|
1281
|
-
static types(): {
|
|
1282
|
-
[key: string]: any;
|
|
1283
|
-
};
|
|
1284
|
-
constructor(map?: {
|
|
1285
|
-
[key: string]: any;
|
|
1286
|
-
});
|
|
1287
|
-
}
|
|
1288
|
-
export declare class QueryCallInPoolTransferConfigResponse extends $tea.Model {
|
|
1289
|
-
headers?: {
|
|
1290
|
-
[key: string]: string;
|
|
1291
|
-
};
|
|
1292
|
-
statusCode?: number;
|
|
1293
|
-
body?: QueryCallInPoolTransferConfigResponseBody;
|
|
1294
|
-
static names(): {
|
|
1295
|
-
[key: string]: string;
|
|
1296
|
-
};
|
|
1297
|
-
static types(): {
|
|
1298
|
-
[key: string]: any;
|
|
1299
|
-
};
|
|
1300
|
-
constructor(map?: {
|
|
1301
|
-
[key: string]: any;
|
|
1302
|
-
});
|
|
1303
|
-
}
|
|
1304
|
-
export declare class QueryCallInTransferRecordRequest extends $tea.Model {
|
|
1305
|
-
callInCaller?: string;
|
|
1306
|
-
ownerId?: number;
|
|
1307
|
-
pageNo?: number;
|
|
1308
|
-
pageSize?: number;
|
|
1309
|
-
phoneNumber?: string;
|
|
1310
|
-
queryDate?: string;
|
|
1311
|
-
resourceOwnerAccount?: string;
|
|
1312
|
-
resourceOwnerId?: number;
|
|
1313
|
-
static names(): {
|
|
1314
|
-
[key: string]: string;
|
|
1315
|
-
};
|
|
1316
|
-
static types(): {
|
|
1317
|
-
[key: string]: any;
|
|
1318
|
-
};
|
|
1319
|
-
constructor(map?: {
|
|
1320
|
-
[key: string]: any;
|
|
1321
|
-
});
|
|
1322
|
-
}
|
|
1323
|
-
export declare class QueryCallInTransferRecordResponseBody extends $tea.Model {
|
|
1324
|
-
code?: string;
|
|
1325
|
-
data?: QueryCallInTransferRecordResponseBodyData;
|
|
1326
|
-
message?: string;
|
|
1327
|
-
requestId?: string;
|
|
1328
|
-
static names(): {
|
|
1329
|
-
[key: string]: string;
|
|
1330
|
-
};
|
|
1331
|
-
static types(): {
|
|
1332
|
-
[key: string]: any;
|
|
1333
|
-
};
|
|
1334
|
-
constructor(map?: {
|
|
1335
|
-
[key: string]: any;
|
|
1336
|
-
});
|
|
1337
|
-
}
|
|
1338
|
-
export declare class QueryCallInTransferRecordResponse extends $tea.Model {
|
|
1339
|
-
headers?: {
|
|
1340
|
-
[key: string]: string;
|
|
1341
|
-
};
|
|
1342
|
-
statusCode?: number;
|
|
1343
|
-
body?: QueryCallInTransferRecordResponseBody;
|
|
1344
|
-
static names(): {
|
|
1345
|
-
[key: string]: string;
|
|
1346
|
-
};
|
|
1347
|
-
static types(): {
|
|
1348
|
-
[key: string]: any;
|
|
1349
|
-
};
|
|
1350
|
-
constructor(map?: {
|
|
1351
|
-
[key: string]: any;
|
|
1352
|
-
});
|
|
1353
|
-
}
|
|
1354
|
-
export declare class QueryRobotInfoListRequest extends $tea.Model {
|
|
1355
|
-
auditStatus?: string;
|
|
1356
|
-
ownerId?: number;
|
|
1357
|
-
resourceOwnerAccount?: string;
|
|
1358
|
-
resourceOwnerId?: number;
|
|
1359
|
-
static names(): {
|
|
1360
|
-
[key: string]: string;
|
|
1361
|
-
};
|
|
1362
|
-
static types(): {
|
|
1363
|
-
[key: string]: any;
|
|
1364
|
-
};
|
|
1365
|
-
constructor(map?: {
|
|
1366
|
-
[key: string]: any;
|
|
1367
|
-
});
|
|
1368
|
-
}
|
|
1369
|
-
export declare class QueryRobotInfoListResponseBody extends $tea.Model {
|
|
1370
|
-
code?: string;
|
|
1371
|
-
data?: string;
|
|
1372
|
-
message?: string;
|
|
1373
|
-
requestId?: string;
|
|
1374
|
-
static names(): {
|
|
1375
|
-
[key: string]: string;
|
|
1376
|
-
};
|
|
1377
|
-
static types(): {
|
|
1378
|
-
[key: string]: any;
|
|
1379
|
-
};
|
|
1380
|
-
constructor(map?: {
|
|
1381
|
-
[key: string]: any;
|
|
1382
|
-
});
|
|
1383
|
-
}
|
|
1384
|
-
export declare class QueryRobotInfoListResponse extends $tea.Model {
|
|
1385
|
-
headers?: {
|
|
1386
|
-
[key: string]: string;
|
|
1387
|
-
};
|
|
1388
|
-
statusCode?: number;
|
|
1389
|
-
body?: QueryRobotInfoListResponseBody;
|
|
1390
|
-
static names(): {
|
|
1391
|
-
[key: string]: string;
|
|
1392
|
-
};
|
|
1393
|
-
static types(): {
|
|
1394
|
-
[key: string]: any;
|
|
1395
|
-
};
|
|
1396
|
-
constructor(map?: {
|
|
1397
|
-
[key: string]: any;
|
|
1398
|
-
});
|
|
1399
|
-
}
|
|
1400
|
-
export declare class QueryRobotTaskCallDetailRequest extends $tea.Model {
|
|
1401
|
-
callee?: string;
|
|
1402
|
-
ownerId?: number;
|
|
1403
|
-
queryDate?: number;
|
|
1404
|
-
resourceOwnerAccount?: string;
|
|
1405
|
-
resourceOwnerId?: number;
|
|
1406
|
-
taskId?: number;
|
|
1407
|
-
static names(): {
|
|
1408
|
-
[key: string]: string;
|
|
1409
|
-
};
|
|
1410
|
-
static types(): {
|
|
1411
|
-
[key: string]: any;
|
|
1412
|
-
};
|
|
1413
|
-
constructor(map?: {
|
|
1414
|
-
[key: string]: any;
|
|
1415
|
-
});
|
|
1416
|
-
}
|
|
1417
|
-
export declare class QueryRobotTaskCallDetailResponseBody extends $tea.Model {
|
|
1418
|
-
code?: string;
|
|
1419
|
-
data?: string;
|
|
1420
|
-
message?: string;
|
|
1421
|
-
requestId?: string;
|
|
1422
|
-
static names(): {
|
|
1423
|
-
[key: string]: string;
|
|
1424
|
-
};
|
|
1425
|
-
static types(): {
|
|
1426
|
-
[key: string]: any;
|
|
1427
|
-
};
|
|
1428
|
-
constructor(map?: {
|
|
1429
|
-
[key: string]: any;
|
|
1430
|
-
});
|
|
1431
|
-
}
|
|
1432
|
-
export declare class QueryRobotTaskCallDetailResponse extends $tea.Model {
|
|
1433
|
-
headers?: {
|
|
1434
|
-
[key: string]: string;
|
|
1435
|
-
};
|
|
1436
|
-
statusCode?: number;
|
|
1437
|
-
body?: QueryRobotTaskCallDetailResponseBody;
|
|
1438
|
-
static names(): {
|
|
1439
|
-
[key: string]: string;
|
|
1440
|
-
};
|
|
1441
|
-
static types(): {
|
|
1442
|
-
[key: string]: any;
|
|
1443
|
-
};
|
|
1444
|
-
constructor(map?: {
|
|
1445
|
-
[key: string]: any;
|
|
1446
|
-
});
|
|
1447
|
-
}
|
|
1448
|
-
export declare class QueryRobotTaskCallListRequest extends $tea.Model {
|
|
1449
|
-
callResult?: string;
|
|
1450
|
-
called?: string;
|
|
1451
|
-
dialogCountFrom?: string;
|
|
1452
|
-
dialogCountTo?: string;
|
|
1453
|
-
durationFrom?: string;
|
|
1454
|
-
durationTo?: string;
|
|
1455
|
-
hangupDirection?: string;
|
|
1456
|
-
ownerId?: number;
|
|
1457
|
-
pageNo?: number;
|
|
1458
|
-
pageSize?: number;
|
|
1459
|
-
resourceOwnerAccount?: string;
|
|
1460
|
-
resourceOwnerId?: number;
|
|
1461
|
-
taskId?: string;
|
|
1462
|
-
static names(): {
|
|
1463
|
-
[key: string]: string;
|
|
1464
|
-
};
|
|
1465
|
-
static types(): {
|
|
1466
|
-
[key: string]: any;
|
|
1467
|
-
};
|
|
1468
|
-
constructor(map?: {
|
|
1469
|
-
[key: string]: any;
|
|
1470
|
-
});
|
|
1471
|
-
}
|
|
1472
|
-
export declare class QueryRobotTaskCallListResponseBody extends $tea.Model {
|
|
1473
|
-
code?: string;
|
|
1474
|
-
data?: string;
|
|
1475
|
-
message?: string;
|
|
1476
|
-
requestId?: string;
|
|
1477
|
-
static names(): {
|
|
1478
|
-
[key: string]: string;
|
|
1479
|
-
};
|
|
1480
|
-
static types(): {
|
|
1481
|
-
[key: string]: any;
|
|
1482
|
-
};
|
|
1483
|
-
constructor(map?: {
|
|
1484
|
-
[key: string]: any;
|
|
1485
|
-
});
|
|
1486
|
-
}
|
|
1487
|
-
export declare class QueryRobotTaskCallListResponse extends $tea.Model {
|
|
1488
|
-
headers?: {
|
|
1489
|
-
[key: string]: string;
|
|
1490
|
-
};
|
|
1491
|
-
statusCode?: number;
|
|
1492
|
-
body?: QueryRobotTaskCallListResponseBody;
|
|
1493
|
-
static names(): {
|
|
1494
|
-
[key: string]: string;
|
|
1495
|
-
};
|
|
1496
|
-
static types(): {
|
|
1497
|
-
[key: string]: any;
|
|
1498
|
-
};
|
|
1499
|
-
constructor(map?: {
|
|
1500
|
-
[key: string]: any;
|
|
1501
|
-
});
|
|
1502
|
-
}
|
|
1503
|
-
export declare class QueryRobotTaskDetailRequest extends $tea.Model {
|
|
1504
|
-
id?: number;
|
|
1505
|
-
ownerId?: number;
|
|
1506
|
-
resourceOwnerAccount?: string;
|
|
1507
|
-
resourceOwnerId?: number;
|
|
1508
|
-
static names(): {
|
|
1509
|
-
[key: string]: string;
|
|
1510
|
-
};
|
|
1511
|
-
static types(): {
|
|
1512
|
-
[key: string]: any;
|
|
1513
|
-
};
|
|
1514
|
-
constructor(map?: {
|
|
1515
|
-
[key: string]: any;
|
|
1516
|
-
});
|
|
1517
|
-
}
|
|
1518
|
-
export declare class QueryRobotTaskDetailResponseBody extends $tea.Model {
|
|
1519
|
-
code?: string;
|
|
1520
|
-
data?: string;
|
|
1521
|
-
message?: string;
|
|
1522
|
-
requestId?: string;
|
|
1523
|
-
static names(): {
|
|
1524
|
-
[key: string]: string;
|
|
1525
|
-
};
|
|
1526
|
-
static types(): {
|
|
1527
|
-
[key: string]: any;
|
|
1528
|
-
};
|
|
1529
|
-
constructor(map?: {
|
|
1530
|
-
[key: string]: any;
|
|
1531
|
-
});
|
|
1532
|
-
}
|
|
1533
|
-
export declare class QueryRobotTaskDetailResponse extends $tea.Model {
|
|
1534
|
-
headers?: {
|
|
1535
|
-
[key: string]: string;
|
|
1536
|
-
};
|
|
1537
|
-
statusCode?: number;
|
|
1538
|
-
body?: QueryRobotTaskDetailResponseBody;
|
|
1539
|
-
static names(): {
|
|
1540
|
-
[key: string]: string;
|
|
1541
|
-
};
|
|
1542
|
-
static types(): {
|
|
1543
|
-
[key: string]: any;
|
|
1544
|
-
};
|
|
1545
|
-
constructor(map?: {
|
|
1546
|
-
[key: string]: any;
|
|
1547
|
-
});
|
|
1548
|
-
}
|
|
1549
|
-
export declare class QueryRobotTaskListRequest extends $tea.Model {
|
|
1550
|
-
ownerId?: number;
|
|
1551
|
-
pageNo?: number;
|
|
1552
|
-
pageSize?: number;
|
|
1553
|
-
resourceOwnerAccount?: string;
|
|
1554
|
-
resourceOwnerId?: number;
|
|
1555
|
-
status?: string;
|
|
1556
|
-
taskName?: string;
|
|
1557
|
-
time?: string;
|
|
1558
|
-
static names(): {
|
|
1559
|
-
[key: string]: string;
|
|
1560
|
-
};
|
|
1561
|
-
static types(): {
|
|
1562
|
-
[key: string]: any;
|
|
1563
|
-
};
|
|
1564
|
-
constructor(map?: {
|
|
1565
|
-
[key: string]: any;
|
|
1566
|
-
});
|
|
1567
|
-
}
|
|
1568
|
-
export declare class QueryRobotTaskListResponseBody extends $tea.Model {
|
|
1569
|
-
code?: string;
|
|
1570
|
-
data?: string;
|
|
1571
|
-
message?: string;
|
|
1572
|
-
pageNo?: string;
|
|
1573
|
-
pageSize?: string;
|
|
1574
|
-
requestId?: string;
|
|
1575
|
-
totalCount?: string;
|
|
1576
|
-
static names(): {
|
|
1577
|
-
[key: string]: string;
|
|
1578
|
-
};
|
|
1579
|
-
static types(): {
|
|
1580
|
-
[key: string]: any;
|
|
1581
|
-
};
|
|
1582
|
-
constructor(map?: {
|
|
1583
|
-
[key: string]: any;
|
|
1584
|
-
});
|
|
1585
|
-
}
|
|
1586
|
-
export declare class QueryRobotTaskListResponse extends $tea.Model {
|
|
1587
|
-
headers?: {
|
|
1588
|
-
[key: string]: string;
|
|
1589
|
-
};
|
|
1590
|
-
statusCode?: number;
|
|
1591
|
-
body?: QueryRobotTaskListResponseBody;
|
|
1592
|
-
static names(): {
|
|
1593
|
-
[key: string]: string;
|
|
1594
|
-
};
|
|
1595
|
-
static types(): {
|
|
1596
|
-
[key: string]: any;
|
|
1597
|
-
};
|
|
1598
|
-
constructor(map?: {
|
|
1599
|
-
[key: string]: any;
|
|
1600
|
-
});
|
|
1601
|
-
}
|
|
1602
|
-
export declare class QueryRobotv2AllListRequest extends $tea.Model {
|
|
1603
|
-
ownerId?: number;
|
|
1604
|
-
resourceOwnerAccount?: string;
|
|
1605
|
-
resourceOwnerId?: number;
|
|
1606
|
-
static names(): {
|
|
1607
|
-
[key: string]: string;
|
|
1608
|
-
};
|
|
1609
|
-
static types(): {
|
|
1610
|
-
[key: string]: any;
|
|
1611
|
-
};
|
|
1612
|
-
constructor(map?: {
|
|
1613
|
-
[key: string]: any;
|
|
1614
|
-
});
|
|
1615
|
-
}
|
|
1616
|
-
export declare class QueryRobotv2AllListResponseBody extends $tea.Model {
|
|
1617
|
-
code?: string;
|
|
1618
|
-
data?: string;
|
|
1619
|
-
message?: string;
|
|
1620
|
-
requestId?: string;
|
|
1621
|
-
static names(): {
|
|
1622
|
-
[key: string]: string;
|
|
1623
|
-
};
|
|
1624
|
-
static types(): {
|
|
1625
|
-
[key: string]: any;
|
|
1626
|
-
};
|
|
1627
|
-
constructor(map?: {
|
|
1628
|
-
[key: string]: any;
|
|
1629
|
-
});
|
|
1630
|
-
}
|
|
1631
|
-
export declare class QueryRobotv2AllListResponse extends $tea.Model {
|
|
1632
|
-
headers?: {
|
|
1633
|
-
[key: string]: string;
|
|
1634
|
-
};
|
|
1635
|
-
statusCode?: number;
|
|
1636
|
-
body?: QueryRobotv2AllListResponseBody;
|
|
1637
|
-
static names(): {
|
|
1638
|
-
[key: string]: string;
|
|
1639
|
-
};
|
|
1640
|
-
static types(): {
|
|
1641
|
-
[key: string]: any;
|
|
1642
|
-
};
|
|
1643
|
-
constructor(map?: {
|
|
1644
|
-
[key: string]: any;
|
|
1645
|
-
});
|
|
1646
|
-
}
|
|
1647
|
-
export declare class QueryVideoPlayProgressRequest extends $tea.Model {
|
|
1648
|
-
callId?: string;
|
|
1649
|
-
calledNumber?: string;
|
|
1650
|
-
ownerId?: number;
|
|
1651
|
-
resourceOwnerAccount?: string;
|
|
1652
|
-
resourceOwnerId?: number;
|
|
1653
|
-
static names(): {
|
|
1654
|
-
[key: string]: string;
|
|
1655
|
-
};
|
|
1656
|
-
static types(): {
|
|
1657
|
-
[key: string]: any;
|
|
1658
|
-
};
|
|
1659
|
-
constructor(map?: {
|
|
1660
|
-
[key: string]: any;
|
|
1661
|
-
});
|
|
1662
|
-
}
|
|
1663
|
-
export declare class QueryVideoPlayProgressResponseBody extends $tea.Model {
|
|
1664
|
-
accessDeniedDetail?: string;
|
|
1665
|
-
code?: string;
|
|
1666
|
-
data?: {
|
|
1667
|
-
[key: string]: any;
|
|
1668
|
-
};
|
|
1669
|
-
message?: string;
|
|
1670
|
-
success?: boolean;
|
|
1671
|
-
static names(): {
|
|
1672
|
-
[key: string]: string;
|
|
1673
|
-
};
|
|
1674
|
-
static types(): {
|
|
1675
|
-
[key: string]: any;
|
|
1676
|
-
};
|
|
1677
|
-
constructor(map?: {
|
|
1678
|
-
[key: string]: any;
|
|
1679
|
-
});
|
|
1680
|
-
}
|
|
1681
|
-
export declare class QueryVideoPlayProgressResponse extends $tea.Model {
|
|
1682
|
-
headers?: {
|
|
1683
|
-
[key: string]: string;
|
|
1684
|
-
};
|
|
1685
|
-
statusCode?: number;
|
|
1686
|
-
body?: QueryVideoPlayProgressResponseBody;
|
|
1687
|
-
static names(): {
|
|
1688
|
-
[key: string]: string;
|
|
1689
|
-
};
|
|
1690
|
-
static types(): {
|
|
1691
|
-
[key: string]: any;
|
|
1692
|
-
};
|
|
1693
|
-
constructor(map?: {
|
|
1694
|
-
[key: string]: any;
|
|
1695
|
-
});
|
|
1696
|
-
}
|
|
1697
|
-
export declare class QueryVirtualNumberRequest extends $tea.Model {
|
|
1698
|
-
ownerId?: number;
|
|
1699
|
-
pageNo?: number;
|
|
1700
|
-
pageSize?: number;
|
|
1701
|
-
prodCode?: string;
|
|
1702
|
-
resourceOwnerAccount?: string;
|
|
1703
|
-
resourceOwnerId?: number;
|
|
1704
|
-
routeType?: number;
|
|
1705
|
-
static names(): {
|
|
1706
|
-
[key: string]: string;
|
|
1707
|
-
};
|
|
1708
|
-
static types(): {
|
|
1709
|
-
[key: string]: any;
|
|
1710
|
-
};
|
|
1711
|
-
constructor(map?: {
|
|
1712
|
-
[key: string]: any;
|
|
1713
|
-
});
|
|
1714
|
-
}
|
|
1715
|
-
export declare class QueryVirtualNumberResponseBody extends $tea.Model {
|
|
1716
|
-
code?: string;
|
|
1717
|
-
data?: string;
|
|
1718
|
-
requestId?: string;
|
|
1719
|
-
static names(): {
|
|
1720
|
-
[key: string]: string;
|
|
1721
|
-
};
|
|
1722
|
-
static types(): {
|
|
1723
|
-
[key: string]: any;
|
|
1724
|
-
};
|
|
1725
|
-
constructor(map?: {
|
|
1726
|
-
[key: string]: any;
|
|
1727
|
-
});
|
|
1728
|
-
}
|
|
1729
|
-
export declare class QueryVirtualNumberResponse extends $tea.Model {
|
|
1730
|
-
headers?: {
|
|
1731
|
-
[key: string]: string;
|
|
1732
|
-
};
|
|
1733
|
-
statusCode?: number;
|
|
1734
|
-
body?: QueryVirtualNumberResponseBody;
|
|
1735
|
-
static names(): {
|
|
1736
|
-
[key: string]: string;
|
|
1737
|
-
};
|
|
1738
|
-
static types(): {
|
|
1739
|
-
[key: string]: any;
|
|
1740
|
-
};
|
|
1741
|
-
constructor(map?: {
|
|
1742
|
-
[key: string]: any;
|
|
1743
|
-
});
|
|
1744
|
-
}
|
|
1745
|
-
export declare class QueryVirtualNumberRelationRequest extends $tea.Model {
|
|
1746
|
-
ownerId?: number;
|
|
1747
|
-
pageNo?: number;
|
|
1748
|
-
pageSize?: number;
|
|
1749
|
-
phoneNum?: string;
|
|
1750
|
-
prodCode?: string;
|
|
1751
|
-
qualificationId?: number;
|
|
1752
|
-
regionNameCity?: string;
|
|
1753
|
-
relatedNum?: string;
|
|
1754
|
-
resourceOwnerAccount?: string;
|
|
1755
|
-
resourceOwnerId?: number;
|
|
1756
|
-
routeType?: number;
|
|
1757
|
-
specId?: number;
|
|
1758
|
-
static names(): {
|
|
1759
|
-
[key: string]: string;
|
|
1760
|
-
};
|
|
1761
|
-
static types(): {
|
|
1762
|
-
[key: string]: any;
|
|
1763
|
-
};
|
|
1764
|
-
constructor(map?: {
|
|
1765
|
-
[key: string]: any;
|
|
1766
|
-
});
|
|
1767
|
-
}
|
|
1768
|
-
export declare class QueryVirtualNumberRelationResponseBody extends $tea.Model {
|
|
1769
|
-
code?: string;
|
|
1770
|
-
data?: string;
|
|
1771
|
-
requestId?: string;
|
|
1772
|
-
static names(): {
|
|
1773
|
-
[key: string]: string;
|
|
1774
|
-
};
|
|
1775
|
-
static types(): {
|
|
1776
|
-
[key: string]: any;
|
|
1777
|
-
};
|
|
1778
|
-
constructor(map?: {
|
|
1779
|
-
[key: string]: any;
|
|
1780
|
-
});
|
|
1781
|
-
}
|
|
1782
|
-
export declare class QueryVirtualNumberRelationResponse extends $tea.Model {
|
|
1783
|
-
headers?: {
|
|
1784
|
-
[key: string]: string;
|
|
1785
|
-
};
|
|
1786
|
-
statusCode?: number;
|
|
1787
|
-
body?: QueryVirtualNumberRelationResponseBody;
|
|
1788
|
-
static names(): {
|
|
1789
|
-
[key: string]: string;
|
|
1790
|
-
};
|
|
1791
|
-
static types(): {
|
|
1792
|
-
[key: string]: any;
|
|
1793
|
-
};
|
|
1794
|
-
constructor(map?: {
|
|
1795
|
-
[key: string]: any;
|
|
1796
|
-
});
|
|
1797
|
-
}
|
|
1798
|
-
export declare class QueryVoiceFileAuditInfoRequest extends $tea.Model {
|
|
1799
|
-
businessType?: number;
|
|
1800
|
-
ownerId?: number;
|
|
1801
|
-
resourceOwnerAccount?: string;
|
|
1802
|
-
resourceOwnerId?: number;
|
|
1803
|
-
voiceCodes?: string;
|
|
1804
|
-
static names(): {
|
|
1805
|
-
[key: string]: string;
|
|
1806
|
-
};
|
|
1807
|
-
static types(): {
|
|
1808
|
-
[key: string]: any;
|
|
1809
|
-
};
|
|
1810
|
-
constructor(map?: {
|
|
1811
|
-
[key: string]: any;
|
|
1812
|
-
});
|
|
1813
|
-
}
|
|
1814
|
-
export declare class QueryVoiceFileAuditInfoResponseBody extends $tea.Model {
|
|
1815
|
-
code?: string;
|
|
1816
|
-
data?: QueryVoiceFileAuditInfoResponseBodyData[];
|
|
1817
|
-
message?: string;
|
|
1818
|
-
requestId?: string;
|
|
1819
|
-
static names(): {
|
|
1820
|
-
[key: string]: string;
|
|
1821
|
-
};
|
|
1822
|
-
static types(): {
|
|
1823
|
-
[key: string]: any;
|
|
1824
|
-
};
|
|
1825
|
-
constructor(map?: {
|
|
1826
|
-
[key: string]: any;
|
|
1827
|
-
});
|
|
1828
|
-
}
|
|
1829
|
-
export declare class QueryVoiceFileAuditInfoResponse extends $tea.Model {
|
|
1830
|
-
headers?: {
|
|
1831
|
-
[key: string]: string;
|
|
1832
|
-
};
|
|
1833
|
-
statusCode?: number;
|
|
1834
|
-
body?: QueryVoiceFileAuditInfoResponseBody;
|
|
1835
|
-
static names(): {
|
|
1836
|
-
[key: string]: string;
|
|
1837
|
-
};
|
|
1838
|
-
static types(): {
|
|
1839
|
-
[key: string]: any;
|
|
1840
|
-
};
|
|
1841
|
-
constructor(map?: {
|
|
1842
|
-
[key: string]: any;
|
|
1843
|
-
});
|
|
1844
|
-
}
|
|
1845
|
-
export declare class RecoverCallInConfigRequest extends $tea.Model {
|
|
1846
|
-
number?: string;
|
|
1847
|
-
ownerId?: number;
|
|
1848
|
-
resourceOwnerAccount?: string;
|
|
1849
|
-
resourceOwnerId?: number;
|
|
1850
|
-
static names(): {
|
|
1851
|
-
[key: string]: string;
|
|
1852
|
-
};
|
|
1853
|
-
static types(): {
|
|
1854
|
-
[key: string]: any;
|
|
1855
|
-
};
|
|
1856
|
-
constructor(map?: {
|
|
1857
|
-
[key: string]: any;
|
|
1858
|
-
});
|
|
1859
|
-
}
|
|
1860
|
-
export declare class RecoverCallInConfigResponseBody extends $tea.Model {
|
|
1861
|
-
code?: string;
|
|
1862
|
-
data?: boolean;
|
|
1863
|
-
message?: string;
|
|
1864
|
-
requestId?: string;
|
|
1865
|
-
static names(): {
|
|
1866
|
-
[key: string]: string;
|
|
1867
|
-
};
|
|
1868
|
-
static types(): {
|
|
1869
|
-
[key: string]: any;
|
|
1870
|
-
};
|
|
1871
|
-
constructor(map?: {
|
|
1872
|
-
[key: string]: any;
|
|
1873
|
-
});
|
|
1874
|
-
}
|
|
1875
|
-
export declare class RecoverCallInConfigResponse extends $tea.Model {
|
|
1876
|
-
headers?: {
|
|
1877
|
-
[key: string]: string;
|
|
1878
|
-
};
|
|
1879
|
-
statusCode?: number;
|
|
1880
|
-
body?: RecoverCallInConfigResponseBody;
|
|
1881
|
-
static names(): {
|
|
1882
|
-
[key: string]: string;
|
|
1883
|
-
};
|
|
1884
|
-
static types(): {
|
|
1885
|
-
[key: string]: any;
|
|
1886
|
-
};
|
|
1887
|
-
constructor(map?: {
|
|
1888
|
-
[key: string]: any;
|
|
1889
|
-
});
|
|
1890
|
-
}
|
|
1891
|
-
export declare class ResumeVideoFileRequest extends $tea.Model {
|
|
1892
|
-
callId?: string;
|
|
1893
|
-
calledNumber?: string;
|
|
1894
|
-
ownerId?: number;
|
|
1895
|
-
resourceOwnerAccount?: string;
|
|
1896
|
-
resourceOwnerId?: number;
|
|
1897
|
-
static names(): {
|
|
1898
|
-
[key: string]: string;
|
|
1899
|
-
};
|
|
1900
|
-
static types(): {
|
|
1901
|
-
[key: string]: any;
|
|
1902
|
-
};
|
|
1903
|
-
constructor(map?: {
|
|
1904
|
-
[key: string]: any;
|
|
1905
|
-
});
|
|
1906
|
-
}
|
|
1907
|
-
export declare class ResumeVideoFileResponseBody extends $tea.Model {
|
|
1908
|
-
accessDeniedDetail?: string;
|
|
1909
|
-
code?: string;
|
|
1910
|
-
data?: {
|
|
1911
|
-
[key: string]: any;
|
|
1912
|
-
};
|
|
1913
|
-
message?: string;
|
|
1914
|
-
success?: boolean;
|
|
1915
|
-
static names(): {
|
|
1916
|
-
[key: string]: string;
|
|
1917
|
-
};
|
|
1918
|
-
static types(): {
|
|
1919
|
-
[key: string]: any;
|
|
1920
|
-
};
|
|
1921
|
-
constructor(map?: {
|
|
1922
|
-
[key: string]: any;
|
|
1923
|
-
});
|
|
1924
|
-
}
|
|
1925
|
-
export declare class ResumeVideoFileResponse extends $tea.Model {
|
|
1926
|
-
headers?: {
|
|
1927
|
-
[key: string]: string;
|
|
1928
|
-
};
|
|
1929
|
-
statusCode?: number;
|
|
1930
|
-
body?: ResumeVideoFileResponseBody;
|
|
1931
|
-
static names(): {
|
|
1932
|
-
[key: string]: string;
|
|
1933
|
-
};
|
|
1934
|
-
static types(): {
|
|
1935
|
-
[key: string]: any;
|
|
1936
|
-
};
|
|
1937
|
-
constructor(map?: {
|
|
1938
|
-
[key: string]: any;
|
|
1939
|
-
});
|
|
1940
|
-
}
|
|
1941
|
-
export declare class SeekVideoFileRequest extends $tea.Model {
|
|
1942
|
-
callId?: string;
|
|
1943
|
-
calledNumber?: string;
|
|
1944
|
-
ownerId?: number;
|
|
1945
|
-
resourceOwnerAccount?: string;
|
|
1946
|
-
resourceOwnerId?: number;
|
|
1947
|
-
seekTimes?: number;
|
|
1948
|
-
static names(): {
|
|
1949
|
-
[key: string]: string;
|
|
1950
|
-
};
|
|
1951
|
-
static types(): {
|
|
1952
|
-
[key: string]: any;
|
|
1953
|
-
};
|
|
1954
|
-
constructor(map?: {
|
|
1955
|
-
[key: string]: any;
|
|
1956
|
-
});
|
|
1957
|
-
}
|
|
1958
|
-
export declare class SeekVideoFileResponseBody extends $tea.Model {
|
|
1959
|
-
accessDeniedDetail?: string;
|
|
1960
|
-
code?: string;
|
|
1961
|
-
data?: {
|
|
1962
|
-
[key: string]: any;
|
|
1963
|
-
};
|
|
1964
|
-
message?: string;
|
|
1965
|
-
success?: boolean;
|
|
1966
|
-
static names(): {
|
|
1967
|
-
[key: string]: string;
|
|
1968
|
-
};
|
|
1969
|
-
static types(): {
|
|
1970
|
-
[key: string]: any;
|
|
1971
|
-
};
|
|
1972
|
-
constructor(map?: {
|
|
1973
|
-
[key: string]: any;
|
|
1974
|
-
});
|
|
1975
|
-
}
|
|
1976
|
-
export declare class SeekVideoFileResponse extends $tea.Model {
|
|
1977
|
-
headers?: {
|
|
1978
|
-
[key: string]: string;
|
|
1979
|
-
};
|
|
1980
|
-
statusCode?: number;
|
|
1981
|
-
body?: SeekVideoFileResponseBody;
|
|
1982
|
-
static names(): {
|
|
1983
|
-
[key: string]: string;
|
|
1984
|
-
};
|
|
1985
|
-
static types(): {
|
|
1986
|
-
[key: string]: any;
|
|
1987
|
-
};
|
|
1988
|
-
constructor(map?: {
|
|
1989
|
-
[key: string]: any;
|
|
1990
|
-
});
|
|
1991
|
-
}
|
|
1992
|
-
export declare class SendVerificationRequest extends $tea.Model {
|
|
1993
|
-
bizType?: string;
|
|
1994
|
-
ownerId?: number;
|
|
1995
|
-
resourceOwnerAccount?: string;
|
|
1996
|
-
resourceOwnerId?: number;
|
|
1997
|
-
target?: string;
|
|
1998
|
-
verifyType?: string;
|
|
1999
|
-
static names(): {
|
|
2000
|
-
[key: string]: string;
|
|
2001
|
-
};
|
|
2002
|
-
static types(): {
|
|
2003
|
-
[key: string]: any;
|
|
2004
|
-
};
|
|
2005
|
-
constructor(map?: {
|
|
2006
|
-
[key: string]: any;
|
|
2007
|
-
});
|
|
2008
|
-
}
|
|
2009
|
-
export declare class SendVerificationResponseBody extends $tea.Model {
|
|
2010
|
-
code?: string;
|
|
2011
|
-
data?: boolean;
|
|
2012
|
-
message?: string;
|
|
2013
|
-
requestId?: string;
|
|
2014
|
-
static names(): {
|
|
2015
|
-
[key: string]: string;
|
|
2016
|
-
};
|
|
2017
|
-
static types(): {
|
|
2018
|
-
[key: string]: any;
|
|
2019
|
-
};
|
|
2020
|
-
constructor(map?: {
|
|
2021
|
-
[key: string]: any;
|
|
2022
|
-
});
|
|
2023
|
-
}
|
|
2024
|
-
export declare class SendVerificationResponse extends $tea.Model {
|
|
2025
|
-
headers?: {
|
|
2026
|
-
[key: string]: string;
|
|
2027
|
-
};
|
|
2028
|
-
statusCode?: number;
|
|
2029
|
-
body?: SendVerificationResponseBody;
|
|
2030
|
-
static names(): {
|
|
2031
|
-
[key: string]: string;
|
|
2032
|
-
};
|
|
2033
|
-
static types(): {
|
|
2034
|
-
[key: string]: any;
|
|
2035
|
-
};
|
|
2036
|
-
constructor(map?: {
|
|
2037
|
-
[key: string]: any;
|
|
2038
|
-
});
|
|
2039
|
-
}
|
|
2040
|
-
export declare class SetTransferCalleePoolConfigRequest extends $tea.Model {
|
|
2041
|
-
calledRouteMode?: string;
|
|
2042
|
-
details?: SetTransferCalleePoolConfigRequestDetails[];
|
|
2043
|
-
ownerId?: number;
|
|
2044
|
-
phoneNumber?: string;
|
|
2045
|
-
qualificationId?: string;
|
|
2046
|
-
resourceOwnerAccount?: string;
|
|
2047
|
-
resourceOwnerId?: number;
|
|
2048
|
-
static names(): {
|
|
2049
|
-
[key: string]: string;
|
|
2050
|
-
};
|
|
2051
|
-
static types(): {
|
|
2052
|
-
[key: string]: any;
|
|
2053
|
-
};
|
|
2054
|
-
constructor(map?: {
|
|
2055
|
-
[key: string]: any;
|
|
2056
|
-
});
|
|
2057
|
-
}
|
|
2058
|
-
export declare class SetTransferCalleePoolConfigResponseBody extends $tea.Model {
|
|
2059
|
-
code?: string;
|
|
2060
|
-
data?: boolean;
|
|
2061
|
-
message?: string;
|
|
2062
|
-
requestId?: string;
|
|
2063
|
-
static names(): {
|
|
2064
|
-
[key: string]: string;
|
|
2065
|
-
};
|
|
2066
|
-
static types(): {
|
|
2067
|
-
[key: string]: any;
|
|
2068
|
-
};
|
|
2069
|
-
constructor(map?: {
|
|
2070
|
-
[key: string]: any;
|
|
2071
|
-
});
|
|
2072
|
-
}
|
|
2073
|
-
export declare class SetTransferCalleePoolConfigResponse extends $tea.Model {
|
|
2074
|
-
headers?: {
|
|
2075
|
-
[key: string]: string;
|
|
2076
|
-
};
|
|
2077
|
-
statusCode?: number;
|
|
2078
|
-
body?: SetTransferCalleePoolConfigResponseBody;
|
|
2079
|
-
static names(): {
|
|
2080
|
-
[key: string]: string;
|
|
2081
|
-
};
|
|
2082
|
-
static types(): {
|
|
2083
|
-
[key: string]: any;
|
|
2084
|
-
};
|
|
2085
|
-
constructor(map?: {
|
|
2086
|
-
[key: string]: any;
|
|
2087
|
-
});
|
|
2088
|
-
}
|
|
2089
|
-
export declare class SingleCallByTtsRequest extends $tea.Model {
|
|
2090
|
-
calledNumber?: string;
|
|
2091
|
-
calledShowNumber?: string;
|
|
2092
|
-
outId?: string;
|
|
2093
|
-
ownerId?: number;
|
|
2094
|
-
playTimes?: number;
|
|
2095
|
-
resourceOwnerAccount?: string;
|
|
2096
|
-
resourceOwnerId?: number;
|
|
2097
|
-
speed?: number;
|
|
2098
|
-
ttsCode?: string;
|
|
2099
|
-
ttsParam?: string;
|
|
2100
|
-
volume?: number;
|
|
2101
|
-
static names(): {
|
|
2102
|
-
[key: string]: string;
|
|
2103
|
-
};
|
|
2104
|
-
static types(): {
|
|
2105
|
-
[key: string]: any;
|
|
2106
|
-
};
|
|
2107
|
-
constructor(map?: {
|
|
2108
|
-
[key: string]: any;
|
|
2109
|
-
});
|
|
2110
|
-
}
|
|
2111
|
-
export declare class SingleCallByTtsResponseBody extends $tea.Model {
|
|
2112
|
-
callId?: string;
|
|
2113
|
-
code?: string;
|
|
2114
|
-
message?: string;
|
|
2115
|
-
requestId?: string;
|
|
2116
|
-
static names(): {
|
|
2117
|
-
[key: string]: string;
|
|
2118
|
-
};
|
|
2119
|
-
static types(): {
|
|
2120
|
-
[key: string]: any;
|
|
2121
|
-
};
|
|
2122
|
-
constructor(map?: {
|
|
2123
|
-
[key: string]: any;
|
|
2124
|
-
});
|
|
2125
|
-
}
|
|
2126
|
-
export declare class SingleCallByTtsResponse extends $tea.Model {
|
|
2127
|
-
headers?: {
|
|
2128
|
-
[key: string]: string;
|
|
2129
|
-
};
|
|
2130
|
-
statusCode?: number;
|
|
2131
|
-
body?: SingleCallByTtsResponseBody;
|
|
2132
|
-
static names(): {
|
|
2133
|
-
[key: string]: string;
|
|
2134
|
-
};
|
|
2135
|
-
static types(): {
|
|
2136
|
-
[key: string]: any;
|
|
2137
|
-
};
|
|
2138
|
-
constructor(map?: {
|
|
2139
|
-
[key: string]: any;
|
|
2140
|
-
});
|
|
2141
|
-
}
|
|
2142
|
-
export declare class SingleCallByVideoRequest extends $tea.Model {
|
|
2143
|
-
calledNumber?: string;
|
|
2144
|
-
calledShowNumber?: string;
|
|
2145
|
-
outId?: string;
|
|
2146
|
-
ownerId?: number;
|
|
2147
|
-
playTimes?: number;
|
|
2148
|
-
resourceOwnerAccount?: string;
|
|
2149
|
-
resourceOwnerId?: number;
|
|
2150
|
-
speed?: number;
|
|
2151
|
-
videoCode?: string;
|
|
2152
|
-
voiceCode?: string;
|
|
2153
|
-
volume?: number;
|
|
2154
|
-
static names(): {
|
|
2155
|
-
[key: string]: string;
|
|
2156
|
-
};
|
|
2157
|
-
static types(): {
|
|
2158
|
-
[key: string]: any;
|
|
2159
|
-
};
|
|
2160
|
-
constructor(map?: {
|
|
2161
|
-
[key: string]: any;
|
|
2162
|
-
});
|
|
2163
|
-
}
|
|
2164
|
-
export declare class SingleCallByVideoResponseBody extends $tea.Model {
|
|
2165
|
-
callId?: string;
|
|
2166
|
-
code?: string;
|
|
2167
|
-
message?: string;
|
|
2168
|
-
requestId?: string;
|
|
2169
|
-
static names(): {
|
|
2170
|
-
[key: string]: string;
|
|
2171
|
-
};
|
|
2172
|
-
static types(): {
|
|
2173
|
-
[key: string]: any;
|
|
2174
|
-
};
|
|
2175
|
-
constructor(map?: {
|
|
2176
|
-
[key: string]: any;
|
|
2177
|
-
});
|
|
2178
|
-
}
|
|
2179
|
-
export declare class SingleCallByVideoResponse extends $tea.Model {
|
|
2180
|
-
headers?: {
|
|
2181
|
-
[key: string]: string;
|
|
2182
|
-
};
|
|
2183
|
-
statusCode?: number;
|
|
2184
|
-
body?: SingleCallByVideoResponseBody;
|
|
2185
|
-
static names(): {
|
|
2186
|
-
[key: string]: string;
|
|
2187
|
-
};
|
|
2188
|
-
static types(): {
|
|
2189
|
-
[key: string]: any;
|
|
2190
|
-
};
|
|
2191
|
-
constructor(map?: {
|
|
2192
|
-
[key: string]: any;
|
|
2193
|
-
});
|
|
2194
|
-
}
|
|
2195
|
-
export declare class SingleCallByVoiceRequest extends $tea.Model {
|
|
2196
|
-
calledNumber?: string;
|
|
2197
|
-
calledShowNumber?: string;
|
|
2198
|
-
outId?: string;
|
|
2199
|
-
ownerId?: number;
|
|
2200
|
-
playTimes?: number;
|
|
2201
|
-
resourceOwnerAccount?: string;
|
|
2202
|
-
resourceOwnerId?: number;
|
|
2203
|
-
speed?: number;
|
|
2204
|
-
voiceCode?: string;
|
|
2205
|
-
volume?: number;
|
|
2206
|
-
static names(): {
|
|
2207
|
-
[key: string]: string;
|
|
2208
|
-
};
|
|
2209
|
-
static types(): {
|
|
2210
|
-
[key: string]: any;
|
|
2211
|
-
};
|
|
2212
|
-
constructor(map?: {
|
|
2213
|
-
[key: string]: any;
|
|
2214
|
-
});
|
|
2215
|
-
}
|
|
2216
|
-
export declare class SingleCallByVoiceResponseBody extends $tea.Model {
|
|
2217
|
-
callId?: string;
|
|
2218
|
-
code?: string;
|
|
2219
|
-
message?: string;
|
|
2220
|
-
requestId?: string;
|
|
2221
|
-
static names(): {
|
|
2222
|
-
[key: string]: string;
|
|
2223
|
-
};
|
|
2224
|
-
static types(): {
|
|
2225
|
-
[key: string]: any;
|
|
2226
|
-
};
|
|
2227
|
-
constructor(map?: {
|
|
2228
|
-
[key: string]: any;
|
|
2229
|
-
});
|
|
2230
|
-
}
|
|
2231
|
-
export declare class SingleCallByVoiceResponse extends $tea.Model {
|
|
2232
|
-
headers?: {
|
|
2233
|
-
[key: string]: string;
|
|
2234
|
-
};
|
|
2235
|
-
statusCode?: number;
|
|
2236
|
-
body?: SingleCallByVoiceResponseBody;
|
|
2237
|
-
static names(): {
|
|
2238
|
-
[key: string]: string;
|
|
2239
|
-
};
|
|
2240
|
-
static types(): {
|
|
2241
|
-
[key: string]: any;
|
|
2242
|
-
};
|
|
2243
|
-
constructor(map?: {
|
|
2244
|
-
[key: string]: any;
|
|
2245
|
-
});
|
|
2246
|
-
}
|
|
2247
|
-
export declare class SkipVideoFileRequest extends $tea.Model {
|
|
2248
|
-
callId?: string;
|
|
2249
|
-
calledNumber?: string;
|
|
2250
|
-
outId?: string;
|
|
2251
|
-
ownerId?: number;
|
|
2252
|
-
resourceOwnerAccount?: string;
|
|
2253
|
-
resourceOwnerId?: number;
|
|
2254
|
-
skipTimes?: number;
|
|
2255
|
-
static names(): {
|
|
2256
|
-
[key: string]: string;
|
|
2257
|
-
};
|
|
2258
|
-
static types(): {
|
|
2259
|
-
[key: string]: any;
|
|
2260
|
-
};
|
|
2261
|
-
constructor(map?: {
|
|
2262
|
-
[key: string]: any;
|
|
2263
|
-
});
|
|
2264
|
-
}
|
|
2265
|
-
export declare class SkipVideoFileResponseBody extends $tea.Model {
|
|
2266
|
-
accessDeniedDetail?: string;
|
|
2267
|
-
code?: string;
|
|
2268
|
-
data?: boolean;
|
|
2269
|
-
message?: string;
|
|
2270
|
-
success?: boolean;
|
|
2271
|
-
static names(): {
|
|
2272
|
-
[key: string]: string;
|
|
2273
|
-
};
|
|
2274
|
-
static types(): {
|
|
2275
|
-
[key: string]: any;
|
|
2276
|
-
};
|
|
2277
|
-
constructor(map?: {
|
|
2278
|
-
[key: string]: any;
|
|
2279
|
-
});
|
|
2280
|
-
}
|
|
2281
|
-
export declare class SkipVideoFileResponse extends $tea.Model {
|
|
2282
|
-
headers?: {
|
|
2283
|
-
[key: string]: string;
|
|
2284
|
-
};
|
|
2285
|
-
statusCode?: number;
|
|
2286
|
-
body?: SkipVideoFileResponseBody;
|
|
2287
|
-
static names(): {
|
|
2288
|
-
[key: string]: string;
|
|
2289
|
-
};
|
|
2290
|
-
static types(): {
|
|
2291
|
-
[key: string]: any;
|
|
2292
|
-
};
|
|
2293
|
-
constructor(map?: {
|
|
2294
|
-
[key: string]: any;
|
|
2295
|
-
});
|
|
2296
|
-
}
|
|
2297
|
-
export declare class SmartCallRequest extends $tea.Model {
|
|
2298
|
-
actionCodeBreak?: boolean;
|
|
2299
|
-
actionCodeTimeBreak?: number;
|
|
2300
|
-
asrBaseId?: string;
|
|
2301
|
-
asrModelId?: string;
|
|
2302
|
-
backgroundFileCode?: string;
|
|
2303
|
-
backgroundSpeed?: number;
|
|
2304
|
-
backgroundVolume?: number;
|
|
2305
|
-
calledNumber?: string;
|
|
2306
|
-
calledShowNumber?: string;
|
|
2307
|
-
dynamicId?: string;
|
|
2308
|
-
earlyMediaAsr?: boolean;
|
|
2309
|
-
enableITN?: boolean;
|
|
2310
|
-
muteTime?: number;
|
|
2311
|
-
noiseThreshold?: number;
|
|
2312
|
-
outId?: string;
|
|
2313
|
-
ownerId?: number;
|
|
2314
|
-
pauseTime?: number;
|
|
2315
|
-
recordFlag?: boolean;
|
|
2316
|
-
resourceOwnerAccount?: string;
|
|
2317
|
-
resourceOwnerId?: number;
|
|
2318
|
-
sessionTimeout?: number;
|
|
2319
|
-
speed?: number;
|
|
2320
|
-
streamAsr?: number;
|
|
2321
|
-
ttsConf?: boolean;
|
|
2322
|
-
ttsSpeed?: number;
|
|
2323
|
-
ttsStyle?: string;
|
|
2324
|
-
ttsVolume?: number;
|
|
2325
|
-
voiceCode?: string;
|
|
2326
|
-
voiceCodeParam?: string;
|
|
2327
|
-
volume?: number;
|
|
2328
|
-
static names(): {
|
|
2329
|
-
[key: string]: string;
|
|
2330
|
-
};
|
|
2331
|
-
static types(): {
|
|
2332
|
-
[key: string]: any;
|
|
2333
|
-
};
|
|
2334
|
-
constructor(map?: {
|
|
2335
|
-
[key: string]: any;
|
|
2336
|
-
});
|
|
2337
|
-
}
|
|
2338
|
-
export declare class SmartCallResponseBody extends $tea.Model {
|
|
2339
|
-
callId?: string;
|
|
2340
|
-
code?: string;
|
|
2341
|
-
message?: string;
|
|
2342
|
-
requestId?: string;
|
|
2343
|
-
static names(): {
|
|
2344
|
-
[key: string]: string;
|
|
2345
|
-
};
|
|
2346
|
-
static types(): {
|
|
2347
|
-
[key: string]: any;
|
|
2348
|
-
};
|
|
2349
|
-
constructor(map?: {
|
|
2350
|
-
[key: string]: any;
|
|
2351
|
-
});
|
|
2352
|
-
}
|
|
2353
|
-
export declare class SmartCallResponse extends $tea.Model {
|
|
2354
|
-
headers?: {
|
|
2355
|
-
[key: string]: string;
|
|
2356
|
-
};
|
|
2357
|
-
statusCode?: number;
|
|
2358
|
-
body?: SmartCallResponseBody;
|
|
2359
|
-
static names(): {
|
|
2360
|
-
[key: string]: string;
|
|
2361
|
-
};
|
|
2362
|
-
static types(): {
|
|
2363
|
-
[key: string]: any;
|
|
2364
|
-
};
|
|
2365
|
-
constructor(map?: {
|
|
2366
|
-
[key: string]: any;
|
|
2367
|
-
});
|
|
2368
|
-
}
|
|
2369
|
-
export declare class SmartCallOperateRequest extends $tea.Model {
|
|
2370
|
-
callId?: string;
|
|
2371
|
-
command?: string;
|
|
2372
|
-
ownerId?: number;
|
|
2373
|
-
param?: string;
|
|
2374
|
-
resourceOwnerAccount?: string;
|
|
2375
|
-
resourceOwnerId?: number;
|
|
2376
|
-
static names(): {
|
|
2377
|
-
[key: string]: string;
|
|
2378
|
-
};
|
|
2379
|
-
static types(): {
|
|
2380
|
-
[key: string]: any;
|
|
2381
|
-
};
|
|
2382
|
-
constructor(map?: {
|
|
2383
|
-
[key: string]: any;
|
|
2384
|
-
});
|
|
2385
|
-
}
|
|
2386
|
-
export declare class SmartCallOperateResponseBody extends $tea.Model {
|
|
2387
|
-
code?: string;
|
|
2388
|
-
message?: string;
|
|
2389
|
-
requestId?: string;
|
|
2390
|
-
status?: boolean;
|
|
2391
|
-
static names(): {
|
|
2392
|
-
[key: string]: string;
|
|
2393
|
-
};
|
|
2394
|
-
static types(): {
|
|
2395
|
-
[key: string]: any;
|
|
2396
|
-
};
|
|
2397
|
-
constructor(map?: {
|
|
2398
|
-
[key: string]: any;
|
|
2399
|
-
});
|
|
2400
|
-
}
|
|
2401
|
-
export declare class SmartCallOperateResponse extends $tea.Model {
|
|
2402
|
-
headers?: {
|
|
2403
|
-
[key: string]: string;
|
|
2404
|
-
};
|
|
2405
|
-
statusCode?: number;
|
|
2406
|
-
body?: SmartCallOperateResponseBody;
|
|
2407
|
-
static names(): {
|
|
2408
|
-
[key: string]: string;
|
|
2409
|
-
};
|
|
2410
|
-
static types(): {
|
|
2411
|
-
[key: string]: any;
|
|
2412
|
-
};
|
|
2413
|
-
constructor(map?: {
|
|
2414
|
-
[key: string]: any;
|
|
2415
|
-
});
|
|
2416
|
-
}
|
|
2417
|
-
export declare class StartRobotTaskRequest extends $tea.Model {
|
|
2418
|
-
ownerId?: number;
|
|
2419
|
-
resourceOwnerAccount?: string;
|
|
2420
|
-
resourceOwnerId?: number;
|
|
2421
|
-
scheduleTime?: string;
|
|
2422
|
-
taskId?: number;
|
|
2423
|
-
static names(): {
|
|
2424
|
-
[key: string]: string;
|
|
2425
|
-
};
|
|
2426
|
-
static types(): {
|
|
2427
|
-
[key: string]: any;
|
|
2428
|
-
};
|
|
2429
|
-
constructor(map?: {
|
|
2430
|
-
[key: string]: any;
|
|
2431
|
-
});
|
|
2432
|
-
}
|
|
2433
|
-
export declare class StartRobotTaskResponseBody extends $tea.Model {
|
|
2434
|
-
code?: string;
|
|
2435
|
-
data?: string;
|
|
2436
|
-
message?: string;
|
|
2437
|
-
requestId?: string;
|
|
2438
|
-
static names(): {
|
|
2439
|
-
[key: string]: string;
|
|
2440
|
-
};
|
|
2441
|
-
static types(): {
|
|
2442
|
-
[key: string]: any;
|
|
2443
|
-
};
|
|
2444
|
-
constructor(map?: {
|
|
2445
|
-
[key: string]: any;
|
|
2446
|
-
});
|
|
2447
|
-
}
|
|
2448
|
-
export declare class StartRobotTaskResponse extends $tea.Model {
|
|
2449
|
-
headers?: {
|
|
2450
|
-
[key: string]: string;
|
|
2451
|
-
};
|
|
2452
|
-
statusCode?: number;
|
|
2453
|
-
body?: StartRobotTaskResponseBody;
|
|
2454
|
-
static names(): {
|
|
2455
|
-
[key: string]: string;
|
|
2456
|
-
};
|
|
2457
|
-
static types(): {
|
|
2458
|
-
[key: string]: any;
|
|
2459
|
-
};
|
|
2460
|
-
constructor(map?: {
|
|
2461
|
-
[key: string]: any;
|
|
2462
|
-
});
|
|
2463
|
-
}
|
|
2464
|
-
export declare class StopCallInConfigRequest extends $tea.Model {
|
|
2465
|
-
number?: string;
|
|
2466
|
-
ownerId?: number;
|
|
2467
|
-
resourceOwnerAccount?: string;
|
|
2468
|
-
resourceOwnerId?: number;
|
|
2469
|
-
static names(): {
|
|
2470
|
-
[key: string]: string;
|
|
2471
|
-
};
|
|
2472
|
-
static types(): {
|
|
2473
|
-
[key: string]: any;
|
|
2474
|
-
};
|
|
2475
|
-
constructor(map?: {
|
|
2476
|
-
[key: string]: any;
|
|
2477
|
-
});
|
|
2478
|
-
}
|
|
2479
|
-
export declare class StopCallInConfigResponseBody extends $tea.Model {
|
|
2480
|
-
code?: string;
|
|
2481
|
-
data?: boolean;
|
|
2482
|
-
message?: string;
|
|
2483
|
-
requestId?: string;
|
|
2484
|
-
static names(): {
|
|
2485
|
-
[key: string]: string;
|
|
2486
|
-
};
|
|
2487
|
-
static types(): {
|
|
2488
|
-
[key: string]: any;
|
|
2489
|
-
};
|
|
2490
|
-
constructor(map?: {
|
|
2491
|
-
[key: string]: any;
|
|
2492
|
-
});
|
|
2493
|
-
}
|
|
2494
|
-
export declare class StopCallInConfigResponse extends $tea.Model {
|
|
2495
|
-
headers?: {
|
|
2496
|
-
[key: string]: string;
|
|
2497
|
-
};
|
|
2498
|
-
statusCode?: number;
|
|
2499
|
-
body?: StopCallInConfigResponseBody;
|
|
2500
|
-
static names(): {
|
|
2501
|
-
[key: string]: string;
|
|
2502
|
-
};
|
|
2503
|
-
static types(): {
|
|
2504
|
-
[key: string]: any;
|
|
2505
|
-
};
|
|
2506
|
-
constructor(map?: {
|
|
2507
|
-
[key: string]: any;
|
|
2508
|
-
});
|
|
2509
|
-
}
|
|
2510
|
-
export declare class StopRobotTaskRequest extends $tea.Model {
|
|
2511
|
-
ownerId?: number;
|
|
2512
|
-
resourceOwnerAccount?: string;
|
|
2513
|
-
resourceOwnerId?: number;
|
|
2514
|
-
taskId?: number;
|
|
2515
|
-
static names(): {
|
|
2516
|
-
[key: string]: string;
|
|
2517
|
-
};
|
|
2518
|
-
static types(): {
|
|
2519
|
-
[key: string]: any;
|
|
2520
|
-
};
|
|
2521
|
-
constructor(map?: {
|
|
2522
|
-
[key: string]: any;
|
|
2523
|
-
});
|
|
2524
|
-
}
|
|
2525
|
-
export declare class StopRobotTaskResponseBody extends $tea.Model {
|
|
2526
|
-
code?: string;
|
|
2527
|
-
data?: string;
|
|
2528
|
-
message?: string;
|
|
2529
|
-
requestId?: string;
|
|
2530
|
-
static names(): {
|
|
2531
|
-
[key: string]: string;
|
|
2532
|
-
};
|
|
2533
|
-
static types(): {
|
|
2534
|
-
[key: string]: any;
|
|
2535
|
-
};
|
|
2536
|
-
constructor(map?: {
|
|
2537
|
-
[key: string]: any;
|
|
2538
|
-
});
|
|
2539
|
-
}
|
|
2540
|
-
export declare class StopRobotTaskResponse extends $tea.Model {
|
|
2541
|
-
headers?: {
|
|
2542
|
-
[key: string]: string;
|
|
2543
|
-
};
|
|
2544
|
-
statusCode?: number;
|
|
2545
|
-
body?: StopRobotTaskResponseBody;
|
|
2546
|
-
static names(): {
|
|
2547
|
-
[key: string]: string;
|
|
2548
|
-
};
|
|
2549
|
-
static types(): {
|
|
2550
|
-
[key: string]: any;
|
|
2551
|
-
};
|
|
2552
|
-
constructor(map?: {
|
|
2553
|
-
[key: string]: any;
|
|
2554
|
-
});
|
|
2555
|
-
}
|
|
2556
|
-
export declare class SubmitHotlineTransferRegisterRequest extends $tea.Model {
|
|
2557
|
-
agreement?: string;
|
|
2558
|
-
hotlineNumber?: string;
|
|
2559
|
-
operatorIdentityCard?: string;
|
|
2560
|
-
operatorMail?: string;
|
|
2561
|
-
operatorMailVerifyCode?: string;
|
|
2562
|
-
operatorMobile?: string;
|
|
2563
|
-
operatorMobileVerifyCode?: string;
|
|
2564
|
-
operatorName?: string;
|
|
2565
|
-
ownerId?: number;
|
|
2566
|
-
qualificationId?: string;
|
|
2567
|
-
resourceOwnerAccount?: string;
|
|
2568
|
-
resourceOwnerId?: number;
|
|
2569
|
-
transferPhoneNumberInfos?: SubmitHotlineTransferRegisterRequestTransferPhoneNumberInfos[];
|
|
2570
|
-
static names(): {
|
|
2571
|
-
[key: string]: string;
|
|
2572
|
-
};
|
|
2573
|
-
static types(): {
|
|
2574
|
-
[key: string]: any;
|
|
2575
|
-
};
|
|
2576
|
-
constructor(map?: {
|
|
2577
|
-
[key: string]: any;
|
|
2578
|
-
});
|
|
2579
|
-
}
|
|
2580
|
-
export declare class SubmitHotlineTransferRegisterResponseBody extends $tea.Model {
|
|
2581
|
-
code?: string;
|
|
2582
|
-
data?: number;
|
|
2583
|
-
message?: string;
|
|
2584
|
-
requestId?: string;
|
|
2585
|
-
static names(): {
|
|
2586
|
-
[key: string]: string;
|
|
2587
|
-
};
|
|
2588
|
-
static types(): {
|
|
2589
|
-
[key: string]: any;
|
|
2590
|
-
};
|
|
2591
|
-
constructor(map?: {
|
|
2592
|
-
[key: string]: any;
|
|
2593
|
-
});
|
|
2594
|
-
}
|
|
2595
|
-
export declare class SubmitHotlineTransferRegisterResponse extends $tea.Model {
|
|
2596
|
-
headers?: {
|
|
2597
|
-
[key: string]: string;
|
|
2598
|
-
};
|
|
2599
|
-
statusCode?: number;
|
|
2600
|
-
body?: SubmitHotlineTransferRegisterResponseBody;
|
|
2601
|
-
static names(): {
|
|
2602
|
-
[key: string]: string;
|
|
2603
|
-
};
|
|
2604
|
-
static types(): {
|
|
2605
|
-
[key: string]: any;
|
|
2606
|
-
};
|
|
2607
|
-
constructor(map?: {
|
|
2608
|
-
[key: string]: any;
|
|
2609
|
-
});
|
|
2610
|
-
}
|
|
2611
|
-
export declare class UpgradeVideoFileRequest extends $tea.Model {
|
|
2612
|
-
callId?: string;
|
|
2613
|
-
calledNumber?: string;
|
|
2614
|
-
mediaType?: string;
|
|
2615
|
-
outId?: string;
|
|
2616
|
-
ownerId?: number;
|
|
2617
|
-
resourceOwnerAccount?: string;
|
|
2618
|
-
resourceOwnerId?: number;
|
|
2619
|
-
static names(): {
|
|
2620
|
-
[key: string]: string;
|
|
2621
|
-
};
|
|
2622
|
-
static types(): {
|
|
2623
|
-
[key: string]: any;
|
|
2624
|
-
};
|
|
2625
|
-
constructor(map?: {
|
|
2626
|
-
[key: string]: any;
|
|
2627
|
-
});
|
|
2628
|
-
}
|
|
2629
|
-
export declare class UpgradeVideoFileResponseBody extends $tea.Model {
|
|
2630
|
-
accessDeniedDetail?: string;
|
|
2631
|
-
code?: string;
|
|
2632
|
-
data?: {
|
|
2633
|
-
[key: string]: any;
|
|
2634
|
-
};
|
|
2635
|
-
message?: string;
|
|
2636
|
-
success?: boolean;
|
|
2637
|
-
static names(): {
|
|
2638
|
-
[key: string]: string;
|
|
2639
|
-
};
|
|
2640
|
-
static types(): {
|
|
2641
|
-
[key: string]: any;
|
|
2642
|
-
};
|
|
2643
|
-
constructor(map?: {
|
|
2644
|
-
[key: string]: any;
|
|
2645
|
-
});
|
|
2646
|
-
}
|
|
2647
|
-
export declare class UpgradeVideoFileResponse extends $tea.Model {
|
|
2648
|
-
headers?: {
|
|
2649
|
-
[key: string]: string;
|
|
2650
|
-
};
|
|
2651
|
-
statusCode?: number;
|
|
2652
|
-
body?: UpgradeVideoFileResponseBody;
|
|
2653
|
-
static names(): {
|
|
2654
|
-
[key: string]: string;
|
|
2655
|
-
};
|
|
2656
|
-
static types(): {
|
|
2657
|
-
[key: string]: any;
|
|
2658
|
-
};
|
|
2659
|
-
constructor(map?: {
|
|
2660
|
-
[key: string]: any;
|
|
2661
|
-
});
|
|
2662
|
-
}
|
|
2663
|
-
export declare class UploadRobotTaskCalledFileRequest extends $tea.Model {
|
|
2664
|
-
calledNumber?: string;
|
|
2665
|
-
id?: number;
|
|
2666
|
-
ownerId?: number;
|
|
2667
|
-
resourceOwnerAccount?: string;
|
|
2668
|
-
resourceOwnerId?: number;
|
|
2669
|
-
ttsParam?: string;
|
|
2670
|
-
ttsParamHead?: string;
|
|
2671
|
-
static names(): {
|
|
2672
|
-
[key: string]: string;
|
|
2673
|
-
};
|
|
2674
|
-
static types(): {
|
|
2675
|
-
[key: string]: any;
|
|
2676
|
-
};
|
|
2677
|
-
constructor(map?: {
|
|
2678
|
-
[key: string]: any;
|
|
2679
|
-
});
|
|
2680
|
-
}
|
|
2681
|
-
export declare class UploadRobotTaskCalledFileResponseBody extends $tea.Model {
|
|
2682
|
-
code?: string;
|
|
2683
|
-
data?: string;
|
|
2684
|
-
message?: string;
|
|
2685
|
-
requestId?: string;
|
|
2686
|
-
static names(): {
|
|
2687
|
-
[key: string]: string;
|
|
2688
|
-
};
|
|
2689
|
-
static types(): {
|
|
2690
|
-
[key: string]: any;
|
|
2691
|
-
};
|
|
2692
|
-
constructor(map?: {
|
|
2693
|
-
[key: string]: any;
|
|
2694
|
-
});
|
|
2695
|
-
}
|
|
2696
|
-
export declare class UploadRobotTaskCalledFileResponse extends $tea.Model {
|
|
2697
|
-
headers?: {
|
|
2698
|
-
[key: string]: string;
|
|
2699
|
-
};
|
|
2700
|
-
statusCode?: number;
|
|
2701
|
-
body?: UploadRobotTaskCalledFileResponseBody;
|
|
2702
|
-
static names(): {
|
|
2703
|
-
[key: string]: string;
|
|
2704
|
-
};
|
|
2705
|
-
static types(): {
|
|
2706
|
-
[key: string]: any;
|
|
2707
|
-
};
|
|
2708
|
-
constructor(map?: {
|
|
2709
|
-
[key: string]: any;
|
|
2710
|
-
});
|
|
2711
|
-
}
|
|
2712
|
-
export declare class GetHotlineQualificationByOrderResponseBodyData extends $tea.Model {
|
|
2713
|
-
orderId?: string;
|
|
2714
|
-
qualificationId?: string;
|
|
2715
|
-
status?: string;
|
|
2716
|
-
static names(): {
|
|
2717
|
-
[key: string]: string;
|
|
2718
|
-
};
|
|
2719
|
-
static types(): {
|
|
2720
|
-
[key: string]: any;
|
|
2721
|
-
};
|
|
2722
|
-
constructor(map?: {
|
|
2723
|
-
[key: string]: any;
|
|
2724
|
-
});
|
|
2725
|
-
}
|
|
2726
|
-
export declare class IvrCallRequestMenuKeyMap extends $tea.Model {
|
|
2727
|
-
code?: string;
|
|
2728
|
-
key?: string;
|
|
2729
|
-
ttsParams?: string;
|
|
2730
|
-
static names(): {
|
|
2731
|
-
[key: string]: string;
|
|
2732
|
-
};
|
|
2733
|
-
static types(): {
|
|
2734
|
-
[key: string]: any;
|
|
2735
|
-
};
|
|
2736
|
-
constructor(map?: {
|
|
2737
|
-
[key: string]: any;
|
|
2738
|
-
});
|
|
2739
|
-
}
|
|
2740
|
-
export declare class ListCallTaskResponseBodyData extends $tea.Model {
|
|
2741
|
-
bizType?: string;
|
|
2742
|
-
completeTime?: string;
|
|
2743
|
-
completedCount?: number;
|
|
2744
|
-
completedRate?: number;
|
|
2745
|
-
data?: string;
|
|
2746
|
-
dataType?: string;
|
|
2747
|
-
fireTime?: string;
|
|
2748
|
-
id?: number;
|
|
2749
|
-
resource?: string;
|
|
2750
|
-
status?: string;
|
|
2751
|
-
stopTime?: string;
|
|
2752
|
-
taskName?: string;
|
|
2753
|
-
templateCode?: string;
|
|
2754
|
-
templateName?: string;
|
|
2755
|
-
totalCount?: number;
|
|
2756
|
-
static names(): {
|
|
2757
|
-
[key: string]: string;
|
|
2758
|
-
};
|
|
2759
|
-
static types(): {
|
|
2760
|
-
[key: string]: any;
|
|
2761
|
-
};
|
|
2762
|
-
constructor(map?: {
|
|
2763
|
-
[key: string]: any;
|
|
2764
|
-
});
|
|
2765
|
-
}
|
|
2766
|
-
export declare class ListCallTaskDetailResponseBodyData extends $tea.Model {
|
|
2767
|
-
calledNum?: string;
|
|
2768
|
-
caller?: string;
|
|
2769
|
-
duration?: number;
|
|
2770
|
-
id?: number;
|
|
2771
|
-
status?: string;
|
|
2772
|
-
static names(): {
|
|
2773
|
-
[key: string]: string;
|
|
2774
|
-
};
|
|
2775
|
-
static types(): {
|
|
2776
|
-
[key: string]: any;
|
|
2777
|
-
};
|
|
2778
|
-
constructor(map?: {
|
|
2779
|
-
[key: string]: any;
|
|
2780
|
-
});
|
|
2781
|
-
}
|
|
2782
|
-
export declare class ListHotlineTransferNumberResponseBodyDataValues extends $tea.Model {
|
|
2783
|
-
hotlineNumber?: string;
|
|
2784
|
-
identityCard?: string;
|
|
2785
|
-
numberOwnerName?: string;
|
|
2786
|
-
phoneNumber?: string;
|
|
2787
|
-
qualificationId?: string;
|
|
2788
|
-
resUniqueCode?: string;
|
|
2789
|
-
static names(): {
|
|
2790
|
-
[key: string]: string;
|
|
2791
|
-
};
|
|
2792
|
-
static types(): {
|
|
2793
|
-
[key: string]: any;
|
|
2794
|
-
};
|
|
2795
|
-
constructor(map?: {
|
|
2796
|
-
[key: string]: any;
|
|
2797
|
-
});
|
|
2798
|
-
}
|
|
2799
|
-
export declare class ListHotlineTransferNumberResponseBodyData extends $tea.Model {
|
|
2800
|
-
pageNo?: number;
|
|
2801
|
-
pageSize?: number;
|
|
2802
|
-
total?: number;
|
|
2803
|
-
values?: ListHotlineTransferNumberResponseBodyDataValues[];
|
|
2804
|
-
static names(): {
|
|
2805
|
-
[key: string]: string;
|
|
2806
|
-
};
|
|
2807
|
-
static types(): {
|
|
2808
|
-
[key: string]: any;
|
|
2809
|
-
};
|
|
2810
|
-
constructor(map?: {
|
|
2811
|
-
[key: string]: any;
|
|
2812
|
-
});
|
|
2813
|
-
}
|
|
2814
|
-
export declare class ListHotlineTransferRegisterFileResponseBodyDataValues extends $tea.Model {
|
|
2815
|
-
agree?: string;
|
|
2816
|
-
corpName?: string;
|
|
2817
|
-
hotlineNumber?: string;
|
|
2818
|
-
mngOpIdentityCard?: string;
|
|
2819
|
-
mngOpMail?: string;
|
|
2820
|
-
mngOpMobile?: string;
|
|
2821
|
-
mngOpName?: string;
|
|
2822
|
-
qualificationId?: string;
|
|
2823
|
-
resUniqueCode?: number;
|
|
2824
|
-
static names(): {
|
|
2825
|
-
[key: string]: string;
|
|
2826
|
-
};
|
|
2827
|
-
static types(): {
|
|
2828
|
-
[key: string]: any;
|
|
2829
|
-
};
|
|
2830
|
-
constructor(map?: {
|
|
2831
|
-
[key: string]: any;
|
|
2832
|
-
});
|
|
2833
|
-
}
|
|
2834
|
-
export declare class ListHotlineTransferRegisterFileResponseBodyData extends $tea.Model {
|
|
2835
|
-
pageNo?: number;
|
|
2836
|
-
pageSize?: number;
|
|
2837
|
-
total?: number;
|
|
2838
|
-
values?: ListHotlineTransferRegisterFileResponseBodyDataValues[];
|
|
2839
|
-
static names(): {
|
|
2840
|
-
[key: string]: string;
|
|
2841
|
-
};
|
|
2842
|
-
static types(): {
|
|
2843
|
-
[key: string]: any;
|
|
2844
|
-
};
|
|
2845
|
-
constructor(map?: {
|
|
2846
|
-
[key: string]: any;
|
|
2847
|
-
});
|
|
2848
|
-
}
|
|
2849
|
-
export declare class QueryCallInPoolTransferConfigResponseBodyDataDetails extends $tea.Model {
|
|
2850
|
-
called?: string;
|
|
2851
|
-
static names(): {
|
|
2852
|
-
[key: string]: string;
|
|
2853
|
-
};
|
|
2854
|
-
static types(): {
|
|
2855
|
-
[key: string]: any;
|
|
2856
|
-
};
|
|
2857
|
-
constructor(map?: {
|
|
2858
|
-
[key: string]: any;
|
|
2859
|
-
});
|
|
2860
|
-
}
|
|
2861
|
-
export declare class QueryCallInPoolTransferConfigResponseBodyData extends $tea.Model {
|
|
2862
|
-
calledRouteMode?: string;
|
|
2863
|
-
details?: QueryCallInPoolTransferConfigResponseBodyDataDetails[];
|
|
2864
|
-
gmtCreate?: number;
|
|
2865
|
-
transferTimeout?: string;
|
|
2866
|
-
static names(): {
|
|
2867
|
-
[key: string]: string;
|
|
2868
|
-
};
|
|
2869
|
-
static types(): {
|
|
2870
|
-
[key: string]: any;
|
|
2871
|
-
};
|
|
2872
|
-
constructor(map?: {
|
|
2873
|
-
[key: string]: any;
|
|
2874
|
-
});
|
|
2875
|
-
}
|
|
2876
|
-
export declare class QueryCallInTransferRecordResponseBodyDataValues extends $tea.Model {
|
|
2877
|
-
callInCalled?: string;
|
|
2878
|
-
callInCaller?: string;
|
|
2879
|
-
gmtCreate?: number;
|
|
2880
|
-
recordUrl?: string;
|
|
2881
|
-
transferCalled?: string;
|
|
2882
|
-
transferCaller?: string;
|
|
2883
|
-
static names(): {
|
|
2884
|
-
[key: string]: string;
|
|
2885
|
-
};
|
|
2886
|
-
static types(): {
|
|
2887
|
-
[key: string]: any;
|
|
2888
|
-
};
|
|
2889
|
-
constructor(map?: {
|
|
2890
|
-
[key: string]: any;
|
|
2891
|
-
});
|
|
2892
|
-
}
|
|
2893
|
-
export declare class QueryCallInTransferRecordResponseBodyData extends $tea.Model {
|
|
2894
|
-
pageNo?: number;
|
|
2895
|
-
pageSize?: number;
|
|
2896
|
-
total?: number;
|
|
2897
|
-
values?: QueryCallInTransferRecordResponseBodyDataValues[];
|
|
2898
|
-
static names(): {
|
|
2899
|
-
[key: string]: string;
|
|
2900
|
-
};
|
|
2901
|
-
static types(): {
|
|
2902
|
-
[key: string]: any;
|
|
2903
|
-
};
|
|
2904
|
-
constructor(map?: {
|
|
2905
|
-
[key: string]: any;
|
|
2906
|
-
});
|
|
2907
|
-
}
|
|
2908
|
-
export declare class QueryVoiceFileAuditInfoResponseBodyData extends $tea.Model {
|
|
2909
|
-
auditState?: string;
|
|
2910
|
-
rejectInfo?: string;
|
|
2911
|
-
voiceCode?: string;
|
|
2912
|
-
static names(): {
|
|
2913
|
-
[key: string]: string;
|
|
2914
|
-
};
|
|
2915
|
-
static types(): {
|
|
2916
|
-
[key: string]: any;
|
|
2917
|
-
};
|
|
2918
|
-
constructor(map?: {
|
|
2919
|
-
[key: string]: any;
|
|
2920
|
-
});
|
|
2921
|
-
}
|
|
2922
|
-
export declare class SetTransferCalleePoolConfigRequestDetails extends $tea.Model {
|
|
2923
|
-
called?: string;
|
|
2924
|
-
caller?: string;
|
|
2925
|
-
static names(): {
|
|
2926
|
-
[key: string]: string;
|
|
2927
|
-
};
|
|
2928
|
-
static types(): {
|
|
2929
|
-
[key: string]: any;
|
|
2930
|
-
};
|
|
2931
|
-
constructor(map?: {
|
|
2932
|
-
[key: string]: any;
|
|
2933
|
-
});
|
|
2934
|
-
}
|
|
2935
|
-
export declare class SubmitHotlineTransferRegisterRequestTransferPhoneNumberInfos extends $tea.Model {
|
|
2936
|
-
identityCard?: string;
|
|
2937
|
-
phoneNumber?: string;
|
|
2938
|
-
phoneNumberOwnerName?: string;
|
|
2939
|
-
static names(): {
|
|
2940
|
-
[key: string]: string;
|
|
2941
|
-
};
|
|
2942
|
-
static types(): {
|
|
2943
|
-
[key: string]: any;
|
|
2944
|
-
};
|
|
2945
|
-
constructor(map?: {
|
|
2946
|
-
[key: string]: any;
|
|
2947
|
-
});
|
|
2948
|
-
}
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import OpenApi from '@alicloud/openapi-core';
|
|
3
|
+
import { $OpenApiUtil } from '@alicloud/openapi-core';
|
|
4
|
+
import * as $_model from './models/model';
|
|
5
|
+
export * from './models/model';
|
|
2949
6
|
export default class Client extends OpenApi {
|
|
2950
|
-
constructor(config: $
|
|
7
|
+
constructor(config: $OpenApiUtil.Config);
|
|
2951
8
|
getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
|
|
2952
9
|
[key: string]: string;
|
|
2953
10
|
}, endpoint: string): string;
|
|
2954
11
|
/**
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
|
|
2976
|
-
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
-
|
|
3037
|
-
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
*/
|
|
3045
|
-
|
|
3046
|
-
/**
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
|
|
3063
|
-
|
|
3064
|
-
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
|
|
3077
|
-
|
|
3078
|
-
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
*/
|
|
3085
|
-
|
|
3086
|
-
/**
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
|
|
3129
|
-
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
-
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
3140
|
-
|
|
3141
|
-
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
|
|
3151
|
-
|
|
3152
|
-
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
3160
|
-
|
|
3161
|
-
|
|
3162
|
-
|
|
3163
|
-
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
|
|
3167
|
-
|
|
3168
|
-
|
|
3169
|
-
|
|
3170
|
-
|
|
3171
|
-
|
|
3172
|
-
|
|
3173
|
-
|
|
3174
|
-
|
|
3175
|
-
|
|
3176
|
-
|
|
3177
|
-
|
|
3178
|
-
|
|
3179
|
-
|
|
3180
|
-
|
|
3181
|
-
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
*/
|
|
3185
|
-
|
|
3186
|
-
/**
|
|
3187
|
-
|
|
3188
|
-
|
|
3189
|
-
|
|
3190
|
-
|
|
3191
|
-
|
|
3192
|
-
*/
|
|
3193
|
-
|
|
3194
|
-
/**
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
|
|
3217
|
-
|
|
3218
|
-
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
*/
|
|
3227
|
-
|
|
3228
|
-
/**
|
|
3229
|
-
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
|
|
3269
|
-
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3297
|
-
|
|
3298
|
-
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
|
|
3322
|
-
|
|
3323
|
-
|
|
3324
|
-
|
|
3325
|
-
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
|
|
3330
|
-
|
|
3331
|
-
|
|
3332
|
-
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
|
|
3360
|
-
|
|
3361
|
-
|
|
3362
|
-
|
|
3363
|
-
|
|
3364
|
-
|
|
3365
|
-
|
|
3366
|
-
|
|
3367
|
-
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
|
-
|
|
3424
|
-
|
|
3425
|
-
|
|
3426
|
-
|
|
3427
|
-
|
|
3428
|
-
|
|
3429
|
-
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
|
|
3444
|
-
|
|
3445
|
-
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
|
|
3450
|
-
|
|
3451
|
-
|
|
3452
|
-
|
|
3453
|
-
|
|
3454
|
-
|
|
3455
|
-
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
|
|
3468
|
-
|
|
3469
|
-
|
|
3470
|
-
|
|
3471
|
-
|
|
3472
|
-
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
|
|
3491
|
-
|
|
3492
|
-
|
|
3493
|
-
|
|
3494
|
-
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
|
|
3509
|
-
|
|
3510
|
-
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
|
|
3518
|
-
|
|
3519
|
-
|
|
3520
|
-
|
|
3521
|
-
|
|
3522
|
-
|
|
3523
|
-
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
|
|
3530
|
-
|
|
3531
|
-
|
|
3532
|
-
|
|
3533
|
-
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
|
|
3537
|
-
|
|
3538
|
-
|
|
3539
|
-
|
|
3540
|
-
|
|
3541
|
-
|
|
3542
|
-
|
|
3543
|
-
|
|
3544
|
-
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
|
|
3554
|
-
|
|
3555
|
-
|
|
3556
|
-
|
|
3557
|
-
|
|
3558
|
-
|
|
3559
|
-
|
|
3560
|
-
|
|
3561
|
-
|
|
3562
|
-
|
|
3563
|
-
|
|
3564
|
-
|
|
3565
|
-
|
|
3566
|
-
|
|
3567
|
-
|
|
3568
|
-
|
|
3569
|
-
|
|
3570
|
-
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
|
|
3574
|
-
|
|
3575
|
-
|
|
3576
|
-
|
|
3577
|
-
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
|
|
3618
|
-
|
|
3619
|
-
|
|
3620
|
-
|
|
3621
|
-
|
|
3622
|
-
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
|
|
12
|
+
* Adds the association relationship between a virtual number and real numbers in batches.
|
|
13
|
+
*
|
|
14
|
+
* @remarks
|
|
15
|
+
* ### QPS limits
|
|
16
|
+
* You can call this operation up to 200 times per second per account.
|
|
17
|
+
*
|
|
18
|
+
* @param request - AddVirtualNumberRelationRequest
|
|
19
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
20
|
+
* @returns AddVirtualNumberRelationResponse
|
|
21
|
+
*/
|
|
22
|
+
addVirtualNumberRelationWithOptions(request: $_model.AddVirtualNumberRelationRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddVirtualNumberRelationResponse>;
|
|
23
|
+
/**
|
|
24
|
+
* Adds the association relationship between a virtual number and real numbers in batches.
|
|
25
|
+
*
|
|
26
|
+
* @remarks
|
|
27
|
+
* ### QPS limits
|
|
28
|
+
* You can call this operation up to 200 times per second per account.
|
|
29
|
+
*
|
|
30
|
+
* @param request - AddVirtualNumberRelationRequest
|
|
31
|
+
* @returns AddVirtualNumberRelationResponse
|
|
32
|
+
*/
|
|
33
|
+
addVirtualNumberRelation(request: $_model.AddVirtualNumberRelationRequest): Promise<$_model.AddVirtualNumberRelationResponse>;
|
|
34
|
+
/**
|
|
35
|
+
* Initiates an outbound robocall task.
|
|
36
|
+
*
|
|
37
|
+
* @remarks
|
|
38
|
+
* In an intelligent speech interaction task, you can use the robot communication scripts preset in the Voice Messaging Service console, or invoke the callback function to return the response mode configured by the business party in each call.
|
|
39
|
+
* * The BatchRobotSmartCall operation is used to initiate an outbound robocall task by using the robot communication scripts preset in the Voice Messaging Service console.
|
|
40
|
+
* ## Prerequisites
|
|
41
|
+
* * You have passed the real-name verification for an enterprise user and passed the enterprise qualification review.
|
|
42
|
+
* * You have purchased numbers in the [Voice Messaging Service console](https://dyvms.console.aliyun.com/dyvms.htm#/number/normal).
|
|
43
|
+
* * You have added communication scripts on the [Communication script management](https://dyvms.console.aliyun.com/dyvms.htm#/smart-call/saas/robot/list) page, and the communication scripts have been approved.
|
|
44
|
+
* > Before you call this operation, make sure that you are familiar with the [billing](https://www.aliyun.com/price/product#/vms/detail) of Voice Messaging Service (VMS).
|
|
45
|
+
*
|
|
46
|
+
* @param request - BatchRobotSmartCallRequest
|
|
47
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
48
|
+
* @returns BatchRobotSmartCallResponse
|
|
49
|
+
*/
|
|
50
|
+
batchRobotSmartCallWithOptions(request: $_model.BatchRobotSmartCallRequest, runtime: $dara.RuntimeOptions): Promise<$_model.BatchRobotSmartCallResponse>;
|
|
51
|
+
/**
|
|
52
|
+
* Initiates an outbound robocall task.
|
|
53
|
+
*
|
|
54
|
+
* @remarks
|
|
55
|
+
* In an intelligent speech interaction task, you can use the robot communication scripts preset in the Voice Messaging Service console, or invoke the callback function to return the response mode configured by the business party in each call.
|
|
56
|
+
* * The BatchRobotSmartCall operation is used to initiate an outbound robocall task by using the robot communication scripts preset in the Voice Messaging Service console.
|
|
57
|
+
* ## Prerequisites
|
|
58
|
+
* * You have passed the real-name verification for an enterprise user and passed the enterprise qualification review.
|
|
59
|
+
* * You have purchased numbers in the [Voice Messaging Service console](https://dyvms.console.aliyun.com/dyvms.htm#/number/normal).
|
|
60
|
+
* * You have added communication scripts on the [Communication script management](https://dyvms.console.aliyun.com/dyvms.htm#/smart-call/saas/robot/list) page, and the communication scripts have been approved.
|
|
61
|
+
* > Before you call this operation, make sure that you are familiar with the [billing](https://www.aliyun.com/price/product#/vms/detail) of Voice Messaging Service (VMS).
|
|
62
|
+
*
|
|
63
|
+
* @param request - BatchRobotSmartCallRequest
|
|
64
|
+
* @returns BatchRobotSmartCallResponse
|
|
65
|
+
*/
|
|
66
|
+
batchRobotSmartCall(request: $_model.BatchRobotSmartCallRequest): Promise<$_model.BatchRobotSmartCallResponse>;
|
|
67
|
+
/**
|
|
68
|
+
* Cancels a robocall task that has not been started.
|
|
69
|
+
*
|
|
70
|
+
* @remarks
|
|
71
|
+
* ### QPS limits
|
|
72
|
+
* You can call this operation up to 100 times per second per account.
|
|
73
|
+
*
|
|
74
|
+
* @param request - CancelOrderRobotTaskRequest
|
|
75
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
76
|
+
* @returns CancelOrderRobotTaskResponse
|
|
77
|
+
*/
|
|
78
|
+
cancelOrderRobotTaskWithOptions(request: $_model.CancelOrderRobotTaskRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CancelOrderRobotTaskResponse>;
|
|
79
|
+
/**
|
|
80
|
+
* Cancels a robocall task that has not been started.
|
|
81
|
+
*
|
|
82
|
+
* @remarks
|
|
83
|
+
* ### QPS limits
|
|
84
|
+
* You can call this operation up to 100 times per second per account.
|
|
85
|
+
*
|
|
86
|
+
* @param request - CancelOrderRobotTaskRequest
|
|
87
|
+
* @returns CancelOrderRobotTaskResponse
|
|
88
|
+
*/
|
|
89
|
+
cancelOrderRobotTask(request: $_model.CancelOrderRobotTaskRequest): Promise<$_model.CancelOrderRobotTaskResponse>;
|
|
90
|
+
/**
|
|
91
|
+
* Terminates a robocall task.
|
|
92
|
+
*
|
|
93
|
+
* @remarks
|
|
94
|
+
* Only a task in progress can be terminated by calling the CancelRobotTask operation, and the task cannot be resumed after it is terminated.
|
|
95
|
+
* ### QPS limits
|
|
96
|
+
* You can call this operation up to 100 times per second per account.
|
|
97
|
+
*
|
|
98
|
+
* @param request - CancelRobotTaskRequest
|
|
99
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
100
|
+
* @returns CancelRobotTaskResponse
|
|
101
|
+
*/
|
|
102
|
+
cancelRobotTaskWithOptions(request: $_model.CancelRobotTaskRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CancelRobotTaskResponse>;
|
|
103
|
+
/**
|
|
104
|
+
* Terminates a robocall task.
|
|
105
|
+
*
|
|
106
|
+
* @remarks
|
|
107
|
+
* Only a task in progress can be terminated by calling the CancelRobotTask operation, and the task cannot be resumed after it is terminated.
|
|
108
|
+
* ### QPS limits
|
|
109
|
+
* You can call this operation up to 100 times per second per account.
|
|
110
|
+
*
|
|
111
|
+
* @param request - CancelRobotTaskRequest
|
|
112
|
+
* @returns CancelRobotTaskResponse
|
|
113
|
+
*/
|
|
114
|
+
cancelRobotTask(request: $_model.CancelRobotTaskRequest): Promise<$_model.CancelRobotTaskResponse>;
|
|
115
|
+
/**
|
|
116
|
+
* ChangeMediaType
|
|
117
|
+
*
|
|
118
|
+
* @param request - ChangeMediaTypeRequest
|
|
119
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
120
|
+
* @returns ChangeMediaTypeResponse
|
|
121
|
+
*/
|
|
122
|
+
changeMediaTypeWithOptions(request: $_model.ChangeMediaTypeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ChangeMediaTypeResponse>;
|
|
123
|
+
/**
|
|
124
|
+
* ChangeMediaType
|
|
125
|
+
*
|
|
126
|
+
* @param request - ChangeMediaTypeRequest
|
|
127
|
+
* @returns ChangeMediaTypeResponse
|
|
128
|
+
*/
|
|
129
|
+
changeMediaType(request: $_model.ChangeMediaTypeRequest): Promise<$_model.ChangeMediaTypeResponse>;
|
|
130
|
+
/**
|
|
131
|
+
* Creates a task for sending voice notifications or voice verification codes.
|
|
132
|
+
*
|
|
133
|
+
* @remarks
|
|
134
|
+
* You can create up to 1,000 voice notifications for each task.
|
|
135
|
+
* ### QPS limits
|
|
136
|
+
* You can call this operation up to 100 times per second per account.
|
|
137
|
+
*
|
|
138
|
+
* @param request - CreateCallTaskRequest
|
|
139
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
140
|
+
* @returns CreateCallTaskResponse
|
|
141
|
+
*/
|
|
142
|
+
createCallTaskWithOptions(request: $_model.CreateCallTaskRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateCallTaskResponse>;
|
|
143
|
+
/**
|
|
144
|
+
* Creates a task for sending voice notifications or voice verification codes.
|
|
145
|
+
*
|
|
146
|
+
* @remarks
|
|
147
|
+
* You can create up to 1,000 voice notifications for each task.
|
|
148
|
+
* ### QPS limits
|
|
149
|
+
* You can call this operation up to 100 times per second per account.
|
|
150
|
+
*
|
|
151
|
+
* @param request - CreateCallTaskRequest
|
|
152
|
+
* @returns CreateCallTaskResponse
|
|
153
|
+
*/
|
|
154
|
+
createCallTask(request: $_model.CreateCallTaskRequest): Promise<$_model.CreateCallTaskResponse>;
|
|
155
|
+
/**
|
|
156
|
+
* Initiates an outbound robocall task.
|
|
157
|
+
*
|
|
158
|
+
* @remarks
|
|
159
|
+
* You can call this operation to initiate an outbound robocall task by using the robot communication scripts preset in the Voice Messaging Service console. In an intelligent speech interaction task, you can use the robot communication scripts preset in the Voice Messaging Service console, or invoke the callback function to return the response mode configured by the business party in each call.
|
|
160
|
+
* ### QPS limits
|
|
161
|
+
* You can call this operation up to 100 times per second per account.
|
|
162
|
+
*
|
|
163
|
+
* @param request - CreateRobotTaskRequest
|
|
164
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
165
|
+
* @returns CreateRobotTaskResponse
|
|
166
|
+
*/
|
|
167
|
+
createRobotTaskWithOptions(request: $_model.CreateRobotTaskRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateRobotTaskResponse>;
|
|
168
|
+
/**
|
|
169
|
+
* Initiates an outbound robocall task.
|
|
170
|
+
*
|
|
171
|
+
* @remarks
|
|
172
|
+
* You can call this operation to initiate an outbound robocall task by using the robot communication scripts preset in the Voice Messaging Service console. In an intelligent speech interaction task, you can use the robot communication scripts preset in the Voice Messaging Service console, or invoke the callback function to return the response mode configured by the business party in each call.
|
|
173
|
+
* ### QPS limits
|
|
174
|
+
* You can call this operation up to 100 times per second per account.
|
|
175
|
+
*
|
|
176
|
+
* @param request - CreateRobotTaskRequest
|
|
177
|
+
* @returns CreateRobotTaskResponse
|
|
178
|
+
*/
|
|
179
|
+
createRobotTask(request: $_model.CreateRobotTaskRequest): Promise<$_model.CreateRobotTaskResponse>;
|
|
180
|
+
/**
|
|
181
|
+
* DegradeVideoFile
|
|
182
|
+
*
|
|
183
|
+
* @param request - DegradeVideoFileRequest
|
|
184
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
185
|
+
* @returns DegradeVideoFileResponse
|
|
186
|
+
*/
|
|
187
|
+
degradeVideoFileWithOptions(request: $_model.DegradeVideoFileRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DegradeVideoFileResponse>;
|
|
188
|
+
/**
|
|
189
|
+
* DegradeVideoFile
|
|
190
|
+
*
|
|
191
|
+
* @param request - DegradeVideoFileRequest
|
|
192
|
+
* @returns DegradeVideoFileResponse
|
|
193
|
+
*/
|
|
194
|
+
degradeVideoFile(request: $_model.DegradeVideoFileRequest): Promise<$_model.DegradeVideoFileResponse>;
|
|
195
|
+
/**
|
|
196
|
+
* Deletes a robocall task.
|
|
197
|
+
*
|
|
198
|
+
* @remarks
|
|
199
|
+
* You can call this operation to delete only tasks that are not started, that are completed, and that are terminated.
|
|
200
|
+
* ### QPS limits
|
|
201
|
+
* You can call this operation up to 100 times per second per account.
|
|
202
|
+
*
|
|
203
|
+
* @param request - DeleteRobotTaskRequest
|
|
204
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
205
|
+
* @returns DeleteRobotTaskResponse
|
|
206
|
+
*/
|
|
207
|
+
deleteRobotTaskWithOptions(request: $_model.DeleteRobotTaskRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteRobotTaskResponse>;
|
|
208
|
+
/**
|
|
209
|
+
* Deletes a robocall task.
|
|
210
|
+
*
|
|
211
|
+
* @remarks
|
|
212
|
+
* You can call this operation to delete only tasks that are not started, that are completed, and that are terminated.
|
|
213
|
+
* ### QPS limits
|
|
214
|
+
* You can call this operation up to 100 times per second per account.
|
|
215
|
+
*
|
|
216
|
+
* @param request - DeleteRobotTaskRequest
|
|
217
|
+
* @returns DeleteRobotTaskResponse
|
|
218
|
+
*/
|
|
219
|
+
deleteRobotTask(request: $_model.DeleteRobotTaskRequest): Promise<$_model.DeleteRobotTaskResponse>;
|
|
220
|
+
/**
|
|
221
|
+
* Executes a call task.
|
|
222
|
+
*
|
|
223
|
+
* @remarks
|
|
224
|
+
* ### QPS limits
|
|
225
|
+
* You can call this operation up to 100 times per second per account.
|
|
226
|
+
*
|
|
227
|
+
* @param request - ExecuteCallTaskRequest
|
|
228
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
229
|
+
* @returns ExecuteCallTaskResponse
|
|
230
|
+
*/
|
|
231
|
+
executeCallTaskWithOptions(request: $_model.ExecuteCallTaskRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ExecuteCallTaskResponse>;
|
|
232
|
+
/**
|
|
233
|
+
* Executes a call task.
|
|
234
|
+
*
|
|
235
|
+
* @remarks
|
|
236
|
+
* ### QPS limits
|
|
237
|
+
* You can call this operation up to 100 times per second per account.
|
|
238
|
+
*
|
|
239
|
+
* @param request - ExecuteCallTaskRequest
|
|
240
|
+
* @returns ExecuteCallTaskResponse
|
|
241
|
+
*/
|
|
242
|
+
executeCallTask(request: $_model.ExecuteCallTaskRequest): Promise<$_model.ExecuteCallTaskResponse>;
|
|
243
|
+
/**
|
|
244
|
+
* GetCallMediaType
|
|
245
|
+
*
|
|
246
|
+
* @param request - GetCallMediaTypeRequest
|
|
247
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
248
|
+
* @returns GetCallMediaTypeResponse
|
|
249
|
+
*/
|
|
250
|
+
getCallMediaTypeWithOptions(request: $_model.GetCallMediaTypeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetCallMediaTypeResponse>;
|
|
251
|
+
/**
|
|
252
|
+
* GetCallMediaType
|
|
253
|
+
*
|
|
254
|
+
* @param request - GetCallMediaTypeRequest
|
|
255
|
+
* @returns GetCallMediaTypeResponse
|
|
256
|
+
*/
|
|
257
|
+
getCallMediaType(request: $_model.GetCallMediaTypeRequest): Promise<$_model.GetCallMediaTypeResponse>;
|
|
258
|
+
/**
|
|
259
|
+
* GetCallProgress
|
|
260
|
+
*
|
|
261
|
+
* @param request - GetCallProgressRequest
|
|
262
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
263
|
+
* @returns GetCallProgressResponse
|
|
264
|
+
*/
|
|
265
|
+
getCallProgressWithOptions(request: $_model.GetCallProgressRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetCallProgressResponse>;
|
|
266
|
+
/**
|
|
267
|
+
* GetCallProgress
|
|
268
|
+
*
|
|
269
|
+
* @param request - GetCallProgressRequest
|
|
270
|
+
* @returns GetCallProgressResponse
|
|
271
|
+
*/
|
|
272
|
+
getCallProgress(request: $_model.GetCallProgressRequest): Promise<$_model.GetCallProgressResponse>;
|
|
273
|
+
/**
|
|
274
|
+
* Obtains the qualification ID based on the ID of a qualification application ticket.
|
|
275
|
+
*
|
|
276
|
+
* @remarks
|
|
277
|
+
* ### QPS limits
|
|
278
|
+
* You can call this operation up to 100 times per second per account.
|
|
279
|
+
*
|
|
280
|
+
* @param request - GetHotlineQualificationByOrderRequest
|
|
281
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
282
|
+
* @returns GetHotlineQualificationByOrderResponse
|
|
283
|
+
*/
|
|
284
|
+
getHotlineQualificationByOrderWithOptions(request: $_model.GetHotlineQualificationByOrderRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetHotlineQualificationByOrderResponse>;
|
|
285
|
+
/**
|
|
286
|
+
* Obtains the qualification ID based on the ID of a qualification application ticket.
|
|
287
|
+
*
|
|
288
|
+
* @remarks
|
|
289
|
+
* ### QPS limits
|
|
290
|
+
* You can call this operation up to 100 times per second per account.
|
|
291
|
+
*
|
|
292
|
+
* @param request - GetHotlineQualificationByOrderRequest
|
|
293
|
+
* @returns GetHotlineQualificationByOrderResponse
|
|
294
|
+
*/
|
|
295
|
+
getHotlineQualificationByOrder(request: $_model.GetHotlineQualificationByOrderRequest): Promise<$_model.GetHotlineQualificationByOrderResponse>;
|
|
296
|
+
/**
|
|
297
|
+
* GetTemporaryFileUrl
|
|
298
|
+
*
|
|
299
|
+
* @param request - GetTemporaryFileUrlRequest
|
|
300
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
301
|
+
* @returns GetTemporaryFileUrlResponse
|
|
302
|
+
*/
|
|
303
|
+
getTemporaryFileUrlWithOptions(request: $_model.GetTemporaryFileUrlRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetTemporaryFileUrlResponse>;
|
|
304
|
+
/**
|
|
305
|
+
* GetTemporaryFileUrl
|
|
306
|
+
*
|
|
307
|
+
* @param request - GetTemporaryFileUrlRequest
|
|
308
|
+
* @returns GetTemporaryFileUrlResponse
|
|
309
|
+
*/
|
|
310
|
+
getTemporaryFileUrl(request: $_model.GetTemporaryFileUrlRequest): Promise<$_model.GetTemporaryFileUrlResponse>;
|
|
311
|
+
/**
|
|
312
|
+
* Obtains the token for authentication.
|
|
313
|
+
*
|
|
314
|
+
* @remarks
|
|
315
|
+
* ### QPS limits
|
|
316
|
+
* You can call this operation up to five times per second per account.
|
|
317
|
+
*
|
|
318
|
+
* @param request - GetTokenRequest
|
|
319
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
320
|
+
* @returns GetTokenResponse
|
|
321
|
+
*/
|
|
322
|
+
getTokenWithOptions(request: $_model.GetTokenRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetTokenResponse>;
|
|
323
|
+
/**
|
|
324
|
+
* Obtains the token for authentication.
|
|
325
|
+
*
|
|
326
|
+
* @remarks
|
|
327
|
+
* ### QPS limits
|
|
328
|
+
* You can call this operation up to five times per second per account.
|
|
329
|
+
*
|
|
330
|
+
* @param request - GetTokenRequest
|
|
331
|
+
* @returns GetTokenResponse
|
|
332
|
+
*/
|
|
333
|
+
getToken(request: $_model.GetTokenRequest): Promise<$_model.GetTokenResponse>;
|
|
334
|
+
/**
|
|
335
|
+
* GetVideoFieldUrl
|
|
336
|
+
*
|
|
337
|
+
* @param request - GetVideoFieldUrlRequest
|
|
338
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
339
|
+
* @returns GetVideoFieldUrlResponse
|
|
340
|
+
*/
|
|
341
|
+
getVideoFieldUrlWithOptions(request: $_model.GetVideoFieldUrlRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetVideoFieldUrlResponse>;
|
|
342
|
+
/**
|
|
343
|
+
* GetVideoFieldUrl
|
|
344
|
+
*
|
|
345
|
+
* @param request - GetVideoFieldUrlRequest
|
|
346
|
+
* @returns GetVideoFieldUrlResponse
|
|
347
|
+
*/
|
|
348
|
+
getVideoFieldUrl(request: $_model.GetVideoFieldUrlRequest): Promise<$_model.GetVideoFieldUrlResponse>;
|
|
349
|
+
/**
|
|
350
|
+
* Initiates an interactive voice response (IVR) call to a specified number.
|
|
351
|
+
*
|
|
352
|
+
* @remarks
|
|
353
|
+
* Your enterprise qualification is approved. For more information, see [Submit enterprise qualifications](https://help.aliyun.com/document_detail/149795.html).
|
|
354
|
+
* * Voice numbers are purchased. For more information, see [Purchase numbers](https://help.aliyun.com/document_detail/149794.html).
|
|
355
|
+
* * When the subscriber answers the call, the subscriber hears a voice that instructs the subscriber to press a key as needed. If the [message receipt](https://help.aliyun.com/document_detail/112503.html) feature is enabled, the Voice Messaging Service (VMS) platform returns the information about the key pressed by the subscriber to the business system. The key information includes the order confirmation, questionnaire survey, and satisfaction survey completed by the subscriber.
|
|
356
|
+
* ## QPS limits
|
|
357
|
+
* You can call this operation up to 100 times per second per account.
|
|
358
|
+
*
|
|
359
|
+
* @param request - IvrCallRequest
|
|
360
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
361
|
+
* @returns IvrCallResponse
|
|
362
|
+
*/
|
|
363
|
+
ivrCallWithOptions(request: $_model.IvrCallRequest, runtime: $dara.RuntimeOptions): Promise<$_model.IvrCallResponse>;
|
|
364
|
+
/**
|
|
365
|
+
* Initiates an interactive voice response (IVR) call to a specified number.
|
|
366
|
+
*
|
|
367
|
+
* @remarks
|
|
368
|
+
* Your enterprise qualification is approved. For more information, see [Submit enterprise qualifications](https://help.aliyun.com/document_detail/149795.html).
|
|
369
|
+
* * Voice numbers are purchased. For more information, see [Purchase numbers](https://help.aliyun.com/document_detail/149794.html).
|
|
370
|
+
* * When the subscriber answers the call, the subscriber hears a voice that instructs the subscriber to press a key as needed. If the [message receipt](https://help.aliyun.com/document_detail/112503.html) feature is enabled, the Voice Messaging Service (VMS) platform returns the information about the key pressed by the subscriber to the business system. The key information includes the order confirmation, questionnaire survey, and satisfaction survey completed by the subscriber.
|
|
371
|
+
* ## QPS limits
|
|
372
|
+
* You can call this operation up to 100 times per second per account.
|
|
373
|
+
*
|
|
374
|
+
* @param request - IvrCallRequest
|
|
375
|
+
* @returns IvrCallResponse
|
|
376
|
+
*/
|
|
377
|
+
ivrCall(request: $_model.IvrCallRequest): Promise<$_model.IvrCallResponse>;
|
|
378
|
+
/**
|
|
379
|
+
* Queries task information.
|
|
380
|
+
*
|
|
381
|
+
* @remarks
|
|
382
|
+
* ### QPS limits
|
|
383
|
+
* You can call this operation up to 100 times per second per account.
|
|
384
|
+
*
|
|
385
|
+
* @param request - ListCallTaskRequest
|
|
386
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
387
|
+
* @returns ListCallTaskResponse
|
|
388
|
+
*/
|
|
389
|
+
listCallTaskWithOptions(request: $_model.ListCallTaskRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListCallTaskResponse>;
|
|
390
|
+
/**
|
|
391
|
+
* Queries task information.
|
|
392
|
+
*
|
|
393
|
+
* @remarks
|
|
394
|
+
* ### QPS limits
|
|
395
|
+
* You can call this operation up to 100 times per second per account.
|
|
396
|
+
*
|
|
397
|
+
* @param request - ListCallTaskRequest
|
|
398
|
+
* @returns ListCallTaskResponse
|
|
399
|
+
*/
|
|
400
|
+
listCallTask(request: $_model.ListCallTaskRequest): Promise<$_model.ListCallTaskResponse>;
|
|
401
|
+
/**
|
|
402
|
+
* Queries the information about a task based on the task ID.
|
|
403
|
+
*
|
|
404
|
+
* @remarks
|
|
405
|
+
* ### QPS limits
|
|
406
|
+
* You can call this operation up to 100 times per second per account.
|
|
407
|
+
*
|
|
408
|
+
* @param request - ListCallTaskDetailRequest
|
|
409
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
410
|
+
* @returns ListCallTaskDetailResponse
|
|
411
|
+
*/
|
|
412
|
+
listCallTaskDetailWithOptions(request: $_model.ListCallTaskDetailRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListCallTaskDetailResponse>;
|
|
413
|
+
/**
|
|
414
|
+
* Queries the information about a task based on the task ID.
|
|
415
|
+
*
|
|
416
|
+
* @remarks
|
|
417
|
+
* ### QPS limits
|
|
418
|
+
* You can call this operation up to 100 times per second per account.
|
|
419
|
+
*
|
|
420
|
+
* @param request - ListCallTaskDetailRequest
|
|
421
|
+
* @returns ListCallTaskDetailResponse
|
|
422
|
+
*/
|
|
423
|
+
listCallTaskDetail(request: $_model.ListCallTaskDetailRequest): Promise<$_model.ListCallTaskDetailResponse>;
|
|
424
|
+
/**
|
|
425
|
+
* Queries the registration information about a China 400 number.
|
|
426
|
+
*
|
|
427
|
+
* @remarks
|
|
428
|
+
* ### QPS limits
|
|
429
|
+
* You can call this operation up to 100 times per second per account.
|
|
430
|
+
*
|
|
431
|
+
* @param request - ListHotlineTransferRegisterFileRequest
|
|
432
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
433
|
+
* @returns ListHotlineTransferRegisterFileResponse
|
|
434
|
+
*/
|
|
435
|
+
listHotlineTransferRegisterFileWithOptions(request: $_model.ListHotlineTransferRegisterFileRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListHotlineTransferRegisterFileResponse>;
|
|
436
|
+
/**
|
|
437
|
+
* Queries the registration information about a China 400 number.
|
|
438
|
+
*
|
|
439
|
+
* @remarks
|
|
440
|
+
* ### QPS limits
|
|
441
|
+
* You can call this operation up to 100 times per second per account.
|
|
442
|
+
*
|
|
443
|
+
* @param request - ListHotlineTransferRegisterFileRequest
|
|
444
|
+
* @returns ListHotlineTransferRegisterFileResponse
|
|
445
|
+
*/
|
|
446
|
+
listHotlineTransferRegisterFile(request: $_model.ListHotlineTransferRegisterFileRequest): Promise<$_model.ListHotlineTransferRegisterFileResponse>;
|
|
447
|
+
/**
|
|
448
|
+
* PauseVideoFile
|
|
449
|
+
*
|
|
450
|
+
* @param request - PauseVideoFileRequest
|
|
451
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
452
|
+
* @returns PauseVideoFileResponse
|
|
453
|
+
*/
|
|
454
|
+
pauseVideoFileWithOptions(request: $_model.PauseVideoFileRequest, runtime: $dara.RuntimeOptions): Promise<$_model.PauseVideoFileResponse>;
|
|
455
|
+
/**
|
|
456
|
+
* PauseVideoFile
|
|
457
|
+
*
|
|
458
|
+
* @param request - PauseVideoFileRequest
|
|
459
|
+
* @returns PauseVideoFileResponse
|
|
460
|
+
*/
|
|
461
|
+
pauseVideoFile(request: $_model.PauseVideoFileRequest): Promise<$_model.PauseVideoFileResponse>;
|
|
462
|
+
/**
|
|
463
|
+
* PlayVideoFile
|
|
464
|
+
*
|
|
465
|
+
* @param request - PlayVideoFileRequest
|
|
466
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
467
|
+
* @returns PlayVideoFileResponse
|
|
468
|
+
*/
|
|
469
|
+
playVideoFileWithOptions(request: $_model.PlayVideoFileRequest, runtime: $dara.RuntimeOptions): Promise<$_model.PlayVideoFileResponse>;
|
|
470
|
+
/**
|
|
471
|
+
* PlayVideoFile
|
|
472
|
+
*
|
|
473
|
+
* @param request - PlayVideoFileRequest
|
|
474
|
+
* @returns PlayVideoFileResponse
|
|
475
|
+
*/
|
|
476
|
+
playVideoFile(request: $_model.PlayVideoFileRequest): Promise<$_model.PlayVideoFileResponse>;
|
|
477
|
+
/**
|
|
478
|
+
* Queries the details of a call.
|
|
479
|
+
*
|
|
480
|
+
* @remarks
|
|
481
|
+
* QueryCallDetailByCallId is a common query operation. You can call this operation to query the details of a voice notification, voice verification code, interactive voice response (IVR), intelligent inbound voice call, intelligent outbound voice call, or intelligent robocall.
|
|
482
|
+
* ### QPS limits
|
|
483
|
+
* You can call this operation up to 100 times per second per account.
|
|
484
|
+
*
|
|
485
|
+
* @param request - QueryCallDetailByCallIdRequest
|
|
486
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
487
|
+
* @returns QueryCallDetailByCallIdResponse
|
|
488
|
+
*/
|
|
489
|
+
queryCallDetailByCallIdWithOptions(request: $_model.QueryCallDetailByCallIdRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryCallDetailByCallIdResponse>;
|
|
490
|
+
/**
|
|
491
|
+
* Queries the details of a call.
|
|
492
|
+
*
|
|
493
|
+
* @remarks
|
|
494
|
+
* QueryCallDetailByCallId is a common query operation. You can call this operation to query the details of a voice notification, voice verification code, interactive voice response (IVR), intelligent inbound voice call, intelligent outbound voice call, or intelligent robocall.
|
|
495
|
+
* ### QPS limits
|
|
496
|
+
* You can call this operation up to 100 times per second per account.
|
|
497
|
+
*
|
|
498
|
+
* @param request - QueryCallDetailByCallIdRequest
|
|
499
|
+
* @returns QueryCallDetailByCallIdResponse
|
|
500
|
+
*/
|
|
501
|
+
queryCallDetailByCallId(request: $_model.QueryCallDetailByCallIdRequest): Promise<$_model.QueryCallDetailByCallIdResponse>;
|
|
502
|
+
/**
|
|
503
|
+
* Queries the call details of an outbound robocall task.
|
|
504
|
+
*
|
|
505
|
+
* @param request - QueryCallDetailByTaskIdRequest
|
|
506
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
507
|
+
* @returns QueryCallDetailByTaskIdResponse
|
|
508
|
+
*/
|
|
509
|
+
queryCallDetailByTaskIdWithOptions(request: $_model.QueryCallDetailByTaskIdRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryCallDetailByTaskIdResponse>;
|
|
510
|
+
/**
|
|
511
|
+
* Queries the call details of an outbound robocall task.
|
|
512
|
+
*
|
|
513
|
+
* @param request - QueryCallDetailByTaskIdRequest
|
|
514
|
+
* @returns QueryCallDetailByTaskIdResponse
|
|
515
|
+
*/
|
|
516
|
+
queryCallDetailByTaskId(request: $_model.QueryCallDetailByTaskIdRequest): Promise<$_model.QueryCallDetailByTaskIdResponse>;
|
|
517
|
+
/**
|
|
518
|
+
* Queries the configuration of the phone number used to transfer a call.
|
|
519
|
+
*
|
|
520
|
+
* @remarks
|
|
521
|
+
* ### QPS limits
|
|
522
|
+
* You can call this operation up to 100 times per second per account.
|
|
523
|
+
*
|
|
524
|
+
* @param request - QueryCallInPoolTransferConfigRequest
|
|
525
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
526
|
+
* @returns QueryCallInPoolTransferConfigResponse
|
|
527
|
+
*/
|
|
528
|
+
queryCallInPoolTransferConfigWithOptions(request: $_model.QueryCallInPoolTransferConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryCallInPoolTransferConfigResponse>;
|
|
529
|
+
/**
|
|
530
|
+
* Queries the configuration of the phone number used to transfer a call.
|
|
531
|
+
*
|
|
532
|
+
* @remarks
|
|
533
|
+
* ### QPS limits
|
|
534
|
+
* You can call this operation up to 100 times per second per account.
|
|
535
|
+
*
|
|
536
|
+
* @param request - QueryCallInPoolTransferConfigRequest
|
|
537
|
+
* @returns QueryCallInPoolTransferConfigResponse
|
|
538
|
+
*/
|
|
539
|
+
queryCallInPoolTransferConfig(request: $_model.QueryCallInPoolTransferConfigRequest): Promise<$_model.QueryCallInPoolTransferConfigResponse>;
|
|
540
|
+
/**
|
|
541
|
+
* Queries call transfer records.
|
|
542
|
+
*
|
|
543
|
+
* @remarks
|
|
544
|
+
* ### QPS limits
|
|
545
|
+
* You can call this operation up to 100 times per second per account.
|
|
546
|
+
*
|
|
547
|
+
* @param request - QueryCallInTransferRecordRequest
|
|
548
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
549
|
+
* @returns QueryCallInTransferRecordResponse
|
|
550
|
+
*/
|
|
551
|
+
queryCallInTransferRecordWithOptions(request: $_model.QueryCallInTransferRecordRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryCallInTransferRecordResponse>;
|
|
552
|
+
/**
|
|
553
|
+
* Queries call transfer records.
|
|
554
|
+
*
|
|
555
|
+
* @remarks
|
|
556
|
+
* ### QPS limits
|
|
557
|
+
* You can call this operation up to 100 times per second per account.
|
|
558
|
+
*
|
|
559
|
+
* @param request - QueryCallInTransferRecordRequest
|
|
560
|
+
* @returns QueryCallInTransferRecordResponse
|
|
561
|
+
*/
|
|
562
|
+
queryCallInTransferRecord(request: $_model.QueryCallInTransferRecordRequest): Promise<$_model.QueryCallInTransferRecordResponse>;
|
|
563
|
+
/**
|
|
564
|
+
* Queries a list of robots.
|
|
565
|
+
*
|
|
566
|
+
* @param request - QueryRobotInfoListRequest
|
|
567
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
568
|
+
* @returns QueryRobotInfoListResponse
|
|
569
|
+
*/
|
|
570
|
+
queryRobotInfoListWithOptions(request: $_model.QueryRobotInfoListRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryRobotInfoListResponse>;
|
|
571
|
+
/**
|
|
572
|
+
* Queries a list of robots.
|
|
573
|
+
*
|
|
574
|
+
* @param request - QueryRobotInfoListRequest
|
|
575
|
+
* @returns QueryRobotInfoListResponse
|
|
576
|
+
*/
|
|
577
|
+
queryRobotInfoList(request: $_model.QueryRobotInfoListRequest): Promise<$_model.QueryRobotInfoListResponse>;
|
|
578
|
+
/**
|
|
579
|
+
* Queries the call details of a called number in a robocall task.
|
|
580
|
+
*
|
|
581
|
+
* @remarks
|
|
582
|
+
* ### QPS limits
|
|
583
|
+
* You can call this operation up to 100 times per second per account.
|
|
584
|
+
*
|
|
585
|
+
* @param request - QueryRobotTaskCallDetailRequest
|
|
586
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
587
|
+
* @returns QueryRobotTaskCallDetailResponse
|
|
588
|
+
*/
|
|
589
|
+
queryRobotTaskCallDetailWithOptions(request: $_model.QueryRobotTaskCallDetailRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryRobotTaskCallDetailResponse>;
|
|
590
|
+
/**
|
|
591
|
+
* Queries the call details of a called number in a robocall task.
|
|
592
|
+
*
|
|
593
|
+
* @remarks
|
|
594
|
+
* ### QPS limits
|
|
595
|
+
* You can call this operation up to 100 times per second per account.
|
|
596
|
+
*
|
|
597
|
+
* @param request - QueryRobotTaskCallDetailRequest
|
|
598
|
+
* @returns QueryRobotTaskCallDetailResponse
|
|
599
|
+
*/
|
|
600
|
+
queryRobotTaskCallDetail(request: $_model.QueryRobotTaskCallDetailRequest): Promise<$_model.QueryRobotTaskCallDetailResponse>;
|
|
601
|
+
/**
|
|
602
|
+
* Queries the information about a robocall task.
|
|
603
|
+
*
|
|
604
|
+
* @remarks
|
|
605
|
+
* ### QPS limits
|
|
606
|
+
* You can call this operation up to 100 times per second per account.
|
|
607
|
+
*
|
|
608
|
+
* @param request - QueryRobotTaskCallListRequest
|
|
609
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
610
|
+
* @returns QueryRobotTaskCallListResponse
|
|
611
|
+
*/
|
|
612
|
+
queryRobotTaskCallListWithOptions(request: $_model.QueryRobotTaskCallListRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryRobotTaskCallListResponse>;
|
|
613
|
+
/**
|
|
614
|
+
* Queries the information about a robocall task.
|
|
615
|
+
*
|
|
616
|
+
* @remarks
|
|
617
|
+
* ### QPS limits
|
|
618
|
+
* You can call this operation up to 100 times per second per account.
|
|
619
|
+
*
|
|
620
|
+
* @param request - QueryRobotTaskCallListRequest
|
|
621
|
+
* @returns QueryRobotTaskCallListResponse
|
|
622
|
+
*/
|
|
623
|
+
queryRobotTaskCallList(request: $_model.QueryRobotTaskCallListRequest): Promise<$_model.QueryRobotTaskCallListResponse>;
|
|
624
|
+
/**
|
|
625
|
+
* Queries the details of a robocall task.
|
|
626
|
+
*
|
|
627
|
+
* @remarks
|
|
628
|
+
* ### QPS limits
|
|
629
|
+
* You can call this operation up to 100 times per second per account.
|
|
630
|
+
*
|
|
631
|
+
* @param request - QueryRobotTaskDetailRequest
|
|
632
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
633
|
+
* @returns QueryRobotTaskDetailResponse
|
|
634
|
+
*/
|
|
635
|
+
queryRobotTaskDetailWithOptions(request: $_model.QueryRobotTaskDetailRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryRobotTaskDetailResponse>;
|
|
636
|
+
/**
|
|
637
|
+
* Queries the details of a robocall task.
|
|
638
|
+
*
|
|
639
|
+
* @remarks
|
|
640
|
+
* ### QPS limits
|
|
641
|
+
* You can call this operation up to 100 times per second per account.
|
|
642
|
+
*
|
|
643
|
+
* @param request - QueryRobotTaskDetailRequest
|
|
644
|
+
* @returns QueryRobotTaskDetailResponse
|
|
645
|
+
*/
|
|
646
|
+
queryRobotTaskDetail(request: $_model.QueryRobotTaskDetailRequest): Promise<$_model.QueryRobotTaskDetailResponse>;
|
|
647
|
+
/**
|
|
648
|
+
* Queries the information about all robocall tasks.
|
|
649
|
+
*
|
|
650
|
+
* @remarks
|
|
651
|
+
* ### QPS limits
|
|
652
|
+
* You can call this operation up to 100 times per second per account.
|
|
653
|
+
*
|
|
654
|
+
* @param request - QueryRobotTaskListRequest
|
|
655
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
656
|
+
* @returns QueryRobotTaskListResponse
|
|
657
|
+
*/
|
|
658
|
+
queryRobotTaskListWithOptions(request: $_model.QueryRobotTaskListRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryRobotTaskListResponse>;
|
|
659
|
+
/**
|
|
660
|
+
* Queries the information about all robocall tasks.
|
|
661
|
+
*
|
|
662
|
+
* @remarks
|
|
663
|
+
* ### QPS limits
|
|
664
|
+
* You can call this operation up to 100 times per second per account.
|
|
665
|
+
*
|
|
666
|
+
* @param request - QueryRobotTaskListRequest
|
|
667
|
+
* @returns QueryRobotTaskListResponse
|
|
668
|
+
*/
|
|
669
|
+
queryRobotTaskList(request: $_model.QueryRobotTaskListRequest): Promise<$_model.QueryRobotTaskListResponse>;
|
|
670
|
+
/**
|
|
671
|
+
* Queries a list of robot communication scripts.
|
|
672
|
+
*
|
|
673
|
+
* @remarks
|
|
674
|
+
* ### QPS limits
|
|
675
|
+
* You can call this operation up to 100 times per second per account.
|
|
676
|
+
*
|
|
677
|
+
* @param request - QueryRobotv2AllListRequest
|
|
678
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
679
|
+
* @returns QueryRobotv2AllListResponse
|
|
680
|
+
*/
|
|
681
|
+
queryRobotv2AllListWithOptions(request: $_model.QueryRobotv2AllListRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryRobotv2AllListResponse>;
|
|
682
|
+
/**
|
|
683
|
+
* Queries a list of robot communication scripts.
|
|
684
|
+
*
|
|
685
|
+
* @remarks
|
|
686
|
+
* ### QPS limits
|
|
687
|
+
* You can call this operation up to 100 times per second per account.
|
|
688
|
+
*
|
|
689
|
+
* @param request - QueryRobotv2AllListRequest
|
|
690
|
+
* @returns QueryRobotv2AllListResponse
|
|
691
|
+
*/
|
|
692
|
+
queryRobotv2AllList(request: $_model.QueryRobotv2AllListRequest): Promise<$_model.QueryRobotv2AllListResponse>;
|
|
693
|
+
/**
|
|
694
|
+
* QueryVideoPlayProgress
|
|
695
|
+
*
|
|
696
|
+
* @param request - QueryVideoPlayProgressRequest
|
|
697
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
698
|
+
* @returns QueryVideoPlayProgressResponse
|
|
699
|
+
*/
|
|
700
|
+
queryVideoPlayProgressWithOptions(request: $_model.QueryVideoPlayProgressRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryVideoPlayProgressResponse>;
|
|
701
|
+
/**
|
|
702
|
+
* QueryVideoPlayProgress
|
|
703
|
+
*
|
|
704
|
+
* @param request - QueryVideoPlayProgressRequest
|
|
705
|
+
* @returns QueryVideoPlayProgressResponse
|
|
706
|
+
*/
|
|
707
|
+
queryVideoPlayProgress(request: $_model.QueryVideoPlayProgressRequest): Promise<$_model.QueryVideoPlayProgressResponse>;
|
|
708
|
+
/**
|
|
709
|
+
* Queries a list of virtual numbers.
|
|
710
|
+
*
|
|
711
|
+
* @remarks
|
|
712
|
+
* ### QPS limits
|
|
713
|
+
* You can call this operation up to 100 times per second per account.
|
|
714
|
+
*
|
|
715
|
+
* @param request - QueryVirtualNumberRequest
|
|
716
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
717
|
+
* @returns QueryVirtualNumberResponse
|
|
718
|
+
*/
|
|
719
|
+
queryVirtualNumberWithOptions(request: $_model.QueryVirtualNumberRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryVirtualNumberResponse>;
|
|
720
|
+
/**
|
|
721
|
+
* Queries a list of virtual numbers.
|
|
722
|
+
*
|
|
723
|
+
* @remarks
|
|
724
|
+
* ### QPS limits
|
|
725
|
+
* You can call this operation up to 100 times per second per account.
|
|
726
|
+
*
|
|
727
|
+
* @param request - QueryVirtualNumberRequest
|
|
728
|
+
* @returns QueryVirtualNumberResponse
|
|
729
|
+
*/
|
|
730
|
+
queryVirtualNumber(request: $_model.QueryVirtualNumberRequest): Promise<$_model.QueryVirtualNumberResponse>;
|
|
731
|
+
/**
|
|
732
|
+
* Queries a list of associations between virtual numbers and real numbers.
|
|
733
|
+
*
|
|
734
|
+
* @remarks
|
|
735
|
+
* ### QPS limits
|
|
736
|
+
* You can call this operation up to 200 times per second per account.
|
|
737
|
+
*
|
|
738
|
+
* @param request - QueryVirtualNumberRelationRequest
|
|
739
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
740
|
+
* @returns QueryVirtualNumberRelationResponse
|
|
741
|
+
*/
|
|
742
|
+
queryVirtualNumberRelationWithOptions(request: $_model.QueryVirtualNumberRelationRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryVirtualNumberRelationResponse>;
|
|
743
|
+
/**
|
|
744
|
+
* Queries a list of associations between virtual numbers and real numbers.
|
|
745
|
+
*
|
|
746
|
+
* @remarks
|
|
747
|
+
* ### QPS limits
|
|
748
|
+
* You can call this operation up to 200 times per second per account.
|
|
749
|
+
*
|
|
750
|
+
* @param request - QueryVirtualNumberRelationRequest
|
|
751
|
+
* @returns QueryVirtualNumberRelationResponse
|
|
752
|
+
*/
|
|
753
|
+
queryVirtualNumberRelation(request: $_model.QueryVirtualNumberRelationRequest): Promise<$_model.QueryVirtualNumberRelationResponse>;
|
|
754
|
+
/**
|
|
755
|
+
* Queries the review state of a voice file.
|
|
756
|
+
*
|
|
757
|
+
* @param request - QueryVoiceFileAuditInfoRequest
|
|
758
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
759
|
+
* @returns QueryVoiceFileAuditInfoResponse
|
|
760
|
+
*/
|
|
761
|
+
queryVoiceFileAuditInfoWithOptions(request: $_model.QueryVoiceFileAuditInfoRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryVoiceFileAuditInfoResponse>;
|
|
762
|
+
/**
|
|
763
|
+
* Queries the review state of a voice file.
|
|
764
|
+
*
|
|
765
|
+
* @param request - QueryVoiceFileAuditInfoRequest
|
|
766
|
+
* @returns QueryVoiceFileAuditInfoResponse
|
|
767
|
+
*/
|
|
768
|
+
queryVoiceFileAuditInfo(request: $_model.QueryVoiceFileAuditInfoRequest): Promise<$_model.QueryVoiceFileAuditInfoResponse>;
|
|
769
|
+
/**
|
|
770
|
+
* Resumes the inbound call that is transferred by using a China 400 number.
|
|
771
|
+
*
|
|
772
|
+
* @param request - RecoverCallInConfigRequest
|
|
773
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
774
|
+
* @returns RecoverCallInConfigResponse
|
|
775
|
+
*/
|
|
776
|
+
recoverCallInConfigWithOptions(request: $_model.RecoverCallInConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RecoverCallInConfigResponse>;
|
|
777
|
+
/**
|
|
778
|
+
* Resumes the inbound call that is transferred by using a China 400 number.
|
|
779
|
+
*
|
|
780
|
+
* @param request - RecoverCallInConfigRequest
|
|
781
|
+
* @returns RecoverCallInConfigResponse
|
|
782
|
+
*/
|
|
783
|
+
recoverCallInConfig(request: $_model.RecoverCallInConfigRequest): Promise<$_model.RecoverCallInConfigResponse>;
|
|
784
|
+
/**
|
|
785
|
+
* ResumeVideoFile
|
|
786
|
+
*
|
|
787
|
+
* @param request - ResumeVideoFileRequest
|
|
788
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
789
|
+
* @returns ResumeVideoFileResponse
|
|
790
|
+
*/
|
|
791
|
+
resumeVideoFileWithOptions(request: $_model.ResumeVideoFileRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ResumeVideoFileResponse>;
|
|
792
|
+
/**
|
|
793
|
+
* ResumeVideoFile
|
|
794
|
+
*
|
|
795
|
+
* @param request - ResumeVideoFileRequest
|
|
796
|
+
* @returns ResumeVideoFileResponse
|
|
797
|
+
*/
|
|
798
|
+
resumeVideoFile(request: $_model.ResumeVideoFileRequest): Promise<$_model.ResumeVideoFileResponse>;
|
|
799
|
+
/**
|
|
800
|
+
* SeekVideoFile
|
|
801
|
+
*
|
|
802
|
+
* @param request - SeekVideoFileRequest
|
|
803
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
804
|
+
* @returns SeekVideoFileResponse
|
|
805
|
+
*/
|
|
806
|
+
seekVideoFileWithOptions(request: $_model.SeekVideoFileRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SeekVideoFileResponse>;
|
|
807
|
+
/**
|
|
808
|
+
* SeekVideoFile
|
|
809
|
+
*
|
|
810
|
+
* @param request - SeekVideoFileRequest
|
|
811
|
+
* @returns SeekVideoFileResponse
|
|
812
|
+
*/
|
|
813
|
+
seekVideoFile(request: $_model.SeekVideoFileRequest): Promise<$_model.SeekVideoFileResponse>;
|
|
814
|
+
/**
|
|
815
|
+
* Sends an SMS verification code.
|
|
816
|
+
*
|
|
817
|
+
* @remarks
|
|
818
|
+
* ### QPS limits
|
|
819
|
+
* You can call this operation up to 100 times per second per account.
|
|
820
|
+
*
|
|
821
|
+
* @param request - SendVerificationRequest
|
|
822
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
823
|
+
* @returns SendVerificationResponse
|
|
824
|
+
*/
|
|
825
|
+
sendVerificationWithOptions(request: $_model.SendVerificationRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SendVerificationResponse>;
|
|
826
|
+
/**
|
|
827
|
+
* Sends an SMS verification code.
|
|
828
|
+
*
|
|
829
|
+
* @remarks
|
|
830
|
+
* ### QPS limits
|
|
831
|
+
* You can call this operation up to 100 times per second per account.
|
|
832
|
+
*
|
|
833
|
+
* @param request - SendVerificationRequest
|
|
834
|
+
* @returns SendVerificationResponse
|
|
835
|
+
*/
|
|
836
|
+
sendVerification(request: $_model.SendVerificationRequest): Promise<$_model.SendVerificationResponse>;
|
|
837
|
+
/**
|
|
838
|
+
* Sets the phone numbers for transferring a call.
|
|
839
|
+
*
|
|
840
|
+
* @remarks
|
|
841
|
+
* ### QPS limits
|
|
842
|
+
* You can call this operation up to 100 times per second per account.
|
|
843
|
+
*
|
|
844
|
+
* @param request - SetTransferCalleePoolConfigRequest
|
|
845
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
846
|
+
* @returns SetTransferCalleePoolConfigResponse
|
|
847
|
+
*/
|
|
848
|
+
setTransferCalleePoolConfigWithOptions(request: $_model.SetTransferCalleePoolConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SetTransferCalleePoolConfigResponse>;
|
|
849
|
+
/**
|
|
850
|
+
* Sets the phone numbers for transferring a call.
|
|
851
|
+
*
|
|
852
|
+
* @remarks
|
|
853
|
+
* ### QPS limits
|
|
854
|
+
* You can call this operation up to 100 times per second per account.
|
|
855
|
+
*
|
|
856
|
+
* @param request - SetTransferCalleePoolConfigRequest
|
|
857
|
+
* @returns SetTransferCalleePoolConfigResponse
|
|
858
|
+
*/
|
|
859
|
+
setTransferCalleePoolConfig(request: $_model.SetTransferCalleePoolConfigRequest): Promise<$_model.SetTransferCalleePoolConfigResponse>;
|
|
860
|
+
/**
|
|
861
|
+
* Sends a voice verification code or a voice notification with variables to a specified phone number.
|
|
862
|
+
*
|
|
863
|
+
* @remarks
|
|
864
|
+
* Due to business adjustments, the updates of the voice notification and voice verification code services have been stopped in regions outside the Chinese mainland and the services have been discontinued since March 2022. Only qualified customers can continue using the voice notification and voice verification code services.
|
|
865
|
+
* * For more information about voice plans or voice service billing, see [Pricing of VMS on China site (aliyun.com)](https://help.aliyun.com/document_detail/150083.html).
|
|
866
|
+
* ### QPS limits
|
|
867
|
+
* You can call this operation up to 1,000 times per second per account.
|
|
868
|
+
*
|
|
869
|
+
* @param request - SingleCallByTtsRequest
|
|
870
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
871
|
+
* @returns SingleCallByTtsResponse
|
|
872
|
+
*/
|
|
873
|
+
singleCallByTtsWithOptions(request: $_model.SingleCallByTtsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SingleCallByTtsResponse>;
|
|
874
|
+
/**
|
|
875
|
+
* Sends a voice verification code or a voice notification with variables to a specified phone number.
|
|
876
|
+
*
|
|
877
|
+
* @remarks
|
|
878
|
+
* Due to business adjustments, the updates of the voice notification and voice verification code services have been stopped in regions outside the Chinese mainland and the services have been discontinued since March 2022. Only qualified customers can continue using the voice notification and voice verification code services.
|
|
879
|
+
* * For more information about voice plans or voice service billing, see [Pricing of VMS on China site (aliyun.com)](https://help.aliyun.com/document_detail/150083.html).
|
|
880
|
+
* ### QPS limits
|
|
881
|
+
* You can call this operation up to 1,000 times per second per account.
|
|
882
|
+
*
|
|
883
|
+
* @param request - SingleCallByTtsRequest
|
|
884
|
+
* @returns SingleCallByTtsResponse
|
|
885
|
+
*/
|
|
886
|
+
singleCallByTts(request: $_model.SingleCallByTtsRequest): Promise<$_model.SingleCallByTtsResponse>;
|
|
887
|
+
/**
|
|
888
|
+
* 语音视频单呼接口
|
|
889
|
+
*
|
|
890
|
+
* @param request - SingleCallByVideoRequest
|
|
891
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
892
|
+
* @returns SingleCallByVideoResponse
|
|
893
|
+
*/
|
|
894
|
+
singleCallByVideoWithOptions(request: $_model.SingleCallByVideoRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SingleCallByVideoResponse>;
|
|
895
|
+
/**
|
|
896
|
+
* 语音视频单呼接口
|
|
897
|
+
*
|
|
898
|
+
* @param request - SingleCallByVideoRequest
|
|
899
|
+
* @returns SingleCallByVideoResponse
|
|
900
|
+
*/
|
|
901
|
+
singleCallByVideo(request: $_model.SingleCallByVideoRequest): Promise<$_model.SingleCallByVideoResponse>;
|
|
902
|
+
/**
|
|
903
|
+
* Sends a voice notification to a phone number by using a voice notification file.
|
|
904
|
+
*
|
|
905
|
+
* @remarks
|
|
906
|
+
* > Due to business adjustments, the updates of the voice notification and voice verification code services have been stopped in regions outside the Chinese mainland and the services have been discontinued since March 2022. Only qualified customers can continue using the voice notification and voice verification code services.
|
|
907
|
+
* You can call the [SingleCallByTts](https://help.aliyun.com/document_detail/393519.html) operation to send voice notifications with variables.
|
|
908
|
+
* ### QPS limits
|
|
909
|
+
* You can call this operation up to 1,200 times per second per account.
|
|
910
|
+
*
|
|
911
|
+
* @param request - SingleCallByVoiceRequest
|
|
912
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
913
|
+
* @returns SingleCallByVoiceResponse
|
|
914
|
+
*/
|
|
915
|
+
singleCallByVoiceWithOptions(request: $_model.SingleCallByVoiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SingleCallByVoiceResponse>;
|
|
916
|
+
/**
|
|
917
|
+
* Sends a voice notification to a phone number by using a voice notification file.
|
|
918
|
+
*
|
|
919
|
+
* @remarks
|
|
920
|
+
* > Due to business adjustments, the updates of the voice notification and voice verification code services have been stopped in regions outside the Chinese mainland and the services have been discontinued since March 2022. Only qualified customers can continue using the voice notification and voice verification code services.
|
|
921
|
+
* You can call the [SingleCallByTts](https://help.aliyun.com/document_detail/393519.html) operation to send voice notifications with variables.
|
|
922
|
+
* ### QPS limits
|
|
923
|
+
* You can call this operation up to 1,200 times per second per account.
|
|
924
|
+
*
|
|
925
|
+
* @param request - SingleCallByVoiceRequest
|
|
926
|
+
* @returns SingleCallByVoiceResponse
|
|
927
|
+
*/
|
|
928
|
+
singleCallByVoice(request: $_model.SingleCallByVoiceRequest): Promise<$_model.SingleCallByVoiceResponse>;
|
|
929
|
+
/**
|
|
930
|
+
* SkipVideoFile
|
|
931
|
+
*
|
|
932
|
+
* @param request - SkipVideoFileRequest
|
|
933
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
934
|
+
* @returns SkipVideoFileResponse
|
|
935
|
+
*/
|
|
936
|
+
skipVideoFileWithOptions(request: $_model.SkipVideoFileRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SkipVideoFileResponse>;
|
|
937
|
+
/**
|
|
938
|
+
* SkipVideoFile
|
|
939
|
+
*
|
|
940
|
+
* @param request - SkipVideoFileRequest
|
|
941
|
+
* @returns SkipVideoFileResponse
|
|
942
|
+
*/
|
|
943
|
+
skipVideoFile(request: $_model.SkipVideoFileRequest): Promise<$_model.SkipVideoFileResponse>;
|
|
944
|
+
/**
|
|
945
|
+
* Initiates an intelligent voice call.
|
|
946
|
+
*
|
|
947
|
+
* @remarks
|
|
948
|
+
* The SmartCall operation must be used together with the [intelligent outbound HTTP operation](https://help.aliyun.com/document_detail/112703.html). After the call initiated by the Voice Messaging Service (VMS) platform is connected, the VMS platform sends the text converted from speech back to the business side, and the business side then returns the follow-up action to the VMS platform.
|
|
949
|
+
* * The SmartCall operation does not support the following characters: `@ = : "" $ { } ^ * ¥`.
|
|
950
|
+
* ### QPS limits
|
|
951
|
+
* You can call this operation up to 1,000 times per second per account.
|
|
952
|
+
*
|
|
953
|
+
* @param request - SmartCallRequest
|
|
954
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
955
|
+
* @returns SmartCallResponse
|
|
956
|
+
*/
|
|
957
|
+
smartCallWithOptions(request: $_model.SmartCallRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SmartCallResponse>;
|
|
958
|
+
/**
|
|
959
|
+
* Initiates an intelligent voice call.
|
|
960
|
+
*
|
|
961
|
+
* @remarks
|
|
962
|
+
* The SmartCall operation must be used together with the [intelligent outbound HTTP operation](https://help.aliyun.com/document_detail/112703.html). After the call initiated by the Voice Messaging Service (VMS) platform is connected, the VMS platform sends the text converted from speech back to the business side, and the business side then returns the follow-up action to the VMS platform.
|
|
963
|
+
* * The SmartCall operation does not support the following characters: `@ = : "" $ { } ^ * ¥`.
|
|
964
|
+
* ### QPS limits
|
|
965
|
+
* You can call this operation up to 1,000 times per second per account.
|
|
966
|
+
*
|
|
967
|
+
* @param request - SmartCallRequest
|
|
968
|
+
* @returns SmartCallResponse
|
|
969
|
+
*/
|
|
970
|
+
smartCall(request: $_model.SmartCallRequest): Promise<$_model.SmartCallResponse>;
|
|
971
|
+
/**
|
|
972
|
+
* Initiates an action in an outbound robocall. This operation is applicable only when the robocall is transferred to an agent or an agent is listening in on the conversation between the robot and the user.
|
|
973
|
+
*
|
|
974
|
+
* @remarks
|
|
975
|
+
* You can call this operation to initiate a specified action on the called number of an outbound robocall when the call is transferred to an agent of the call center.
|
|
976
|
+
* > You can only initiate the action of bridging a called number and an agent of the call center.
|
|
977
|
+
* ### QPS limits
|
|
978
|
+
* You can call this operation up to 100 times per second per account.
|
|
979
|
+
*
|
|
980
|
+
* @param request - SmartCallOperateRequest
|
|
981
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
982
|
+
* @returns SmartCallOperateResponse
|
|
983
|
+
*/
|
|
984
|
+
smartCallOperateWithOptions(request: $_model.SmartCallOperateRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SmartCallOperateResponse>;
|
|
985
|
+
/**
|
|
986
|
+
* Initiates an action in an outbound robocall. This operation is applicable only when the robocall is transferred to an agent or an agent is listening in on the conversation between the robot and the user.
|
|
987
|
+
*
|
|
988
|
+
* @remarks
|
|
989
|
+
* You can call this operation to initiate a specified action on the called number of an outbound robocall when the call is transferred to an agent of the call center.
|
|
990
|
+
* > You can only initiate the action of bridging a called number and an agent of the call center.
|
|
991
|
+
* ### QPS limits
|
|
992
|
+
* You can call this operation up to 100 times per second per account.
|
|
993
|
+
*
|
|
994
|
+
* @param request - SmartCallOperateRequest
|
|
995
|
+
* @returns SmartCallOperateResponse
|
|
996
|
+
*/
|
|
997
|
+
smartCallOperate(request: $_model.SmartCallOperateRequest): Promise<$_model.SmartCallOperateResponse>;
|
|
998
|
+
/**
|
|
999
|
+
* Starts a robocall task immediately or at a scheduled time.
|
|
1000
|
+
*
|
|
1001
|
+
* @remarks
|
|
1002
|
+
* ### QPS limits
|
|
1003
|
+
* You can call this operation up to 100 times per second per account.
|
|
1004
|
+
*
|
|
1005
|
+
* @param request - StartRobotTaskRequest
|
|
1006
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1007
|
+
* @returns StartRobotTaskResponse
|
|
1008
|
+
*/
|
|
1009
|
+
startRobotTaskWithOptions(request: $_model.StartRobotTaskRequest, runtime: $dara.RuntimeOptions): Promise<$_model.StartRobotTaskResponse>;
|
|
1010
|
+
/**
|
|
1011
|
+
* Starts a robocall task immediately or at a scheduled time.
|
|
1012
|
+
*
|
|
1013
|
+
* @remarks
|
|
1014
|
+
* ### QPS limits
|
|
1015
|
+
* You can call this operation up to 100 times per second per account.
|
|
1016
|
+
*
|
|
1017
|
+
* @param request - StartRobotTaskRequest
|
|
1018
|
+
* @returns StartRobotTaskResponse
|
|
1019
|
+
*/
|
|
1020
|
+
startRobotTask(request: $_model.StartRobotTaskRequest): Promise<$_model.StartRobotTaskResponse>;
|
|
1021
|
+
/**
|
|
1022
|
+
* Stops the inbound call that is transferred from a China 400 number.
|
|
1023
|
+
*
|
|
1024
|
+
* @param request - StopCallInConfigRequest
|
|
1025
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1026
|
+
* @returns StopCallInConfigResponse
|
|
1027
|
+
*/
|
|
1028
|
+
stopCallInConfigWithOptions(request: $_model.StopCallInConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.StopCallInConfigResponse>;
|
|
1029
|
+
/**
|
|
1030
|
+
* Stops the inbound call that is transferred from a China 400 number.
|
|
1031
|
+
*
|
|
1032
|
+
* @param request - StopCallInConfigRequest
|
|
1033
|
+
* @returns StopCallInConfigResponse
|
|
1034
|
+
*/
|
|
1035
|
+
stopCallInConfig(request: $_model.StopCallInConfigRequest): Promise<$_model.StopCallInConfigResponse>;
|
|
1036
|
+
/**
|
|
1037
|
+
* Stops a robocall task that is in progress.
|
|
1038
|
+
*
|
|
1039
|
+
* @remarks
|
|
1040
|
+
* After you stop a robocall task, you can call the [StartRobotTask](~~StartRobotTask~~) operation to start it again.
|
|
1041
|
+
* ### QPS limits
|
|
1042
|
+
* You can call this operation up to 100 times per second per account.
|
|
1043
|
+
*
|
|
1044
|
+
* @param request - StopRobotTaskRequest
|
|
1045
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1046
|
+
* @returns StopRobotTaskResponse
|
|
1047
|
+
*/
|
|
1048
|
+
stopRobotTaskWithOptions(request: $_model.StopRobotTaskRequest, runtime: $dara.RuntimeOptions): Promise<$_model.StopRobotTaskResponse>;
|
|
1049
|
+
/**
|
|
1050
|
+
* Stops a robocall task that is in progress.
|
|
1051
|
+
*
|
|
1052
|
+
* @remarks
|
|
1053
|
+
* After you stop a robocall task, you can call the [StartRobotTask](~~StartRobotTask~~) operation to start it again.
|
|
1054
|
+
* ### QPS limits
|
|
1055
|
+
* You can call this operation up to 100 times per second per account.
|
|
1056
|
+
*
|
|
1057
|
+
* @param request - StopRobotTaskRequest
|
|
1058
|
+
* @returns StopRobotTaskResponse
|
|
1059
|
+
*/
|
|
1060
|
+
stopRobotTask(request: $_model.StopRobotTaskRequest): Promise<$_model.StopRobotTaskResponse>;
|
|
1061
|
+
/**
|
|
1062
|
+
* Submits a China 400 number for registration.
|
|
1063
|
+
*
|
|
1064
|
+
* @remarks
|
|
1065
|
+
* ### QPS limits
|
|
1066
|
+
* You can call this operation up to 100 times per second per account.
|
|
1067
|
+
*
|
|
1068
|
+
* @param request - SubmitHotlineTransferRegisterRequest
|
|
1069
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1070
|
+
* @returns SubmitHotlineTransferRegisterResponse
|
|
1071
|
+
*/
|
|
1072
|
+
submitHotlineTransferRegisterWithOptions(request: $_model.SubmitHotlineTransferRegisterRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SubmitHotlineTransferRegisterResponse>;
|
|
1073
|
+
/**
|
|
1074
|
+
* Submits a China 400 number for registration.
|
|
1075
|
+
*
|
|
1076
|
+
* @remarks
|
|
1077
|
+
* ### QPS limits
|
|
1078
|
+
* You can call this operation up to 100 times per second per account.
|
|
1079
|
+
*
|
|
1080
|
+
* @param request - SubmitHotlineTransferRegisterRequest
|
|
1081
|
+
* @returns SubmitHotlineTransferRegisterResponse
|
|
1082
|
+
*/
|
|
1083
|
+
submitHotlineTransferRegister(request: $_model.SubmitHotlineTransferRegisterRequest): Promise<$_model.SubmitHotlineTransferRegisterResponse>;
|
|
1084
|
+
/**
|
|
1085
|
+
* UpgradeVideoFile
|
|
1086
|
+
*
|
|
1087
|
+
* @param request - UpgradeVideoFileRequest
|
|
1088
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1089
|
+
* @returns UpgradeVideoFileResponse
|
|
1090
|
+
*/
|
|
1091
|
+
upgradeVideoFileWithOptions(request: $_model.UpgradeVideoFileRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpgradeVideoFileResponse>;
|
|
1092
|
+
/**
|
|
1093
|
+
* UpgradeVideoFile
|
|
1094
|
+
*
|
|
1095
|
+
* @param request - UpgradeVideoFileRequest
|
|
1096
|
+
* @returns UpgradeVideoFileResponse
|
|
1097
|
+
*/
|
|
1098
|
+
upgradeVideoFile(request: $_model.UpgradeVideoFileRequest): Promise<$_model.UpgradeVideoFileResponse>;
|
|
1099
|
+
/**
|
|
1100
|
+
* Uploads the called numbers of a robocall task.
|
|
1101
|
+
*
|
|
1102
|
+
* @remarks
|
|
1103
|
+
* ### QPS limits
|
|
1104
|
+
* You can call this operation up to 100 times per second per account.
|
|
1105
|
+
*
|
|
1106
|
+
* @param request - UploadRobotTaskCalledFileRequest
|
|
1107
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1108
|
+
* @returns UploadRobotTaskCalledFileResponse
|
|
1109
|
+
*/
|
|
1110
|
+
uploadRobotTaskCalledFileWithOptions(request: $_model.UploadRobotTaskCalledFileRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UploadRobotTaskCalledFileResponse>;
|
|
1111
|
+
/**
|
|
1112
|
+
* Uploads the called numbers of a robocall task.
|
|
1113
|
+
*
|
|
1114
|
+
* @remarks
|
|
1115
|
+
* ### QPS limits
|
|
1116
|
+
* You can call this operation up to 100 times per second per account.
|
|
1117
|
+
*
|
|
1118
|
+
* @param request - UploadRobotTaskCalledFileRequest
|
|
1119
|
+
* @returns UploadRobotTaskCalledFileResponse
|
|
1120
|
+
*/
|
|
1121
|
+
uploadRobotTaskCalledFile(request: $_model.UploadRobotTaskCalledFileRequest): Promise<$_model.UploadRobotTaskCalledFileResponse>;
|
|
3631
1122
|
}
|