question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] Dialogflow - Detect Intent (the "path" argument is undefined)

See original GitHub issue

Describe the bug

As a user, I’m unable to use the Dialogflow - Detect Intent pre-built action. Even with static query text, an error appears:

The "path" argument must be of type string or an instance of Buffer or URL. Received undefined

To Reproduce Steps to reproduce the behavior:

  1. Create a new workflow
  2. Add a Dialogflow - Detect Intent action
  3. Define a Query Input that includes a text key and value
  4. See error

Expected behavior I expect a Dialogflow detect intent API to be made with the provided query input.

Screenshots

CleanShot 2022-07-19 at 10 22 31

Additional context Slack post: https://pipedream-users.slack.com/archives/CPTJYRY5A/p1657131166677999

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5

github_iconTop GitHub Comments

2reactions
vunguyenhungcommented, Jul 28, 2022

Thank you for resolving this issue @feyzullah! I think for the Query Input, we can have it as object, and we can add a JSON example to the prop description. For example:

Query Input property. For example, `{"text": "hi what are you doing", "languageCode": "en-EN"}`. See [Query Input API Doc](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.IQueryInput.html)
1reaction
vunguyenhungcommented, Jul 28, 2022

@feyzullah seems OK to me! I think we can go ahead with this!

Read more comments on GitHub >

github_iconTop Results From Across the Web

[BUG] Dialogflow - Detect Intent (the "path" argument is ...
Hi @vunguyenhung, I am about to open a PR for this. The issue is going to be resolved. However there is something with...
Read more >
Parameters is not detected after creating an intent using api
Hi, I am creating intents using api v2 with training phrases. i am able to detecting entities and everything works fine.
Read more >
Method: projects.agent.sessions.detectIntent | Dialogflow ES
an event that specifies which intent to trigger. outputAudioConfig. object ( OutputAudioConfig ). Instructs the speech synthesizer how to ...
Read more >
Google cloud dialogflow intent detection nodejs example not ...
I added the environment variable GOOGLE_APPLICATION_CREDENTIALS with the path to my .json private key file. Here is the code I am trying to...
Read more >
Call Dialogflow Bot action - Genesys Cloud Resource Center
Configure intent and failure paths ; Failure output path. This path indicates that an error occurred while running the action or there was...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found