从自定义操作触发内容操作

Trigger content action from custom action

我们有一些食谱将通过 Recipe Content Action

在 Google 家中公开

我想通过添加自定义操作来扩展功能,例如更高级的搜索以查找菜谱,然后将菜谱呈现给用户:

User: "Give me a recipe with tomatoes and mozzarella from MyRecipeAction"

是否可以使用 Recipe Action 从我们的自定义操作中呈现食谱?或者这是否需要我们自己编写用于呈现和导航菜谱的整个逻辑?

我刚从 Dialogflow 支持团队那里得到答复,事实证明这是不可能

来自 Dialogflow 的回答:

Unfortunately, it's not possible to use the Recipe Action to present the recipe from within your custom action. You need to create a new conversational app and write the whole logic for presenting and navigating the recipe yourselves.