We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
通过春松客服向chatopera发送消息是都会携带extras信息,但是在对话函数中可以获取this.message.extras,但是在意图处理函数中获取的是undefined,请问如何获取?
The text was updated successfully, but these errors were encountered:
我理解您的意思,但是您可否提供一个在 意图处理函数中获取的是undefined 您使用的代码片段,以让我更准确的定位。感谢。
意图处理函数中获取的是undefined
Sorry, something went wrong.
多轮对话 API LINK
Chatbot#command("POST", "/conversation/query", body)
body 中如果有 extras 信息:
新建 repo,对该问题进行复现和跟踪:
https://github.com/chatopera/Issue76
该问题已经修正,详情请参考:
https://github.com/chatopera/Issue76#%E4%BF%AE%E6%AD%A3
感谢您的反馈。
hailiang-wang
No branches or pull requests
描述
通过春松客服向chatopera发送消息是都会携带extras信息,但是在对话函数中可以获取this.message.extras,但是在意图处理函数中获取的是undefined,请问如何获取?
The text was updated successfully, but these errors were encountered: