Commit 2159e241 by Sai Komuravelli

recruiters updates

parent cc2c09c8
Showing with 48 additions and 46 deletions
actions: actions:
- action_send_sms - action_send_sms
- utter_ask_mobilenumber - utter_ask_email_phone
- utter_ask_email
- utter_ask_experience
- utter_ask_skills - utter_ask_skills
- utter_slots_primary_information - utter_slots_greet_primary_information
- utter_stop - utter_stop
- action_reset - action_reset
- utter_goodbye - utter_goodbye
- utter_greet - utter_greet
- utter_welcome - utter_welcome
- utter_deny - utter_deny
- utter_ask_company
- utter_ask_askques - utter_ask_askques
- utter_ask_availabletime - utter_ask_availabletime
- utter_slots_datetime - utter_slots_datetime
...@@ -22,14 +19,12 @@ entities: ...@@ -22,14 +19,12 @@ entities:
- confidence - confidence
- intentname - intentname
- querytext - querytext
- email - email_mobile
- mobilenumber
- experience
- skills - skills
- company - refferals
forms: forms:
- primary_information_form - greet_primary_information_form
intents: intents:
- affirm - affirm
...@@ -43,25 +38,20 @@ intents: ...@@ -43,25 +38,20 @@ intents:
- goodbye - goodbye
- greet - greet
- stop - stop
- refferal_yes_info
slots: slots:
askques: askques:
type: unfeaturized type: unfeaturized
email: email_mobile:
type: unfeaturized type: unfeaturized
mobilenumber: skills:
type: unfeaturized
company:
type: unfeaturized
experience:
type: unfeaturized type: unfeaturized
skills: refferals:
type: unfeaturized type: unfeaturized
availabletime: availabletime:
...@@ -81,61 +71,63 @@ slots: ...@@ -81,61 +71,63 @@ slots:
requested_slot: requested_slot:
type: unfeaturized type: unfeaturized
refferal_yes_info:
type: unfeaturized
templates: templates:
utter_slots_datetime: utter_slots_datetime:
- custom: - custom:
availabletime: '{availabletime}' availabletime: '{availabletime}'
response: "Thank you" response: "Thank you"
utter_ask_email_mobile:
- custom:
text: "Please enter your email and mobile number?"
utter_ask_askques: utter_ask_askques:
- custom: - custom:
text: "To see how we can help you most, we would like to ask you few questions about your career. Is it ok? reply with yes/no" text: "Hi, This is VERA from V-Soft Consulting Inc(https://www.vsoftconsulting.com/). I may help you in finding your new dream job or new project? Would you like to hear more? yes or no ?"
utter_ask_availabletime: utter_ask_availabletime:
- custom: - custom:
text: "could you please let us know a time and date so one of our recruiters can give you a call?" text: "Great! please let us know the most preferred date and time to schedule a call with a recruiter.  "
utter_ask_refferals:
- custom:
text: "Thank you . It looks like you are not interested in this job opportunity now. You can also search for your dream jobs at V-Soft jobs( https://www.vsoftconsulting.com/career-portal/ ). Would you like to refer someone who is in the job market? Yes/no​"
utter_deny: utter_deny:
- custom: - custom:
text: "0" text: "0"
response: "Thankyou. It looks like you are not interested in job opportunity now but we will save your resume and contact you if your resume matches a different job postings." response: "Thankyou. It looks like you are not interested in job opportunity now but we will save your resume and contact you if your resume matches a different job postings."
utter_sms: utter_sms:
- custom: - custom:
text: "send sms successfully" text: "send sms successfully"
utter_ask_company: utter_ask_company:
- custom: - custom:
text: "what is the current company you are working for ?" text: "what is the curent company you are working for ?"
utter_ask_mobilenumber:
utter_ask_email_phone:
- custom: - custom:
text: "please enter your updated mobile number ?" text: "Can you please update your email address and mobile number ?"
utter_ask_email:
- custom:
text: "please enter your updated email address ?"
utter_ask_experience:
- custom:
text: "What is your current job title ? "
utter_ask_skills: utter_ask_skills:
- custom: - custom:
text: "Thank you. We are almost finished. Can you please provide your primary skills ?" text: "Thank you, we are almost finished. Could you please update your top 5 technical skills?​"
utter_slots_primary_information: utter_slots_greet_primary_information:
- custom: - custom:
email: '{email}' email_mobile: '{email_mobile}'
mobilenumber: '{mobilenumber}'
company: '{company}'
experience: '{experience}'
skills: '{skills}' skills: '{skills}'
response: "Thank you.Our recruiters will call you at the date and time you mentioned" refferal_yes_info: '{refferal_yes_info}'
response: "Thankyou . We will contact you as advised. Good Bye"
text: "1" text: "1"
availabletime: '{availabletime}' availabletime: '{availabletime}'
utter_stop: utter_stop:
- custom: - custom:
text: "STOP" text: "stopped..."
utter_default: utter_default:
- custom: - custom:
...@@ -143,13 +135,23 @@ templates: ...@@ -143,13 +135,23 @@ templates:
utter_goodbye: utter_goodbye:
- custom: - custom:
text: "Bye" text: "Bye"
utter_greet:
utter_refferal_no:
- custom: - custom:
text: "Hi. This is VERA from V-Soft consulting. We may have great job opportunities based on your profile. Are you interested ? " text: "Thank you."
utter_ask_refferal_yes_info:
- custom:
text: "Great! Could you please enter the candidate’s name and phone number so one of our recruiters can contact them."
# utter_greet:
# - custom:
# text: "Hi, This is VERA from V-Soft Consulting Inc(https://www.vsoftconsulting.com/). I may help you in finding your new dream job or new project? Would you like to hear more? yes or no ​"
utter_welcome: utter_welcome:
- custom: - custom:
text: "Hi, I am VERA virtual Assistant" text: "Hi, This is VERA from V-Soft Consulting Inc(https://www.vsoftconsulting.com/). I may help you in finding your new dream job or new project? Would you like to hear more? yes or no "
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment