I am facing issue of validation error on doamin.yaml
PS C:\Users\OS 90\Desktop\Uni Project> rasa data validate
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\core\tracker_store.py:1044: MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to “sqlalchemy<2.0”. Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: Error Messages — SQLAlchemy 2.0 Documentation)
Base: DeclarativeMeta = declarative_base()
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\validation.py:134: DeprecationWarning: pkg_resources is deprecated as an API. See Package Discovery and Resource Access using pkg_resources - setuptools 75.6.0.post20241124 documentation
import pkg_resources
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\pkg_resources_init_.py:3149: DeprecationWarning: Deprecated call to pkg_resources.declare_namespace('mpl_toolkits')
.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to pkg_resources.declare_namespace
. See Keywords - setuptools 75.6.0.post20241124 documentation
declare_namespace(pkg)
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\pkg_resources_init_.py:3149: DeprecationWarning: Deprecated call to pkg_resources.declare_namespace('ruamel')
.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to pkg_resources.declare_namespace
. See Keywords - setuptools 75.6.0.post20241124 documentation
declare_namespace(pkg)
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\tensorflow\lite\python\util.py:52: DeprecationWarning: jax.xla_computation is deprecated. Please use the AOT APIs.
from jax import xla_computation as xla_computation
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Loading domain from ‘domain.yml’ failed. Using empty domain. Error: ‘Intents are not unique! Found multiple intents with name(s) [‘event’]. Either rename or remove the duplicate ones.’
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘a_timeline_of_superior’s_history’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘here’s_a_detailed_account_of_our_journey.’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent 'student_voice_leaders(svls)’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘departmental_clubs’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘superior_societies’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘pakistan_academy_of_music_&_arts’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘policy_on_protection_against_sexual_harassment_in’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘1.1.higher_education_institutions(“heis”)_are_highly_consequential_institutions_in’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘2._prohibited_conduct’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘a)_submission_to_such_conduct_is_made_either_explicitly_or_implicitly_a_term’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘a)_especially_egregious_non-consensual_acts:_acts_that_would_be_included’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘2.4._all_the_actions_categorized_as_sexual_harassment_when_done_physically_or’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘3._jurisdiction’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘5._complaints_and_reporting’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘5.2._in_cases_in_which_the_conduct_in_question_falls_within_the_scope_of_the_2010’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘6._interim_measures_and_special_arrangements’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘a)_adjustment_in_class_or_examination_schedules,_including_for_the_purposes’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘b)_access_to_counselling_services_or_other_appropriate_medical_assistance;’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘7._inquiry_committee’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘a)_the_committee_shall_consist_of_three_members,_at_least_one_of_whom_shall’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘f)_in_case_a_complaint_is_made_against_one_of_the_members_of_the_committee,’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘7.3._the_hei_shall_endeavor_to_provide_training_to_members_of_the_inquiry’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘8._investigation_and_adjudication’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘a)_communicate_to_the_accused_the_charges_and_statement_of_allegations’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘10._penalties’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘11._right_of_appeal’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘a)_the_alleged_conduct_does_or_does_not_fall_within_the_scope_of_this_policy;’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘11.5._in_order_to_reach_its_decision,_the_appellate_body_may_communicate_with_the’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘12._mala_fide_allegation’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘13._protection_against_reprisal’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘14._special_considerations_regarding_relationships_between_individuals’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘15._education_for_prevention’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘15.3.the_names_of_the_focal_persons_and_the_members_of_the_inquiry_committee_shall’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘our_reputation_and_impact’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent 'creating_a_lasting_national&_global_impact’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘ranked_no._1’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘“best_private_sector_university_in_pakistan”_by_the_times_higher_education_impact_rankings_2022’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘pakistan’s_only_university_mentioned_in_the_united_nations_academic_impact_report_2023’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘our_commitment_to_equality,_diversity_and_inclusion’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘the_no.1_entrepreneurship_institute_of_the_world,_babson_college_usa,_has_declared_superior_university_as_the_first-ever_collaborative_partner_from_pakistan’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘3u1m:-a_framework_to_ensure_student_employability’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘freshman_program’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘project_based_learning’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘1m:a_year_of_experiential_learning’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent 'entrepreneurial_teaching_and_training_program(ettp)’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘social_entrepreneurship_program’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent 'faculty_of_business&management_sciences’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent 'faculty_of_economics&commerce’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent 'faculty_of_computer_science&information_technology’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘faculty_of_sciences’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent 'faculty_of_engineering&technology’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘faculty_of_social_sciences’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent 'faculty_of_art&design’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent 'faculty_of_arts&humanities’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘faculty_of_medical_sciences’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘faculty_of_pharmacy’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘faculty_of_allied_health_sciences’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent 'faculty_of_agriculture&_veterinary’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘faculty_of_law’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘llb_is_of_5_years_and_10_semester__no_admission_fee_and_misc_fee_having’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘all_fees_are_non-refundable_and_non-transferable’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘the_superior_university_lahore’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘version_1.0’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘note:_username_should_be_written_in_capital_letters_with_no_space_at_the_beginning_or_at_the’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘note:_kindly_change_your_password_immediately_after_login._in_case_of_any_query,_consult’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘2._how_to_change_your_password_of_student_portal?’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘3._how_to_update_your_contact_number_and_student_official_email?’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘4._how_to_see_your_pending_dues_on_student_dashboard?’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘5._how_to_update_your_student_profile?’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘6._how_to_check_your_attendance?’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘7._how_to_see_your_results?’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘8._how_to_see_notifications?’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘9._how_to_verify_your_enrolled_courses?’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘10.________how_to_see_your_timetable?’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘11.________how_to_access_your_lms_portal?’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘moreover,_you_can_also_visit_lms.superior.edu.pk_and_enter_your_username_and_password_to’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘12.________how_to_access_your_academic_and_fee_calendars?’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘14.________how_to_submit_your_queries_to_student_support_office?’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘15._______what_is_sirc(superior_information_resource_centre)?’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘16.________how_to_print_your_roll_number_slip_through_student_portal?’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘17.____how_to_access_detailed_invoices_list_through_student’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘18.________how_can_you_see_your_fee_structure?’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘19.________what_is_oric_and_student_thesis_menu?’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘20.________what_is_student_project_and_cmaced_menu?’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘superior_university_has_built_a_level_of_trust_and_confidence_among_its_existing_and_aspiring_students_due_to’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘the_university_was_established_in_2004_and_is_now_at_the_tail_end_of_the_second_decade_of_its_lifetime_after’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘prof._dr._chaudhary_abdul_rehman,_a_renowned_academician_and_serial_entrepreneur,_is_the_chairman_of’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘prof._dr._sumaira_rehman’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘i_am_profoundly_thankful_to_almighty_allah_for_the_remarkable_achievements_of_superior_university_in_global’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘academic_calendar_2023_to_2024_senior_batches’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘event’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘academic_calendar_2023-2024’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘research_week_2023’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘miscellaneous_activities_during_fall_and_spring_semester’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘holidays’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘vacation_note’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘academic_discipline’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘1.____concurrent_admission_at_any_other_institution_is_not_allowed.’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\rules.yml’:
Found intent ‘15._no_makeup_assignments,_quizzes_and_presentations_are_allowed_after_the_assigned_dates,unless_permission_is’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘a_timeline_of_superiors_history’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘heres_a_detailed_account_of_our_journey.’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent 'student_voice_leaders(svls)’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘departmental_clubs’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘superior_societies’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘pakistan_academy_of_music_and_arts’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘policy_on_protection_against_sexual_harassment_in’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘1.1.higher_education_institutions(heis)_are_highly_consequential_institutions_in’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘2._prohibited_conduct’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘a)_submission_to_such_conduct_is_made_either_explicitly_or_implicitly_a_term’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘a)_especially_egregious_non-consensual_acts_acts_that_would_be_included’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘2.4._all_the_actions_categorized_as_sexual_harassment_when_done_physically_or’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘3._jurisdiction’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘5._complaints_and_reporting’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘5.2._in_cases_in_which_the_conduct_in_question_falls_within_the_scope_of_the_2010’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘6._interim_measures_and_special_arrangements’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘a)_adjustment_in_class_or_examination_schedules_including_for_the_purposes’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘b)_access_to_counselling_services_or_other_appropriate_medical_assistance;’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘7._inquiry_committee’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘a)_the_committee_shall_consist_of_three_members_at_least_one_of_whom_shall’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘f)_in_case_a_complaint_is_made_against_one_of_the_members_of_the_committee’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘7.3._the_hei_shall_endeavor_to_provide_training_to_members_of_the_inquiry’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘8._investigation_and_adjudication’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘a)_communicate_to_the_accused_the_charges_and_statement_of_allegations’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘10_penalties’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘11._right_of_appeal’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘a_the_alleged_conduct_does_or_does_not_fall_within_the_scope_of_this_policy’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘11.5_in_order_to_reach_its_decision,_the_appellate_body_may_communicate_with_the’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘12._mala_fide_allegation’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘13._protection_against_reprisal’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘14._special_considerations_regarding_relationships_between_individuals’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘15._education_for_prevention’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘15.3.the_names_of_the_focal_persons_and_the_members_of_the_inquiry_committee_shall’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘our_reputation_and_impact’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘creating_a_lasting_national_and_global_impact’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘ranked_no_1’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘best_private_sector_university_in_pakistan_by_the_times_higher_education_impact_rankings_2022’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘pakistans_only_university_mentioned_in_the_united_nations_academic_impact_report_2023’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘our_commitment_to_equality_diversity_and_inclusion’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘the_no_1_entrepreneurship_institute_of_the_world_babson_college_usa_has_declared_superior_university_as_the_first_ever_collaborative_partner_from_pakistan’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘3u1m_a_framework_to_ensure_student_employability’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘freshman_program’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘project-based_learning’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘1m_a_year_of_experiential_learning’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent 'entrepreneurial_teaching_and_training_program(ettp)’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘social_entrepreneurship_program’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘faculty_of_business_and_management_sciences’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘faculty_of_economics_and_commerce’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘faculty_of_computer_science_and_information_technology’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘faculty_of_sciences’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘faculty_of_engineering_and_technology’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘faculty_of_social_sciences’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘faculty_of_art_and_design’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘faculty_of_arts_and_humanities’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘faculty_of_medical_sciences’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘faculty_of_pharmacy’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘faculty_of_allied_health_sciences’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘faculty_of_agriculture_and_veterinary’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘faculty_of_law’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘llb_is_of_5_years_and_10_semester__no_admission_fee_and_misc.fee_having’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘all_fees_are_non-refundable_and_non-transferable’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘the_superior_university_lahore’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘version_10’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘note:_username_should_be_written_in_capital_letters_with_no_space_at_the_beginning_or_at_the’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘note:_kindly_change_your_password_immediately_after_login._in_case_of_any_query,_consult’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘2._how_to_change_your_password_of_student_portal’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘3._how_to_update_your_contact_number_and_student_official_email’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘4._how_to_see_your_pending_dues_on_student_dashboard’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘5._how_to_update_your_student_profile’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘6._how_to_check_your_attendance’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘7._how_to_see_your_results’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘8._how_to_see_notifications’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘9._how_to_verify_your_enrolled_courses’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘10._how_to_see_your_timetable’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘11._how_to_access_your_lms_portal?’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘moreover_you_can_also_visit_lms.superior.edu.pk_and_enter_your_username_and_password_to’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘12._how_to_access_your_academic_and_fee_calendars’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘14._how_to_submit_your_queries_to_student_support_office’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘15.what_is_sirc(superior_information_resource_centre)’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘16._how_to_print_your_roll_number_slip_through_student_portal’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘17._how_to_access_detailed_invoices_list_through_student’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘18._how_can_you_see_your_fee_structure’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘19._what_is_oric_and_student_thesis_menu’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘20.what_is_student_project_and_cmaced_menu’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘superior_university_has_built_a_level_of_trust_and_confidence_among_its_existing_and_aspiring_students_due_to’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘the_university_was_established_in_2004_and_is_now_at_the_tail_end_of_the_second_decade_of_its_lifetime_after’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘prof_dr_chaudhary_abdul_rehman_a_renowned_academician_and_serial_entrepreneur_is_the_chairman_of’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘prof_dr_sumaira_rehman’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘i_am_profoundly_thankful_to_almighty_allah_for_the_remarkable_achievements_of_superior_university_in_global’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent 'academic_calendar_2023_to_2024(senior_batches)’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘event’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘academic_calendar_2023_to_2024’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘1.research_week_2023_is_23_rd_to_27_th_october_2023’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘miscellaneous_activities_during_fall_and_spring_semester’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘holidays’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘vacation_note’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘academic_discipline’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘1._concurrent_admission_at_any_other_institution_is_not_allowed’ in stories which is not part of the domain.
More info at Stories
c:\Users\OS 90\Desktop\Uni Project.venv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’:
Found intent ‘15._no_makeup_assignments_quizzes_and_presentations_are_allowed_after_the_assigned_dates_unless_permission_is’ in stories which is not part of the domain.
More info at Stories
Encountered empty domain during validation. can anyone