Package cn.ucloud.uvms.client
Interface UVMSClientInterface
-
- All Superinterfaces:
Client
- All Known Implementing Classes:
UVMSClient
public interface UVMSClientInterface extends Client
This client is used to call actions of **UVMS** service
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SendUVMSMessageResponsesendUVMSMessage(SendUVMSMessageRequest request)SendUVMSMessage - 发送语音消息
-
-
-
Method Detail
-
sendUVMSMessage
SendUVMSMessageResponse sendUVMSMessage(SendUVMSMessageRequest request) throws UCloudException
SendUVMSMessage - 发送语音消息- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
-