1

我试图在 rasa 3.x 中使用 'categorical slot' 形式,但它不能按照 rasa 2.x 'categorical slot' 工作。如何以正确的方式在“rasa 3.x”中使用“分类槽”?我在 rasa 3.x 中使用了“分类槽”,如下图所示

main_menu:
    type: categorical
    values:
      - shop_with_us
      - call_us
    mappings:
    - type: from_text
      conditions:
      - active_loop: user_details_form
        requested_slot: main_menu
4

0 回答 0