ujja
ujja
Hello Ram, I suppose you use botium-bindings? The best you can do is to create 2 separate dirs, and use convodir arg to point to the correct test.
I can reproduce it this way: 1. authenticate (http://localhost:8080/oauth2) 2. call dialogflow (http://localhost:8080/dialogflowcx) 3. wait a day 4. call dialogflow (http://localhost:8080/dialogflowcx) .env: ``` YOUR_CLIENT_ID= YOUR_CLIENT_SECRET= DIALOGFLOW_API_ENDPOINT= DIALOGFLOW_AGENT_PATH= ``` package.json: ```...
any news regarding this pls?
Some new facts: 1. The error comes just in case of dialogflow, drive was working after a day 2. I get this url in error response: https://support.google.com/a/answer/9368756 So as I...
you mean what are the values for me? ``` DIALOGFLOW_API_ENDPOINT=europe-west2-dialogflow.googleapis.com DIALOGFLOW_AGENT_PATH=projects/dialogflowcx-demo-302308/locations/europe-west2/agents/f17dc3a1-c93d-41f9-ba00-5a752750f380 ``` But you cant use my values in OAuth2 because you are not permitted to use my chatbot.
1. create a dialogflow cx agent. (It is sufficent to create an empty one) 2. execute this quickstart: https://www.npmjs.com/package/@google-cloud/dialogflow-cx#quickstart 3. fill .env. All data you need is there in the...
Still the same. As i see: The lifetime of the refresh token for dialogflow is different as for drive. For dialogflow the refresh token is invalidated, when my google-user-session is...
Hello, If you use text format, then it is not possible to use more utterance names like UC_test1_UTT and UC_test2_UTT in one file. But there are other script formats, supporting...