I have two quick questions about Dialogflow. I feel like these should be relatively straightforward issues, but I can't seem to find answers.
1) Is there a way to specify that an intent should be triggered if one context OR another is active? I know you can list multiple input contexts, but from my understanding, that intent will only be triggered if all those contexts are active. Is there any way to trigger the intent if any one of them is active?
2) Is there a way to assign a value to an entity using fulfillment? I think fulfillment usually works in the other direction, but I want to create an entity in Dialogflow, assign it a value through fulfillment, and then be able to simply call the entity in Dialogflow going forward so I don't have to continue to use fulfillment when it's not necessary. The reason I can't assign them through Dialogflow itself is that it's not based on user input.
I would really appreciate help with either of these questions.
Thanks so much