带注释的用户表达式 [dialogFlow]

Annotated User Expression [dialogFlow]

只是一个简短的问题。我目前正在使用 dialogflow 做一个项目,过去我用过它。通常在"Training Phrases"下,有2个不同的注解。一个带有“@”,另一个带有巨大的“”“”。现在没有选项让你选择“@”。有谁知道如何直接调用实体?

例如。 @@sys.any:orderFood

正如您在 https://dialogflow.com/docs/intents/training-phrases 页面底部看到的那样,模板模式现已弃用(以 @ 符号开头的模式)。
从现在开始你只能使用示例模式。

如果您想使用 @sys.any:orderFood,只需为此写一个关键字并用正确的实体对其进行注释。它与使用 @sys.any:orderFood.

相同

希望对您有所帮助。