从网站深层链接到 Google 上的操作

Deeplink from a Website to an Action on Google

我想在我的网站上创建按钮,将用户重定向到 Google 上的操作。 AoG 可以实现这些类型的深层链接吗?

示例: 假设我有一家家具电子商务店,我想为客户提供组装家具的分步说明。为此,我在 Google 上创建了一个操作。

如果用户在我的网站上查看椅子的详细信息页面,应该有一个按钮 "Assemble the chair with Google Assisant"。基本上,这会将他深层链接到他设备上的 Google 助手。

这已经可以了吗?

是的,这就是所谓的 Action Links。您可以在 Actions Console 中配置它们,并且可以在 URL.

中传递特定的意图和参数

格式是这样的https://assistant.google.com/services/invoke[/$action_id][?intent=$intent&param.$param=$value][&$utm_param=$utm_value]