version: '2.0' config: store_entities_as_slots: true session_config: session_expiration_time: 60000000000000002 carry_over_slots_to_new_session: true intents: - affirm: use_entities: true - bot_challenge: use_entities: true - deny: use_entities: true - goodbye: use_entities: true - greet: use_entities: true - mood_great: use_entities: true - mood_unhappy: use_entities: true - Translate_language: use_entities: true - inquire_time: use_entities: true - nlu_fallback: use_entities: true - calcultate_procent: use_entities: true - calcultate_minus: use_entities: true - calcultate_plus: use_entities: true - calcultate_divided: use_entities: true - calcultate_multiply: use_entities: true - Search_on: use_entities: true entities: - input - place - language - value - text slots: requested_slot: type: rasa.shared.core.slots.UnfeaturizedSlot initial_value: null auto_fill: true influence_conversation: false responses: utter_greet: - text: | Hello! How can I help you? - text: | Hi! how can I help you? utter_goodbye: - text: | i have to go - text: | thank for that, bye - text: | bye - text: have a nice day utter_i_am_a_bot: - text: | hi i am jarvis - text: | hi i am jarvis, that stands for just a rader inteligend system utter_please_rephrase: - text: I'm sorry, I didn't quite understand that. Could you rephrase? utter_default: - text: Sorry I didn't get that. Can you rephrase? utter_great: - text: great to hear! utter_cheer_up: - text: is there a way I can help? actions: - utter_did_that_help - utter_cheer_up - utter_goodbye - utter_greet - utter_happy - utter_i_am_a_bot - ActionShowTime - ActionTranslateLine - ACTION_DEFAULT_FALLBACK_NAME - ActionAwnserFromWiki - ActionShowTime - ActionTranslationIs - ActionValidateInputTranslation forms: TranslationInputForm: required_slots: TranslationInput: - intent: intent_name not_intent: excluded_intent type: from_text e2e_actions: []