- google-cloud-dialogflow-cx
- pandas
- requests-oauthlib
- Modify config.ini to match the correct settings from your CX instance
- In root folder have 'entities.csv' and/or 'intents.csv' following same format as the one provided in this repo.
- In root folder have 'credentials.json' which is a download of service account credentials from Google Cloud IAM.
- Run the script and verify that your new entity values are created in CX.
https://cloud.google.com/dialogflow/cx/docs/reference/rest/v3/projects.locations.agents.entityTypes/patch https://cloud.google.com/dialogflow/cx/docs/reference/rest/v3/projects.locations.agents.entityTypes/create https://cloud.google.com/dialogflow/cx/docs/reference/rest/v3/projects.locations.agents.intents/create