Giter Club home page Giter Club logo

Comments (3)

lukaszbk avatar lukaszbk commented on August 14, 2024 2

@Hesmond, did you follow these instructions carefully: https://github.com/dialogflow/dialogflow-python-client-v2/blob/master/samples/README.rst#before-you-begin? In particular, are you passing --project-id flag when calling detect_intent_texts.py?

from python-dialogflow.

Hesmond avatar Hesmond commented on August 14, 2024

@lukaszbk, yup I followed the instructions there, only thing is I didn't use the sample agent, I created my own called "Small-Talk".

As for the command trigger, I used the following command to trigger:
python detect_intent_texts.py --project-id small-talk-b4c3b --session-id session-play-1 "hi"

also tried,
python detect_intent_texts.py --project-id "small-talk-b4c3b" --session-id "session-play-1" "hi"

I got my project id from

Dialog flow console > agent > settings > General > Google Project > Project ID

As for "4. Set up authentication", I followed the steps here in the verify authentication section, got 2 buckets in the print statements, I assume that means I have successfully verified authentication.

from python-dialogflow.

Hesmond avatar Hesmond commented on August 14, 2024

Quick Update:
I created another agent in DialogFlow, did the entire process again and triggered the file, still hitting the same issue.

python detect_intent_texts.py --project-id small-talk-v2 --session-id session-play-1 "hi"

Weirdest part is, even after changing the project id, it is still giving me the following error:

google.api_core.exceptions.PermissionDenied: 403 Dialogflow API has not been used in project 563584335869 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/dialogflow.googleapis.com/overview?project=563584335869 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.

Got it to work after setting my google environment variables:

set GCLOUD_PROJECT=your-project-id
set GOOGLE_APPLICATION_CREDENTIALS=/path/to/service_account_file.json

from python-dialogflow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.