Menu
Rasa Open SourceRasa XRasa Action Server
Blog
Community
  • Community Hub
  • Forum
  • How to Contribute
  • Community Showcase
  • Introduction
  • Rasa Playground
  • Building Assistants
    • Installation
    • Command Line Interface
    • Best Practices
      • Conversation-Driven Development
      • Generating NLU Data
      • Writing Conversation Data
    • Conversation Patterns
      • Chitchat and FAQs
      • Handling Business Logic
      • Fallback and Human Handoff
      • Handling Unexpected Input
      • Contextual Conversations
      • Reaching Out to the User
    • Preparing For Production
      • Connecting to a Channel
      • Tuning Your NLU Model
      • Testing Your Assistant
      • Setting up CI/CD
      • Deploying Your Assistant
    • Rasa Glossary
  • Concepts
    • Training Data
      • Training Data Format
      • NLU Training Data
      • Stories
      • Rules
    • Domain
    • Config
      • Overview
      • Pipeline Components
      • Policies
      • Importers
      • Language Support
    • Actions
      • Overview
      • Responses
      • Custom Actions
      • Forms
      • Default Actions
    • Channel Connectors
      • Your Own Website
      • Facebook Messenger
      • Slack
      • Telegram
      • Twilio
      • Google Hangouts Chat
      • Microsoft Bot Framework
      • Cisco Webex Teams
      • RocketChat
      • Mattermost
      • Custom Connectors
    • Architecture
      • Overview
      • Tracker Stores
      • Event Brokers
      • Model Storage
      • Lock Stores
      • Using NLU Only
      • NLG
  • APIs
    • HTTP API
  • Reference
    • Rasa Telemetry
    • Telemetry Event Reference
    • Code reference
      • rasa
        • run
        • validator
        • train
        • server
        • jupyter
        • telemetry
        • model
        • test
        • exceptions
        • __main__
        • rasa.shared
          • data
          • exceptions
          • rasa.shared.importers
            • multi_project
            • rasa
            • autoconfig
            • importer
          • rasa.shared.core
            • domain
            • conversation
            • generator
            • slots
            • trackers
            • events
            • rasa.shared.core.training_data
              • loading
              • visualization
              • structures
              • rasa.shared.core.training_data.story_reader
                • story_step_builder
                • yaml_story_reader
                • story_reader
                • markdown_story_reader
              • rasa.shared.core.training_data.story_writer
                • story_writer
                • yaml_story_writer
                • markdown_story_writer
          • rasa.shared.utils
            • pykwalify_extensions
            • validation
            • io
            • cli
            • common
          • rasa.shared.nlu
            • interpreter
            • rasa.shared.nlu.training_data
              • loading
              • message
              • training_data
              • synonyms_parser
              • util
              • entities_parser
              • features
              • lookup_tables_parser
              • rasa.shared.nlu.training_data.formats
                • wit
                • rasa
                • rasa_yaml
                • luis
                • readerwriter
                • markdown_nlg
                • dialogflow
                • markdown
              • rasa.shared.nlu.training_data.schemas
                • data_schema
        • rasa.core
          • restore
          • run
          • processor
          • agent
          • interpreter
          • jobs
          • exporter
          • tracker_store
          • lock_store
          • config
          • train
          • lock
          • utils
          • test
          • exceptions
          • registry
          • rasa.core.training
            • training
            • story_conflict
            • interactive
            • training
            • rasa.core.training.converters
              • story_markdown_to_yaml_converter
              • responses_prefix_converter
          • rasa.core.brokers
            • broker
            • pika
            • kafka
            • sql
            • file
          • rasa.core.policies
            • mapping_policy
            • memoization
            • ensemble
            • rule_policy
            • two_stage_fallback
            • sklearn_policy
            • form_policy
            • fallback
            • policy
            • ted_policy
          • rasa.core.channels
            • hangouts
            • twilio
            • channel
            • rocketchat
            • rest
            • botframework
            • console
            • mattermost
            • callback
            • webexteams
            • socketio
            • telegram
            • slack
            • facebook
            • rasa_chat
          • rasa.core.featurizers
            • single_state_featurizer
            • tracker_featurizers
          • rasa.core.nlg
            • generator
            • template
            • interpolator
            • callback
          • rasa.core.actions
            • forms
            • action
        • rasa.cli
          • data
          • run
          • x
          • export
          • scaffold
          • shell
          • interactive
          • visualize
          • train
          • telemetry
          • utils
          • test
          • rasa.cli.arguments
            • run
            • default_arguments
        • rasa.utils
          • converter
          • io
          • common
          • train_utils
          • plotting
          • endpoints
          • rasa.utils.tensorflow
            • layers
            • model_data_utils
            • transformer
            • crf
            • environment
            • model_data
            • models
        • rasa.nlu
          • components
          • persistor
          • config
          • train
          • model
          • test
          • registry
          • rasa.nlu.selectors
            • response_selector
          • rasa.nlu.extractors
            • regex_entity_extractor
            • duckling_entity_extractor
            • mitie_entity_extractor
            • crf_entity_extractor
            • extractor
          • rasa.nlu.classifiers
            • keyword_intent_classifier
            • fallback_classifier
            • sklearn_intent_classifier
            • mitie_intent_classifier
            • diet_classifier
          • rasa.nlu.training_data
            • rasa.nlu.training_data.converters
              • nlg_markdown_to_yaml_converter
              • nlu_markdown_to_yaml_converter
          • rasa.nlu.featurizers
            • rasa.nlu.featurizers.sparse_featurizer
              • count_vectors_featurizer
              • regex_featurizer
              • lexical_syntactic_featurizer
            • rasa.nlu.featurizers.dense_featurizer
              • convert_featurizer
              • lm_featurizer
          • rasa.nlu.tokenizers
            • whitespace_tokenizer
            • convert_tokenizer
            • tokenizer
            • lm_tokenizer
            • jieba_tokenizer
          • rasa.nlu.utils
            • utils
            • spacy_utils
            • bilou_utils
            • pattern_utils
            • mitie_utils
            • rasa.nlu.utils.hugging_face
              • transformers_pre_post_processors
              • hf_transformers
          • rasa.nlu.emulators
            • wit
            • emulator
            • luis
            • dialogflow
            • no_emulator
  • Change Log
    • Rasa Open Source Change Log
    • Version Migration Guide
  • API Spec Pages
    • Rasa HTTP API
    • Rasa Action Server API
2.1.x
  • Master/Unreleased
  • 2.5.x
  • 2.4.x
  • 2.3.x
  • 2.2.x
  • 2.1.x
  • 2.0.x
  • Legacy 1.x
Logo of the Rasa Open Source project

Rasa Open Source Documentation

An open source machine learning framework for automated text and voice-based conversations

notice

This is documentation for Rasa Open Source Documentation v2.1.x, which is no longer actively maintained.
For up-to-date documentation, see the latest version (2.5.x).

Version: 2.1.x

rasa.shared.importers.rasa

RasaFileImporter Objects#

class RasaFileImporter(TrainingDataImporter)

Default TrainingFileImporter implementation.

Previous
« rasa.shared.importers.multi_project
Next
rasa.shared.importers.autoconfig »
Last updated on 11/17/2020 by GitHub CI
Edit this page
  • RasaFileImporter Objects
Copyright © 2021 Rasa Technologies GmbH