Uses of Class
com.bytedesk.service.visitor.VisitorResponse
Packages that use VisitorResponse
Package
Description
浏览记录管理包。
-
Uses of VisitorResponse in com.bytedesk.core.email
Methods in com.bytedesk.core.email with parameters of type VisitorResponseModifier and TypeMethodDescriptionprivate voidEmailIdleListenerService.sendToCustomerService(EmailMessageRequest emailMessageRequest, VisitorResponse visitor, ThreadProtobuf thread, EmailEntity emailEntity) 将邮件消息发送到客服系统 -
Uses of VisitorResponse in com.bytedesk.core.email_message
Methods in com.bytedesk.core.email_message with parameters of type VisitorResponseModifier and TypeMethodDescriptionprivate voidEmailMessageRestService.sendToCustomerService(EmailMessageRequest request, VisitorResponse visitor, ThreadProtobuf thread, EmailEntity emailEntity) 将邮件消息发送到客服系统 -
Uses of VisitorResponse in com.bytedesk.service.browse
Fields in com.bytedesk.service.browse declared as VisitorResponse -
Uses of VisitorResponse in com.bytedesk.service.utils
Methods in com.bytedesk.service.utils that return VisitorResponseModifier and TypeMethodDescriptionstatic VisitorResponseServiceConvertUtils.convertToVisitorResponse(VisitorEntity visitor) Methods in com.bytedesk.service.utils with parameters of type VisitorResponseModifier and TypeMethodDescriptionstatic VisitorProtobufServiceConvertUtils.convertToVisitorProtobuf(VisitorResponse visitor) -
Uses of VisitorResponse in com.bytedesk.service.visitor
Methods in com.bytedesk.service.visitor that return VisitorResponseModifier and TypeMethodDescriptionVisitorRestService.convertToResponse(VisitorEntity entity) VisitorRestService.create(VisitorRequest request) VisitorRestService.update(VisitorRequest request) VisitorRestService.updateTagList(VisitorRequest request) -
Uses of VisitorResponse in com.bytedesk.social.line
Methods in com.bytedesk.social.line with parameters of type VisitorResponseModifier and TypeMethodDescriptionprivate voidLineWebhooks.sendToCustomerService(com.linecorp.bot.webhook.model.MessageEvent event, VisitorResponse visitor, ThreadProtobuf thread, LineEntity lineEntity) 将Line消息发送到客服系统 -
Uses of VisitorResponse in com.bytedesk.social.meta
Methods in com.bytedesk.social.meta with parameters of type VisitorResponseModifier and TypeMethodDescriptionprivate voidMetaAppWebhooks.createAndSendTextMessage(String content, String senderId, VisitorResponse visitor, ThreadProtobuf thread, String workgroupUid, String orgUid) 创建并发送文本消息到客服系统private voidMetaAppWebhooks.sendToCustomerService(com.fasterxml.jackson.databind.JsonNode message, VisitorResponse visitor, ThreadProtobuf thread, String workgroupUid, String orgUid) 将Meta访客消息发送给客服 统一使用MetaMessageService处理消息,参考WeChatWorkMessageApiService.sendToCustomerService的实现模式 -
Uses of VisitorResponse in com.bytedesk.social.telegram.config
Methods in com.bytedesk.social.telegram.config with parameters of type VisitorResponseModifier and TypeMethodDescriptionprivate voidTelegramDefaultConsumer.sendToCustomerService(org.telegram.telegrambots.meta.api.objects.Update update, String content, VisitorResponse visitor, ThreadProtobuf thread, TelegramEntity telegramEntity) 将Telegram访客消息发送给客服private voidTelegramDefaultConsumer.sendToCustomerService(org.telegram.telegrambots.meta.api.objects.Update update, String content, VisitorResponse visitor, ThreadProtobuf thread, TelegramEntity telegramEntity, MessageTypeEnum messageType) 将Telegram访客消息发送给客服 -
Uses of VisitorResponse in com.bytedesk.social.whatsapp.ycloud
Methods in com.bytedesk.social.whatsapp.ycloud with parameters of type VisitorResponseModifier and TypeMethodDescriptionprivate voidYCloudMessageService.sendToCustomerService(YCloudWhatsappInboundReceived.WhatsappInboundMessage inboundMessage, VisitorResponse visitor, ThreadProtobuf thread, WhatsAppEntity whatsAppEntity) 发送消息到客服系统 -
Uses of VisitorResponse in com.bytedesk.wechat.work.kefu.message
Methods in com.bytedesk.wechat.work.kefu.message with parameters of type VisitorResponseModifier and TypeMethodDescriptionprivate voidWeChatWorkMessageApiService.sendToCustomerService(WeChatWorkMessageResponse.WeChatWorkMessage message, VisitorResponse visitor, ThreadProtobuf thread, String workgroupUid, String orgUid) 将企业微信客服消息发送到客服系统