Whenever user posts a message as "jobname,status,approvername" it should trigger the Bot. The Jobname, status and approvername values are dynamic and comma is the delimiter. How to Define the trigger Phrases for this?
After triggering need to capture the jobname value into JobName variable , Status into Status variable and approvername into approver variable and ask the user confirm the details by posting the values .
Need to do the validation also. if jobname is not started with devjob123 then we should inform the user the jobname is wrong and please provide valid jobname.
status should match with list of given valus (open, inprogress, closed), if other than this should throw an error message to user.
approvername also should contain in the list .
Please guide me to do this steps using virtual agents ?