我想要一个 android 应用程序与 whatsapp 或短信信使同步并自动响应 user/client

I want an android app that sync with watsapp or SMS messenger and automatically response to the user/client

我在一家非营利组织工作,我们的项目需要一个 android 应用程序(开发一个简短的干预,使用移动 text/voice 消息传递来解决 青少年饮酒问题。)如果它与 watsapp 合作,这个应用程序应该可以作为双向应用程序工作。这样我们就可以通过 watsapp 快速获得响应,并且我们的应用程序会自动根据以下内容回答问题 his/her 回答。它还应该将对话数据存储到数据库中。

您可以从基于Firebase的友好聊天应用入手。看看这里 https://codelabs.developers.google.com/codelabs/firebase-android/#0 。对于 "auto reply" 功能,您必须编写自己的云函数。阅读一些相关文档