Relative Content

Tag Archive for node.jsdialogflow-esdialogflow-es-fulfillmentdialogflow-cx

Getting Error During Creating SessionEntityType in Dailogflow CX

I am currently working on implementing session entities to store custom values during the current session in Google Dialogflow CX. However, I encountered an error: Error: 5 NOT_FOUND: com.google.apps.framework.request.NotFoundException: No entity is found for this agent id '844d799-4bc6-826b-bfc38de06' and entity id 'userState'. My objective is to persist the value associated with the key ‘userState’ across sessions. I am utilizing the Node.js client for this purpose.