def intent_filter(intent_name: str) -> bool: """Filter out intents.""" if not query.intent_filter and "_disabled" in intent_name: return ...
確定! 回上一頁