Example: Following URL
http://test-salesforce.com/men-shoes/sneakers/?praram0=men-shoes-sneakers¶m1=refinementColor¶m2=White
I need to read value of parame0, param1 & param2 from employee agent to respond. Please advise.
#Agentforce
1 answer
Hello @Purushottam Gangwar here is a VF old way to get them, but that concern VF page : https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_quick_start_query_params_getting.htm
But for an agent, proceed with the data of the concerned record, by inserting the related fields in the prompt as resources.
Eric