qcloudsms_csharp  0.1.6
 全部  命名空间 函数
qcloudsms_csharp.SmsVoicePromptSender类 参考
类 qcloudsms_csharp.SmsVoicePromptSender 继承关系图:
qcloudsms_csharp.SmsBase

Public 成员函数

 SmsVoicePromptSender (int appid, string appkey)
 
 SmsVoicePromptSender (int appid, string appkey, IHTTPClient httpclient)
 
SmsVoicePromptSenderResult send (string nationCode, string phoneNumber, int prompttype, string msg, int playtimes, string ext)
 Send a voice prompt message. 更多...
 
- Public 成员函数 继承自 qcloudsms_csharp.SmsBase
 SmsBase (int appid, string appkey, IHTTPClient httpclient)
 
HTTPResponse handleError (HTTPResponse response)
 

额外继承的成员函数

- 属性 继承自 qcloudsms_csharp.SmsBase
int appid [get]
 
string appkey [get]
 
IHTTPClient httpclient [get, set]
 

成员函数说明

SmsVoicePromptSenderResult qcloudsms_csharp.SmsVoicePromptSender.send ( string  nationCode,
string  phoneNumber,
int  prompttype,
string  msg,
int  playtimes,
string  ext 
)
inline

Send a voice prompt message.

参数
nationCodenation dialing code, e.g. China is 86, USA is 1
phoneNumberphone number
prompttypevoice prompt type, currently value is 2
msgvoice prompt message
playtimesplaytimes, optional, max is 3, default is 2
extext field, content will be returned by server as it is
返回
SmsVoicePromptSenderResult

该类的文档由以下文件生成: