|
qcloudsms_csharp
0.1.6
|
Public 成员函数 | |
| TtsVoiceSender (int appid, string appkey) | |
| TtsVoiceSender (int appid, string appkey, IHTTPClient httpclient) | |
| TtsVoiceSenderResult | send (string nationCode, string phoneNumber, int templateId, string[] parameters, int playtimes, string ext) |
| Send a tts voice. 更多... | |
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] |
|
inline |
Send a tts voice.
| nationCode | nation dialing code, e.g. China is 86, USA is 1 |
| phoneNumber | phone number |
| templateId | template id |
| parameters | template parameters |
| playtimes | playtimes, optional, max is 3, default is 2 |
| ext | ext field, content will be returned by server as it is |