简体   繁体   English

我可以将Google Assistant消息发送到Windows应用程序,但是如何发回消息?

[英]I can send Google Assistant messages to my windows application, but how do I send a message back?

I'm using IFTTT to send a Google Assistant message to my Windows application via Drop Box. 我正在使用IFTTT通过Drop Box将Google Assistant消息发送到Windows应用程序。 If I say "[keyword] [message]" (for example: "Computer: Play Game of Thrones Season 2 Episode 4") IFTTT will write the text translation of [message] to a file on drop box that my application monitors and from there I can read the [message] and act on it. 如果我说“ [关键字] [消息]”(例如:“计算机:《权力的游戏》第2季第4集”),IFTTT会将[消息]的文本翻译写到我的应用程序监视的下拉框中的文件中,在那里,我可以阅读[消息]并对其执行操作。

What I would like to be able to do is send a reply back to the device that sent the message... For example if I tell my phone to have my computer start a movie on my computer and for whatever reason my app can't find the movie I want to be able to communicate that back to the device that originally sent the message, whether that be my cell phone or tablet or Google Home smart speaker. 我想做的就是将回复发送回发送该消息的设备...例如,如果我告诉手机让我的计算机在我的计算机上开始播放电影,而无论出于何种原因我的应用程序无法找到我希望能够将其传达给最初发送消息的设备的电影,无论是我的手机,平板电脑还是Google Home智能扬声器。

I know there is probably no official way to do this but i'm looking for creative solutions (like the one I use to get the message in the first place)... anything at all that works even if it involves multiple third-party services. 我知道可能没有官方的方法可以执行此操作,但是我正在寻找有创意的解决方案(例如我最初用于获取消息的解决方案)...即使涉及多个第三方,所有可行的方法服务。

There's no good way to send back an acknowledgement through the IFTTT integration. 没有通过IFTTT集成发送回确认的好方法。 You'd need to build your own Action which would use something like push notifications to communicate between your local device and a cloud-based webhook. 您需要构建自己的操作 ,该操作将使用诸如推送通知之类的内容在本地设备和基于云的Webhook之间进行通信。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何从 VB6 应用程序向我的 C# 应用程序发送消息 - How can I send a message from a VB6 application to my C# application 如何从 Windows 10 中的命令行向我的 socket.io websocket 发送消息? - How do I send a message to my socket.io websocket from the command line in Windows 10? 如何向Windows服务发送自定义消息? - how do i send a custom message to a windows service? 如何使用Qt应用程序发送传真? - How can I send a fax with my Qt application? 如何以与我在Windows资源管理器中“发送到邮件收件人”相同的方式以编程方式发送电子邮件? - How do I programmatically send an email in the same way that I can “Send To Mail Recipient” in Windows Explorer? 如何在 Lua 中发送 Windows 通知? - How can I send a Windows Notification in Lua? 如何在远程Windows机器上截取屏幕截图并将其发回? - How would I take a screenshot on a remote Windows machine and send it back? 我可以向 Windows 上的应用程序发送 ctrl-C (SIGINT) 吗? - Can I send a ctrl-C (SIGINT) to an application on Windows? 如何使用Java应用程序通过Windows串行端口发送任意字节? - How can I send arbitrary bytes across a Windows serial port using a Java Application? 如何配置服务器以发送电子邮件,IIS Windows Server 2008上安装了PHP - How can I configure my server to send email, PHP installed on IIS Windows Server 2008
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM