Spaces:
Sleeping
Sleeping
| { | |
| "intent": "company", | |
| "label": "company", | |
| "examples": ["Everything", "Tell me about the company", "Company info", "What does your company do?"], | |
| "response": "Ask me anything related to the company!", | |
| "children": [ | |
| { | |
| "intent": "job opportunities", | |
| "label": "careers", | |
| "examples": ["Are there jobs available?", "Looking for work", "Any openings?", "Do you have vacancies?"], | |
| "response": "We currently have job openings in multiple domains like Data Science, AI/ML, and Software Engineering.", | |
| "children": [ | |
| { | |
| "intent": "data science roles", | |
| "label": "data science", | |
| "examples": ["data science", "data science jobs", "Interested in DS roles"], | |
| "response": "We have open positions in Data Science.", | |
| "children": [ | |
| { | |
| "intent": "junior data scientist", | |
| "label": "junior ds", | |
| "examples": ["junior data scientist", "entry-level ds", "beginner data science job"], | |
| "response": "Junior Data Scientist roles are available for fresh graduates." | |
| }, | |
| { | |
| "intent": "senior data scientist", | |
| "label": "senior ds", | |
| "examples": ["senior data scientist", "experienced ds", "lead data science role"], | |
| "response": "Senior Data Scientist roles require 4+ years of experience." | |
| }, | |
| { | |
| "intent": "intern data science", | |
| "label": "ds internship", | |
| "examples": ["data science intern", "ds internship", "looking for ds internship"], | |
| "response": "DS internships are open year-round." | |
| } | |
| ] | |
| }, | |
| { | |
| "intent": "ai roles", | |
| "label": "ai", | |
| "examples": ["AI jobs", "machine learning roles", "ML openings"], | |
| "response": "We're hiring in AI/ML.", | |
| "children": [ | |
| { | |
| "intent": "ml engineer", | |
| "label": "ml engineer", | |
| "examples": ["ml engineer", "machine learning engineer"], | |
| "response": "ML Engineer roles involve model training and deployment." | |
| }, | |
| { | |
| "intent": "research scientist", | |
| "label": "research", | |
| "examples": ["ai research", "research scientist", "ml research"], | |
| "response": "Research Scientist positions focus on cutting-edge model development." | |
| }, | |
| { | |
| "intent": "ai intern", | |
| "label": "ai intern", | |
| "examples": ["ai intern", "ml intern", "ai internship"], | |
| "response": "We offer AI internships for students and early learners." | |
| } | |
| ] | |
| }, | |
| { | |
| "intent": "software engineering roles", | |
| "label": "software engineering", | |
| "examples": ["software engineer jobs", "developer roles", "coding jobs"], | |
| "response": "We have openings for Software Engineers.", | |
| "children": [ | |
| { | |
| "intent": "frontend developer", | |
| "label": "frontend", | |
| "examples": ["frontend developer", "react developer", "ui developer"], | |
| "response": "Frontend roles require strong JavaScript and UI skills." | |
| }, | |
| { | |
| "intent": "backend developer", | |
| "label": "backend", | |
| "examples": ["backend developer", "api developer", "server-side engineer"], | |
| "response": "Backend positions involve building scalable services." | |
| }, | |
| { | |
| "intent": "fullstack developer", | |
| "label": "fullstack", | |
| "examples": ["fullstack engineer", "full stack developer"], | |
| "response": "Fullstack engineers work across the entire tech stack." | |
| } | |
| ] | |
| } | |
| ] | |
| }, | |
| { | |
| "intent": "courses", | |
| "label": "learning", | |
| "examples": ["What courses do you have?", "Available classes?", "Do you offer courses?", "Any certifications?"], | |
| "response": "We offer courses in AI, Data Science, and Software Engineering.", | |
| "children": [ | |
| { | |
| "intent": "ai courses", | |
| "label": "ai learning", | |
| "examples": ["AI course", "machine learning course", "deep learning classes"], | |
| "response": "Our AI courses cover ML, deep learning, and deployment.", | |
| "children": [ | |
| { | |
| "intent": "intro to ai", | |
| "label": "ai basics", | |
| "examples": ["intro to AI", "beginner ai course"], | |
| "response": "Covers fundamentals of AI and ML." | |
| }, | |
| { | |
| "intent": "deep learning", | |
| "label": "dl", | |
| "examples": ["deep learning course", "neural networks course"], | |
| "response": "Focuses on neural networks and training pipelines." | |
| }, | |
| { | |
| "intent": "ml ops", | |
| "label": "mlops", | |
| "examples": ["mlops course", "model deployment course"], | |
| "response": "Teaches model deployment and monitoring." | |
| } | |
| ] | |
| }, | |
| { | |
| "intent": "data science courses", | |
| "label": "ds learning", | |
| "examples": ["data science course", "learn data science", "statistics classes"], | |
| "response": "Data Science courses include analytics, statistics, and real-world projects.", | |
| "children": [ | |
| { | |
| "intent": "statistics", | |
| "label": "stats", | |
| "examples": ["statistics course", "learn stats"], | |
| "response": "Covers probability, distributions, and inferential statistics." | |
| }, | |
| { | |
| "intent": "data analysis", | |
| "label": "analysis", | |
| "examples": ["data analysis course", "excel analysis", "pandas course"], | |
| "response": "Focuses on practical data analysis with tools." | |
| }, | |
| { | |
| "intent": "machine learning foundations", | |
| "label": "ml basics", | |
| "examples": ["ml basics", "intro ml course"], | |
| "response": "Introduces supervised and unsupervised learning." | |
| } | |
| ] | |
| }, | |
| { | |
| "intent": "software engineering courses", | |
| "label": "se learning", | |
| "examples": ["coding course", "software engineering course", "learn programming"], | |
| "response": "Covers full-stack development, system design, and DevOps.", | |
| "children": [ | |
| { | |
| "intent": "frontend dev course", | |
| "label": "frontend course", | |
| "examples": ["frontend course", "learn react", "ui dev classes"], | |
| "response": "Teaches React, CSS, and frontend tooling." | |
| }, | |
| { | |
| "intent": "backend dev course", | |
| "label": "backend course", | |
| "examples": ["backend course", "api development course"], | |
| "response": "Covers APIs, databases, and authentication." | |
| }, | |
| { | |
| "intent": "devops basics", | |
| "label": "devops", | |
| "examples": ["devops course", "learn docker", "ci cd basics"], | |
| "response": "Introduces CI/CD, Docker, and deployment workflows." | |
| } | |
| ] | |
| } | |
| ] | |
| }, | |
| { | |
| "intent": "contact", | |
| "label": "contact", | |
| "examples": ["How can I reach you?", "Contact info please", "Can I call you?", "Manager contact", "Support number"], | |
| "response": "Reach us via email at info@company.com or call 123-456-7890." | |
| } | |
| ] | |
| } | |