{"intents": [ {"tag": "greeting", "patterns": ["Hi", "How are you", "Is anyone there?", "Hello", "Good day"], "responses": ["Hello, thanks for visiting", "Good to see you again", "Hi there, how can I help?"], "context_set": "" }, {"tag": "goodbye", "patterns": ["Bye", "See you later", "Goodbye"], "responses": ["See you later, thanks for visiting", "Have a nice day", "Bye! Come back again soon."] }, {"tag": "thanks", "patterns": ["Thanks", "Thank you", "That's helpful"], "responses": ["Happy to help!", "Any time!", "My pleasure"] }, {"tag": "old", "patterns": ["How old are you?", "What is your name", "Who created you?"] "responses":["I'm 5 years old", "My name is AI Computer", "I was created by Bradley Ramirez"] }, {"tag": "information", "patterns": ["How old is your creator", "What is the english alphabet", "How old is the USA"] "responses":["He is 11 years old", "A B C D E F G H I J K L M O P Q R S T U V W X Y Z", "The USA is around 247 Years old"] }, {"tag": "space", "patterns": ["What is the universe", "How old is the earth", "What is a supernova", "How was mars named", "Why are planets named like that"] "responses":["The universe is all time and space", "4.543 billion years", "It's a stellar explosion", "Mars was named by the ancient Romans for their god of war", "They come from gods or goddeses"
Run
Reset
Share
Import
Link
Embed
Language▼
English
中文
Python Fiddle
Python Cloud IDE
Follow @python_fiddle
Browser Version Not Supported
Due to Python Fiddle's reliance on advanced JavaScript techniques, older browsers might have problems running it correctly. Please download the latest version of your favourite browser.
Chrome 10+
Firefox 4+
Safari 5+
IE 10+
Let me try anyway!
url:
Go
Python Snippet
Stackoverflow Question