Méthode | Description | |
---|---|---|
GetKFList ( string accessToken, KF_Type type = null, int timeOut = Config.TIME_OUT ) : |
获取客服列表
|
|
GetKFListAsync ( string accessToken, KF_Type type = null, int timeOut = Config.TIME_OUT ) : Task |
获取客服列表
|
|
SendFile ( string accessToken, KF_User_Type senderType, string senderId, KF_User_Type receiverType, string receiverId, string mediaId, int timeOut = Config.TIME_OUT ) : |
发送文件信息
|
|
SendFileAsync ( string accessToken, KF_User_Type senderType, string senderId, KF_User_Type receiverType, string receiverId, string mediaId, int timeOut = Config.TIME_OUT ) : Task |
【异步方法】发送文件信息
|
|
SendImage ( string accessToken, KF_User_Type senderType, string senderId, KF_User_Type receiverType, string receiverId, string mediaId, int timeOut = Config.TIME_OUT ) : |
发送图片信息
|
|
SendImageAsync ( string accessToken, KF_User_Type senderType, string senderId, KF_User_Type receiverType, string receiverId, string mediaId, int timeOut = Config.TIME_OUT ) : Task |
【异步方法】发送图片信息
|
|
SendText ( string accessToken, KF_User_Type senderType, string senderId, KF_User_Type receiverType, string receiverId, string content, int timeOut = Config.TIME_OUT ) : |
发送文本信息
|
|
SendTextAsync ( string accessToken, KF_User_Type senderType, string senderId, KF_User_Type receiverType, string receiverId, string content, int timeOut = Config.TIME_OUT ) : Task |
【异步方法】发送文本信息
|
|
SendVoice ( string accessToken, KF_User_Type senderType, string senderId, KF_User_Type receiverType, string receiverId, string mediaId, int timeOut = Config.TIME_OUT ) : |
发送语音信息
|
|
SendVoiceAsync ( string accessToken, KF_User_Type senderType, string senderId, KF_User_Type receiverType, string receiverId, string mediaId, int timeOut = Config.TIME_OUT ) : Task |
【异步方法】发送语音信息
|
public static GetKFList ( string accessToken, KF_Type type = null, int timeOut = Config.TIME_OUT ) : |
||
accessToken | string | |
type | KF_Type | 不填时,同时返回内部、外部客服列表 |
timeOut | int | |
Résultat |
public static GetKFListAsync ( string accessToken, KF_Type type = null, int timeOut = Config.TIME_OUT ) : Task |
||
accessToken | string | |
type | KF_Type | 不填时,同时返回内部、外部客服列表 |
timeOut | int | |
Résultat | Task |
public static SendFile ( string accessToken, KF_User_Type senderType, string senderId, KF_User_Type receiverType, string receiverId, string mediaId, int timeOut = Config.TIME_OUT ) : |
||
accessToken | string | 调用接口凭证 |
senderType | KF_User_Type | 发送人类型 |
senderId | string | 发送人标志 |
receiverType | KF_User_Type | 接收人类型 |
receiverId | string | 接收人标志 |
mediaId | string | 文件的mediaId |
timeOut | int | 代理请求超时时间(毫秒) |
Résultat |
public static SendFileAsync ( string accessToken, KF_User_Type senderType, string senderId, KF_User_Type receiverType, string receiverId, string mediaId, int timeOut = Config.TIME_OUT ) : Task |
||
accessToken | string | 调用接口凭证 |
senderType | KF_User_Type | 发送人类型 |
senderId | string | 发送人标志 |
receiverType | KF_User_Type | 接收人类型 |
receiverId | string | 接收人标志 |
mediaId | string | 文件的mediaId |
timeOut | int | 代理请求超时时间(毫秒) |
Résultat | Task |
public static SendImage ( string accessToken, KF_User_Type senderType, string senderId, KF_User_Type receiverType, string receiverId, string mediaId, int timeOut = Config.TIME_OUT ) : |
||
accessToken | string | 调用接口凭证 |
senderType | KF_User_Type | 发送人类型 |
senderId | string | 发送人标志 |
receiverType | KF_User_Type | 接收人类型 |
receiverId | string | 接收人标志 |
mediaId | string | 图片的mediaId |
timeOut | int | 代理请求超时时间(毫秒) |
Résultat |
public static SendImageAsync ( string accessToken, KF_User_Type senderType, string senderId, KF_User_Type receiverType, string receiverId, string mediaId, int timeOut = Config.TIME_OUT ) : Task |
||
accessToken | string | 调用接口凭证 |
senderType | KF_User_Type | 发送人类型 |
senderId | string | 发送人标志 |
receiverType | KF_User_Type | 接收人类型 |
receiverId | string | 接收人标志 |
mediaId | string | 图片的mediaId |
timeOut | int | 代理请求超时时间(毫秒) |
Résultat | Task |
public static SendText ( string accessToken, KF_User_Type senderType, string senderId, KF_User_Type receiverType, string receiverId, string content, int timeOut = Config.TIME_OUT ) : |
||
accessToken | string | 调用接口凭证 |
senderType | KF_User_Type | 发送人类型 |
senderId | string | 发送人标志 |
receiverType | KF_User_Type | 接收人类型 |
receiverId | string | 接收人标志 |
content | string | 消息内容 |
timeOut | int | 代理请求超时时间(毫秒) |
Résultat |
public static SendTextAsync ( string accessToken, KF_User_Type senderType, string senderId, KF_User_Type receiverType, string receiverId, string content, int timeOut = Config.TIME_OUT ) : Task |
||
accessToken | string | 调用接口凭证 |
senderType | KF_User_Type | 发送人类型 |
senderId | string | 发送人标志 |
receiverType | KF_User_Type | 接收人类型 |
receiverId | string | 接收人标志 |
content | string | 消息内容 |
timeOut | int | 代理请求超时时间(毫秒) |
Résultat | Task |
public static SendVoice ( string accessToken, KF_User_Type senderType, string senderId, KF_User_Type receiverType, string receiverId, string mediaId, int timeOut = Config.TIME_OUT ) : |
||
accessToken | string | 调用接口凭证 |
senderType | KF_User_Type | 发送人类型 |
senderId | string | 发送人标志 |
receiverType | KF_User_Type | 接收人类型 |
receiverId | string | 接收人标志 |
mediaId | string | 语音的mediaId |
timeOut | int | 代理请求超时时间(毫秒) |
Résultat |
public static SendVoiceAsync ( string accessToken, KF_User_Type senderType, string senderId, KF_User_Type receiverType, string receiverId, string mediaId, int timeOut = Config.TIME_OUT ) : Task |
||
accessToken | string | 调用接口凭证 |
senderType | KF_User_Type | 发送人类型 |
senderId | string | 发送人标志 |
receiverType | KF_User_Type | 接收人类型 |
receiverId | string | 接收人标志 |
mediaId | string | 语音的mediaId |
timeOut | int | 代理请求超时时间(毫秒) |
Résultat | Task |