nicholas-gcc / querybot-for-auth0

Auth0 queries with natural human language
0 stars 0 forks source link

DialogFlow ES discovery work #2

Closed nicholas-gcc closed 1 day ago

nicholas-gcc commented 1 day ago

Create a DialogFlow ES instance: https://cloud.google.com/dialogflow/es/docs

Discovery work on intent detection and text fulfilment using API: https://cloud.google.com/dialogflow/es/docs/quick/api#detect-intent-text-python

Assess need to use Dialogflow webhooks vs. pure Pythonic intent mapping: https://cloud.google.com/dialogflow/es/docs/fulfillment-webhook?hl=en

nicholas-gcc commented 1 day ago

This is good enough: https://cloud.google.com/dialogflow/es/docs/quick/api#detect-intent-text-python

No webhooks needed, just detect the intent + parse the user ID, map to the correct Management API request, take the response and append it to predefined fulfilment text