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

db#

  • monitoring_db
    • MonitoringDB
      • MonitoringDB.conn
      • MonitoringDB.connected
      • MonitoringDB.close_connection()
      • MonitoringDB.connect_to_db()
      • MonitoringDB.get_table()
      • MonitoringDB.initialize_db()
      • MonitoringDB.insert_intent_prediction()
      • MonitoringDB.insert_session()
      • MonitoringDB.insert_transition()
      • MonitoringDB.run_statement()
      • MonitoringDB.select_session()
    • TABLE_INTENT_PREDICTION
    • TABLE_PARAMETER
    • TABLE_SESSION
    • TABLE_TRANSITION
Next
monitoring_db
Previous
entity_entry
Copyright © 2023 - 2025 Luxembourg Institute of Science and Technology. All Rights Reserved
Made with Sphinx and @pradyunsg's Furo