Add min_score and fallback_to in dialogflow dynamic response json

if min_score is set, then it will check the min_score with confidence score.

if confidence_score < min_score, then it will not process the content. if the fallback_to is set, then it will process fallback_to (similar to goto, can use node_ns, sub_flow_ns, or node name), otherwise, do nothing

image (56).png 9.86 KB