API#
- core
- bot
BotBot._nameBot._platformsBot._platforms_threadsBot._nlp_engineBot._configBot._sessionsBot._trainedBot.statesBot.intentsBot.entitiesBot.global_initial_statesBot.global_state_componentBot._init_global_states()Bot._run_platforms()Bot._stop_platforms()Bot.add_entity()Bot.add_intent()Bot.configBot.delete_session()Bot.get_property()Bot.get_session()Bot.initial_state()Bot.load_properties()Bot.nameBot.new_entity()Bot.new_intent()Bot.new_session()Bot.new_state()Bot.nlp_engineBot.receive_message()Bot.reset()Bot.run()Bot.set_global_fallback_body()Bot.set_property()Bot.stop()Bot.train()Bot.use_telegram_platform()Bot.use_websocket_platform()
- transition
- state
StateState._botState._nameState._initialState._bodyState._fallback_bodyState._transition_counterState.intentsState.transitionsState._check_global_state()State._check_next_transition()State._t_name()State.botState.go_to()State.initialState.nameState.receive_intent()State.run()State.set_body()State.set_fallback_body()State.set_global()State.when_event_go_to()State.when_intent_matched_go_to()State.when_no_intent_matched_go_to()State.when_variable_matches_operation_go_to()
- session
- property
- intent_parameter
- intent
- entity
- entity_entry
- bot
- platforms
- payload
- platform
- websocket_platform
WebSocketPlatformWebSocketPlatform._botWebSocketPlatform._hostWebSocketPlatform._portWebSocketPlatform._use_uiWebSocketPlatform._connectionsWebSocketPlatform._websocket_serverWebSocketPlatform._message_handlerWebSocketPlatform._abc_implWebSocketPlatform._send()WebSocketPlatform.initialize()WebSocketPlatform.reply()WebSocketPlatform.reply_dataframe()WebSocketPlatform.reply_options()WebSocketPlatform.start()WebSocketPlatform.stop()
- streamlit_ui
- telegram_platform
- nlp
- utils
- nlp_engine
- intent_classifier_prediction
- simple_intent_classifier
SimpleIntentClassifierSimpleIntentClassifier._tokenizerSimpleIntentClassifier._modelSimpleIntentClassifier.num_wordsSimpleIntentClassifier.lowerSimpleIntentClassifier.oov_tokenSimpleIntentClassifier.num_epochsSimpleIntentClassifier.embedding_dimSimpleIntentClassifier.input_max_num_tokensSimpleIntentClassifier.discard_oov_sentencesSimpleIntentClassifier.check_exact_prediction_matchSimpleIntentClassifier.activation_last_layerSimpleIntentClassifier.activation_hidden_layersSimpleIntentClassifier.lrSimpleIntentClassifier.__intent_label_mappingSimpleIntentClassifier.__total_labels_training_sentencesSimpleIntentClassifier.__total_training_sentencesSimpleIntentClassifier.__total_training_sequencesSimpleIntentClassifier._abc_implSimpleIntentClassifier.predict()SimpleIntentClassifier.train()
- intent_classifier
- text_preprocessing
- pipelines
- simple_ner
- ner
- ner_prediction
- matched_parameter
- any
- datetime
- number
- library
- exceptions
- exceptions
BodySignatureErrorBotNotTrainedErrorConflictingAutoTransitionErrorDuplicatedAutoTransitionErrorDuplicatedEntityErrorDuplicatedInitialStateErrorDuplicatedIntentErrorDuplicatedIntentMatchingTransitionErrorDuplicatedIntentParameterErrorDuplicatedStateErrorEventSignatureErrorInitialStateNotFoundIntentClassifierWithoutIntentsErrorIntentNotFoundPlatformMismatchErrorStateNotFound
- exceptions