Facing an issue

Error: RasaException: No user features specified. Cannot train ‘IntentTED’ model.

Story

version: “3.0”

stories:

  • story: triggered waitlist process

    steps:

    • intent: waitlist_trigger_info

    • action: action_save_conversation

    • action: people_count_form

    • active_loop: people_count_form

    • slot_was_set:

      • requested_slot: people_count
    • active_loop: null

    • slot_was_set:

      • requested_slot: null

      • is_occasion_form: true

    • action: event_name_form

    • checkpoint: ask_event

  • story: triggered waitlist process 2

    steps:

    • intent: waitlist_trigger_info

    • action: action_save_conversation

    • action: people_count_form

    • active_loop: people_count_form

    • slot_was_set:

      • requested_slot: people_count
    • active_loop: null

    • slot_was_set:

      • requested_slot: null

      • is_occasion_form: false

    • checkpoint: ask_drink

  • story: Ask event

    steps:

    • checkpoint: ask_event

    • active_loop: event_name_form

    • slot_was_set:

      • requested_slot: event_name
    • active_loop: null

    • slot_was_set:

      • requested_slot: null
    • checkpoint: ask_drink

  • story: story to ask need drinks 3

    steps:

    • checkpoint: ask_drink1

    • action: need_drink1_form1

    • active_loop: need_drink1_form1

    • slot_was_set:

      • requested_slot: need_drink1
    • active_loop: null

    • action: utter_inst_cmp

  • story: story to ask need drinks 1

    steps:

    • checkpoint: ask_drink

    • action: need_drink_form

    • active_loop: need_drink_form

    • slot_was_set:

      • requested_slot: need_drink
    • active_loop: null

    • slot_was_set:

      • requested_slot: null

      • need_drink: true

    • checkpoint: ask_drink_options

  • story: story to ask need drinks 2

    steps:

    • checkpoint: ask_drink

    • action: need_drink_form

    • active_loop: need_drink_form

    • slot_was_set:

      • requested_slot: need_drink
    • active_loop: null

    • slot_was_set:

      • requested_slot: null

      • need_drink: false

    • checkpoint: ask_food_menu

  • story: story to ask drink options

    steps:

    • checkpoint: ask_drink_options

    • action: drink_type_option_form

    • active_loop: drink_type_option_form

    • slot_was_set:

      • requested_slot: drink_type_option
    • active_loop: null

    • slot_was_set:

      • requested_slot: null
    • checkpoint: show_pref_type_of_drink

  • story: show prefered type of drink 1

    steps:

    • checkpoint: show_pref_type_of_drink

    • action: top5_drink_form

    • active_loop: top5_drink_form

    • slot_was_set:

      • requested_slot: top5_drink
    • active_loop: null

    • slot_was_set:

      • requested_slot: null

      • top5_drink: true

    • checkpoint: show_actual_drink_value

  • story: show prefered type of drink 2

    steps:

    • checkpoint: show_pref_type_of_drink

    • action: top5_drink_form

    • active_loop: top5_drink_form

    • slot_was_set:

      • requested_slot: top5_drink
    • active_loop: null

    • slot_was_set:

      • requested_slot: null

      • top5_drink: false

    • checkpoint: show_actual_drink_value

  • story: show actual drink value

    steps:

    • checkpoint: show_actual_drink_value

    • action: drink_value_form

    • active_loop: drink_value_form

    • slot_was_set:

      • requested_slot: drink_value
    • active_loop: null

    • slot_was_set:

      • requested_slot: null
    • checkpoint: ask_food_menu

  • story: story to ask food preference

    steps:

    • checkpoint: ask_food_menu

    • action: food_menu_option_form

    • active_loop: food_menu_option_form

    • slot_was_set:

      • requested_slot: food_menu_option
    • active_loop: null

    • slot_was_set:

      • requested_slot: null

      • is_dietary_form: true

    • checkpoint: show_dietary_form

  • story: story to ask food preference

    steps:

    • checkpoint: ask_food_menu

    • action: food_menu_option_form

    • active_loop: food_menu_option_form

    • slot_was_set:

      • requested_slot: food_menu_option
    • active_loop: null

    • slot_was_set:

      • requested_slot: null

      • is_dietary_form: false

    • checkpoint: show_pref_type_of_food

  • story: show prefered type of food 1

    steps:

    • checkpoint: show_pref_type_of_food

    • checkpoint: show_food_menu

  • story: show prefered type of food 2

    steps:

    • checkpoint: show_dietary_form

    • action: dietary_menu_option_form

    • active_loop: dietary_menu_option_form

    • slot_was_set:

      • requested_slot: dietary_menu_option
    • active_loop: null

    • slot_was_set:

      • requested_slot: null
    • checkpoint: show_food_menu

  • story: show food

    steps:

    • checkpoint: show_food_menu

    • action: food_value_form

    • active_loop: food_value_form

    • slot_was_set:

      • requested_slot: food_value
    • active_loop: null

    • slot_was_set:

      • requested_slot: null
    • checkpoint: ask_add_more_item

  • story: Ask Add more item 1

    steps:

    • checkpoint: ask_add_more_item

    • action: add_more_item_form

    • active_loop: add_more_item_form

    • slot_was_set:

      • requested_slot: add_more_item
    • active_loop: null

    • slot_was_set:

      • requested_slot: null

      • add_more_item: true

    • action: action_clear_slots

    • checkpoint: ask_drink

  • story: Ask Add more item 2

    steps:

    • checkpoint: ask_add_more_item

    • action: add_more_item_form

    • active_loop: add_more_item_form

    • slot_was_set:

      • requested_slot: add_more_item
    • active_loop: null

    • slot_was_set:

      • requested_slot: null

      • add_more_item: false

    • checkpoint: ask_any_special_instructions

  • story: Ask any special instructions 1

    steps:

    • checkpoint: ask_any_special_instructions

    • action: spl_inst_flag_form

    • active_loop: spl_inst_flag_form

    • slot_was_set:

      • requested_slot: spl_inst_flag
    • active_loop: null

    • slot_was_set:

      • requested_slot: null

      • spl_inst_flag: false

    • action: utter_final_msg

  • story: Ask any special instructions 2

    steps:

    • checkpoint: ask_any_special_instructions

    • action: spl_inst_flag_form

    • active_loop: spl_inst_flag_form

    • slot_was_set:

      • requested_slot: spl_inst_flag
    • active_loop: null

    • slot_was_set:

      • requested_slot: null

      • spl_inst_flag: true

    • checkpoint: select_item

  • story: Select item for special instruction

    steps:

    • checkpoint: select_item

    • action: item_option_form

    • active_loop: item_option_form

    • slot_was_set:

      • requested_slot: item_option
    • active_loop: null

    • slot_was_set:

      • requested_slot: null
    • checkpoint: give_instruction

  • story: Give instructions

    steps:

    • checkpoint: give_instruction

    • action: special_inst_form

    • active_loop: special_inst_form

    • slot_was_set:

      • requested_slot: special_inst
    • active_loop: null

    • slot_was_set:

      • requested_slot: null
    • checkpoint: ask_any_special_instructions

Can anyone suggest to me why I am facing this error?

Rasa Version: 3.0.0 Minimum Compatible Version: 3.0.0 Rasa SDK Version: 3.0.0 Rasa X Version: None Python Version: 3.8.0

Make sure you have a rule policy in config.yml and that rasa data validate runs without errors.