Can I make Dialogflow intents require atleast one of the trained entities?

浪子不回头ぞ 提交于 2021-01-28 02:44:01

问题


I know how to make intents require any parameter value, after which the intent will force to get the value; but is it possible to make it force to get atleast one of the given entity parameters ?


回答1:


You could enable webhook fulfillment for that intent and if no entities were provided, reprompt the user for at least one of a list of entities.



来源:https://stackoverflow.com/questions/49704844/can-i-make-dialogflow-intents-require-atleast-one-of-the-trained-entities

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!