当开发了一个自定义的slot类时,在domain文件中的对应slot的定义中,可以通过使用Python模块路径来引用这个slot类:
addons.my_custom_slots.NumberOfPeopleSlot
需要注意的是slot的类型设置为custom。
slots:
people:
type: addons.my_custom_slots.NumberOfPeopleSlot
influence_conversation: true
mappings:
- type: custom
qq6215ad906e9bf ©著作权
文章标签 Rasa课程、Rasa培训 Rasa对话机器人 文章分类 人工智能
当开发了一个自定义的slot类时,在domain文件中的对应slot的定义中,可以通过使用Python模块路径来引用这个slot类:
addons.my_custom_slots.NumberOfPeopleSlot
需要注意的是slot的类型设置为custom。
slots:
people:
type: addons.my_custom_slots.NumberOfPeopleSlot
influence_conversation: true
mappings:
- type: custom
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M