Uses of Class
com.bytedesk.social.whatsapp.ycloud.YCloudWhatsappInboundReceived.WhatsappInboundMessage
Packages that use YCloudWhatsappInboundReceived.WhatsappInboundMessage
-
Uses of YCloudWhatsappInboundReceived.WhatsappInboundMessage in com.bytedesk.social.whatsapp.ycloud
Fields in com.bytedesk.social.whatsapp.ycloud declared as YCloudWhatsappInboundReceived.WhatsappInboundMessageMethods in com.bytedesk.social.whatsapp.ycloud with parameters of type YCloudWhatsappInboundReceived.WhatsappInboundMessageModifier and TypeMethodDescriptionprivate VisitorRequestYCloudMessageService.buildVisitorRequest(YCloudWhatsappInboundReceived.WhatsappInboundMessage inboundMessage, WhatsAppEntity whatsAppEntity) 根据WhatsApp消息构建访客请求对象voidYCloudMessageService.echoMessage(YCloudWhatsappInboundReceived.WhatsappInboundMessage inboundMessage, String apiKey, String sender) Echo测试功能 - 将接收到的消息原样发送回去private voidYCloudMessageService.handleRobotResponse(YCloudWhatsappInboundReceived.WhatsappInboundMessage inboundMessage, ThreadProtobuf thread, WhatsAppEntity whatsAppEntity, MessageProtobuf messageProtobuf) 处理机器人回复private voidYCloudMessageService.sendToCustomerService(YCloudWhatsappInboundReceived.WhatsappInboundMessage inboundMessage, VisitorResponse visitor, ThreadProtobuf thread, WhatsAppEntity whatsAppEntity) 发送消息到客服系统private voidYCloudMessageService.sendWelcomeMessage(YCloudWhatsappInboundReceived.WhatsappInboundMessage inboundMessage, ThreadProtobuf thread, WhatsAppEntity whatsAppEntity, String welcomeContent) 发送欢迎消息