我正在将一个Dialogflow代理迁移到APIV2,并且我遇到了一个与"Set this intent as end of conversation“选项相关的问题。
我的实现webhook依赖于V1 webhook请求的元数据的"endConversation": true属性来执行自定义平台逻辑。有没有什么方法可以在不使用自定义负载的情况下在DialogflowV2中公开相同的属性?
它使用对话框流来处理输入,并由PHP webhook提供动力。PHP脚本由第三方托管提供商托管。我正在使用对话框API的v2。
我一直与那些提供下列建议的支持者保持联系:
- Not surprisingly this made no differencefrom the script and removed the credentials from Dialogflow