{ "questions": [ { "question": "hi", "response": "Hi how are you?" }, { "question": "what is the capital of england?", "response": "London" }, { "question": "what is the capital of france?", "response": "Paris" }, { "question": "what is 9+10?", "response": "19" }, { "question": "what is the capital of the united states?", "response": "Washington D.C." }, { "question": "what is 9x9?", "response": "81" }, { "question": "what language do most data scientists know?", "response": "SQL" }, { "question": "hello", "response": "hi" }, { "question": "how are you?", "response": "i'm fine!how are you doing?" }, { "question": "how are you ", "response": "I'm fine. how are you doing?" }, { "question": "how are you", "response": "I'm fine,how are you doing?" } ], "hi": [ "Hello there! How can I help you today?" ] }