简体   繁体   English

弃用会话操作后替代 Google 会话操作

[英]Alternative to Google conversational action after deprecation of conversational action

Google recently announced that Google Conversational action are getting deprecated, and will be removed completely by 13th June 2023.谷歌最近宣布,谷歌会话操作将被弃用,并将在 2023 年 6 月 13 日之前完全删除。

What are the alternatives to the conversational action available now?现在可用的对话动作的替代方案是什么?

I understand that Google recommends app action over conversational action.我了解 Google 推荐应用操作而不是会话操作。 As I understand, App action are used to interact with android action, this does not fulfil my requirements.据我了解,App 动作用于与 android 动作交互,这不符合我的要求。

I want to control my smart home device using voice commands.我想使用语音命令控制我的智能家居设备。 The required device type is treadmill and required trait is speedControl.所需的设备类型是跑步机,所需的特性是 speedControl。 I have checked the Google Smart Home action documentation, I could not find any device type and trait that would satisfy my requirements, hence using smart home action is not the option.我检查了 Google 智能家居操作文档,我找不到任何可以满足我要求的设备类型和特征,因此不能选择使用智能家居操作。

What are the alternative options to support the device control for device types and traits not supported by smart home action ?支持智能家居操作不支持的设备类型和特征的设备控制的替代选项是什么?

I would recommend filing a ticket request for a new device type/trait to the Smart Home support team.我建议向智能家居支持团队提交新设备类型/特征的票证请求 That will help inform them what device types/traits to prioritize as they continue to build out device compatiblities for the new Matter protocol.这将有助于告知他们在继续为新的 Matter 协议构建设备兼容性时优先考虑哪些设备类型/特征。 Ideally one of these paths would be implemented for you by the time conversational actions are deprecated next June.理想情况下,这些路径之一将在明年 6 月弃用会话操作时为您实施。

Alternatively, you could use custom intents to jump to your treadmill controller mobile app, which can then route the controls to your device.或者,您可以使用自定义意图跳转到您的跑步机控制器移动应用程序,然后该应用程序可以将控件路由到您的设备。 This fulfillment path would not work directly through the Google Home app on Nest devices, but would still enable you to have voice control for your device.此实现路径无法直接通过 Nest 设备上的 Google Home 应用程序运行,但仍可让您对设备进行语音控制。

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

相关问题 替代 Google 会话操作 - Alternative to Google conversational action 发布后 Google 对话操作的价格 - Price of a Google Conversational Action after releasing it Actions on Google:混合智能家居动作和会话动作 - Actions on Google: Mixing Smarthome action and conversational action 通过 API 以编程方式在 Google 上创建会话操作 - Programatically create Conversational Action on Google via an API 使用 Google Smart Home 将命令文本传递给第 3 方实现? (寻求对话行动替代方案) - Pass command text to 3rd party fulfillment with Google Smart Home? (seeking Conversational Action alternative) 如何在Google上做出像树一样的结构化会话动作? - How to make a tree like based structured conversational action on google? 在 Conversational Action 关闭后将转录的语音文本从智能扬声器/显示器发送到服务器? - Send transcribed, spoken text from smart speakers/displays to server after Conversational Action shutdown? 从会话 Webhook 调用 Google 助理 - Calling Google Assistant from Conversational Webhook 当智能家居操作没有所需的设备类型时,对与智能家居相关的用例使用对话操作 - Using conversational action for use cases related to smart home, when smart home action does not have the required device type OAuth 会话操作中的帐户链接 - OAuth account linking in conversational actions
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM