接口 UVMSClientInterface
- 所有超级接口:
AutoCloseable,Client,Closeable
- 所有已知实现类:
UVMSClient
This client is used to call actions of **UVMS** service
-
方法概要
修饰符和类型方法说明GetUVMSSendRecord - 获取语音发送记录sendUVMSMessage(SendUVMSMessageRequest request) SendUVMSMessage - 发送语音消息
-
方法详细资料
-
getUVMSSendRecord
GetUVMSSendRecordResponse getUVMSSendRecord(GetUVMSSendRecordRequest request) throws UCloudException GetUVMSSendRecord - 获取语音发送记录- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
sendUVMSMessage
SendUVMSMessage - 发送语音消息- 参数:
request- Request object- 抛出:
UCloudException- Exception
-