Interface UVMSClientInterface
- All Superinterfaces:
AutoCloseable,Client,Closeable
- All Known Implementing Classes:
UVMSClient
This client is used to call actions of **UVMS** service
-
Method Summary
Modifier and TypeMethodDescriptionGetUVMSSendRecord - 获取语音发送记录sendUVMSMessage(SendUVMSMessageRequest request) SendUVMSMessage - 发送语音消息
-
Method Details
-
getUVMSSendRecord
GetUVMSSendRecordResponse getUVMSSendRecord(GetUVMSSendRecordRequest request) throws UCloudException GetUVMSSendRecord - 获取语音发送记录- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
sendUVMSMessage
SendUVMSMessage - 发送语音消息- Parameters:
request- Request object- Throws:
UCloudException- Exception
-