How to connect uipath bot with dialogflow chatbot I did not add queue in ui path orchestrator have faced issue link image : http://tinyurl.com/y3ay9rjx

Awesome Screenshot

I hope you are not able to run the URL you have right? is that the question you asked or anything else?

I have used method orchestrator.v2.odata.postAddQueueItem(
{
itemData: new OrchestratorQueueItem({
type: ‘amazon-search’,
search: search
})
},
function(err, response) {
if (err) {
next(err);
return;
}
// Extract the Id
next(undefined, response.Id);
}
);
but i have still faced same error 404 status error response