intents: - greet: {triggers: action_greet} - goodbye - affirm - deny - mood_great - mood_unhappy - bot_challenge - faq - contact_sales - inform - explain entities: - company - job_function - person_name - budget - business_email - use_case actions: - utter_greet - utter_cheer_up - utter_did_that_help - utter_happy - utter_goodbye - utter_iamabot - respond_faq - action_greet responses: utter_greet: - text: "Hey! How are you?" utter_cheer_up: - text: "Here is something to cheer you up:" image: "https://i.imgur.com/nGF1K8f.jpg" utter_did_that_help: - text: "Did that help you?" utter_happy: - text: "Great, carry on!" utter_goodbye: - text: "Bye" utter_iamabot: - text: "I am a bot, powered by Rasa." utter_ask_business_email: - text: What's your business email? utter_ask_company: - text: What company do you work for? utter_ask_budget: - text: "What's your annual budget for conversational AI? " utter_ask_job_function: - text: "What's your job? " utter_ask_person_name: - text: What's your name? utter_ask_use_case: - text: What's your use case? utter_explain_why_budget: - text: We need to know your budget to recommend a subscription utter_explain_why_email: - text: We need your email so we can contact you session_config: session_expiration_time: 60 carry_over_slots_to_new_session: true slots: company: type: unfeaturized job_function: type: unfeaturized person_name: type: unfeaturized budget: type: unfeaturized business_email: type: unfeaturized use_case: type: unfeaturized requested_slot: type: categorical values: - business_email - company - person_name - use_case - budget - job_function forms: - sales_form