The Dialogflow website is packed with information on creating your account, getting started, and more. Check out their Getting Started page
Visit the Dialogflow website for a more in depth explanation, account creation, and getting started tips. Signing up for Dialogflow is free and connects to a Google account.
Be aware that the Client access token can be regenerated, but will need to be updated on any jobs you've created with the old one. It is not advised to regenerate unless necessary.
Dev Access Token (JSON File)
The Dev Access Token can be a little tricky to locate, and will need to be saved to your computer in order to be uploaded during basic configuration of your job.
- Click on the gear icon next to your agent name.
- Locate the Project ID and click it. This will open a new tab.
- Click Go to project settings in the Project Info tab.
- Select Service accounts from the options on the left side of the screen.
- Click Create Service Account at the top of the screen.
- Name the service account under Service account name.
To keep it simple, stick with the same name as your Project name. - The Service account ID will automatically generate with name creation.
- Add a description in Service account description (optional).
- Click "Create"
- Although it says optional, set a role under Service account permissions.
- Click Select a role to open a drop down menu.
- Make sure project is selected in the left hand column.
- Click Owner from the right hand column to allow full access.
- Click Continue.
- Scroll down and click + Create Key to generate your JSON file.
- A pop up window will appear. Make sure JSON file is selected and click Create.
The JSON file will download to your computer. It can be located in your downloads folder and can be saved anywhere on your computer.
Have Everything?
With your Project ID, Client Access Token, and Dev Access Token, you can start on your making your job!