I have a problem with my chatbot Application. I just don\'t find the mistake why I can\'t call the dialogflow api with my request from code tough it works with the exact same re
If the Intent you've provided is the Intent you expect to be triggered - it won't be triggered by any of the Training Phrases since an Event is set for it.
Dialogflow will only trigger an Intent that contains an Event if that Event is sent as part of the Detect Intent request.