How to get Session Entities to work as part of Dialogflow detect intent
问题 I have an Entity that is supposed to be updated on a per-session basis with user-specific information. This had worked when I was using Dialogflow v1, and I thought it had worked with v2, but I'm now having significant problems with it. I believe I am setting the Session Entity information correctly, but for the Intent that uses it, it only matches when a value from the Developer Entity is used. How can I get it to use the Session Entity? Am I doing something wrong when updating it? Am I