I am trying to create FAQ using Dialogflow Knowledge. Ideally, either the conversation intent or FAQ must trigger. When I type in the FAQ, it does fetch the response from knowledge base but at the same time it also triggers a intent for slot filling.
How can I resolve this to trigger either FAQ (if found in knowledge base) or intent (if no FAQ exists in knowledge base, for the given threshold).
Regards.