-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtalkbot
29 lines (29 loc) · 2.77 KB
/
talkbot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
print("Welcome to rannlab technology how can i help you")
add_response('hi', 'Hello!')
add_response('What is your favourite colour', 'Red')
add_response('How old are you', 'I am brand new!')
add_response('I forget (.*)', 'Can you think of why you might forget %1 ?')
add_response('I love (.*)', 'What do you love about it?')
add_response('are you a person or a bot', "That's for me to know and you to find out")
add_response('hlw', 'Hello!')
add_response('how are you', 'I am fine!')
add_response('what is today date', 'its 17-02-2023')
add_response('thanks', ' welcome to rannlab')
add_response('please book my order', 'okay please fill the details of your order,Software, Mobile Application,Website Desig ')
add_response('software', 'for which purpose')
add_response('mobile Application', 'Please fill the details')
add_response('Hlw', 'Hello!')
add_response('contact no', 'this is our service no 9990613366, 9599388970')
add_response('software', 'We provide reliable, efficient and most innovative Software | Web | App solutions to clients.')
add_response('web', 'We provide reliable, efficient and most innovative Software | Web | App solutions to clients.')
add_response('digital marketing', 'We provide a complete digital marketing solution that turns the traffic into lasting customers.')
add_response('digital marketing', 'We provide a complete digital marketing solution that turns the traffic into lasting customers.')
add_response('iot', 'We deliver the best quality Artificial Intelligence, Internet of Things and Analytics services.')
add_response('consulting service', 'information architecture,web devlopment,degital marketing')
add_response('support', 'We providing business IT support services, cloud, and on-demand. The 100% cloud-based solution we chose is a perfect fit for our entire team.')
add_response('advice', 'Our Business provides IT Services, IT Solutions, Business Technology consulting that deliver measurable business value and high quality approved software.')
add_response('Technologies', 'Small business owners who use technology have an edge. These small business tech ideas will get you started on the path to improved productivity. We are experienced in various technologies, framework, platforms and programming languages. We are listing all of them.')
add_response('SERVICES', 'Softwarwe Development Website Design & Development Mobile App Development Digital Marketing E-Commerce Development I.T Infrastructure Support Hosting And Cloud Support Book Domain And Hosting UI & UX Design Logo Design DevOps')
add_response('TECHNOLOGIES', 'Asp .NetAngular Kotlin React Js')
add_response('CONTACT INFO', '805, 8th Floor, Om Tower, Alpha-I Commercial Belt, Block E, Alpha I, Greater Noida, Uttar Pradesh 201310, India.,Call : +91 120-425-7936,9990613366, 9599388970,Mail : [email protected]')
converse()