Contents Menu Expand Light mode Dark mode Auto light/dark mode
BESSER Bot Framework (BBF) 1.2.0
Light Logo Dark Logo
BESSER Bot Framework (BBF) 1.2.0
  • Your first bot
  • Wiki
    • Core
      • States
      • Intents
      • Entities
      • Transitions
      • Sessions
      • Files
    • NLP
      • Intent classification
      • Named Entity Recognition
      • Speech-to-Text
    • Platforms
      • WebSocket platform
      • Telegram platform
    • Database
      • Monitoring Database
    • Configuration properties
    • Supported Languages
  • Examples
    • Greetings bot
    • Weather bot
    • Telegram bot
  • Release Notes
    • Version 1.2.0
    • Version 1.1.0
    • Version 1.0.0
  • API
    • core
      • bot
      • transition
      • file
      • state
      • session
      • property
      • intent_parameter
      • intent
      • entity
      • entity_entry
    • db
      • monitoring_db
    • exceptions
      • exceptions
    • library
      • state_library
      • intent_library
      • intent_classifier_configuration_library
      • base_entities
      • event_template
      • event_library
    • nlp
      • utils
      • nlp_engine
      • intent_classifier_prediction
      • simple_intent_classifier
      • intent_classifier
      • llm_intent_classifier
      • intent_classifier_configuration
      • text_preprocessing
      • pipelines
      • simple_ner
      • ner
      • ner_prediction
      • matched_parameter
      • any
      • datetime
      • number
      • hf_speech2text
      • api_speech2text
      • speech2text
    • platforms
      • payload
      • platform
      • websocket_platform
      • message
      • streamlit_ui
      • telegram_platform
Back to top

library#

  • state_library
    • default_body()
    • default_fallback_body()
  • intent_library
    • fallback_intent
  • intent_classifier_configuration_library
    • hf_api_config
    • hf_config
    • openai_config
    • replicate_config
  • base_entities
    • BaseEntities
      • BaseEntities.ANY
      • BaseEntities.DATETIME
      • BaseEntities.NUMBER
    • any_entity
    • datetime_entity
    • number_entity
    • ordered_base_entities
  • event_template
    • event_template()
  • event_library
    • auto()
    • file_received()
    • intent_matched()
    • variable_matches_operation()
Next
state_library
Previous
exceptions
Copyright © 2023 - 2025 Luxembourg Institute of Science and Technology. All Rights Reserved
Made with Sphinx and @pradyunsg's Furo