aalteirac / chabot-uipath-queue-cloud

dialogflow chatbot adding iem in UiPath queue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chabot-uipath-queue-cloud

BETA !! Branched version from UiPath GO to support cloud authentication. (https://go.uipath.com/component/chatbot-with-dialogflow-ai by Quentin Brandon)

dialogflow chatbot adding items in UiPath queue

Set your Cloud credentials:

you'll need your dialogflow client token and your UiPath Cloud information in the config/default.json file:

"cloud":{
		"refreshToken": "aaaaaaaaaaaaaaaaaaaaaaaaa82gK2nrN",
		"serviceInstanceLogicalName": "uipathDefauugz201110",
		"path": "alteirac/uipathDefault"
	},

How to get your serviceInstanceLogicalName:

Navigate to https://platform.uipath.com/

Open your chrome debugger (F12), refresh the page and look for "services" call in the network tab:

get name

Search for "logicalName" attribute and update your config/default.json accordingly.

About

dialogflow chatbot adding iem in UiPath queue


Languages

Language:JavaScript 91.5%Language:HTML 8.5%